diff --git a/.gitignore b/.gitignore index a89b99da7a00cc350eed2ba7ebdbfdf52ec9fdd1..db47387c8c8ff9900a59107642221960134aa1f1 100644 --- a/.gitignore +++ b/.gitignore @@ -25,6 +25,7 @@ share/python-wheels/ .installed.cfg *.egg MANIFEST +.my_venv/ # requirements.txt # removed to enable tracking versions of packages over time # PyInstaller diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 115b336761dd94902597c3b6e21e7d3dcf225af1..873b2ac4b22143b37a96fd3ded467f586d61c8ac 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -34,6 +34,7 @@ include: - local: '/src/opticalcontroller/.gitlab-ci.yml' - local: '/src/ztp/.gitlab-ci.yml' - local: '/src/policy/.gitlab-ci.yml' + - local: '/src/automation/.gitlab-ci.yml' - local: '/src/forecaster/.gitlab-ci.yml' #- local: '/src/webui/.gitlab-ci.yml' #- local: '/src/l3_distributedattackdetector/.gitlab-ci.yml' @@ -49,5 +50,10 @@ include: - local: '/src/kpi_value_api/.gitlab-ci.yml' - local: '/src/kpi_value_writer/.gitlab-ci.yml' - local: '/src/telemetry/.gitlab-ci.yml' + - local: '/src/analytics/.gitlab-ci.yml' + - local: '/src/qos_profile/.gitlab-ci.yml' + - local: '/src/vnt_manager/.gitlab-ci.yml' + - local: '/src/e2e_orchestrator/.gitlab-ci.yml' + # This should be last one: end-to-end integration tests - local: '/src/tests/.gitlab-ci.yml' diff --git a/a b/a deleted file mode 100644 index d3a882e5f2b9ed462a772c691ebc320e95f06509..0000000000000000000000000000000000000000 --- a/a +++ /dev/null @@ -1,10803 +0,0 @@ -[2024-06-06 23:08:12,470] INFO:__main__:Starting... -[2024-06-06 23:08:12,483] INFO:device.service.DeviceService:Starting Service (tentative endpoint: 0.0.0.0:2020, max_workers: 200)... -[2024-06-06 23:08:12,489] INFO:device.service.DeviceService:Listening on 0.0.0.0:2020... -[2024-06-06 23:08:12,502] INFO:__main__:Pre-loading drivers... -[2024-06-06 23:11:10,686] INFO:device.service.driver_api.DriverInstanceCache:Selecting driver for device(4dbdc2d8-cbde-5e48-a3c0-5161387a58c7) with filter_fields({'device_type': 'optical-transponder', 'driver': [11]})... -[2024-06-06 23:11:10,687] INFO:device.service.driver_api.DriverInstanceCache:Driver(OCDriver) selected for device(4dbdc2d8-cbde-5e48-a3c0-5161387a58c7) with filter_fields({'device_type': 'optical-transponder', 'driver': [11]})... -[2024-06-06 23:11:11,139] INFO:root:settings {'allow_agent': False, 'commit_per_rule': False, 'device_params': {'name': 'default'}, 'endpoints': [], 'force_running': False, 'hostkey_verify': False, 'look_for_keys': False, 'manager_params': {'timeout': 120}, 'password': 'admin', 'type': 'optical-transponder', 'username': 'admin'} -[2024-06-06 23:11:11,140] INFO:ncclient.operations.rpc:[host 172.17.254.41 session-id 29] Requesting 'Get' -[2024-06-06 23:11:11,480] INFO:root:resource_key frequency and channgel_name {'index': 'channel-1'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:11,482] INFO:root:dic {'frequency': '191600000'} -[2024-06-06 23:11:11,482] INFO:root:resource_key target-output-power and channgel_name {'index': 'channel-1'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:11,483] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0'} -[2024-06-06 23:11:11,484] INFO:root:resource_key operational-mode and channgel_name {'index': 'channel-1'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:11,485] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0'} -[2024-06-06 23:11:11,485] INFO:root:resource_key line-port and channgel_name {'index': 'channel-1'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:11,487] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-1'} -[2024-06-06 23:11:11,487] INFO:root:resource_key frequency and channgel_name {'index': 'channel-2'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:11,488] INFO:root:dic {'frequency': '191600000'} -[2024-06-06 23:11:11,489] INFO:root:resource_key target-output-power and channgel_name {'index': 'channel-2'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:11,490] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0'} -[2024-06-06 23:11:11,491] INFO:root:resource_key operational-mode and channgel_name {'index': 'channel-2'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:11,492] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0'} -[2024-06-06 23:11:11,492] INFO:root:resource_key line-port and channgel_name {'index': 'channel-2'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:11,494] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-2'} -[2024-06-06 23:11:11,494] INFO:root:resource_key frequency and channgel_name {'index': 'channel-3'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:11,495] INFO:root:dic {'frequency': '191600000'} -[2024-06-06 23:11:11,496] INFO:root:resource_key target-output-power and channgel_name {'index': 'channel-3'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:11,497] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0'} -[2024-06-06 23:11:11,497] INFO:root:resource_key operational-mode and channgel_name {'index': 'channel-3'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:11,498] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0'} -[2024-06-06 23:11:11,499] INFO:root:resource_key line-port and channgel_name {'index': 'channel-3'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:11,500] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-3'} -[2024-06-06 23:11:11,500] INFO:root:resource_key frequency and channgel_name {'index': 'channel-4'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:11,501] INFO:root:dic {'frequency': '191600000'} -[2024-06-06 23:11:11,502] INFO:root:resource_key target-output-power and channgel_name {'index': 'channel-4'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:11,503] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0'} -[2024-06-06 23:11:11,503] INFO:root:resource_key operational-mode and channgel_name {'index': 'channel-4'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:11,505] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0'} -[2024-06-06 23:11:11,505] INFO:root:resource_key line-port and channgel_name {'index': 'channel-4'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:11,506] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-4'} -[2024-06-06 23:11:11,508] INFO:root:parameters {'channels': [{'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-1', 'name': {'index': 'channel-1'}}, {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-2', 'name': {'index': 'channel-2'}}, {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-3', 'name': {'index': 'channel-3'}}, {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-4', 'name': {'index': 'channel-4'}}], 'transceivers': {'transceiver': ['transceiver-1', 'transceiver-2', 'transceiver-3', 'transceiver-4']}, 'channel_namespace': 'http://openconfig.net/yang/terminal-device', 'endpoints': [{'endpoint_uuid': {'uuid': {'index': 'channel-1'}}}, {'endpoint_uuid': {'uuid': {'index': 'channel-2'}}}, {'endpoint_uuid': {'uuid': {'index': 'channel-3'}}}, {'endpoint_uuid': {'uuid': {'index': 'channel-4'}}}], 'ports': [('/endpoints/endpoint[1]', {'uuid': '1', 'type': 'port-1'}), ('/endpoints/endpoint[2]', {'uuid': '2', 'type': 'port-2'}), ('/endpoints/endpoint[3]', {'uuid': '3', 'type': 'port-3'}), ('/endpoints/endpoint[4]', {'uuid': '4', 'type': 'port-4'})]} -[2024-06-06 23:11:11,548] INFO:device.service.Tools:results_getconfig = [('/endpoints/endpoint[1]', {'uuid': '1', 'type': 'port-1'}), ('/endpoints/endpoint[2]', {'uuid': '2', 'type': 'port-2'}), ('/endpoints/endpoint[3]', {'uuid': '3', 'type': 'port-3'}), ('/endpoints/endpoint[4]', {'uuid': '4', 'type': 'port-4'})] -[2024-06-06 23:11:11,549] INFO:ncclient.operations.rpc:[host 172.17.254.41 session-id 29] Requesting 'Get' -[2024-06-06 23:11:11,670] INFO:root:resource_key frequency and channgel_name {'index': 'channel-1'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:11,671] INFO:root:dic {'frequency': '191600000'} -[2024-06-06 23:11:11,671] INFO:root:resource_key target-output-power and channgel_name {'index': 'channel-1'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:11,673] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0'} -[2024-06-06 23:11:11,673] INFO:root:resource_key operational-mode and channgel_name {'index': 'channel-1'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:11,674] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0'} -[2024-06-06 23:11:11,674] INFO:root:resource_key line-port and channgel_name {'index': 'channel-1'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:11,675] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-1'} -[2024-06-06 23:11:11,676] INFO:root:resource_key frequency and channgel_name {'index': 'channel-2'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:11,677] INFO:root:dic {'frequency': '191600000'} -[2024-06-06 23:11:11,677] INFO:root:resource_key target-output-power and channgel_name {'index': 'channel-2'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:11,678] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0'} -[2024-06-06 23:11:11,678] INFO:root:resource_key operational-mode and channgel_name {'index': 'channel-2'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:11,679] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0'} -[2024-06-06 23:11:11,680] INFO:root:resource_key line-port and channgel_name {'index': 'channel-2'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:11,681] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-2'} -[2024-06-06 23:11:11,682] INFO:root:resource_key frequency and channgel_name {'index': 'channel-3'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:11,683] INFO:root:dic {'frequency': '191600000'} -[2024-06-06 23:11:11,683] INFO:root:resource_key target-output-power and channgel_name {'index': 'channel-3'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:11,684] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0'} -[2024-06-06 23:11:11,684] INFO:root:resource_key operational-mode and channgel_name {'index': 'channel-3'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:11,685] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0'} -[2024-06-06 23:11:11,686] INFO:root:resource_key line-port and channgel_name {'index': 'channel-3'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:11,687] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-3'} -[2024-06-06 23:11:11,687] INFO:root:resource_key frequency and channgel_name {'index': 'channel-4'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:11,688] INFO:root:dic {'frequency': '191600000'} -[2024-06-06 23:11:11,688] INFO:root:resource_key target-output-power and channgel_name {'index': 'channel-4'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:11,690] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0'} -[2024-06-06 23:11:11,690] INFO:root:resource_key operational-mode and channgel_name {'index': 'channel-4'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:11,691] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0'} -[2024-06-06 23:11:11,691] INFO:root:resource_key line-port and channgel_name {'index': 'channel-4'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:11,692] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-4'} -[2024-06-06 23:11:11,694] INFO:root:parameters {'channels': [{'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-1', 'name': {'index': 'channel-1'}}, {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-2', 'name': {'index': 'channel-2'}}, {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-3', 'name': {'index': 'channel-3'}}, {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-4', 'name': {'index': 'channel-4'}}], 'transceivers': {'transceiver': ['transceiver-1', 'transceiver-2', 'transceiver-3', 'transceiver-4']}, 'channel_namespace': 'http://openconfig.net/yang/terminal-device', 'endpoints': [{'endpoint_uuid': {'uuid': {'index': 'channel-1'}}}, {'endpoint_uuid': {'uuid': {'index': 'channel-2'}}}, {'endpoint_uuid': {'uuid': {'index': 'channel-3'}}}, {'endpoint_uuid': {'uuid': {'index': 'channel-4'}}}], 'ports': [('/endpoints/endpoint[1]', {'uuid': '1', 'type': 'port-1'}), ('/endpoints/endpoint[2]', {'uuid': '2', 'type': 'port-2'}), ('/endpoints/endpoint[3]', {'uuid': '3', 'type': 'port-3'}), ('/endpoints/endpoint[4]', {'uuid': '4', 'type': 'port-4'})]} -[2024-06-06 23:11:20,376] INFO:device.service.driver_api.DriverInstanceCache:Selecting driver for device(27c2ed23-e74a-518f-820d-ae2c8ae23086) with filter_fields({'device_type': 'optical-transponder', 'driver': [11]})... -[2024-06-06 23:11:20,376] INFO:device.service.driver_api.DriverInstanceCache:Driver(OCDriver) selected for device(27c2ed23-e74a-518f-820d-ae2c8ae23086) with filter_fields({'device_type': 'optical-transponder', 'driver': [11]})... -[2024-06-06 23:11:20,571] INFO:root:settings {'allow_agent': False, 'commit_per_rule': False, 'device_params': {'name': 'default'}, 'endpoints': [], 'force_running': False, 'hostkey_verify': False, 'look_for_keys': False, 'manager_params': {'timeout': 120}, 'password': 'admin', 'type': 'optical-transponder', 'username': 'admin'} -[2024-06-06 23:11:20,572] INFO:ncclient.operations.rpc:[host 172.17.254.41 session-id 30] Requesting 'Get' -[2024-06-06 23:11:20,788] INFO:root:resource_key frequency and channgel_name {'index': 'channel-1'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:20,789] INFO:root:dic {'frequency': '191600000'} -[2024-06-06 23:11:20,789] INFO:root:resource_key target-output-power and channgel_name {'index': 'channel-1'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:20,790] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0'} -[2024-06-06 23:11:20,790] INFO:root:resource_key operational-mode and channgel_name {'index': 'channel-1'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:20,792] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0'} -[2024-06-06 23:11:20,792] INFO:root:resource_key line-port and channgel_name {'index': 'channel-1'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:20,793] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-1'} -[2024-06-06 23:11:20,793] INFO:root:resource_key frequency and channgel_name {'index': 'channel-2'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:20,794] INFO:root:dic {'frequency': '191600000'} -[2024-06-06 23:11:20,794] INFO:root:resource_key target-output-power and channgel_name {'index': 'channel-2'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:20,796] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0'} -[2024-06-06 23:11:20,796] INFO:root:resource_key operational-mode and channgel_name {'index': 'channel-2'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:20,797] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0'} -[2024-06-06 23:11:20,797] INFO:root:resource_key line-port and channgel_name {'index': 'channel-2'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:20,799] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-2'} -[2024-06-06 23:11:20,799] INFO:root:resource_key frequency and channgel_name {'index': 'channel-3'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:20,800] INFO:root:dic {'frequency': '191600000'} -[2024-06-06 23:11:20,800] INFO:root:resource_key target-output-power and channgel_name {'index': 'channel-3'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:20,801] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0'} -[2024-06-06 23:11:20,802] INFO:root:resource_key operational-mode and channgel_name {'index': 'channel-3'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:20,803] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0'} -[2024-06-06 23:11:20,803] INFO:root:resource_key line-port and channgel_name {'index': 'channel-3'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:20,805] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-3'} -[2024-06-06 23:11:20,805] INFO:root:resource_key frequency and channgel_name {'index': 'channel-4'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:20,806] INFO:root:dic {'frequency': '191600000'} -[2024-06-06 23:11:20,806] INFO:root:resource_key target-output-power and channgel_name {'index': 'channel-4'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:20,807] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0'} -[2024-06-06 23:11:20,808] INFO:root:resource_key operational-mode and channgel_name {'index': 'channel-4'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:20,809] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0'} -[2024-06-06 23:11:20,809] INFO:root:resource_key line-port and channgel_name {'index': 'channel-4'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:20,810] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-4'} -[2024-06-06 23:11:20,812] INFO:root:parameters {'channels': [{'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-1', 'name': {'index': 'channel-1'}}, {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-2', 'name': {'index': 'channel-2'}}, {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-3', 'name': {'index': 'channel-3'}}, {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-4', 'name': {'index': 'channel-4'}}], 'transceivers': {'transceiver': ['transceiver-1', 'transceiver-2', 'transceiver-3', 'transceiver-4']}, 'channel_namespace': 'http://openconfig.net/yang/terminal-device', 'endpoints': [{'endpoint_uuid': {'uuid': {'index': 'channel-1'}}}, {'endpoint_uuid': {'uuid': {'index': 'channel-2'}}}, {'endpoint_uuid': {'uuid': {'index': 'channel-3'}}}, {'endpoint_uuid': {'uuid': {'index': 'channel-4'}}}], 'ports': [('/endpoints/endpoint[1]', {'uuid': '1', 'type': 'port-1'}), ('/endpoints/endpoint[2]', {'uuid': '2', 'type': 'port-2'}), ('/endpoints/endpoint[3]', {'uuid': '3', 'type': 'port-3'}), ('/endpoints/endpoint[4]', {'uuid': '4', 'type': 'port-4'})]} -[2024-06-06 23:11:20,874] INFO:device.service.Tools:results_getconfig = [('/endpoints/endpoint[1]', {'uuid': '1', 'type': 'port-1'}), ('/endpoints/endpoint[2]', {'uuid': '2', 'type': 'port-2'}), ('/endpoints/endpoint[3]', {'uuid': '3', 'type': 'port-3'}), ('/endpoints/endpoint[4]', {'uuid': '4', 'type': 'port-4'})] -[2024-06-06 23:11:20,875] INFO:ncclient.operations.rpc:[host 172.17.254.41 session-id 30] Requesting 'Get' -[2024-06-06 23:11:20,978] INFO:root:resource_key frequency and channgel_name {'index': 'channel-1'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:20,979] INFO:root:dic {'frequency': '191600000'} -[2024-06-06 23:11:20,980] INFO:root:resource_key target-output-power and channgel_name {'index': 'channel-1'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:20,981] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0'} -[2024-06-06 23:11:20,981] INFO:root:resource_key operational-mode and channgel_name {'index': 'channel-1'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:20,982] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0'} -[2024-06-06 23:11:20,982] INFO:root:resource_key line-port and channgel_name {'index': 'channel-1'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:20,983] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-1'} -[2024-06-06 23:11:20,984] INFO:root:resource_key frequency and channgel_name {'index': 'channel-2'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:20,985] INFO:root:dic {'frequency': '191600000'} -[2024-06-06 23:11:20,985] INFO:root:resource_key target-output-power and channgel_name {'index': 'channel-2'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:20,986] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0'} -[2024-06-06 23:11:20,986] INFO:root:resource_key operational-mode and channgel_name {'index': 'channel-2'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:20,988] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0'} -[2024-06-06 23:11:20,988] INFO:root:resource_key line-port and channgel_name {'index': 'channel-2'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:20,989] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-2'} -[2024-06-06 23:11:20,989] INFO:root:resource_key frequency and channgel_name {'index': 'channel-3'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:20,990] INFO:root:dic {'frequency': '191600000'} -[2024-06-06 23:11:20,991] INFO:root:resource_key target-output-power and channgel_name {'index': 'channel-3'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:20,992] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0'} -[2024-06-06 23:11:20,992] INFO:root:resource_key operational-mode and channgel_name {'index': 'channel-3'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:20,993] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0'} -[2024-06-06 23:11:20,993] INFO:root:resource_key line-port and channgel_name {'index': 'channel-3'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:20,994] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-3'} -[2024-06-06 23:11:20,995] INFO:root:resource_key frequency and channgel_name {'index': 'channel-4'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:20,996] INFO:root:dic {'frequency': '191600000'} -[2024-06-06 23:11:20,996] INFO:root:resource_key target-output-power and channgel_name {'index': 'channel-4'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:20,997] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0'} -[2024-06-06 23:11:20,997] INFO:root:resource_key operational-mode and channgel_name {'index': 'channel-4'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:20,999] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0'} -[2024-06-06 23:11:20,999] INFO:root:resource_key line-port and channgel_name {'index': 'channel-4'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:21,000] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-4'} -[2024-06-06 23:11:21,002] INFO:root:parameters {'channels': [{'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-1', 'name': {'index': 'channel-1'}}, {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-2', 'name': {'index': 'channel-2'}}, {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-3', 'name': {'index': 'channel-3'}}, {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-4', 'name': {'index': 'channel-4'}}], 'transceivers': {'transceiver': ['transceiver-1', 'transceiver-2', 'transceiver-3', 'transceiver-4']}, 'channel_namespace': 'http://openconfig.net/yang/terminal-device', 'endpoints': [{'endpoint_uuid': {'uuid': {'index': 'channel-1'}}}, {'endpoint_uuid': {'uuid': {'index': 'channel-2'}}}, {'endpoint_uuid': {'uuid': {'index': 'channel-3'}}}, {'endpoint_uuid': {'uuid': {'index': 'channel-4'}}}], 'ports': [('/endpoints/endpoint[1]', {'uuid': '1', 'type': 'port-1'}), ('/endpoints/endpoint[2]', {'uuid': '2', 'type': 'port-2'}), ('/endpoints/endpoint[3]', {'uuid': '3', 'type': 'port-3'}), ('/endpoints/endpoint[4]', {'uuid': '4', 'type': 'port-4'})]} -[2024-06-06 23:11:29,845] INFO:device.service.driver_api.DriverInstanceCache:Selecting driver for device(cf618e18-c0a1-58c4-9827-943a2c0523d6) with filter_fields({'device_type': 'optical-transponder', 'driver': [11]})... -[2024-06-06 23:11:29,846] INFO:device.service.driver_api.DriverInstanceCache:Driver(OCDriver) selected for device(cf618e18-c0a1-58c4-9827-943a2c0523d6) with filter_fields({'device_type': 'optical-transponder', 'driver': [11]})... -[2024-06-06 23:11:29,984] INFO:root:settings {'allow_agent': False, 'commit_per_rule': False, 'device_params': {'name': 'default'}, 'endpoints': [], 'force_running': False, 'hostkey_verify': False, 'look_for_keys': False, 'manager_params': {'timeout': 120}, 'password': 'admin', 'type': 'optical-transponder', 'username': 'admin'} -[2024-06-06 23:11:29,985] INFO:ncclient.operations.rpc:[host 172.17.254.41 session-id 31] Requesting 'Get' -[2024-06-06 23:11:30,209] INFO:root:resource_key frequency and channgel_name {'index': 'channel-1'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:30,211] INFO:root:dic {'frequency': '191600000'} -[2024-06-06 23:11:30,211] INFO:root:resource_key target-output-power and channgel_name {'index': 'channel-1'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:30,212] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0'} -[2024-06-06 23:11:30,212] INFO:root:resource_key operational-mode and channgel_name {'index': 'channel-1'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:30,214] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0'} -[2024-06-06 23:11:30,214] INFO:root:resource_key line-port and channgel_name {'index': 'channel-1'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:30,215] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-1'} -[2024-06-06 23:11:30,215] INFO:root:resource_key frequency and channgel_name {'index': 'channel-2'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:30,217] INFO:root:dic {'frequency': '191600000'} -[2024-06-06 23:11:30,217] INFO:root:resource_key target-output-power and channgel_name {'index': 'channel-2'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:30,218] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0'} -[2024-06-06 23:11:30,218] INFO:root:resource_key operational-mode and channgel_name {'index': 'channel-2'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:30,219] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0'} -[2024-06-06 23:11:30,220] INFO:root:resource_key line-port and channgel_name {'index': 'channel-2'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:30,221] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-2'} -[2024-06-06 23:11:30,221] INFO:root:resource_key frequency and channgel_name {'index': 'channel-3'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:30,222] INFO:root:dic {'frequency': '191600000'} -[2024-06-06 23:11:30,223] INFO:root:resource_key target-output-power and channgel_name {'index': 'channel-3'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:30,224] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0'} -[2024-06-06 23:11:30,224] INFO:root:resource_key operational-mode and channgel_name {'index': 'channel-3'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:30,227] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0'} -[2024-06-06 23:11:30,228] INFO:root:resource_key line-port and channgel_name {'index': 'channel-3'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:30,229] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-3'} -[2024-06-06 23:11:30,229] INFO:root:resource_key frequency and channgel_name {'index': 'channel-4'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:30,231] INFO:root:dic {'frequency': '191600000'} -[2024-06-06 23:11:30,231] INFO:root:resource_key target-output-power and channgel_name {'index': 'channel-4'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:30,232] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0'} -[2024-06-06 23:11:30,233] INFO:root:resource_key operational-mode and channgel_name {'index': 'channel-4'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:30,234] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0'} -[2024-06-06 23:11:30,234] INFO:root:resource_key line-port and channgel_name {'index': 'channel-4'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:30,235] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-4'} -[2024-06-06 23:11:30,237] INFO:root:parameters {'channels': [{'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-1', 'name': {'index': 'channel-1'}}, {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-2', 'name': {'index': 'channel-2'}}, {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-3', 'name': {'index': 'channel-3'}}, {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-4', 'name': {'index': 'channel-4'}}], 'transceivers': {'transceiver': ['transceiver-1', 'transceiver-2', 'transceiver-3', 'transceiver-4']}, 'channel_namespace': 'http://openconfig.net/yang/terminal-device', 'endpoints': [{'endpoint_uuid': {'uuid': {'index': 'channel-1'}}}, {'endpoint_uuid': {'uuid': {'index': 'channel-2'}}}, {'endpoint_uuid': {'uuid': {'index': 'channel-3'}}}, {'endpoint_uuid': {'uuid': {'index': 'channel-4'}}}], 'ports': [('/endpoints/endpoint[1]', {'uuid': '1', 'type': 'port-1'}), ('/endpoints/endpoint[2]', {'uuid': '2', 'type': 'port-2'}), ('/endpoints/endpoint[3]', {'uuid': '3', 'type': 'port-3'}), ('/endpoints/endpoint[4]', {'uuid': '4', 'type': 'port-4'})]} -[2024-06-06 23:11:30,291] INFO:device.service.Tools:results_getconfig = [('/endpoints/endpoint[1]', {'uuid': '1', 'type': 'port-1'}), ('/endpoints/endpoint[2]', {'uuid': '2', 'type': 'port-2'}), ('/endpoints/endpoint[3]', {'uuid': '3', 'type': 'port-3'}), ('/endpoints/endpoint[4]', {'uuid': '4', 'type': 'port-4'})] -[2024-06-06 23:11:30,292] INFO:ncclient.operations.rpc:[host 172.17.254.41 session-id 31] Requesting 'Get' -[2024-06-06 23:11:30,476] INFO:root:resource_key frequency and channgel_name {'index': 'channel-1'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:30,478] INFO:root:dic {'frequency': '191600000'} -[2024-06-06 23:11:30,478] INFO:root:resource_key target-output-power and channgel_name {'index': 'channel-1'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:30,480] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0'} -[2024-06-06 23:11:30,480] INFO:root:resource_key operational-mode and channgel_name {'index': 'channel-1'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:30,481] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0'} -[2024-06-06 23:11:30,482] INFO:root:resource_key line-port and channgel_name {'index': 'channel-1'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:30,484] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-1'} -[2024-06-06 23:11:30,485] INFO:root:resource_key frequency and channgel_name {'index': 'channel-2'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:30,487] INFO:root:dic {'frequency': '191600000'} -[2024-06-06 23:11:30,487] INFO:root:resource_key target-output-power and channgel_name {'index': 'channel-2'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:30,488] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0'} -[2024-06-06 23:11:30,488] INFO:root:resource_key operational-mode and channgel_name {'index': 'channel-2'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:30,490] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0'} -[2024-06-06 23:11:30,490] INFO:root:resource_key line-port and channgel_name {'index': 'channel-2'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:30,491] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-2'} -[2024-06-06 23:11:30,491] INFO:root:resource_key frequency and channgel_name {'index': 'channel-3'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:30,493] INFO:root:dic {'frequency': '191600000'} -[2024-06-06 23:11:30,493] INFO:root:resource_key target-output-power and channgel_name {'index': 'channel-3'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:30,494] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0'} -[2024-06-06 23:11:30,495] INFO:root:resource_key operational-mode and channgel_name {'index': 'channel-3'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:30,496] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0'} -[2024-06-06 23:11:30,496] INFO:root:resource_key line-port and channgel_name {'index': 'channel-3'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:30,498] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-3'} -[2024-06-06 23:11:30,498] INFO:root:resource_key frequency and channgel_name {'index': 'channel-4'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:30,499] INFO:root:dic {'frequency': '191600000'} -[2024-06-06 23:11:30,500] INFO:root:resource_key target-output-power and channgel_name {'index': 'channel-4'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:30,501] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0'} -[2024-06-06 23:11:30,501] INFO:root:resource_key operational-mode and channgel_name {'index': 'channel-4'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:30,502] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0'} -[2024-06-06 23:11:30,503] INFO:root:resource_key line-port and channgel_name {'index': 'channel-4'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:30,504] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-4'} -[2024-06-06 23:11:30,508] INFO:root:parameters {'channels': [{'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-1', 'name': {'index': 'channel-1'}}, {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-2', 'name': {'index': 'channel-2'}}, {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-3', 'name': {'index': 'channel-3'}}, {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-4', 'name': {'index': 'channel-4'}}], 'transceivers': {'transceiver': ['transceiver-1', 'transceiver-2', 'transceiver-3', 'transceiver-4']}, 'channel_namespace': 'http://openconfig.net/yang/terminal-device', 'endpoints': [{'endpoint_uuid': {'uuid': {'index': 'channel-1'}}}, {'endpoint_uuid': {'uuid': {'index': 'channel-2'}}}, {'endpoint_uuid': {'uuid': {'index': 'channel-3'}}}, {'endpoint_uuid': {'uuid': {'index': 'channel-4'}}}], 'ports': [('/endpoints/endpoint[1]', {'uuid': '1', 'type': 'port-1'}), ('/endpoints/endpoint[2]', {'uuid': '2', 'type': 'port-2'}), ('/endpoints/endpoint[3]', {'uuid': '3', 'type': 'port-3'}), ('/endpoints/endpoint[4]', {'uuid': '4', 'type': 'port-4'})]} -[2024-06-06 23:11:47,762] INFO:device.service.driver_api.DriverInstanceCache:Selecting driver for device(012c4e67-0024-5f30-b527-55ec6daf2639) with filter_fields({'device_type': 'optical-transponder', 'driver': [11]})... -[2024-06-06 23:11:47,762] INFO:device.service.driver_api.DriverInstanceCache:Driver(OCDriver) selected for device(012c4e67-0024-5f30-b527-55ec6daf2639) with filter_fields({'device_type': 'optical-transponder', 'driver': [11]})... -[2024-06-06 23:11:47,986] INFO:root:settings {'allow_agent': False, 'commit_per_rule': False, 'device_params': {'name': 'default'}, 'endpoints': [], 'force_running': False, 'hostkey_verify': False, 'look_for_keys': False, 'manager_params': {'timeout': 120}, 'password': 'admin', 'type': 'optical-transponder', 'username': 'admin'} -[2024-06-06 23:11:47,987] INFO:ncclient.operations.rpc:[host 172.17.254.42 session-id 29] Requesting 'Get' -[2024-06-06 23:11:48,272] INFO:root:resource_key frequency and channgel_name {'index': 'channel-1'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:48,274] INFO:root:dic {'frequency': '191600000'} -[2024-06-06 23:11:48,274] INFO:root:resource_key target-output-power and channgel_name {'index': 'channel-1'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:48,275] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0'} -[2024-06-06 23:11:48,276] INFO:root:resource_key operational-mode and channgel_name {'index': 'channel-1'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:48,277] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0'} -[2024-06-06 23:11:48,277] INFO:root:resource_key line-port and channgel_name {'index': 'channel-1'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:48,278] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-1'} -[2024-06-06 23:11:48,279] INFO:root:resource_key frequency and channgel_name {'index': 'channel-2'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:48,280] INFO:root:dic {'frequency': '191600000'} -[2024-06-06 23:11:48,280] INFO:root:resource_key target-output-power and channgel_name {'index': 'channel-2'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:48,282] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0'} -[2024-06-06 23:11:48,282] INFO:root:resource_key operational-mode and channgel_name {'index': 'channel-2'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:48,283] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0'} -[2024-06-06 23:11:48,287] INFO:root:resource_key line-port and channgel_name {'index': 'channel-2'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:48,289] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-2'} -[2024-06-06 23:11:48,289] INFO:root:resource_key frequency and channgel_name {'index': 'channel-3'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:48,290] INFO:root:dic {'frequency': '191600000'} -[2024-06-06 23:11:48,290] INFO:root:resource_key target-output-power and channgel_name {'index': 'channel-3'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:48,292] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0'} -[2024-06-06 23:11:48,292] INFO:root:resource_key operational-mode and channgel_name {'index': 'channel-3'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:48,293] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0'} -[2024-06-06 23:11:48,293] INFO:root:resource_key line-port and channgel_name {'index': 'channel-3'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:48,295] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-3'} -[2024-06-06 23:11:48,295] INFO:root:resource_key frequency and channgel_name {'index': 'channel-4'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:48,296] INFO:root:dic {'frequency': '191600000'} -[2024-06-06 23:11:48,296] INFO:root:resource_key target-output-power and channgel_name {'index': 'channel-4'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:48,298] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0'} -[2024-06-06 23:11:48,298] INFO:root:resource_key operational-mode and channgel_name {'index': 'channel-4'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:48,299] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0'} -[2024-06-06 23:11:48,300] INFO:root:resource_key line-port and channgel_name {'index': 'channel-4'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:48,301] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-4'} -[2024-06-06 23:11:48,302] INFO:root:parameters {'channels': [{'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-1', 'name': {'index': 'channel-1'}}, {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-2', 'name': {'index': 'channel-2'}}, {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-3', 'name': {'index': 'channel-3'}}, {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-4', 'name': {'index': 'channel-4'}}], 'transceivers': {'transceiver': ['transceiver-1', 'transceiver-2', 'transceiver-3', 'transceiver-4']}, 'channel_namespace': 'http://openconfig.net/yang/terminal-device', 'endpoints': [{'endpoint_uuid': {'uuid': {'index': 'channel-1'}}}, {'endpoint_uuid': {'uuid': {'index': 'channel-2'}}}, {'endpoint_uuid': {'uuid': {'index': 'channel-3'}}}, {'endpoint_uuid': {'uuid': {'index': 'channel-4'}}}], 'ports': [('/endpoints/endpoint[1]', {'uuid': '1', 'type': 'port-1'}), ('/endpoints/endpoint[2]', {'uuid': '2', 'type': 'port-2'}), ('/endpoints/endpoint[3]', {'uuid': '3', 'type': 'port-3'}), ('/endpoints/endpoint[4]', {'uuid': '4', 'type': 'port-4'})]} -[2024-06-06 23:11:48,336] INFO:device.service.Tools:results_getconfig = [('/endpoints/endpoint[1]', {'uuid': '1', 'type': 'port-1'}), ('/endpoints/endpoint[2]', {'uuid': '2', 'type': 'port-2'}), ('/endpoints/endpoint[3]', {'uuid': '3', 'type': 'port-3'}), ('/endpoints/endpoint[4]', {'uuid': '4', 'type': 'port-4'})] -[2024-06-06 23:11:48,336] INFO:ncclient.operations.rpc:[host 172.17.254.42 session-id 29] Requesting 'Get' -[2024-06-06 23:11:48,478] INFO:root:resource_key frequency and channgel_name {'index': 'channel-1'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:48,479] INFO:root:dic {'frequency': '191600000'} -[2024-06-06 23:11:48,480] INFO:root:resource_key target-output-power and channgel_name {'index': 'channel-1'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:48,481] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0'} -[2024-06-06 23:11:48,481] INFO:root:resource_key operational-mode and channgel_name {'index': 'channel-1'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:48,482] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0'} -[2024-06-06 23:11:48,482] INFO:root:resource_key line-port and channgel_name {'index': 'channel-1'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:48,483] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-1'} -[2024-06-06 23:11:48,484] INFO:root:resource_key frequency and channgel_name {'index': 'channel-2'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:48,485] INFO:root:dic {'frequency': '191600000'} -[2024-06-06 23:11:48,485] INFO:root:resource_key target-output-power and channgel_name {'index': 'channel-2'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:48,486] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0'} -[2024-06-06 23:11:48,486] INFO:root:resource_key operational-mode and channgel_name {'index': 'channel-2'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:48,488] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0'} -[2024-06-06 23:11:48,488] INFO:root:resource_key line-port and channgel_name {'index': 'channel-2'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:48,489] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-2'} -[2024-06-06 23:11:48,489] INFO:root:resource_key frequency and channgel_name {'index': 'channel-3'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:48,491] INFO:root:dic {'frequency': '191600000'} -[2024-06-06 23:11:48,491] INFO:root:resource_key target-output-power and channgel_name {'index': 'channel-3'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:48,492] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0'} -[2024-06-06 23:11:48,492] INFO:root:resource_key operational-mode and channgel_name {'index': 'channel-3'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:48,493] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0'} -[2024-06-06 23:11:48,493] INFO:root:resource_key line-port and channgel_name {'index': 'channel-3'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:48,495] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-3'} -[2024-06-06 23:11:48,495] INFO:root:resource_key frequency and channgel_name {'index': 'channel-4'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:48,496] INFO:root:dic {'frequency': '191600000'} -[2024-06-06 23:11:48,496] INFO:root:resource_key target-output-power and channgel_name {'index': 'channel-4'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:48,498] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0'} -[2024-06-06 23:11:48,498] INFO:root:resource_key operational-mode and channgel_name {'index': 'channel-4'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:48,499] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0'} -[2024-06-06 23:11:48,499] INFO:root:resource_key line-port and channgel_name {'index': 'channel-4'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:48,500] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-4'} -[2024-06-06 23:11:48,502] INFO:root:parameters {'channels': [{'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-1', 'name': {'index': 'channel-1'}}, {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-2', 'name': {'index': 'channel-2'}}, {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-3', 'name': {'index': 'channel-3'}}, {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-4', 'name': {'index': 'channel-4'}}], 'transceivers': {'transceiver': ['transceiver-1', 'transceiver-2', 'transceiver-3', 'transceiver-4']}, 'channel_namespace': 'http://openconfig.net/yang/terminal-device', 'endpoints': [{'endpoint_uuid': {'uuid': {'index': 'channel-1'}}}, {'endpoint_uuid': {'uuid': {'index': 'channel-2'}}}, {'endpoint_uuid': {'uuid': {'index': 'channel-3'}}}, {'endpoint_uuid': {'uuid': {'index': 'channel-4'}}}], 'ports': [('/endpoints/endpoint[1]', {'uuid': '1', 'type': 'port-1'}), ('/endpoints/endpoint[2]', {'uuid': '2', 'type': 'port-2'}), ('/endpoints/endpoint[3]', {'uuid': '3', 'type': 'port-3'}), ('/endpoints/endpoint[4]', {'uuid': '4', 'type': 'port-4'})]} -[2024-06-06 23:11:57,693] INFO:device.service.driver_api.DriverInstanceCache:Selecting driver for device(87d74166-65e3-595e-b643-122b4fd0303f) with filter_fields({'device_type': 'optical-transponder', 'driver': [11]})... -[2024-06-06 23:11:57,693] INFO:device.service.driver_api.DriverInstanceCache:Driver(OCDriver) selected for device(87d74166-65e3-595e-b643-122b4fd0303f) with filter_fields({'device_type': 'optical-transponder', 'driver': [11]})... -[2024-06-06 23:11:57,844] INFO:root:settings {'allow_agent': False, 'commit_per_rule': False, 'device_params': {'name': 'default'}, 'endpoints': [], 'force_running': False, 'hostkey_verify': False, 'look_for_keys': False, 'manager_params': {'timeout': 120}, 'password': 'admin', 'type': 'optical-transponder', 'username': 'admin'} -[2024-06-06 23:11:57,846] INFO:ncclient.operations.rpc:[host 172.17.254.42 session-id 30] Requesting 'Get' -[2024-06-06 23:11:58,113] INFO:root:resource_key frequency and channgel_name {'index': 'channel-1'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:58,115] INFO:root:dic {'frequency': '191600000'} -[2024-06-06 23:11:58,115] INFO:root:resource_key target-output-power and channgel_name {'index': 'channel-1'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:58,116] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0'} -[2024-06-06 23:11:58,116] INFO:root:resource_key operational-mode and channgel_name {'index': 'channel-1'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:58,118] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0'} -[2024-06-06 23:11:58,118] INFO:root:resource_key line-port and channgel_name {'index': 'channel-1'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:58,119] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-1'} -[2024-06-06 23:11:58,119] INFO:root:resource_key frequency and channgel_name {'index': 'channel-2'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:58,121] INFO:root:dic {'frequency': '191600000'} -[2024-06-06 23:11:58,121] INFO:root:resource_key target-output-power and channgel_name {'index': 'channel-2'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:58,122] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0'} -[2024-06-06 23:11:58,122] INFO:root:resource_key operational-mode and channgel_name {'index': 'channel-2'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:58,124] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0'} -[2024-06-06 23:11:58,124] INFO:root:resource_key line-port and channgel_name {'index': 'channel-2'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:58,125] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-2'} -[2024-06-06 23:11:58,125] INFO:root:resource_key frequency and channgel_name {'index': 'channel-3'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:58,127] INFO:root:dic {'frequency': '191600000'} -[2024-06-06 23:11:58,127] INFO:root:resource_key target-output-power and channgel_name {'index': 'channel-3'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:58,128] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0'} -[2024-06-06 23:11:58,129] INFO:root:resource_key operational-mode and channgel_name {'index': 'channel-3'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:58,130] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0'} -[2024-06-06 23:11:58,130] INFO:root:resource_key line-port and channgel_name {'index': 'channel-3'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:58,131] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-3'} -[2024-06-06 23:11:58,132] INFO:root:resource_key frequency and channgel_name {'index': 'channel-4'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:58,133] INFO:root:dic {'frequency': '191600000'} -[2024-06-06 23:11:58,133] INFO:root:resource_key target-output-power and channgel_name {'index': 'channel-4'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:58,135] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0'} -[2024-06-06 23:11:58,135] INFO:root:resource_key operational-mode and channgel_name {'index': 'channel-4'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:58,138] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0'} -[2024-06-06 23:11:58,138] INFO:root:resource_key line-port and channgel_name {'index': 'channel-4'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:58,140] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-4'} -[2024-06-06 23:11:58,141] INFO:root:parameters {'channels': [{'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-1', 'name': {'index': 'channel-1'}}, {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-2', 'name': {'index': 'channel-2'}}, {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-3', 'name': {'index': 'channel-3'}}, {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-4', 'name': {'index': 'channel-4'}}], 'transceivers': {'transceiver': ['transceiver-1', 'transceiver-2', 'transceiver-3', 'transceiver-4']}, 'channel_namespace': 'http://openconfig.net/yang/terminal-device', 'endpoints': [{'endpoint_uuid': {'uuid': {'index': 'channel-1'}}}, {'endpoint_uuid': {'uuid': {'index': 'channel-2'}}}, {'endpoint_uuid': {'uuid': {'index': 'channel-3'}}}, {'endpoint_uuid': {'uuid': {'index': 'channel-4'}}}], 'ports': [('/endpoints/endpoint[1]', {'uuid': '1', 'type': 'port-1'}), ('/endpoints/endpoint[2]', {'uuid': '2', 'type': 'port-2'}), ('/endpoints/endpoint[3]', {'uuid': '3', 'type': 'port-3'}), ('/endpoints/endpoint[4]', {'uuid': '4', 'type': 'port-4'})]} -[2024-06-06 23:11:58,169] INFO:device.service.Tools:results_getconfig = [('/endpoints/endpoint[1]', {'uuid': '1', 'type': 'port-1'}), ('/endpoints/endpoint[2]', {'uuid': '2', 'type': 'port-2'}), ('/endpoints/endpoint[3]', {'uuid': '3', 'type': 'port-3'}), ('/endpoints/endpoint[4]', {'uuid': '4', 'type': 'port-4'})] -[2024-06-06 23:11:58,170] INFO:ncclient.operations.rpc:[host 172.17.254.42 session-id 30] Requesting 'Get' -[2024-06-06 23:11:58,305] INFO:root:resource_key frequency and channgel_name {'index': 'channel-1'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:58,307] INFO:root:dic {'frequency': '191600000'} -[2024-06-06 23:11:58,307] INFO:root:resource_key target-output-power and channgel_name {'index': 'channel-1'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:58,309] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0'} -[2024-06-06 23:11:58,309] INFO:root:resource_key operational-mode and channgel_name {'index': 'channel-1'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:58,310] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0'} -[2024-06-06 23:11:58,311] INFO:root:resource_key line-port and channgel_name {'index': 'channel-1'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:58,312] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-1'} -[2024-06-06 23:11:58,312] INFO:root:resource_key frequency and channgel_name {'index': 'channel-2'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:58,314] INFO:root:dic {'frequency': '191600000'} -[2024-06-06 23:11:58,314] INFO:root:resource_key target-output-power and channgel_name {'index': 'channel-2'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:58,315] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0'} -[2024-06-06 23:11:58,316] INFO:root:resource_key operational-mode and channgel_name {'index': 'channel-2'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:58,317] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0'} -[2024-06-06 23:11:58,317] INFO:root:resource_key line-port and channgel_name {'index': 'channel-2'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:58,319] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-2'} -[2024-06-06 23:11:58,319] INFO:root:resource_key frequency and channgel_name {'index': 'channel-3'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:58,320] INFO:root:dic {'frequency': '191600000'} -[2024-06-06 23:11:58,321] INFO:root:resource_key target-output-power and channgel_name {'index': 'channel-3'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:58,322] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0'} -[2024-06-06 23:11:58,322] INFO:root:resource_key operational-mode and channgel_name {'index': 'channel-3'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:58,324] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0'} -[2024-06-06 23:11:58,324] INFO:root:resource_key line-port and channgel_name {'index': 'channel-3'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:58,325] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-3'} -[2024-06-06 23:11:58,326] INFO:root:resource_key frequency and channgel_name {'index': 'channel-4'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:58,327] INFO:root:dic {'frequency': '191600000'} -[2024-06-06 23:11:58,327] INFO:root:resource_key target-output-power and channgel_name {'index': 'channel-4'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:58,329] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0'} -[2024-06-06 23:11:58,329] INFO:root:resource_key operational-mode and channgel_name {'index': 'channel-4'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:58,331] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0'} -[2024-06-06 23:11:58,331] INFO:root:resource_key line-port and channgel_name {'index': 'channel-4'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:11:58,332] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-4'} -[2024-06-06 23:11:58,334] INFO:root:parameters {'channels': [{'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-1', 'name': {'index': 'channel-1'}}, {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-2', 'name': {'index': 'channel-2'}}, {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-3', 'name': {'index': 'channel-3'}}, {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-4', 'name': {'index': 'channel-4'}}], 'transceivers': {'transceiver': ['transceiver-1', 'transceiver-2', 'transceiver-3', 'transceiver-4']}, 'channel_namespace': 'http://openconfig.net/yang/terminal-device', 'endpoints': [{'endpoint_uuid': {'uuid': {'index': 'channel-1'}}}, {'endpoint_uuid': {'uuid': {'index': 'channel-2'}}}, {'endpoint_uuid': {'uuid': {'index': 'channel-3'}}}, {'endpoint_uuid': {'uuid': {'index': 'channel-4'}}}], 'ports': [('/endpoints/endpoint[1]', {'uuid': '1', 'type': 'port-1'}), ('/endpoints/endpoint[2]', {'uuid': '2', 'type': 'port-2'}), ('/endpoints/endpoint[3]', {'uuid': '3', 'type': 'port-3'}), ('/endpoints/endpoint[4]', {'uuid': '4', 'type': 'port-4'})]} -[2024-06-06 23:12:07,905] INFO:device.service.driver_api.DriverInstanceCache:Selecting driver for device(ce0cdfdd-2182-5027-8177-676ca3244f9d) with filter_fields({'device_type': 'optical-transponder', 'driver': [11]})... -[2024-06-06 23:12:07,906] INFO:device.service.driver_api.DriverInstanceCache:Driver(OCDriver) selected for device(ce0cdfdd-2182-5027-8177-676ca3244f9d) with filter_fields({'device_type': 'optical-transponder', 'driver': [11]})... -[2024-06-06 23:12:08,048] INFO:root:settings {'allow_agent': False, 'commit_per_rule': False, 'device_params': {'name': 'default'}, 'endpoints': [], 'force_running': False, 'hostkey_verify': False, 'look_for_keys': False, 'manager_params': {'timeout': 120}, 'password': 'admin', 'type': 'optical-transponder', 'username': 'admin'} -[2024-06-06 23:12:08,049] INFO:ncclient.operations.rpc:[host 172.17.254.42 session-id 31] Requesting 'Get' -[2024-06-06 23:12:08,272] INFO:root:resource_key frequency and channgel_name {'index': 'channel-1'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:12:08,273] INFO:root:dic {'frequency': '191600000'} -[2024-06-06 23:12:08,273] INFO:root:resource_key target-output-power and channgel_name {'index': 'channel-1'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:12:08,274] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0'} -[2024-06-06 23:12:08,274] INFO:root:resource_key operational-mode and channgel_name {'index': 'channel-1'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:12:08,276] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0'} -[2024-06-06 23:12:08,276] INFO:root:resource_key line-port and channgel_name {'index': 'channel-1'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:12:08,277] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-1'} -[2024-06-06 23:12:08,277] INFO:root:resource_key frequency and channgel_name {'index': 'channel-2'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:12:08,278] INFO:root:dic {'frequency': '191600000'} -[2024-06-06 23:12:08,279] INFO:root:resource_key target-output-power and channgel_name {'index': 'channel-2'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:12:08,280] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0'} -[2024-06-06 23:12:08,280] INFO:root:resource_key operational-mode and channgel_name {'index': 'channel-2'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:12:08,281] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0'} -[2024-06-06 23:12:08,281] INFO:root:resource_key line-port and channgel_name {'index': 'channel-2'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:12:08,283] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-2'} -[2024-06-06 23:12:08,283] INFO:root:resource_key frequency and channgel_name {'index': 'channel-3'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:12:08,284] INFO:root:dic {'frequency': '191600000'} -[2024-06-06 23:12:08,284] INFO:root:resource_key target-output-power and channgel_name {'index': 'channel-3'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:12:08,285] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0'} -[2024-06-06 23:12:08,286] INFO:root:resource_key operational-mode and channgel_name {'index': 'channel-3'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:12:08,287] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0'} -[2024-06-06 23:12:08,287] INFO:root:resource_key line-port and channgel_name {'index': 'channel-3'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:12:08,288] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-3'} -[2024-06-06 23:12:08,289] INFO:root:resource_key frequency and channgel_name {'index': 'channel-4'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:12:08,290] INFO:root:dic {'frequency': '191600000'} -[2024-06-06 23:12:08,290] INFO:root:resource_key target-output-power and channgel_name {'index': 'channel-4'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:12:08,291] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0'} -[2024-06-06 23:12:08,292] INFO:root:resource_key operational-mode and channgel_name {'index': 'channel-4'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:12:08,293] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0'} -[2024-06-06 23:12:08,294] INFO:root:resource_key line-port and channgel_name {'index': 'channel-4'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:12:08,295] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-4'} -[2024-06-06 23:12:08,296] INFO:root:parameters {'channels': [{'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-1', 'name': {'index': 'channel-1'}}, {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-2', 'name': {'index': 'channel-2'}}, {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-3', 'name': {'index': 'channel-3'}}, {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-4', 'name': {'index': 'channel-4'}}], 'transceivers': {'transceiver': ['transceiver-1', 'transceiver-2', 'transceiver-3', 'transceiver-4']}, 'channel_namespace': 'http://openconfig.net/yang/terminal-device', 'endpoints': [{'endpoint_uuid': {'uuid': {'index': 'channel-1'}}}, {'endpoint_uuid': {'uuid': {'index': 'channel-2'}}}, {'endpoint_uuid': {'uuid': {'index': 'channel-3'}}}, {'endpoint_uuid': {'uuid': {'index': 'channel-4'}}}], 'ports': [('/endpoints/endpoint[1]', {'uuid': '1', 'type': 'port-1'}), ('/endpoints/endpoint[2]', {'uuid': '2', 'type': 'port-2'}), ('/endpoints/endpoint[3]', {'uuid': '3', 'type': 'port-3'}), ('/endpoints/endpoint[4]', {'uuid': '4', 'type': 'port-4'})]} -[2024-06-06 23:12:08,323] INFO:device.service.Tools:results_getconfig = [('/endpoints/endpoint[1]', {'uuid': '1', 'type': 'port-1'}), ('/endpoints/endpoint[2]', {'uuid': '2', 'type': 'port-2'}), ('/endpoints/endpoint[3]', {'uuid': '3', 'type': 'port-3'}), ('/endpoints/endpoint[4]', {'uuid': '4', 'type': 'port-4'})] -[2024-06-06 23:12:08,324] INFO:ncclient.operations.rpc:[host 172.17.254.42 session-id 31] Requesting 'Get' -[2024-06-06 23:12:08,467] INFO:root:resource_key frequency and channgel_name {'index': 'channel-1'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:12:08,468] INFO:root:dic {'frequency': '191600000'} -[2024-06-06 23:12:08,468] INFO:root:resource_key target-output-power and channgel_name {'index': 'channel-1'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:12:08,470] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0'} -[2024-06-06 23:12:08,470] INFO:root:resource_key operational-mode and channgel_name {'index': 'channel-1'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:12:08,471] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0'} -[2024-06-06 23:12:08,471] INFO:root:resource_key line-port and channgel_name {'index': 'channel-1'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:12:08,473] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-1'} -[2024-06-06 23:12:08,473] INFO:root:resource_key frequency and channgel_name {'index': 'channel-2'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:12:08,474] INFO:root:dic {'frequency': '191600000'} -[2024-06-06 23:12:08,474] INFO:root:resource_key target-output-power and channgel_name {'index': 'channel-2'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:12:08,476] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0'} -[2024-06-06 23:12:08,476] INFO:root:resource_key operational-mode and channgel_name {'index': 'channel-2'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:12:08,478] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0'} -[2024-06-06 23:12:08,478] INFO:root:resource_key line-port and channgel_name {'index': 'channel-2'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:12:08,479] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-2'} -[2024-06-06 23:12:08,480] INFO:root:resource_key frequency and channgel_name {'index': 'channel-3'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:12:08,481] INFO:root:dic {'frequency': '191600000'} -[2024-06-06 23:12:08,481] INFO:root:resource_key target-output-power and channgel_name {'index': 'channel-3'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:12:08,482] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0'} -[2024-06-06 23:12:08,483] INFO:root:resource_key operational-mode and channgel_name {'index': 'channel-3'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:12:08,485] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0'} -[2024-06-06 23:12:08,485] INFO:root:resource_key line-port and channgel_name {'index': 'channel-3'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:12:08,487] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-3'} -[2024-06-06 23:12:08,487] INFO:root:resource_key frequency and channgel_name {'index': 'channel-4'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:12:08,488] INFO:root:dic {'frequency': '191600000'} -[2024-06-06 23:12:08,489] INFO:root:resource_key target-output-power and channgel_name {'index': 'channel-4'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:12:08,491] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0'} -[2024-06-06 23:12:08,491] INFO:root:resource_key operational-mode and channgel_name {'index': 'channel-4'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:12:08,493] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0'} -[2024-06-06 23:12:08,494] INFO:root:resource_key line-port and channgel_name {'index': 'channel-4'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-06 23:12:08,495] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-4'} -[2024-06-06 23:12:08,497] INFO:root:parameters {'channels': [{'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-1', 'name': {'index': 'channel-1'}}, {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-2', 'name': {'index': 'channel-2'}}, {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-3', 'name': {'index': 'channel-3'}}, {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-4', 'name': {'index': 'channel-4'}}], 'transceivers': {'transceiver': ['transceiver-1', 'transceiver-2', 'transceiver-3', 'transceiver-4']}, 'channel_namespace': 'http://openconfig.net/yang/terminal-device', 'endpoints': [{'endpoint_uuid': {'uuid': {'index': 'channel-1'}}}, {'endpoint_uuid': {'uuid': {'index': 'channel-2'}}}, {'endpoint_uuid': {'uuid': {'index': 'channel-3'}}}, {'endpoint_uuid': {'uuid': {'index': 'channel-4'}}}], 'ports': [('/endpoints/endpoint[1]', {'uuid': '1', 'type': 'port-1'}), ('/endpoints/endpoint[2]', {'uuid': '2', 'type': 'port-2'}), ('/endpoints/endpoint[3]', {'uuid': '3', 'type': 'port-3'}), ('/endpoints/endpoint[4]', {'uuid': '4', 'type': 'port-4'})]} -[2024-06-06 23:12:41,831] INFO:device.service.driver_api.DriverInstanceCache:Selecting driver for device(68741528-2e94-5274-ab3c-fddcd8dc05ef) with filter_fields({'device_type': 'optical-roadm', 'driver': [11]})... -[2024-06-06 23:12:41,831] INFO:device.service.driver_api.DriverInstanceCache:Driver(OCDriver) selected for device(68741528-2e94-5274-ab3c-fddcd8dc05ef) with filter_fields({'device_type': 'optical-roadm', 'driver': [11]})... -[2024-06-06 23:12:41,966] INFO:root:settings {'allow_agent': False, 'commit_per_rule': False, 'device_params': {'name': 'default'}, 'endpoints': [], 'force_running': False, 'hostkey_verify': False, 'look_for_keys': False, 'manager_params': {'timeout': 120}, 'password': 'admin', 'type': 'optical-roadm', 'username': 'admin'} -[2024-06-06 23:12:41,967] INFO:ncclient.operations.rpc:[host 172.17.254.21 session-id 19] Requesting 'Get' -component [<Element {http://openconfig.net/yang/platform}component at 0x7fec00606700>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00606740>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00606780>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006067c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00606800>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00606840>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00606880>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006068c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00606900>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00606940>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f76c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00606980>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006069c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00606a00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00606a40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00606a80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00606ac0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00606b00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00606b40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00606b80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00606bc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00606c00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00606c40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00606c80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00606cc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00606d00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00606d40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00606d80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00606dc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00606e00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00606e40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00606e80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00606ec0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00606f00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00606f40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00606f80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00606fc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005dc040>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005dc080>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005dc0c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005dc100>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005dc140>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005dc180>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005dc1c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005dc200>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005dc240>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005dc280>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005dc2c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005dc300>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005dc340>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005dc380>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005dc3c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005dc400>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005dc440>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005dc480>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005dc4c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005dc500>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005dc540>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005dc580>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005dc5c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005dc600>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005dc640>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005dc680>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005dc6c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005dc700>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005dc740>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005dc780>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005dc7c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005dc800>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005dc840>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005dc880>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005dc8c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005dc900>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005dc940>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005dc980>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005dc9c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005dca00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005dca40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005dca80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005dcac0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005dcb00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005dcb40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005dcb80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005dcbc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005dcc00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005dcc40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005dcc80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005dccc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005dcd00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005dcd40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005dcd80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005dcdc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005dce00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005dce40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005dce80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005dcec0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005dcf00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005dcf40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005dcf80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005dcfc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e8040>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e8080>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e80c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e8100>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e8140>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e8180>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e81c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e8200>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e8240>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e8280>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e82c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e8300>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e8340>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e8380>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e83c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e8400>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e8440>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e8480>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e84c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e8500>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e8540>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e8580>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e85c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e8600>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e8640>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e8680>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e86c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e8700>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e8740>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e8780>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e87c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e8800>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e8840>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e8880>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e88c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e8900>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e8940>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e8980>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e89c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e8a00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e8a40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e8a80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e8ac0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e8b00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e8b40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e8b80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e8bc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e8c00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e8c40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e8c80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e8cc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e8d00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e8d40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e8d80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e8dc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e8e00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e8e40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e8e80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e8ec0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e8f00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e8f40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e8f80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e8fc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ea040>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ea080>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ea0c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ea100>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ea140>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ea180>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ea1c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ea200>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ea240>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ea280>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ea2c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ea300>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ea340>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ea380>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ea3c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ea400>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ea440>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ea480>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ea4c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ea500>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ea540>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ea580>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ea5c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ea600>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ea640>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ea680>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ea6c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ea700>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ea740>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ea780>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ea7c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ea800>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ea840>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ea880>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ea8c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ea900>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ea940>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ea980>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ea9c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005eaa00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005eaa40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005eaa80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005eaac0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005eab00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005eab40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005eab80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005eabc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005eac00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005eac40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005eac80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005eacc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ead00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ead40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ead80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005eadc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005eae00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005eae40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005eae80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005eaec0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005eaf00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005eaf40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005eaf80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005eafc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f8040>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f8080>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f80c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f8100>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f8140>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f8180>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f81c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f8200>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f8240>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f8280>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f82c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f8300>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f8340>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f8380>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f83c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f8400>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f8440>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f8480>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f84c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f8500>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f8540>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f8580>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f85c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f8600>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f8640>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f8680>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f86c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f8700>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f8740>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f8780>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f87c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f8800>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f8840>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f8880>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f88c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f8900>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f8940>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f8980>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f89c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f8a00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f8a40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f8a80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f8ac0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f8b00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f8b40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f8b80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f8bc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f8c00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f8c40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f8c80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f8cc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f8d00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f8d40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f8d80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f8dc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f8e00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f8e40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f8e80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f8ec0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f8f00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f8f40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f8f80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f8fc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f9040>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f9080>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f90c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f9100>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f9140>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f9180>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f91c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f9200>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f9240>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f9280>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f92c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f9300>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f9340>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f9380>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f93c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f9400>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f9440>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f9480>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f94c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f9500>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f9540>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f9580>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f95c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f9600>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f9640>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f9680>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f96c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f9700>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f9740>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f9780>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f97c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f9800>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f9840>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f9880>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f98c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f9900>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f9940>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f9980>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f99c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f9a00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f9a40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f9a80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f9ac0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f9b00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f9b40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f9b80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f9bc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f9c00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f9c40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f9c80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f9cc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f9d00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f9d40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f9d80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f9dc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f9e00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f9e40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f9e80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f9ec0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f9f00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f9f40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f9f80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f9fc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f6040>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f6080>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f60c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f6100>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f6140>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f6180>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f61c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f6200>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f6240>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f6280>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f62c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f6300>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f6340>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f6380>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f63c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f6400>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f6440>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f6480>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f64c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f6500>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f6540>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f6580>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f65c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f6600>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f6640>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f6680>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f66c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f6700>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f6740>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f6780>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f67c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f6800>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f6840>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f6880>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f68c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f6900>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f6940>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f6980>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f69c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f6a00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f6a40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f6a80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f6ac0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f6b00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f6b40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f6b80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f6bc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f6c00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f6c40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f6c80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f6cc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f6d00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f6d40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f6d80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f6dc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f6e00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f6e40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f6e80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f6ec0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f6f00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f6f40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f6f80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f6fc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ed040>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ed080>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ed0c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ed100>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ed140>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ed180>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ed1c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ed200>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ed240>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ed280>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ed2c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ed300>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ed340>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ed380>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ed3c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ed400>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ed440>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ed480>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ed4c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ed500>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ed540>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ed580>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ed5c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ed600>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ed640>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ed680>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ed6c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ed700>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ed740>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ed780>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ed7c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ed800>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ed840>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ed880>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ed8c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ed900>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ed940>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ed980>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ed9c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005eda00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005eda40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005eda80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005edac0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005edb00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005edb40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005edb80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005edbc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005edc00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005edc40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005edc80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005edcc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005edd00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005edd40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005edd80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005eddc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ede00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ede40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ede80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005edec0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005edf00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005edf40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005edf80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005edfc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00605040>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00605080>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006050c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00605100>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00605140>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00605180>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006051c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00605200>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00605240>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00605280>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006052c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00605300>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00605340>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00605380>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006053c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00605400>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00605440>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00605480>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006054c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00605500>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00605540>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00605580>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006055c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00605600>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00605640>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00605680>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006056c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00605700>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00605740>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00605780>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006057c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00605800>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00605840>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00605880>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006058c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00605900>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00605940>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00605980>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006059c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00605a00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00605a40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00605a80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00605ac0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00605b00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00605b40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00605b80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00605bc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00605c00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00605c40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00605c80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00605cc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00605d00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00605d40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00605d80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00605dc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00605e00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00605e40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00605e80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00605ec0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00605f00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00605f40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00605f80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00605fc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0060e040>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0060e080>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0060e0c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0060e100>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0060e140>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0060e180>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0060e1c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0060e200>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0060e240>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0060e280>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0060e2c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0060e300>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0060e340>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0060e380>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0060e3c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0060e400>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0060e440>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0060e480>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0060e4c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0060e500>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0060e540>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0060e580>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0060e5c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0060e600>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0060e640>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0060e680>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0060e6c0>] -WBSS-1 -WBSS-10 -WBSS-11 -WBSS-12 -WBSS-13 -WBSS-14 -WBSS-15 -WBSS-16 -WBSS-17 -WBSS-18 -WBSS-19 -WBSS-2 -WBSS-20 -WBSS-21 -WBSS-22 -WBSS-23 -WBSS-24 -WBSS-25 -WBSS-26 -WBSS-27 -WBSS-28 -WBSS-29 -WBSS-3 -WBSS-30 -WBSS-31 -WBSS-32 -WBSS-4 -WBSS-5 -WBSS-6 -WBSS-7 -WBSS-8 -WBSS-9 -WSS-1 -WSS-10 -WSS-11 -WSS-12 -WSS-2 -WSS-3 -WSS-4 -WSS-5 -WSS-6 -WSS-7 -WSS-8 -WSS-9 -int-connection-1 -int-connection-10 -int-connection-100 -int-connection-101 -int-connection-102 -int-connection-103 -int-connection-104 -int-connection-105 -int-connection-106 -int-connection-107 -int-connection-108 -int-connection-109 -int-connection-11 -int-connection-110 -int-connection-111 -int-connection-112 -int-connection-113 -int-connection-114 -int-connection-115 -int-connection-116 -int-connection-117 -int-connection-118 -int-connection-119 -int-connection-12 -int-connection-120 -int-connection-121 -int-connection-122 -int-connection-123 -int-connection-124 -int-connection-125 -int-connection-126 -int-connection-127 -int-connection-128 -int-connection-129 -int-connection-13 -int-connection-130 -int-connection-131 -int-connection-132 -int-connection-133 -int-connection-134 -int-connection-135 -int-connection-136 -int-connection-137 -int-connection-138 -int-connection-139 -int-connection-14 -int-connection-140 -int-connection-141 -int-connection-142 -int-connection-143 -int-connection-144 -int-connection-145 -int-connection-146 -int-connection-147 -int-connection-148 -int-connection-149 -int-connection-15 -int-connection-150 -int-connection-151 -int-connection-152 -int-connection-153 -int-connection-154 -int-connection-155 -int-connection-156 -int-connection-157 -int-connection-158 -int-connection-159 -int-connection-16 -int-connection-160 -int-connection-161 -int-connection-162 -int-connection-163 -int-connection-164 -int-connection-165 -int-connection-166 -int-connection-167 -int-connection-168 -int-connection-169 -int-connection-17 -int-connection-170 -int-connection-171 -int-connection-172 -int-connection-173 -int-connection-174 -int-connection-175 -int-connection-176 -int-connection-177 -int-connection-178 -int-connection-179 -int-connection-18 -int-connection-180 -int-connection-181 -int-connection-182 -int-connection-183 -int-connection-184 -int-connection-185 -int-connection-186 -int-connection-187 -int-connection-188 -int-connection-189 -int-connection-19 -int-connection-190 -int-connection-191 -int-connection-192 -int-connection-193 -int-connection-194 -int-connection-195 -int-connection-196 -int-connection-197 -int-connection-198 -int-connection-199 -int-connection-2 -int-connection-20 -int-connection-200 -int-connection-201 -int-connection-202 -int-connection-203 -int-connection-204 -int-connection-205 -int-connection-206 -int-connection-207 -int-connection-208 -int-connection-209 -int-connection-21 -int-connection-210 -int-connection-211 -int-connection-212 -int-connection-213 -int-connection-214 -int-connection-215 -int-connection-216 -int-connection-217 -int-connection-218 -int-connection-219 -int-connection-22 -int-connection-220 -int-connection-221 -int-connection-222 -int-connection-223 -int-connection-224 -int-connection-225 -int-connection-226 -int-connection-227 -int-connection-228 -int-connection-229 -int-connection-23 -int-connection-230 -int-connection-231 -int-connection-232 -int-connection-233 -int-connection-234 -int-connection-235 -int-connection-236 -int-connection-237 -int-connection-238 -int-connection-239 -int-connection-24 -int-connection-240 -int-connection-241 -int-connection-242 -int-connection-243 -int-connection-244 -int-connection-245 -int-connection-246 -int-connection-247 -int-connection-248 -int-connection-249 -int-connection-25 -int-connection-250 -int-connection-251 -int-connection-252 -int-connection-253 -int-connection-254 -int-connection-255 -int-connection-256 -int-connection-257 -int-connection-258 -int-connection-259 -int-connection-26 -int-connection-260 -int-connection-261 -int-connection-262 -int-connection-263 -int-connection-264 -int-connection-265 -int-connection-266 -int-connection-267 -int-connection-268 -int-connection-269 -int-connection-27 -int-connection-270 -int-connection-271 -int-connection-272 -int-connection-273 -int-connection-274 -int-connection-275 -int-connection-276 -int-connection-277 -int-connection-278 -int-connection-279 -int-connection-28 -int-connection-280 -int-connection-281 -int-connection-282 -int-connection-283 -int-connection-284 -int-connection-285 -int-connection-286 -int-connection-287 -int-connection-288 -int-connection-289 -int-connection-29 -int-connection-290 -int-connection-291 -int-connection-292 -int-connection-293 -int-connection-294 -int-connection-295 -int-connection-296 -int-connection-297 -int-connection-298 -int-connection-299 -int-connection-3 -int-connection-30 -int-connection-300 -int-connection-301 -int-connection-302 -int-connection-303 -int-connection-304 -int-connection-305 -int-connection-306 -int-connection-307 -int-connection-308 -int-connection-309 -int-connection-31 -int-connection-310 -int-connection-311 -int-connection-312 -int-connection-313 -int-connection-314 -int-connection-315 -int-connection-316 -int-connection-317 -int-connection-318 -int-connection-319 -int-connection-32 -int-connection-320 -int-connection-321 -int-connection-322 -int-connection-323 -int-connection-324 -int-connection-325 -int-connection-326 -int-connection-327 -int-connection-328 -int-connection-329 -int-connection-33 -int-connection-330 -int-connection-331 -int-connection-332 -int-connection-333 -int-connection-334 -int-connection-335 -int-connection-336 -int-connection-337 -int-connection-338 -int-connection-339 -int-connection-34 -int-connection-340 -int-connection-341 -int-connection-342 -int-connection-343 -int-connection-344 -int-connection-345 -int-connection-346 -int-connection-347 -int-connection-348 -int-connection-349 -int-connection-35 -int-connection-350 -int-connection-351 -int-connection-352 -int-connection-353 -int-connection-354 -int-connection-355 -int-connection-356 -int-connection-357 -int-connection-358 -int-connection-359 -int-connection-36 -int-connection-360 -int-connection-361 -int-connection-362 -int-connection-363 -int-connection-364 -int-connection-365 -int-connection-366 -int-connection-367 -int-connection-368 -int-connection-369 -int-connection-37 -int-connection-370 -int-connection-371 -int-connection-372 -int-connection-373 -int-connection-374 -int-connection-375 -int-connection-376 -int-connection-377 -int-connection-378 -int-connection-379 -int-connection-38 -int-connection-380 -int-connection-381 -int-connection-382 -int-connection-383 -int-connection-384 -int-connection-385 -int-connection-386 -int-connection-387 -int-connection-388 -int-connection-389 -int-connection-39 -int-connection-390 -int-connection-391 -int-connection-392 -int-connection-393 -int-connection-394 -int-connection-395 -int-connection-396 -int-connection-397 -int-connection-398 -int-connection-399 -int-connection-4 -int-connection-40 -int-connection-400 -int-connection-401 -int-connection-402 -int-connection-403 -int-connection-404 -int-connection-405 -int-connection-406 -int-connection-407 -int-connection-408 -int-connection-409 -int-connection-41 -int-connection-410 -int-connection-411 -int-connection-412 -int-connection-413 -int-connection-414 -int-connection-415 -int-connection-416 -int-connection-417 -int-connection-418 -int-connection-419 -int-connection-42 -int-connection-420 -int-connection-421 -int-connection-422 -int-connection-423 -int-connection-424 -int-connection-425 -int-connection-426 -int-connection-427 -int-connection-428 -int-connection-43 -int-connection-44 -int-connection-45 -int-connection-46 -int-connection-47 -int-connection-48 -int-connection-49 -int-connection-5 -int-connection-50 -int-connection-51 -int-connection-52 -int-connection-53 -int-connection-54 -int-connection-55 -int-connection-56 -int-connection-57 -int-connection-58 -int-connection-59 -int-connection-6 -int-connection-60 -int-connection-61 -int-connection-62 -int-connection-63 -int-connection-64 -int-connection-65 -int-connection-66 -int-connection-67 -int-connection-68 -int-connection-69 -int-connection-7 -int-connection-70 -int-connection-71 -int-connection-72 -int-connection-73 -int-connection-74 -int-connection-75 -int-connection-76 -int-connection-77 -int-connection-78 -int-connection-79 -int-connection-8 -int-connection-80 -int-connection-81 -int-connection-82 -int-connection-83 -int-connection-84 -int-connection-85 -int-connection-86 -int-connection-87 -int-connection-88 -int-connection-89 -int-connection-9 -int-connection-90 -[2024-06-06 23:12:44,900] INFO:root:parameters {} -[2024-06-06 23:12:44,920] INFO:device.service.Tools:results_getconfig = [('/endpoints/endpoint[port-1-in]', {'uuid': 'port-1-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_INPUT'}), ('/endpoints/endpoint[port-10-in]', {'uuid': 'port-10-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_INPUT'}), ('/endpoints/endpoint[port-11-in]', {'uuid': 'port-11-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_INPUT'}), ('/endpoints/endpoint[port-12-in]', {'uuid': 'port-12-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_INPUT'}), ('/endpoints/endpoint[port-13-in]', {'uuid': 'port-13-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_INPUT'}), ('/endpoints/endpoint[port-14-in]', {'uuid': 'port-14-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_INPUT'}), ('/endpoints/endpoint[port-15-in]', {'uuid': 'port-15-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_INPUT'}), ('/endpoints/endpoint[port-16-in]', {'uuid': 'port-16-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_INPUT'}), ('/endpoints/endpoint[port-2-in]', {'uuid': 'port-2-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_INPUT'}), ('/endpoints/endpoint[port-3-in]', {'uuid': 'port-3-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_INPUT'}), ('/endpoints/endpoint[port-4-in]', {'uuid': 'port-4-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_INPUT'}), ('/endpoints/endpoint[port-5-in]', {'uuid': 'port-5-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_INPUT'}), ('/endpoints/endpoint[port-6-in]', {'uuid': 'port-6-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_INPUT'}), ('/endpoints/endpoint[port-7-in]', {'uuid': 'port-7-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_INPUT'}), ('/endpoints/endpoint[port-8-in]', {'uuid': 'port-8-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_INPUT'}), ('/endpoints/endpoint[port-9-in]', {'uuid': 'port-9-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_INPUT'}), ('/endpoints/endpoint[port-1-out]', {'uuid': 'port-1-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT'}), ('/endpoints/endpoint[port-10-out]', {'uuid': 'port-10-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT'}), ('/endpoints/endpoint[port-11-out]', {'uuid': 'port-11-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT'}), ('/endpoints/endpoint[port-12-out]', {'uuid': 'port-12-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT'}), ('/endpoints/endpoint[port-13-out]', {'uuid': 'port-13-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT'}), ('/endpoints/endpoint[port-14-out]', {'uuid': 'port-14-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT'}), ('/endpoints/endpoint[port-15-out]', {'uuid': 'port-15-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT'}), ('/endpoints/endpoint[port-16-out]', {'uuid': 'port-16-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT'}), ('/endpoints/endpoint[port-2-out]', {'uuid': 'port-2-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT'}), ('/endpoints/endpoint[port-3-out]', {'uuid': 'port-3-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT'}), ('/endpoints/endpoint[port-4-out]', {'uuid': 'port-4-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT'}), ('/endpoints/endpoint[port-5-out]', {'uuid': 'port-5-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT'}), ('/endpoints/endpoint[port-6-out]', {'uuid': 'port-6-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT'}), ('/endpoints/endpoint[port-7-out]', {'uuid': 'port-7-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT'}), ('/endpoints/endpoint[port-8-out]', {'uuid': 'port-8-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT'}), ('/endpoints/endpoint[port-9-out]', {'uuid': 'port-9-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT'}), ('/endpoints/endpoint[port-33-in]', {'uuid': 'port-33-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT'}), ('/endpoints/endpoint[port-34-in]', {'uuid': 'port-34-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT'}), ('/endpoints/endpoint[port-35-in]', {'uuid': 'port-35-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT'}), ('/endpoints/endpoint[port-36-in]', {'uuid': 'port-36-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT'}), ('/endpoints/endpoint[port-37-in]', {'uuid': 'port-37-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT'}), ('/endpoints/endpoint[port-38-in]', {'uuid': 'port-38-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT'}), ('/endpoints/endpoint[port-39-in]', {'uuid': 'port-39-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT'}), ('/endpoints/endpoint[port-40-in]', {'uuid': 'port-40-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT'}), ('/endpoints/endpoint[port-41-in]', {'uuid': 'port-41-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT'}), ('/endpoints/endpoint[port-42-in]', {'uuid': 'port-42-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT'}), ('/endpoints/endpoint[port-43-in]', {'uuid': 'port-43-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT'}), ('/endpoints/endpoint[port-44-in]', {'uuid': 'port-44-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT'}), ('/endpoints/endpoint[port-45-in]', {'uuid': 'port-45-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT'}), ('/endpoints/endpoint[port-46-in]', {'uuid': 'port-46-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT'}), ('/endpoints/endpoint[port-47-in]', {'uuid': 'port-47-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT'}), ('/endpoints/endpoint[port-48-in]', {'uuid': 'port-48-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT'}), ('/endpoints/endpoint[port-33-out]', {'uuid': 'port-33-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT'}), ('/endpoints/endpoint[port-34-out]', {'uuid': 'port-34-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT'}), ('/endpoints/endpoint[port-35-out]', {'uuid': 'port-35-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT'}), ('/endpoints/endpoint[port-36-out]', {'uuid': 'port-36-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT'}), ('/endpoints/endpoint[port-37-out]', {'uuid': 'port-37-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT'}), ('/endpoints/endpoint[port-38-out]', {'uuid': 'port-38-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT'}), ('/endpoints/endpoint[port-39-out]', {'uuid': 'port-39-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT'}), ('/endpoints/endpoint[port-40-out]', {'uuid': 'port-40-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT'}), ('/endpoints/endpoint[port-41-out]', {'uuid': 'port-41-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT'}), ('/endpoints/endpoint[port-42-out]', {'uuid': 'port-42-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT'}), ('/endpoints/endpoint[port-43-out]', {'uuid': 'port-43-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT'}), ('/endpoints/endpoint[port-44-out]', {'uuid': 'port-44-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT'}), ('/endpoints/endpoint[port-45-out]', {'uuid': 'port-45-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT'}), ('/endpoints/endpoint[port-46-out]', {'uuid': 'port-46-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT'}), ('/endpoints/endpoint[port-47-out]', {'uuid': 'port-47-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT'}), ('/endpoints/endpoint[port-48-out]', {'uuid': 'port-48-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT'})] -[2024-06-06 23:12:44,922] INFO:ncclient.operations.rpc:[host 172.17.254.21 session-id 19] Requesting 'Get' -int-connection-91 -int-connection-92 -int-connection-93 -int-connection-94 -int-connection-95 -int-connection-96 -int-connection-97 -int-connection-98 -int-connection-99 -port-1-in -port-1-out -port-10-in -port-10-out -port-11-in -port-11-out -port-12-in -port-12-out -port-13-in -port-13-out -port-14-in -port-14-out -port-15-in -port-15-out -port-16-in -port-16-out -port-17-in -port-17-out -port-18-in -port-18-out -port-19-in -port-19-out -port-2-in -port-2-out -port-20-in -port-20-out -port-21-in -port-21-out -port-22-in -port-22-out -port-23-in -port-23-out -port-24-in -port-24-out -port-25-in -port-25-out -port-26-in -port-26-out -port-27-in -port-27-out -port-28-in -port-28-out -port-29-in -port-29-out -port-3-in -port-3-out -port-30-in -port-30-out -port-31-in -port-31-out -port-32-in -port-32-out -port-33-in -port-33-out -port-34-in -port-34-out -port-35-in -port-35-out -port-36-in -port-36-out -port-37-in -port-37-out -port-38-in -port-38-out -port-39-in -port-39-out -port-4-in -port-4-out -port-40-in -port-40-out -port-41-in -port-41-out -port-42-in -port-42-out -port-43-in -port-43-out -port-44-in -port-44-out -port-45-in -port-45-out -port-46-in -port-46-out -port-47-in -port-47-out -port-48-in -port-48-out -port-5-in -port-5-out -port-6-in -port-6-out -port-7-in -port-7-out -port-8-in -port-8-out -port-9-in -port-9-out -component [<Element {http://openconfig.net/yang/platform}component at 0x7fec00588a80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00588d00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00588ec0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00588fc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00588c80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00588a00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00588b80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00606780>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00606740>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ee480>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00588c00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c1600>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c1680>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c1580>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c1500>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c1480>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c1400>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c1380>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c1300>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c1280>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c1200>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c1180>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c1100>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c1080>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00697880>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00697fc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00697f40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00697ec0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00697e40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00697dc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00697d40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00697cc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00697c40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00697bc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00697b40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00697ac0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00697a40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006979c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00697940>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006978c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00697840>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006977c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00697740>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006976c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00697640>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006975c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00697540>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006974c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00697440>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006973c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00697340>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006972c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00697240>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006971c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00697140>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006970c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00697040>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a2f80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a2f00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a2e80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a2e00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a2d80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a2d00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a2c80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a2c00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a2b80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a2b00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a2a80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a2a00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a2980>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a2900>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a2880>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a2800>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a2780>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a2700>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a2680>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a2600>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a2580>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a2500>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a2480>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a2400>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a2380>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a2300>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a2280>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a2200>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a2180>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a2100>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a2080>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006bafc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006baf40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006baec0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006bae40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006badc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006bad40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006bacc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006bac40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006babc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006bab40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006baac0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006baa40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006ba9c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006ba940>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006ba8c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006ba840>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006ba7c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006ba740>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006ba6c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006ba640>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006ba5c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006ba540>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006ba4c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006ba440>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006ba3c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006ba340>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006ba2c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006ba240>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006ba1c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006ba140>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006ba0c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006ba040>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006bef80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006bef00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006bee80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006bee00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006bed80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006bed00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006bec80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006bec00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006beb80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006beb00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006bea80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006bea00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006be980>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006be900>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006be880>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006be800>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006be780>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006be700>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006be680>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006be600>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006be580>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006be500>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006be480>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006be400>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006be380>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006be300>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006be280>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006be200>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006be180>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006be100>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006be080>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a6fc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a6f40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a6ec0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a6e40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a6dc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a6d40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a6cc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a6c40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a6bc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a6b40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a6ac0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a6a40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a69c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a6940>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a68c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a6840>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a67c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a6740>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a66c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a6640>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a65c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a6540>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a64c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a6440>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a63c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a6340>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a62c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a6240>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a61c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a6140>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a60c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a6040>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006cbf80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006cbf00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006cbe80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006cbe00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006cbd80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006cbd00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006cbc80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006cbc00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006cbb80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006cbb00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006cba80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006cba00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006cb980>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006cb900>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006cb880>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006cb800>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006cb780>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006cb700>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006cb680>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006cb600>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006cb580>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006cb500>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006cb480>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006cb400>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006cb380>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006cb300>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006cb280>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006cb200>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006cb180>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006cb100>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006cb080>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a5fc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a5f40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a5ec0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a5e40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a5dc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a5d40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a5cc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a5c40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a5bc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a5b40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a5ac0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a5a40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a59c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a5940>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a58c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a5840>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a57c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a5740>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a56c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a5640>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a55c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a5540>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a54c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a5440>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a53c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a5340>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a52c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a5240>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a51c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a5140>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a50c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a5040>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0069d440>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0069df80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0069df00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0069de80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0069de00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0069dd80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0069dd00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0069dc80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0069dc00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0069db80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0069db00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0069da80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0069da00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0069d980>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0069d900>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0069d880>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0069d800>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0069d780>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0069d700>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0069d680>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0069d600>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0069d580>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0069d500>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0069d480>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0069d400>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0069d380>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0069d300>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0069d280>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0069d200>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0069d180>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0069d100>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0069d080>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a8fc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a8f40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a8ec0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a8e40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a8dc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a8d40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a8cc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a8c40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a8bc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a8b40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a8ac0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a8a40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a89c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a8940>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a88c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a8840>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a87c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a8740>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a86c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a8640>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a85c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a8540>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a84c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a8440>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a83c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a8340>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a82c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a8240>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a81c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a8140>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a80c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a8040>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006adf80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006adf00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006ade80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006ade00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006add80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006add00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006adc80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006adc00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006adb80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006adb00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006ada80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006ada00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006ad980>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006ad900>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006ad880>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006ad800>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006ad780>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006ad700>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006ad680>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006ad600>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006ad580>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006ad500>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006ad480>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006ad400>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006ad380>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006ad300>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006ad280>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006ad200>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006ad180>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006ad100>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006ad080>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c6fc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c6f40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c6ec0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c6e40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c6dc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c6d40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c6cc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c6c40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c6bc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c6b40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c6ac0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c6a40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c69c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c6940>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c68c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c6840>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c67c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c6740>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c66c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c6640>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c65c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c6540>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c64c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c6440>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c63c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c6340>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c62c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c6240>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c61c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c6140>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c60c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c6040>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b0f80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b0f00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b0e80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b0e00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b0d80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b0d00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b0c80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b0c00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b0b80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b0b00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b0a80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b0a00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b0980>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b0900>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b0880>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b0800>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b0780>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b0700>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b0680>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b0600>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b0580>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b0500>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b0480>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b0400>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b0380>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b0300>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b0280>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b0200>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b0180>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b0100>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b0080>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a1fc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a1f40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a1ec0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a1e40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a1dc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a1d40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a1cc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a1c40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a1bc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a1b40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a1ac0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a1a40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a19c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a1940>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a18c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a1840>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a17c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a1740>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a16c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a1640>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a15c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a1540>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a14c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a1440>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a13c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a1340>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a12c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a1240>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a11c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a1140>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a10c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a1040>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006caf80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006caf00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006cae80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006cae00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006cad80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006cad00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006cac80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006cac00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006cab80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006cab00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006caa80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006caa00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006ca980>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006ca900>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006ca880>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006ca800>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006ca780>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006ca700>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006ca680>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006ca600>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006ca580>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006ca500>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006ca480>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006ca400>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006ca380>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006ca300>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006ca280>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006ca200>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006ca180>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006ca100>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006ca080>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c5fc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c5f40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c5ec0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c5e40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c5dc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c5d40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c5cc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c5c40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c5bc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c5b40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c5ac0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c5a40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c59c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c5940>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c58c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c5840>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c57c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c5740>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c56c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c5640>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c55c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c5540>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c54c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c5440>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c53c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c5340>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c52c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c5240>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c51c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c5140>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c50c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c5040>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00699f80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00699f00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00699e80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00699e00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00699d80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00699d00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00699c80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00699c00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00699b80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00699b00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00699a80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00699a00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00699980>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00699900>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00699880>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00699800>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00699780>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00699700>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00699680>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00699600>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00699580>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00699500>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00699480>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00699400>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00699380>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00699300>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00699280>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00699200>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00699180>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00699100>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00699080>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b7c80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b7b80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b7800>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b7600>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b7500>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b7400>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b7300>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b7200>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b7100>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b7980>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b7fc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b7f40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b7ec0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b7e40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b7dc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b7d40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b7cc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b7c40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b7bc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b7b40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b7ac0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b7a40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b79c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b7940>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b78c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b7840>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b77c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b7740>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b76c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b7640>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b75c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b7540>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b74c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b7440>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b73c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b7340>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b72c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b7240>] -WBSS-1 -WBSS-10 -WBSS-11 -WBSS-12 -WBSS-13 -WBSS-14 -WBSS-15 -WBSS-16 -WBSS-17 -WBSS-18 -WBSS-19 -WBSS-2 -WBSS-20 -WBSS-21 -WBSS-22 -WBSS-23 -WBSS-24 -WBSS-25 -WBSS-26 -WBSS-27 -WBSS-28 -WBSS-29 -WBSS-3 -WBSS-30 -WBSS-31 -WBSS-32 -WBSS-4 -WBSS-5 -WBSS-6 -WBSS-7 -WBSS-8 -WBSS-9 -WSS-1 -WSS-10 -WSS-11 -WSS-12 -WSS-2 -WSS-3 -WSS-4 -WSS-5 -WSS-6 -WSS-7 -WSS-8 -WSS-9 -int-connection-1 -int-connection-10 -int-connection-100 -int-connection-101 -int-connection-102 -int-connection-103 -int-connection-104 -int-connection-105 -int-connection-106 -int-connection-107 -int-connection-108 -int-connection-109 -int-connection-11 -int-connection-110 -int-connection-111 -int-connection-112 -int-connection-113 -int-connection-114 -int-connection-115 -int-connection-116 -int-connection-117 -int-connection-118 -int-connection-119 -int-connection-12 -int-connection-120 -int-connection-121 -int-connection-122 -int-connection-123 -int-connection-124 -int-connection-125 -int-connection-126 -int-connection-127 -int-connection-128 -int-connection-129 -int-connection-13 -int-connection-130 -int-connection-131 -int-connection-132 -int-connection-133 -int-connection-134 -int-connection-135 -int-connection-136 -int-connection-137 -int-connection-138 -int-connection-139 -int-connection-14 -int-connection-140 -int-connection-141 -int-connection-142 -int-connection-143 -int-connection-144 -int-connection-145 -int-connection-146 -int-connection-147 -int-connection-148 -int-connection-149 -int-connection-15 -int-connection-150 -int-connection-151 -int-connection-152 -int-connection-153 -int-connection-154 -int-connection-155 -int-connection-156 -int-connection-157 -int-connection-158 -int-connection-159 -int-connection-16 -int-connection-160 -int-connection-161 -int-connection-162 -int-connection-163 -int-connection-164 -int-connection-165 -int-connection-166 -int-connection-167 -int-connection-168 -int-connection-169 -int-connection-17 -int-connection-170 -int-connection-171 -int-connection-172 -int-connection-173 -int-connection-174 -int-connection-175 -int-connection-176 -int-connection-177 -int-connection-178 -int-connection-179 -int-connection-18 -int-connection-180 -int-connection-181 -int-connection-182 -int-connection-183 -int-connection-184 -int-connection-185 -int-connection-186 -int-connection-187 -int-connection-188 -int-connection-189 -int-connection-19 -int-connection-190 -int-connection-191 -int-connection-192 -int-connection-193 -int-connection-194 -int-connection-195 -int-connection-196 -int-connection-197 -int-connection-198 -int-connection-199 -int-connection-2 -int-connection-20 -int-connection-200 -int-connection-201 -int-connection-202 -int-connection-203 -int-connection-204 -int-connection-205 -int-connection-206 -int-connection-207 -int-connection-208 -int-connection-209 -int-connection-21 -int-connection-210 -int-connection-211 -int-connection-212 -int-connection-213 -int-connection-214 -int-connection-215 -int-connection-216 -int-connection-217 -int-connection-218 -int-connection-219 -int-connection-22 -int-connection-220 -int-connection-221 -int-connection-222 -int-connection-223 -int-connection-224 -int-connection-225 -int-connection-226 -int-connection-227 -int-connection-228 -int-connection-229 -int-connection-23 -int-connection-230 -int-connection-231 -int-connection-232 -int-connection-233 -int-connection-234 -int-connection-235 -int-connection-236 -int-connection-237 -int-connection-238 -int-connection-239 -int-connection-24 -int-connection-240 -int-connection-241 -int-connection-242 -int-connection-243 -int-connection-244 -int-connection-245 -int-connection-246 -int-connection-247 -int-connection-248 -int-connection-249 -int-connection-25 -int-connection-250 -int-connection-251 -int-connection-252 -int-connection-253 -int-connection-254 -int-connection-255 -int-connection-256 -int-connection-257 -int-connection-258 -int-connection-259 -int-connection-26 -int-connection-260 -int-connection-261 -int-connection-262 -int-connection-263 -int-connection-264 -int-connection-265 -int-connection-266 -int-connection-267 -int-connection-268 -int-connection-269 -int-connection-27 -int-connection-270 -int-connection-271 -int-connection-272 -int-connection-273 -int-connection-274 -int-connection-275 -int-connection-276 -int-connection-277 -int-connection-278 -int-connection-279 -int-connection-28 -int-connection-280 -int-connection-281 -int-connection-282 -int-connection-283 -int-connection-284 -int-connection-285 -int-connection-286 -int-connection-287 -int-connection-288 -int-connection-289 -int-connection-29 -int-connection-290 -int-connection-291 -int-connection-292 -int-connection-293 -int-connection-294 -int-connection-295 -int-connection-296 -int-connection-297 -int-connection-298 -int-connection-299 -int-connection-3 -int-connection-30 -int-connection-300 -int-connection-301 -int-connection-302 -int-connection-303 -int-connection-304 -int-connection-305 -int-connection-306 -int-connection-307 -int-connection-308 -int-connection-309 -int-connection-31 -int-connection-310 -int-connection-311 -int-connection-312 -int-connection-313 -int-connection-314 -int-connection-315 -int-connection-316 -int-connection-317 -int-connection-318 -int-connection-319 -int-connection-32 -int-connection-320 -int-connection-321 -int-connection-322 -int-connection-323 -int-connection-324 -int-connection-325 -int-connection-326 -int-connection-327 -int-connection-328 -int-connection-329 -int-connection-33 -int-connection-330 -int-connection-331 -int-connection-332 -int-connection-333 -int-connection-334 -int-connection-335 -int-connection-336 -int-connection-337 -int-connection-338 -int-connection-339 -int-connection-34 -int-connection-340 -int-connection-341 -int-connection-342 -int-connection-343 -int-connection-344 -int-connection-345 -int-connection-346 -int-connection-347 -int-connection-348 -int-connection-349 -int-connection-35 -int-connection-350 -int-connection-351 -int-connection-352 -int-connection-353 -int-connection-354 -int-connection-355 -int-connection-356 -int-connection-357 -int-connection-358 -int-connection-359 -int-connection-36 -int-connection-360 -int-connection-361 -int-connection-362 -int-connection-363 -int-connection-364 -int-connection-365 -int-connection-366 -int-connection-367 -int-connection-368 -int-connection-369 -int-connection-37 -int-connection-370 -int-connection-371 -int-connection-372 -int-connection-373 -int-connection-374 -int-connection-375 -int-connection-376 -int-connection-377 -int-connection-378 -int-connection-379 -int-connection-38 -int-connection-380 -int-connection-381 -int-connection-382 -int-connection-383 -int-connection-384 -int-connection-385 -int-connection-386 -int-connection-387 -int-connection-388 -int-connection-389 -int-connection-39 -int-connection-390 -int-connection-391 -int-connection-392 -int-connection-393 -int-connection-394 -int-connection-395 -int-connection-396 -int-connection-397 -int-connection-398 -int-connection-399 -int-connection-4 -int-connection-40 -int-connection-400 -int-connection-401 -int-connection-402 -int-connection-403 -int-connection-404 -int-connection-405 -int-connection-406 -int-connection-407 -int-connection-408 -int-connection-409 -int-connection-41 -int-connection-410 -int-connection-411 -int-connection-412 -int-connection-413 -int-connection-414 -int-connection-415 -int-connection-416 -int-connection-417 -int-connection-418 -int-connection-419 -int-connection-42 -int-connection-420 -int-connection-421 -int-connection-422 -int-connection-423 -int-connection-424 -int-connection-425 -int-connection-426 -int-connection-427 -int-connection-428 -int-connection-43 -int-connection-44 -int-connection-45 -int-connection-46 -int-connection-47 -int-connection-48 -int-connection-49 -int-connection-5 -int-connection-50 -int-connection-51 -int-connection-52 -int-connection-53 -int-connection-54 -int-connection-55 -int-connection-56 -int-connection-57 -int-connection-58 -int-connection-59 -int-connection-6 -int-connection-60 -int-connection-61 -int-connection-62 -int-connection-63 -int-connection-64 -int-connection-65 -int-connection-66 -int-connection-67 -int-connection-68 -int-connection-69 -int-connection-7 -int-connection-70 -int-connection-71 -int-connection-72 -int-connection-73 -int-connection-74 -int-connection-75 -int-connection-76 -int-connection-77 -int-connection-78 -int-connection-79 -int-connection-8 -int-connection-80 -int-connection-81 -int-connection-82 -int-connection-83 -int-connection-84 -int-connection-85 -int-connection-86 -int-connection-87 -int-connection-88 -int-connection-89 -int-connection-9 -int-connection-90 -[2024-06-06 23:12:47,870] INFO:root:parameters {} -[2024-06-06 23:13:24,299] INFO:device.service.driver_api.DriverInstanceCache:Selecting driver for device(c944aaeb-bbdf-5f2d-b31c-8cc8903045b6) with filter_fields({'device_type': 'optical-roadm', 'driver': [11]})... -[2024-06-06 23:13:24,299] INFO:device.service.driver_api.DriverInstanceCache:Driver(OCDriver) selected for device(c944aaeb-bbdf-5f2d-b31c-8cc8903045b6) with filter_fields({'device_type': 'optical-roadm', 'driver': [11]})... -[2024-06-06 23:13:24,415] INFO:root:settings {'allow_agent': False, 'commit_per_rule': False, 'device_params': {'name': 'default'}, 'endpoints': [], 'force_running': False, 'hostkey_verify': False, 'look_for_keys': False, 'manager_params': {'timeout': 120}, 'password': 'admin', 'type': 'optical-roadm', 'username': 'admin'} -[2024-06-06 23:13:24,416] INFO:ncclient.operations.rpc:[host 172.17.254.22 session-id 19] Requesting 'Get' -int-connection-91 -int-connection-92 -int-connection-93 -int-connection-94 -int-connection-95 -int-connection-96 -int-connection-97 -int-connection-98 -int-connection-99 -port-1-in -port-1-out -port-10-in -port-10-out -port-11-in -port-11-out -port-12-in -port-12-out -port-13-in -port-13-out -port-14-in -port-14-out -port-15-in -port-15-out -port-16-in -port-16-out -port-17-in -port-17-out -port-18-in -port-18-out -port-19-in -port-19-out -port-2-in -port-2-out -port-20-in -port-20-out -port-21-in -port-21-out -port-22-in -port-22-out -port-23-in -port-23-out -port-24-in -port-24-out -port-25-in -port-25-out -port-26-in -port-26-out -port-27-in -port-27-out -port-28-in -port-28-out -port-29-in -port-29-out -port-3-in -port-3-out -port-30-in -port-30-out -port-31-in -port-31-out -port-32-in -port-32-out -port-33-in -port-33-out -port-34-in -port-34-out -port-35-in -port-35-out -port-36-in -port-36-out -port-37-in -port-37-out -port-38-in -port-38-out -port-39-in -port-39-out -port-4-in -port-4-out -port-40-in -port-40-out -port-41-in -port-41-out -port-42-in -port-42-out -port-43-in -port-43-out -port-44-in -port-44-out -port-45-in -port-45-out -port-46-in -port-46-out -port-47-in -port-47-out -port-48-in -port-48-out -port-5-in -port-5-out -port-6-in -port-6-out -port-7-in -port-7-out -port-8-in -port-8-out -port-9-in -port-9-out -component [<Element {http://openconfig.net/yang/platform}component at 0x7fec0060e5c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0060e900>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0060e940>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0060ef80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0060e480>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0060eec0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0060e980>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0060edc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0060e300>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c6f40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0060ee00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c6d40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c6e40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c6240>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c62c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c63c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c64c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c6140>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c61c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c60c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c6040>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c67c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c6840>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c65c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c6340>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c66c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c6540>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c6440>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c6740>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c6940>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c6cc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c6bc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c69c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c6ac0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c6dc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c6ec0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c6c40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c6640>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c6fc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c68c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00588f80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00588c00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00588880>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00588140>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00588f40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00588500>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00588b80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00588080>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00588a80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00588100>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005889c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00588900>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00588840>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005884c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00588c80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005887c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00588980>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00588680>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a8bc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a86c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a8ec0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a8cc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a83c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a82c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a8fc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a8f40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a8dc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a8e40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a8ac0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a8d40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a8440>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a8040>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a8b40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a81c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a8840>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a8340>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a8540>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a8a40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a8640>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a8240>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a8740>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a84c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a8940>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a87c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a8140>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a8c40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a85c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a89c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a88c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a80c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006d2d80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006d2680>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006d2280>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006d2580>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006d2c80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006d2780>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006d2a80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006d2880>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006d2f80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006d2480>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006d28c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006d2e80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006d2980>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006d2200>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006d2100>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006d2b80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006d2380>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0479eec0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0479ef80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e4c80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e4a80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e4b00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e4a40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e4f00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e4b40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e4dc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e4b80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e4e00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e4f80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e4fc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e4ec0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e4d80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e4ac0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e4bc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e4e40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e4c00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e4d40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e4f40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e4d00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e4e80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e4c40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e4cc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00665240>, <Element {http://openconfig.net/yang/platform}component at 0x7fec04844c80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec047a7ac0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec047a7800>, <Element {http://openconfig.net/yang/platform}component at 0x7fec047a7c80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec047a7e80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec047a7c00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b5ec0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b5640>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b57c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b5340>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b5240>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b5140>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b58c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b5cc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b5dc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b5440>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b59c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b5ac0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b5fc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b50c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b5540>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b5bc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec047609c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec04760940>, <Element {http://openconfig.net/yang/platform}component at 0x7fec04760a40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec04760980>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00606240>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00606c00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00606a80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00606440>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006065c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00606c80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00606380>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00606cc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00606500>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00606bc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006066c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec047b5c80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec047b5e80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec047b5a80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec047b57c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec047b5380>, <Element {http://openconfig.net/yang/platform}component at 0x7fec047b5480>, <Element {http://openconfig.net/yang/platform}component at 0x7fec047b5280>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c5140>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c5240>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c50c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c5cc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c5940>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c5f40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c55c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c57c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c5ac0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c5540>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c5dc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c51c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c5fc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c5840>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c5780>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006adf80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006ad980>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006adc80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006add80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006ad180>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006adb80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006ad480>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006adc00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006add00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006ade80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006adf00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006ada00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006ad080>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006ad880>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006ad900>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006ad580>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006ad200>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006ad700>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006ad400>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006ad280>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006ad500>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006ad100>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006ad780>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006ade00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006ad300>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006ad800>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006ad600>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006adbc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006ad680>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006ada80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006ad380>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006adb00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006add40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005dd200>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005dd440>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005dd300>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005dd240>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005dd480>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005dd180>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005dd980>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005dda80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005dda40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ddcc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ddfc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005dd7c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005dd640>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005dd3c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005dd280>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005dd5c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005dd040>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005dd600>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005dd8c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005dd6c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005dd580>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ddbc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005dd500>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ddc80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ddac0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ddf80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005dd840>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ddb80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005dd080>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005dde40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005dd4c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005dd140>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005dd740>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ddb00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005dd700>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005dd9c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005dd800>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005dd680>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005dd780>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005dd900>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005dd940>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005dd880>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005dd540>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005dd340>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005dd400>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005dd380>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005dd2c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005dda00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ddf40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005dddc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005dd1c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005dd100>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e8800>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e8900>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e81c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e8100>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e8980>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e8b80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e8d80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e8a40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e8f00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e8fc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e8c00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e8e80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e8c80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e88c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e8b40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e8080>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e8bc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e8b00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e8700>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e8880>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e8a00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e8f80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e8a80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e8f40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e8940>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e82c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e89c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e8240>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e8140>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e8780>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e8cc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e8ec0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e8e40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e8840>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e8dc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e8400>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e8040>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e8680>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e8e00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e80c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e86c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e8180>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e8640>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e8600>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e8500>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e85c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e8540>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e8580>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e8480>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e84c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e8340>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e83c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e8200>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e8440>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e87c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e8300>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e8ac0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e8380>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e8c40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e8740>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e8d00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a11c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a1d40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a13c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a1540>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a14c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a1740>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a1dc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a12c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a1440>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a10c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a1240>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a1640>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a1ec0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a1c40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a1ac0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a1fc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a19c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a1bc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a1840>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a18c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a1040>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a1e40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a1a40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a1cc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a17c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a1140>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a1b40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a1940>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a15c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a1340>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a1f40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a16c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00654500>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00654180>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00654d00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00654780>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00654e80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00654080>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00654680>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00654f80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00654900>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00654a80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00654c00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00654400>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00654d80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00699d00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00699900>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00699980>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00699a00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00699a80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00699480>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00699680>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00699180>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00699800>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00699600>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00699080>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00699500>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00699400>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00699780>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00699200>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00699f80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00699880>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00699e00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00699d80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00699f00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00699e80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00699c80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00699b80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00699b00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00699c00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00699700>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00699580>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00699300>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00699280>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00699380>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00699100>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b0c00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b0b80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b0c80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b0d00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b0f80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b0e00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b0880>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b0a00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b0800>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b0900>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b0700>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b0580>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b0500>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b0780>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b0600>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b0680>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b0300>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b0380>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b0400>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b0480>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b0200>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b0f00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b0100>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b0e80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b0280>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b0080>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b0180>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b0980>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b0a80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ea180>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ea300>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ea440>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ea480>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ea340>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ea080>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ea540>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ea3c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ea4c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ea500>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ea600>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ea640>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ea680>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ea740>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ea7c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ea240>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ea800>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ea040>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ea100>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ea380>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ea280>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ea200>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ead80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ea840>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ea8c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005eadc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005eae00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005eae40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005eacc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005eac40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ead00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ead40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005eac80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005eab40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ea940>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005eab80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005eabc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005eac00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005eaa40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ea9c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005eaa80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005eaac0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005eab00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005eaa00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ea980>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ea900>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ea880>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005eaec0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005eaf40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005eafc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005eaf80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005eaf00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005eae80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00605040>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00605080>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006050c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00605100>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00605140>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00605180>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006051c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00605200>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00605240>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00605280>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006052c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00605300>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00605340>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00605380>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006053c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00605400>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00605440>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00605480>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006054c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00605500>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00605540>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00605580>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006055c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00605600>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00605640>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00605680>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006056c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00605700>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00605740>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00605780>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006057c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00605800>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00605840>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00605880>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006058c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00605900>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00605940>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00605980>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006059c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00605a00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00605a40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00605a80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00605ac0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00605b00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00605b40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00605b80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00605bc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00605c00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00605c40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00605c80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00605cc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00605d00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00605d40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00605d80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00605dc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00605e00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00605e40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00605e80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00605ec0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00605f00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00605f40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00605f80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00605fc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0060f040>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0060f080>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0060f0c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0060f100>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0060f140>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0060f180>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0060f1c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0060f200>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0060f240>] -WBSS-1 -WBSS-10 -WBSS-11 -WBSS-12 -WBSS-13 -WBSS-14 -WBSS-15 -WBSS-16 -WBSS-17 -WBSS-18 -WBSS-19 -WBSS-2 -WBSS-20 -WBSS-21 -WBSS-22 -WBSS-23 -WBSS-24 -WBSS-25 -WBSS-26 -WBSS-27 -WBSS-28 -WBSS-29 -WBSS-3 -WBSS-30 -WBSS-31 -WBSS-32 -WBSS-4 -WBSS-5 -WBSS-6 -WBSS-7 -WBSS-8 -WBSS-9 -WSS-1 -WSS-10 -WSS-11 -WSS-12 -WSS-2 -WSS-3 -WSS-4 -WSS-5 -WSS-6 -WSS-7 -WSS-8 -WSS-9 -int-connection-1 -int-connection-10 -int-connection-100 -int-connection-101 -int-connection-102 -int-connection-103 -int-connection-104 -int-connection-105 -int-connection-106 -int-connection-107 -int-connection-108 -int-connection-109 -int-connection-11 -int-connection-110 -int-connection-111 -int-connection-112 -int-connection-113 -int-connection-114 -int-connection-115 -int-connection-116 -int-connection-117 -int-connection-118 -int-connection-119 -int-connection-12 -int-connection-120 -int-connection-121 -int-connection-122 -int-connection-123 -int-connection-124 -int-connection-125 -int-connection-126 -int-connection-127 -int-connection-128 -int-connection-129 -int-connection-13 -int-connection-130 -int-connection-131 -int-connection-132 -int-connection-133 -int-connection-134 -int-connection-135 -int-connection-136 -int-connection-137 -int-connection-138 -int-connection-139 -int-connection-14 -int-connection-140 -int-connection-141 -int-connection-142 -int-connection-143 -int-connection-144 -int-connection-145 -int-connection-146 -int-connection-147 -int-connection-148 -int-connection-149 -int-connection-15 -int-connection-150 -int-connection-151 -int-connection-152 -int-connection-153 -int-connection-154 -int-connection-155 -int-connection-156 -int-connection-157 -int-connection-158 -int-connection-159 -int-connection-16 -int-connection-160 -int-connection-161 -int-connection-162 -int-connection-163 -int-connection-164 -int-connection-165 -int-connection-166 -int-connection-167 -int-connection-168 -int-connection-169 -int-connection-17 -int-connection-170 -int-connection-171 -int-connection-172 -int-connection-173 -int-connection-174 -int-connection-175 -int-connection-176 -int-connection-177 -int-connection-178 -int-connection-179 -int-connection-18 -int-connection-180 -int-connection-181 -int-connection-182 -int-connection-183 -int-connection-184 -int-connection-185 -int-connection-186 -int-connection-187 -int-connection-188 -int-connection-189 -int-connection-19 -int-connection-190 -int-connection-191 -int-connection-192 -int-connection-193 -int-connection-194 -int-connection-195 -int-connection-196 -int-connection-197 -int-connection-198 -int-connection-199 -int-connection-2 -int-connection-20 -int-connection-200 -int-connection-201 -int-connection-202 -int-connection-203 -int-connection-204 -int-connection-205 -int-connection-206 -int-connection-207 -int-connection-208 -int-connection-209 -int-connection-21 -int-connection-210 -int-connection-211 -int-connection-212 -int-connection-213 -int-connection-214 -int-connection-215 -int-connection-216 -int-connection-217 -int-connection-218 -int-connection-219 -int-connection-22 -int-connection-220 -int-connection-221 -int-connection-222 -int-connection-223 -int-connection-224 -int-connection-225 -int-connection-226 -int-connection-227 -int-connection-228 -int-connection-229 -int-connection-23 -int-connection-230 -int-connection-231 -int-connection-232 -int-connection-233 -int-connection-234 -int-connection-235 -int-connection-236 -int-connection-237 -int-connection-238 -int-connection-239 -int-connection-24 -int-connection-240 -int-connection-241 -int-connection-242 -int-connection-243 -int-connection-244 -int-connection-245 -int-connection-246 -int-connection-247 -int-connection-248 -int-connection-249 -int-connection-25 -int-connection-250 -int-connection-251 -int-connection-252 -int-connection-253 -int-connection-254 -int-connection-255 -int-connection-256 -int-connection-257 -int-connection-258 -int-connection-259 -int-connection-26 -int-connection-260 -int-connection-261 -int-connection-262 -int-connection-263 -int-connection-264 -int-connection-265 -int-connection-266 -int-connection-267 -int-connection-268 -int-connection-269 -int-connection-27 -int-connection-270 -int-connection-271 -int-connection-272 -int-connection-273 -int-connection-274 -int-connection-275 -int-connection-276 -int-connection-277 -int-connection-278 -int-connection-279 -int-connection-28 -int-connection-280 -int-connection-281 -int-connection-282 -int-connection-283 -int-connection-284 -int-connection-285 -int-connection-286 -int-connection-287 -int-connection-288 -int-connection-289 -int-connection-29 -int-connection-290 -int-connection-291 -int-connection-292 -int-connection-293 -int-connection-294 -int-connection-295 -int-connection-296 -int-connection-297 -int-connection-298 -int-connection-299 -int-connection-3 -int-connection-30 -int-connection-300 -int-connection-301 -int-connection-302 -int-connection-303 -int-connection-304 -int-connection-305 -int-connection-306 -int-connection-307 -int-connection-308 -int-connection-309 -int-connection-31 -int-connection-310 -int-connection-311 -int-connection-312 -int-connection-313 -int-connection-314 -int-connection-315 -int-connection-316 -int-connection-317 -int-connection-318 -int-connection-319 -int-connection-32 -int-connection-320 -int-connection-321 -int-connection-322 -int-connection-323 -int-connection-324 -int-connection-325 -int-connection-326 -int-connection-327 -int-connection-328 -int-connection-329 -int-connection-33 -int-connection-330 -int-connection-331 -int-connection-332 -int-connection-333 -int-connection-334 -int-connection-335 -int-connection-336 -int-connection-337 -int-connection-338 -int-connection-339 -int-connection-34 -int-connection-340 -int-connection-341 -int-connection-342 -int-connection-343 -int-connection-344 -int-connection-345 -int-connection-346 -int-connection-347 -int-connection-348 -int-connection-349 -int-connection-35 -int-connection-350 -int-connection-351 -int-connection-352 -int-connection-353 -int-connection-354 -int-connection-355 -int-connection-356 -int-connection-357 -int-connection-358 -int-connection-359 -int-connection-36 -int-connection-360 -int-connection-361 -int-connection-362 -int-connection-363 -int-connection-364 -int-connection-365 -int-connection-366 -int-connection-367 -int-connection-368 -int-connection-369 -int-connection-37 -int-connection-370 -int-connection-371 -int-connection-372 -int-connection-373 -int-connection-374 -int-connection-375 -int-connection-376 -int-connection-377 -int-connection-378 -int-connection-379 -int-connection-38 -int-connection-380 -int-connection-381 -int-connection-382 -int-connection-383 -int-connection-384 -int-connection-385 -int-connection-386 -int-connection-387 -int-connection-388 -int-connection-389 -int-connection-39 -int-connection-390 -int-connection-391 -int-connection-392 -int-connection-393 -int-connection-394 -int-connection-395 -int-connection-396 -int-connection-397 -int-connection-398 -int-connection-399 -int-connection-4 -int-connection-40 -int-connection-400 -int-connection-401 -int-connection-402 -int-connection-403 -int-connection-404 -int-connection-405 -int-connection-406 -int-connection-407 -int-connection-408 -int-connection-409 -int-connection-41 -int-connection-410 -int-connection-411 -int-connection-412 -int-connection-413 -int-connection-414 -int-connection-415 -int-connection-416 -int-connection-417 -int-connection-418 -int-connection-419 -int-connection-42 -int-connection-420 -int-connection-421 -int-connection-422 -int-connection-423 -int-connection-424 -int-connection-425 -int-connection-426 -int-connection-427 -int-connection-428 -int-connection-43 -int-connection-44 -int-connection-45 -int-connection-46 -int-connection-47 -int-connection-48 -int-connection-49 -int-connection-5 -int-connection-50 -int-connection-51 -int-connection-52 -int-connection-53 -int-connection-54 -int-connection-55 -int-connection-56 -int-connection-57 -int-connection-58 -int-connection-59 -int-connection-6 -int-connection-60 -int-connection-61 -int-connection-62 -int-connection-63 -int-connection-64 -int-connection-65 -int-connection-66 -int-connection-67 -int-connection-68 -int-connection-69 -int-connection-7 -int-connection-70 -int-connection-71 -int-connection-72 -int-connection-73 -int-connection-74 -int-connection-75 -int-connection-76 -int-connection-77 -int-connection-78 -int-connection-79 -int-connection-8 -int-connection-80 -int-connection-81 -int-connection-82 -int-connection-83 -int-connection-84 -int-connection-85 -int-connection-86 -int-connection-87 -int-connection-88 -int-connection-89 -int-connection-9 -int-connection-90 -[2024-06-06 23:13:27,207] INFO:root:parameters {} -[2024-06-06 23:13:27,236] INFO:device.service.Tools:results_getconfig = [('/endpoints/endpoint[port-1-in]', {'uuid': 'port-1-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_INPUT'}), ('/endpoints/endpoint[port-10-in]', {'uuid': 'port-10-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_INPUT'}), ('/endpoints/endpoint[port-11-in]', {'uuid': 'port-11-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_INPUT'}), ('/endpoints/endpoint[port-12-in]', {'uuid': 'port-12-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_INPUT'}), ('/endpoints/endpoint[port-13-in]', {'uuid': 'port-13-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_INPUT'}), ('/endpoints/endpoint[port-14-in]', {'uuid': 'port-14-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_INPUT'}), ('/endpoints/endpoint[port-15-in]', {'uuid': 'port-15-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_INPUT'}), ('/endpoints/endpoint[port-16-in]', {'uuid': 'port-16-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_INPUT'}), ('/endpoints/endpoint[port-2-in]', {'uuid': 'port-2-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_INPUT'}), ('/endpoints/endpoint[port-3-in]', {'uuid': 'port-3-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_INPUT'}), ('/endpoints/endpoint[port-4-in]', {'uuid': 'port-4-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_INPUT'}), ('/endpoints/endpoint[port-5-in]', {'uuid': 'port-5-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_INPUT'}), ('/endpoints/endpoint[port-6-in]', {'uuid': 'port-6-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_INPUT'}), ('/endpoints/endpoint[port-7-in]', {'uuid': 'port-7-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_INPUT'}), ('/endpoints/endpoint[port-8-in]', {'uuid': 'port-8-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_INPUT'}), ('/endpoints/endpoint[port-9-in]', {'uuid': 'port-9-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_INPUT'}), ('/endpoints/endpoint[port-1-out]', {'uuid': 'port-1-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT'}), ('/endpoints/endpoint[port-10-out]', {'uuid': 'port-10-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT'}), ('/endpoints/endpoint[port-11-out]', {'uuid': 'port-11-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT'}), ('/endpoints/endpoint[port-12-out]', {'uuid': 'port-12-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT'}), ('/endpoints/endpoint[port-13-out]', {'uuid': 'port-13-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT'}), ('/endpoints/endpoint[port-14-out]', {'uuid': 'port-14-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT'}), ('/endpoints/endpoint[port-15-out]', {'uuid': 'port-15-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT'}), ('/endpoints/endpoint[port-16-out]', {'uuid': 'port-16-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT'}), ('/endpoints/endpoint[port-2-out]', {'uuid': 'port-2-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT'}), ('/endpoints/endpoint[port-3-out]', {'uuid': 'port-3-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT'}), ('/endpoints/endpoint[port-4-out]', {'uuid': 'port-4-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT'}), ('/endpoints/endpoint[port-5-out]', {'uuid': 'port-5-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT'}), ('/endpoints/endpoint[port-6-out]', {'uuid': 'port-6-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT'}), ('/endpoints/endpoint[port-7-out]', {'uuid': 'port-7-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT'}), ('/endpoints/endpoint[port-8-out]', {'uuid': 'port-8-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT'}), ('/endpoints/endpoint[port-9-out]', {'uuid': 'port-9-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT'}), ('/endpoints/endpoint[port-33-in]', {'uuid': 'port-33-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT'}), ('/endpoints/endpoint[port-34-in]', {'uuid': 'port-34-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT'}), ('/endpoints/endpoint[port-35-in]', {'uuid': 'port-35-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT'}), ('/endpoints/endpoint[port-36-in]', {'uuid': 'port-36-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT'}), ('/endpoints/endpoint[port-37-in]', {'uuid': 'port-37-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT'}), ('/endpoints/endpoint[port-38-in]', {'uuid': 'port-38-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT'}), ('/endpoints/endpoint[port-39-in]', {'uuid': 'port-39-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT'}), ('/endpoints/endpoint[port-40-in]', {'uuid': 'port-40-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT'}), ('/endpoints/endpoint[port-41-in]', {'uuid': 'port-41-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT'}), ('/endpoints/endpoint[port-42-in]', {'uuid': 'port-42-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT'}), ('/endpoints/endpoint[port-43-in]', {'uuid': 'port-43-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT'}), ('/endpoints/endpoint[port-44-in]', {'uuid': 'port-44-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT'}), ('/endpoints/endpoint[port-45-in]', {'uuid': 'port-45-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT'}), ('/endpoints/endpoint[port-46-in]', {'uuid': 'port-46-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT'}), ('/endpoints/endpoint[port-47-in]', {'uuid': 'port-47-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT'}), ('/endpoints/endpoint[port-48-in]', {'uuid': 'port-48-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT'}), ('/endpoints/endpoint[port-33-out]', {'uuid': 'port-33-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT'}), ('/endpoints/endpoint[port-34-out]', {'uuid': 'port-34-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT'}), ('/endpoints/endpoint[port-35-out]', {'uuid': 'port-35-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT'}), ('/endpoints/endpoint[port-36-out]', {'uuid': 'port-36-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT'}), ('/endpoints/endpoint[port-37-out]', {'uuid': 'port-37-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT'}), ('/endpoints/endpoint[port-38-out]', {'uuid': 'port-38-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT'}), ('/endpoints/endpoint[port-39-out]', {'uuid': 'port-39-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT'}), ('/endpoints/endpoint[port-40-out]', {'uuid': 'port-40-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT'}), ('/endpoints/endpoint[port-41-out]', {'uuid': 'port-41-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT'}), ('/endpoints/endpoint[port-42-out]', {'uuid': 'port-42-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT'}), ('/endpoints/endpoint[port-43-out]', {'uuid': 'port-43-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT'}), ('/endpoints/endpoint[port-44-out]', {'uuid': 'port-44-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT'}), ('/endpoints/endpoint[port-45-out]', {'uuid': 'port-45-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT'}), ('/endpoints/endpoint[port-46-out]', {'uuid': 'port-46-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT'}), ('/endpoints/endpoint[port-47-out]', {'uuid': 'port-47-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT'}), ('/endpoints/endpoint[port-48-out]', {'uuid': 'port-48-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT'})] -[2024-06-06 23:13:27,237] INFO:ncclient.operations.rpc:[host 172.17.254.22 session-id 19] Requesting 'Get' -int-connection-91 -int-connection-92 -int-connection-93 -int-connection-94 -int-connection-95 -int-connection-96 -int-connection-97 -int-connection-98 -int-connection-99 -port-1-in -port-1-out -port-10-in -port-10-out -port-11-in -port-11-out -port-12-in -port-12-out -port-13-in -port-13-out -port-14-in -port-14-out -port-15-in -port-15-out -port-16-in -port-16-out -port-17-in -port-17-out -port-18-in -port-18-out -port-19-in -port-19-out -port-2-in -port-2-out -port-20-in -port-20-out -port-21-in -port-21-out -port-22-in -port-22-out -port-23-in -port-23-out -port-24-in -port-24-out -port-25-in -port-25-out -port-26-in -port-26-out -port-27-in -port-27-out -port-28-in -port-28-out -port-29-in -port-29-out -port-3-in -port-3-out -port-30-in -port-30-out -port-31-in -port-31-out -port-32-in -port-32-out -port-33-in -port-33-out -port-34-in -port-34-out -port-35-in -port-35-out -port-36-in -port-36-out -port-37-in -port-37-out -port-38-in -port-38-out -port-39-in -port-39-out -port-4-in -port-4-out -port-40-in -port-40-out -port-41-in -port-41-out -port-42-in -port-42-out -port-43-in -port-43-out -port-44-in -port-44-out -port-45-in -port-45-out -port-46-in -port-46-out -port-47-in -port-47-out -port-48-in -port-48-out -port-5-in -port-5-out -port-6-in -port-6-out -port-7-in -port-7-out -port-8-in -port-8-out -port-9-in -port-9-out -component [<Element {http://openconfig.net/yang/platform}component at 0x7fec0055e740>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0055e700>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0055e780>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0055e7c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0055e800>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0055e840>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0055e880>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0055e8c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0055e900>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0055e940>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005db640>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0055e980>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0055e9c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0055ea00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0055ea40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0055ea80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0055eac0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0055eb00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0055eb40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0055eb80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0055ebc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0055ec00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0055ec40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0055ec80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0055ecc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0055ed00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0055ed40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0055ed80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0055edc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0055ee00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0055ee40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0055ee80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0055eec0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0055ef00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0055ef40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0055ef80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0055efc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057d040>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057d080>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057d0c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057d100>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057d140>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057d180>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057d1c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057d200>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057d240>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057d280>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057d2c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057d300>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057d340>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057d380>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057d3c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057d400>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057d440>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057d480>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057d4c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057d500>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057d540>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057d580>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057d5c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057d600>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057d640>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057d680>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057d6c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057d700>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057d740>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057d780>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057d7c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057d800>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057d840>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057d880>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057d8c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057d900>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057d940>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057d980>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057d9c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057da00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057da40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057da80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057dac0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057db00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057db40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057db80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057dbc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057dc00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057dc40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057dc80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057dcc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057dd00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057dd40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057dd80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057ddc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057de00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057de40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057de80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057dec0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057df00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057df40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057df80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057dfc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00581040>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00581080>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005810c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00581100>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00581140>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00581180>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005811c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00581200>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00581240>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00581280>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005812c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00581300>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00581340>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00581380>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005813c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00581400>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00581440>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00581480>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005814c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00581500>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00581540>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00581580>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005815c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00581600>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00581640>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00581680>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005816c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00581700>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00581740>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00581780>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005817c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00581800>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00581840>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00581880>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005818c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00581900>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00581940>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00581980>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005819c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00581a00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00581a40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00581a80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00581ac0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00581b00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00581b40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00581b80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00581bc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00581c00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00581c40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00581c80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00581cc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00581d00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00581d40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00581d80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00581dc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00581e00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00581e40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00581e80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00581ec0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00581f00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00581f40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00581f80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00581fc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00590040>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00590080>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005900c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00590100>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00590140>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00590180>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005901c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00590200>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00590240>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00590280>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005902c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00590300>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00590340>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00590380>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005903c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00590400>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00590440>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00590480>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005904c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00590500>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00590540>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00590580>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005905c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00590600>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00590640>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00590680>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005906c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00590700>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00590740>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00590780>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005907c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00590800>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00590840>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00590880>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005908c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00590900>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00590940>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00590980>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005909c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00590a00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00590a40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00590a80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00590ac0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00590b00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00590b40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00590b80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00590bc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00590c00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00590c40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00590c80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00590cc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00590d00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00590d40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00590d80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00590dc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00590e00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00590e40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00590e80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00590ec0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00590f00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00590f40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00590f80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00590fc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00573040>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00573080>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005730c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00573100>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00573140>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00573180>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005731c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00573200>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00573240>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00573280>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005732c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00573300>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00573340>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00573380>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005733c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00573400>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00573440>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00573480>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005734c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00573500>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00573540>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00573580>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005735c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00573600>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00573640>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00573680>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005736c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00573700>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00573740>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00573780>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005737c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00573800>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00573840>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00573880>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005738c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00573900>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00573940>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00573980>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005739c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00573a00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00573a40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00573a80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00573ac0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00573b00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00573b40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00573b80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00573bc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00573c00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00573c40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00573c80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00573cc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00573d00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00573d40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00573d80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00573dc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00573e00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00573e40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00573e80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00573ec0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00573f00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00573f40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00573f80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00573fc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00562040>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00562080>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005620c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00562100>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00562140>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00562180>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005621c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00562200>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00562240>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00562280>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005622c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00562300>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00562340>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00562380>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005623c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00562400>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00562440>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00562480>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005624c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00562500>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00562540>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00562580>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005625c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00562600>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00562640>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00562680>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005626c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00562700>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00562740>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00562780>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005627c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00562800>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00562840>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00562880>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005628c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00562900>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00562940>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00562980>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005629c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00562a00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00562a40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00562a80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00562ac0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00562b00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00562b40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00562b80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00562bc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00562c00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00562c40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00562c80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00562cc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00562d00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00562d40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00562d80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00562dc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00562e00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00562e40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00562e80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00562ec0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00562f00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00562f40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00562f80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00562fc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057f040>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057f080>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057f0c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057f100>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057f140>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057f180>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057f1c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057f200>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057f240>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057f280>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057f2c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057f300>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057f340>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057f380>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057f3c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057f400>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057f440>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057f480>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057f4c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057f500>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057f540>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057f580>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057f5c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057f600>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057f640>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057f680>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057f6c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057f700>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057f740>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057f780>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057f7c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057f800>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057f840>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057f880>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057f8c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057f900>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057f940>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057f980>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057f9c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057fa00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057fa40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057fa80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057fac0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057fb00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057fb40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057fb80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057fbc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057fc00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057fc40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057fc80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057fcc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057fd00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057fd40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057fd80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057fdc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057fe00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057fe40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057fe80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057fec0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057ff00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057ff40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057ff80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057ffc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0058a040>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0058a080>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0058a0c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0058a100>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0058a140>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0058a180>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0058a1c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0058a200>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0058a240>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0058a280>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0058a2c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0058a300>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0058a340>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0058a380>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0058a3c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0058a400>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0058a440>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0058a480>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0058a4c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0058a500>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0058a540>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0058a580>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0058a5c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0058a600>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0058a640>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0058a680>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0058a6c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0058a700>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0058a740>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0058a780>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0058a7c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0058a800>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0058a840>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0058a880>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0058a8c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0058a900>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0058a940>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0058a980>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0058a9c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0058aa00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0058aa40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0058aa80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0058aac0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0058ab00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0058ab40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0058ab80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0058abc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0058ac00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0058ac40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0058ac80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0058acc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0058ad00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0058ad40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0058ad80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0058adc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0058ae00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0058ae40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0058ae80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0058aec0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0058af00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0058af40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0058af80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0058afc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057e040>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057e080>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057e0c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057e100>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057e140>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057e180>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057e1c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057e200>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057e240>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057e280>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057e2c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057e300>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057e340>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057e380>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057e3c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057e400>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057e440>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057e480>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057e4c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057e500>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057e540>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057e580>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057e5c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057e600>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057e640>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057e680>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057e6c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057e700>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057e740>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057e780>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057e7c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057e800>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057e840>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057e880>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057e8c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057e900>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057e940>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057e980>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057e9c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057ea00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057ea40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057ea80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057eac0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057eb00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057eb40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057eb80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057ebc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057ec00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057ec40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057ec80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057ecc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057ed00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057ed40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057ed80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057edc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057ee00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057ee40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057ee80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057eec0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057ef00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057ef40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057ef80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057efc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00594040>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00594080>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005940c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00594100>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00594140>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00594180>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005941c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00594200>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00594240>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00594280>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005942c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00594300>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00594340>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00594380>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005943c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00594400>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00594440>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00594480>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005944c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00594500>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00594540>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00594580>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005945c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00594600>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00594640>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00594680>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005946c0>] -WBSS-1 -WBSS-10 -WBSS-11 -WBSS-12 -WBSS-13 -WBSS-14 -WBSS-15 -WBSS-16 -WBSS-17 -WBSS-18 -WBSS-19 -WBSS-2 -WBSS-20 -WBSS-21 -WBSS-22 -WBSS-23 -WBSS-24 -WBSS-25 -WBSS-26 -WBSS-27 -WBSS-28 -WBSS-29 -WBSS-3 -WBSS-30 -WBSS-31 -WBSS-32 -WBSS-4 -WBSS-5 -WBSS-6 -WBSS-7 -WBSS-8 -WBSS-9 -WSS-1 -WSS-10 -WSS-11 -WSS-12 -WSS-2 -WSS-3 -WSS-4 -WSS-5 -WSS-6 -WSS-7 -WSS-8 -WSS-9 -int-connection-1 -int-connection-10 -int-connection-100 -int-connection-101 -int-connection-102 -int-connection-103 -int-connection-104 -int-connection-105 -int-connection-106 -int-connection-107 -int-connection-108 -int-connection-109 -int-connection-11 -int-connection-110 -int-connection-111 -int-connection-112 -int-connection-113 -int-connection-114 -int-connection-115 -int-connection-116 -int-connection-117 -int-connection-118 -int-connection-119 -int-connection-12 -int-connection-120 -int-connection-121 -int-connection-122 -int-connection-123 -int-connection-124 -int-connection-125 -int-connection-126 -int-connection-127 -int-connection-128 -int-connection-129 -int-connection-13 -int-connection-130 -int-connection-131 -int-connection-132 -int-connection-133 -int-connection-134 -int-connection-135 -int-connection-136 -int-connection-137 -int-connection-138 -int-connection-139 -int-connection-14 -int-connection-140 -int-connection-141 -int-connection-142 -int-connection-143 -int-connection-144 -int-connection-145 -int-connection-146 -int-connection-147 -int-connection-148 -int-connection-149 -int-connection-15 -int-connection-150 -int-connection-151 -int-connection-152 -int-connection-153 -int-connection-154 -int-connection-155 -int-connection-156 -int-connection-157 -int-connection-158 -int-connection-159 -int-connection-16 -int-connection-160 -int-connection-161 -int-connection-162 -int-connection-163 -int-connection-164 -int-connection-165 -int-connection-166 -int-connection-167 -int-connection-168 -int-connection-169 -int-connection-17 -int-connection-170 -int-connection-171 -int-connection-172 -int-connection-173 -int-connection-174 -int-connection-175 -int-connection-176 -int-connection-177 -int-connection-178 -int-connection-179 -int-connection-18 -int-connection-180 -int-connection-181 -int-connection-182 -int-connection-183 -int-connection-184 -int-connection-185 -int-connection-186 -int-connection-187 -int-connection-188 -int-connection-189 -int-connection-19 -int-connection-190 -int-connection-191 -int-connection-192 -int-connection-193 -int-connection-194 -int-connection-195 -int-connection-196 -int-connection-197 -int-connection-198 -int-connection-199 -int-connection-2 -int-connection-20 -int-connection-200 -int-connection-201 -int-connection-202 -int-connection-203 -int-connection-204 -int-connection-205 -int-connection-206 -int-connection-207 -int-connection-208 -int-connection-209 -int-connection-21 -int-connection-210 -int-connection-211 -int-connection-212 -int-connection-213 -int-connection-214 -int-connection-215 -int-connection-216 -int-connection-217 -int-connection-218 -int-connection-219 -int-connection-22 -int-connection-220 -int-connection-221 -int-connection-222 -int-connection-223 -int-connection-224 -int-connection-225 -int-connection-226 -int-connection-227 -int-connection-228 -int-connection-229 -int-connection-23 -int-connection-230 -int-connection-231 -int-connection-232 -int-connection-233 -int-connection-234 -int-connection-235 -int-connection-236 -int-connection-237 -int-connection-238 -int-connection-239 -int-connection-24 -int-connection-240 -int-connection-241 -int-connection-242 -int-connection-243 -int-connection-244 -int-connection-245 -int-connection-246 -int-connection-247 -int-connection-248 -int-connection-249 -int-connection-25 -int-connection-250 -int-connection-251 -int-connection-252 -int-connection-253 -int-connection-254 -int-connection-255 -int-connection-256 -int-connection-257 -int-connection-258 -int-connection-259 -int-connection-26 -int-connection-260 -int-connection-261 -int-connection-262 -int-connection-263 -int-connection-264 -int-connection-265 -int-connection-266 -int-connection-267 -int-connection-268 -int-connection-269 -int-connection-27 -int-connection-270 -int-connection-271 -int-connection-272 -int-connection-273 -int-connection-274 -int-connection-275 -int-connection-276 -int-connection-277 -int-connection-278 -int-connection-279 -int-connection-28 -int-connection-280 -int-connection-281 -int-connection-282 -int-connection-283 -int-connection-284 -int-connection-285 -int-connection-286 -int-connection-287 -int-connection-288 -int-connection-289 -int-connection-29 -int-connection-290 -int-connection-291 -int-connection-292 -int-connection-293 -int-connection-294 -int-connection-295 -int-connection-296 -int-connection-297 -int-connection-298 -int-connection-299 -int-connection-3 -int-connection-30 -int-connection-300 -int-connection-301 -int-connection-302 -int-connection-303 -int-connection-304 -int-connection-305 -int-connection-306 -int-connection-307 -int-connection-308 -int-connection-309 -int-connection-31 -int-connection-310 -int-connection-311 -int-connection-312 -int-connection-313 -int-connection-314 -int-connection-315 -int-connection-316 -int-connection-317 -int-connection-318 -int-connection-319 -int-connection-32 -int-connection-320 -int-connection-321 -int-connection-322 -int-connection-323 -int-connection-324 -int-connection-325 -int-connection-326 -int-connection-327 -int-connection-328 -int-connection-329 -int-connection-33 -int-connection-330 -int-connection-331 -int-connection-332 -int-connection-333 -int-connection-334 -int-connection-335 -int-connection-336 -int-connection-337 -int-connection-338 -int-connection-339 -int-connection-34 -int-connection-340 -int-connection-341 -int-connection-342 -int-connection-343 -int-connection-344 -int-connection-345 -int-connection-346 -int-connection-347 -int-connection-348 -int-connection-349 -int-connection-35 -int-connection-350 -int-connection-351 -int-connection-352 -int-connection-353 -int-connection-354 -int-connection-355 -int-connection-356 -int-connection-357 -int-connection-358 -int-connection-359 -int-connection-36 -int-connection-360 -int-connection-361 -int-connection-362 -int-connection-363 -int-connection-364 -int-connection-365 -int-connection-366 -int-connection-367 -int-connection-368 -int-connection-369 -int-connection-37 -int-connection-370 -int-connection-371 -int-connection-372 -int-connection-373 -int-connection-374 -int-connection-375 -int-connection-376 -int-connection-377 -int-connection-378 -int-connection-379 -int-connection-38 -int-connection-380 -int-connection-381 -int-connection-382 -int-connection-383 -int-connection-384 -int-connection-385 -int-connection-386 -int-connection-387 -int-connection-388 -int-connection-389 -int-connection-39 -int-connection-390 -int-connection-391 -int-connection-392 -int-connection-393 -int-connection-394 -int-connection-395 -int-connection-396 -int-connection-397 -int-connection-398 -int-connection-399 -int-connection-4 -int-connection-40 -int-connection-400 -int-connection-401 -int-connection-402 -int-connection-403 -int-connection-404 -int-connection-405 -int-connection-406 -int-connection-407 -int-connection-408 -int-connection-409 -int-connection-41 -int-connection-410 -int-connection-411 -int-connection-412 -int-connection-413 -int-connection-414 -int-connection-415 -int-connection-416 -int-connection-417 -int-connection-418 -int-connection-419 -int-connection-42 -int-connection-420 -int-connection-421 -int-connection-422 -int-connection-423 -int-connection-424 -int-connection-425 -int-connection-426 -int-connection-427 -int-connection-428 -int-connection-43 -int-connection-44 -int-connection-45 -int-connection-46 -int-connection-47 -int-connection-48 -int-connection-49 -int-connection-5 -int-connection-50 -int-connection-51 -int-connection-52 -int-connection-53 -int-connection-54 -int-connection-55 -int-connection-56 -int-connection-57 -int-connection-58 -int-connection-59 -int-connection-6 -int-connection-60 -int-connection-61 -int-connection-62 -int-connection-63 -int-connection-64 -int-connection-65 -int-connection-66 -int-connection-67 -int-connection-68 -int-connection-69 -int-connection-7 -int-connection-70 -int-connection-71 -int-connection-72 -int-connection-73 -int-connection-74 -int-connection-75 -int-connection-76 -int-connection-77 -int-connection-78 -int-connection-79 -int-connection-8 -int-connection-80 -int-connection-81 -int-connection-82 -int-connection-83 -int-connection-84 -int-connection-85 -int-connection-86 -int-connection-87 -int-connection-88 -int-connection-89 -int-connection-9 -int-connection-90 -[2024-06-06 23:13:29,982] INFO:root:parameters {} -[2024-06-07 08:55:35,770] INFO:device.service.OpenConfigServicer: config from openconfigservicer {'channels': [], 'transceivers': {'transceiver': []}, 'interfaces': {'interface': ''}, 'channel_namespace': None, 'endpoints': [], 'device_name': 'R1', 'new_config': {'band_type': 'C_BAND', 'low-freq': 192006250, 'up-freq': 192206250, 'frequency': 192106250, 'band': 200000, 'ob_id': 1}, 'is_opticalband': True, 'flow': [['0', '77df46fd-6d6e-5726-9960-ca439c925dea']]} -[2024-06-07 08:55:35,822] INFO:device.service.OpenConfigServicer:device is device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } -} -name: "R1" -device_type: "optical-roadm" -device_operational_status: DEVICEOPERATIONALSTATUS_ENABLED -device_drivers: DEVICEDRIVER_OC -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "02c19f3c-73ac-55b9-b4c2-7def7e7df9fe" - } - } - name: "port-48-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "0332be2a-9b4e-52d7-ac7b-3ea58bf00375" - } - } - name: "port-12-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "08da1aa7-9253-5e92-bf2c-6e66ffe7a4ff" - } - } - name: "port-38-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "0b1c4d0e-5140-5085-ab66-2def390b650f" - } - } - name: "port-33-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "12b4419f-9ae9-5839-ad52-9684b1f30878" - } - } - name: "port-34-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "188af412-9ac2-588f-8f00-a956aa6b2ae5" - } - } - name: "port-43-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "18a51dcf-905d-5104-9ef1-f24740fd6d78" - } - } - name: "port-12-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "1e02e33d-4b14-502d-9806-988f64cccb5d" - } - } - name: "port-43-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "21b8ccaa-9f7b-5bc5-9fc0-6f32025eb8a6" - } - } - name: "port-41-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "22d287ab-7935-55cb-b681-944a064726a9" - } - } - name: "port-11-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "28666b3c-4b96-5cb6-8006-eba13ca8ab6e" - } - } - name: "port-9-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "29e8b36f-6989-5651-99fe-b3cb2ee5b4b8" - } - } - name: "port-40-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "2b646bf7-3120-5254-a4fb-748294c61a71" - } - } - name: "port-2-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "35aaee89-81a3-56b1-b1ba-33f972d0af49" - } - } - name: "port-36-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "385bc8da-171b-574c-9d4f-d9b08f29c469" - } - } - name: "port-40-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "38f57fc2-4b25-5b8e-8ab0-e2676594b652" - } - } - name: "port-39-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "3972ab17-4386-5a0c-92db-fc8096433068" - } - } - name: "port-38-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "3a49ceb2-fd5b-59e2-975a-b065c4e127a4" - } - } - name: "port-7-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "3b1551b2-3c17-54f6-8990-308ee42b421d" - } - } - name: "port-15-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "3f8b1948-619c-5130-a158-b7beb838434c" - } - } - name: "port-14-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "435a198b-cd6f-5d29-a72d-ea4f04cb658a" - } - } - name: "port-35-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "436bb32a-c8a0-5718-bbdb-382c79d96587" - } - } - name: "port-1-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "4b197fb8-d26e-59fb-a96c-d347ba017b28" - } - } - name: "port-46-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "53e3c997-d487-5d96-a6c4-998a562dcb96" - } - } - name: "port-5-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "55684f06-7aab-5061-aa0d-2e37b45e5ec7" - } - } - name: "port-2-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "56c81904-047c-5d7c-a765-79b9e4b7abf2" - } - } - name: "port-3-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "59871dc1-872d-5df1-9392-2537a591c86c" - } - } - name: "port-45-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "59fcacb0-1840-5dd3-9dfa-a07cf4f91bd2" - } - } - name: "port-3-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "5ac999c3-3df8-53c4-8f4a-52e5943f5c4c" - } - } - name: "port-14-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "62099377-4f4f-5ffb-aa37-6dec3319a21e" - } - } - name: "port-13-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "6a6dc5d4-567c-5104-b50d-6820768d2699" - } - } - name: "port-46-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "77df46fd-6d6e-5726-9960-ca439c925dea" - } - } - name: "port-1-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "7be48ef0-2357-55fa-aca6-a1aeeeb3267a" - } - } - name: "port-42-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "7ce13dc8-d5f1-5233-beec-1d99416c9164" - } - } - name: "port-44-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "883609be-6125-5bbf-91ac-2a30e75a7d1e" - } - } - name: "port-16-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "8d0c4ac4-c522-5992-a206-45e8bf8389c6" - } - } - name: "port-7-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "904c4b18-10a6-512b-9bb2-8ec81e74fda4" - } - } - name: "port-34-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "91492a21-2f88-5acc-a427-2a57230eb2ea" - } - } - name: "port-15-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "927b0db8-602b-54d5-acd9-c1cd6395425f" - } - } - name: "port-39-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "a18a7eb1-811d-5d27-be08-db212d83f25e" - } - } - name: "port-45-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "a7058178-97da-5b95-b969-abe5ab7a8e6f" - } - } - name: "port-42-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "a7d33ece-9565-59ec-999f-4c995d142f83" - } - } - name: "port-4-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "a9061634-e9a7-5d13-bc96-09fbf31cd610" - } - } - name: "port-41-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "b5354091-162e-5073-aeb2-ec5debcfcf9f" - } - } - name: "port-16-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "b9fbeed8-e304-5bd5-90e1-3e43c6af5a16" - } - } - name: "port-35-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "c31537c8-13df-503d-bf91-64e860e6b573" - } - } - name: "port-48-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "ca4f5f60-37ba-567b-a474-ff8951033342" - } - } - name: "port-47-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "cc197d41-625f-50d1-94d8-c6c63a31ccfb" - } - } - name: "port-8-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "ccb07637-f7d6-5b4a-9fc6-8510ef694cd9" - } - } - name: "port-4-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "cd539095-12a6-5460-8b07-481ec1901c9a" - } - } - name: "port-33-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "cfe60fca-3fe5-5747-ace8-ca7913e26d81" - } - } - name: "port-13-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "dda83a5d-29b7-5f96-9b0a-bd1f39e1db2f" - } - } - name: "port-37-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "e2500678-0f36-555a-9133-7cd04d3ad63a" - } - } - name: "port-6-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "e5265cb0-2e80-5ea1-80d8-333749bb7f14" - } - } - name: "port-5-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "e9d0dac3-11f2-5b84-9125-d0300ccd8eeb" - } - } - name: "port-37-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "e9d4bff3-76ac-5490-b897-a30b9a42a8b1" - } - } - name: "port-44-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "ea73d8c4-1077-55c9-87f1-9c377cee196f" - } - } - name: "port-9-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "eb38e3cd-e42a-54b2-846c-82207a95e8e3" - } - } - name: "port-10-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "ebfe571c-77b2-5f66-9efe-25583cc1f587" - } - } - name: "port-36-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "ee4df110-8657-571c-aa20-a70ec79db01f" - } - } - name: "port-47-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "f206246e-cb90-56b4-b908-1dc3daa7ac3f" - } - } - name: "port-11-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "f7052fb4-fab8-5821-95e0-d407043742d8" - } - } - name: "port-8-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "f8bd2b7e-6d37-5bbc-92f4-9b9b2e0ce22c" - } - } - name: "port-10-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "ff51524f-7b51-5efd-af6b-6bc8541d3716" - } - } - name: "port-6-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT" - endpoint_location { - } -} -controller_id { -} - -[2024-06-07 08:55:35,823] INFO:device.service.OpenConfigServicer:from openconfigservicer [{'resource_key': 'channel_namespace', 'value': None}, {'resource_key': 'add_transceiver', 'value': None}, {'resource_key': 'source_port', 'value': [None]}, {'resource_key': 'destination_port', 'value': ['port-1-out']}, {'resource_key': 'target-output-power', 'value': None}, {'resource_key': 'frequency', 'value': 192106250}, {'resource_key': 'operational-mode', 'value': None}, {'resource_key': 'line-port', 'value': None}, {'resource_key': 'name', 'value': 'C_BAND'}, {'resource_key': 'optical-band-parent', 'value': 1}, {'resource_key': 'channel_name', 'value': None}, {'resource_key': 'index', 'value': 1}, {'resource_key': 'lower-frequency', 'value': 192006250}, {'resource_key': 'upper-frequency', 'value': 192206250}] and conditions {'is_opticalband': True, 'edit_type': 'optical-band'} -[2024-06-07 08:55:35,906] INFO:ncclient.operations.rpc:[host 172.17.254.21 session-id 19] Requesting 'EditConfig' -[2024-06-07 08:55:36,236] INFO:root:resonse from edit <?xml version="1.0" encoding="UTF-8"?> -<rpc-reply xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="urn:uuid:2b99ae14-c774-4495-bf50-86597fdc0522" xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0"><ok/></rpc-reply> -[2024-06-07 08:55:36,236] INFO:device.service.OpenConfigServicer:resluts [True] and is_all_good True -[2024-06-07 08:55:36,237] INFO:ncclient.operations.rpc:[host 172.17.254.21 session-id 19] Requesting 'Get' -int-connection-91 -int-connection-92 -int-connection-93 -int-connection-94 -int-connection-95 -int-connection-96 -int-connection-97 -int-connection-98 -int-connection-99 -port-1-in -port-1-out -port-10-in -port-10-out -port-11-in -port-11-out -port-12-in -port-12-out -port-13-in -port-13-out -port-14-in -port-14-out -port-15-in -port-15-out -port-16-in -port-16-out -port-17-in -port-17-out -port-18-in -port-18-out -port-19-in -port-19-out -port-2-in -port-2-out -port-20-in -port-20-out -port-21-in -port-21-out -port-22-in -port-22-out -port-23-in -port-23-out -port-24-in -port-24-out -port-25-in -port-25-out -port-26-in -port-26-out -port-27-in -port-27-out -port-28-in -port-28-out -port-29-in -port-29-out -port-3-in -port-3-out -port-30-in -port-30-out -port-31-in -port-31-out -port-32-in -port-32-out -port-33-in -port-33-out -port-34-in -port-34-out -port-35-in -port-35-out -port-36-in -port-36-out -port-37-in -port-37-out -port-38-in -port-38-out -port-39-in -port-39-out -port-4-in -port-4-out -port-40-in -port-40-out -port-41-in -port-41-out -port-42-in -port-42-out -port-43-in -port-43-out -port-44-in -port-44-out -port-45-in -port-45-out -port-46-in -port-46-out -port-47-in -port-47-out -port-48-in -port-48-out -port-5-in -port-5-out -port-6-in -port-6-out -port-7-in -port-7-out -port-8-in -port-8-out -port-9-in -port-9-out -component [<Element {http://openconfig.net/yang/platform}component at 0x7fec005db880>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005dbe40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005db540>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005db180>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005db240>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005db140>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005db340>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005db300>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005db100>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005dba00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00594600>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005db740>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005db5c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005db200>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005db980>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005db400>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005db1c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005db2c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005db380>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005db780>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005db080>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005db800>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005db480>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005db900>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005db9c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005dbc00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005db700>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005db040>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005db680>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005db6c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005db7c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005db840>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005db580>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005db940>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005db440>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005db8c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005db600>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005db280>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005db3c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006d0e00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006d0f40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006d0040>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006d0140>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006d0240>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006d0340>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006d0440>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006d0540>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006d0640>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006d0740>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006d0840>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006d08c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006d09c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006d0b40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006d0c40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006d0dc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006d0ec0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006d0fc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006d0e80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006d0cc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006d0e40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006d04c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006d0f00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006d0a40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006d0d80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006d06c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006d02c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006d00c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006d05c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006d03c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006d0d00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006d0ac0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006d0bc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006d07c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006d01c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006d0d40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c70c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c71c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c72c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c73c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c74c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c75c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c76c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c77c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c78c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c79c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c7ac0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c7bc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c7cc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c7dc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c7ec0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c7fc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c7340>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c7240>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c7640>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c7040>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c7140>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c7b40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c7a80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c7f40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c7e40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c7c40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c7a40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c7940>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c7840>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c7d40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c7740>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c7540>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c7440>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a6ec0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a6b40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a6c40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a6d40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a69c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a6dc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a6cc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a6f40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a6640>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a6fc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a6e40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a64c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a6140>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a62c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a60c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a63c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a61c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a65c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a6240>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a6340>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a6540>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a6040>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a67c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a6740>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a6840>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a6bc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a6940>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a6ac0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a6440>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a66c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a68c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a6a40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0069ae80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0069ab80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0069ab00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0069a600>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0069a580>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0069a980>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0069a680>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0069a380>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0069af80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0069ad00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0069a080>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0069a780>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0069ac80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0069a500>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0069a900>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0069a480>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0069aa80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0069a400>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0069a200>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0069af00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0069ac00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0069aa00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0069ae00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0069a800>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0069a100>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0069a880>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0069a300>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0069ad80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0069a700>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0062d040>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0062d140>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0062d280>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0062d380>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0062d440>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0062d540>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0062d640>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0062d740>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0062d840>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0062d940>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0062d1c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0062d8c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0062dc40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0062d9c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0062d6c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0062d300>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0062d0c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0062de40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0062df40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0062ddc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0062da40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0062d4c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0062d5c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0062dbc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0062dac0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0062dec0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0062d200>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0062dcc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0062dd40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0062d7c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0062db40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0062dfc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c6040>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c62c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c6d40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c64c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c6e40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c6240>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c6f40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c63c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c6140>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c61c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c60c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c67c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c6840>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c65c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c6340>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c66c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c6540>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c6440>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c6740>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c6940>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c6cc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c6bc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c69c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c6ac0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c6dc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c6ec0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c6c40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c6640>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c6fc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c68c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c6b40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f7b40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f7580>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f7740>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f76c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f7b00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f7bc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f7e80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f7dc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f7f40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f71c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f7980>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f7e00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f7680>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f7a80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f7ec0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f75c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f7b80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f7480>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f7900>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f7540>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f7c00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f7340>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f7140>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f70c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f7ac0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f7e40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f7240>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f78c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f7180>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f7d80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f79c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f7040>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f7d00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f7f80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f7100>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f74c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f7640>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f7fc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f7500>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f7380>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f7300>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f7a00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f7cc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f7840>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f7440>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f7400>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f7f00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f7a40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f73c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f7600>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f7940>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f7200>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f7c40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f7700>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f77c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f72c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f7d40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f7880>, <Element {http://openconfig.net/yang/platform}component at 0x7fec04b107c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec04b10f40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0061dc00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0061d880>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0061d300>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0061d680>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0061d180>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0061d800>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0061d900>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0061de00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0061d200>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0061da00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0061d600>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0061d980>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0061dd00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0061dc80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0061d500>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0061db00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0061d380>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0061d080>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0061d280>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0061d780>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0061df00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0061dd80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0061d480>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0061d100>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0061df80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0061da80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0061de80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0061db80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0061d580>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0061d400>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0061d700>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f8040>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f8080>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f80c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f8100>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f8140>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f8180>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f81c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f8200>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f8240>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f8280>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f82c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f8300>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f8340>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f8380>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f83c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f8400>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f8440>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f8480>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f84c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f8500>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f8540>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f8580>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f85c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f8600>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f8640>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f8680>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f86c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f8700>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f8740>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f8780>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f87c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f8800>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f8840>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f8880>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f88c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f8900>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f8940>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f8980>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f89c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f8a00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f8a40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f8a80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f8ac0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f8b00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f8b40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f8b80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f8bc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f8c00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f8c40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f8c80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f8cc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f8d00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f8d40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f8d80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f8dc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f8e00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f8e40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f8e80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f8ec0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f8f00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f8f40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f8f80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005f8fc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00615040>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00615080>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006150c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00615100>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00615140>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00615180>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006151c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00615200>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00615240>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00615280>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006152c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00615300>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00615340>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00615380>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006153c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00615400>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00615440>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00615480>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006154c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00615500>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00615540>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00615580>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006155c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00615600>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00615640>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00615680>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006156c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00615700>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00615740>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00615780>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006157c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00615800>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00615840>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00615880>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006158c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00615900>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00615940>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00615980>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006159c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00615a00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00615a40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00615a80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00615ac0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00615b00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00615b40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00615b80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00615bc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00615c00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00615c40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00615c80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00615cc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00615d00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00615d40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00615d80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00615dc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00615e00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00615e40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00615e80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00615ec0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00615f00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00615f40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00615f80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00615fc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ea040>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ea080>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ea0c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ea100>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ea140>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ea180>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ea1c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ea200>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ea240>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ea280>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ea2c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ea300>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ea340>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ea380>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ea3c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ea400>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ea440>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ea480>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ea4c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ea500>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ea540>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ea580>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ea5c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ea600>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ea640>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ea680>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ea6c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ea700>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ea740>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ea780>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ea7c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ea800>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ea840>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ea880>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ea8c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ea900>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ea940>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ea980>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ea9c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005eaa00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005eaa40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005eaa80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005eaac0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005eab00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005eab40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005eab80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005eabc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005eac00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005eac40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005eac80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005eacc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ead00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ead40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005ead80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005eadc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005eae00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005eae40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005eae80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005eaec0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005eaf00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005eaf40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005eaf80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005eafc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057d040>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057d080>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057d0c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057d100>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057d140>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057d180>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057d1c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057d200>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057d240>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057d280>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057d2c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057d300>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057d340>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057d380>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057d3c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057d400>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057d440>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057d480>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057d4c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057d500>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057d540>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057d580>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057d5c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057d600>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057d640>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057d680>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057d6c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057d700>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057d740>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057d780>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057d7c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057d800>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057d840>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057d880>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057d8c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057d900>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057d940>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057d980>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057d9c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057da00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057da40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057da80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057dac0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057db00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057db40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057db80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057dbc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057dc00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057dc40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057dc80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057dcc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057dd00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057dd40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057dd80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057ddc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0057de00>] -WBSS-1 -WBSS-10 -WBSS-11 -WBSS-12 -WBSS-13 -WBSS-14 -WBSS-15 -WBSS-16 -WBSS-17 -WBSS-18 -WBSS-19 -WBSS-2 -WBSS-20 -WBSS-21 -WBSS-22 -WBSS-23 -WBSS-24 -WBSS-25 -WBSS-26 -WBSS-27 -WBSS-28 -WBSS-29 -WBSS-3 -WBSS-30 -WBSS-31 -WBSS-32 -WBSS-4 -WBSS-5 -WBSS-6 -WBSS-7 -WBSS-8 -WBSS-9 -WSS-1 -WSS-10 -WSS-11 -WSS-12 -WSS-2 -WSS-3 -WSS-4 -WSS-5 -WSS-6 -WSS-7 -WSS-8 -WSS-9 -int-connection-1 -int-connection-10 -int-connection-100 -int-connection-101 -int-connection-102 -int-connection-103 -int-connection-104 -int-connection-105 -int-connection-106 -int-connection-107 -int-connection-108 -int-connection-109 -int-connection-11 -int-connection-110 -int-connection-111 -int-connection-112 -int-connection-113 -int-connection-114 -int-connection-115 -int-connection-116 -int-connection-117 -int-connection-118 -int-connection-119 -int-connection-12 -int-connection-120 -int-connection-121 -int-connection-122 -int-connection-123 -int-connection-124 -int-connection-125 -int-connection-126 -int-connection-127 -int-connection-128 -int-connection-129 -int-connection-13 -int-connection-130 -int-connection-131 -int-connection-132 -int-connection-133 -int-connection-134 -int-connection-135 -int-connection-136 -int-connection-137 -int-connection-138 -int-connection-139 -int-connection-14 -int-connection-140 -int-connection-141 -int-connection-142 -int-connection-143 -int-connection-144 -int-connection-145 -int-connection-146 -int-connection-147 -int-connection-148 -int-connection-149 -int-connection-15 -int-connection-150 -int-connection-151 -int-connection-152 -int-connection-153 -int-connection-154 -int-connection-155 -int-connection-156 -int-connection-157 -int-connection-158 -int-connection-159 -int-connection-16 -int-connection-160 -int-connection-161 -int-connection-162 -int-connection-163 -int-connection-164 -int-connection-165 -int-connection-166 -int-connection-167 -int-connection-168 -int-connection-169 -int-connection-17 -int-connection-170 -int-connection-171 -int-connection-172 -int-connection-173 -int-connection-174 -int-connection-175 -int-connection-176 -int-connection-177 -int-connection-178 -int-connection-179 -int-connection-18 -int-connection-180 -int-connection-181 -int-connection-182 -int-connection-183 -int-connection-184 -int-connection-185 -int-connection-186 -int-connection-187 -int-connection-188 -int-connection-189 -int-connection-19 -int-connection-190 -int-connection-191 -int-connection-192 -int-connection-193 -int-connection-194 -int-connection-195 -int-connection-196 -int-connection-197 -int-connection-198 -int-connection-199 -int-connection-2 -int-connection-20 -int-connection-200 -int-connection-201 -int-connection-202 -int-connection-203 -int-connection-204 -int-connection-205 -int-connection-206 -int-connection-207 -int-connection-208 -int-connection-209 -int-connection-21 -int-connection-210 -int-connection-211 -int-connection-212 -int-connection-213 -int-connection-214 -int-connection-215 -int-connection-216 -int-connection-217 -int-connection-218 -int-connection-219 -int-connection-22 -int-connection-220 -int-connection-221 -int-connection-222 -int-connection-223 -int-connection-224 -int-connection-225 -int-connection-226 -int-connection-227 -int-connection-228 -int-connection-229 -int-connection-23 -int-connection-230 -int-connection-231 -int-connection-232 -int-connection-233 -int-connection-234 -int-connection-235 -int-connection-236 -int-connection-237 -int-connection-238 -int-connection-239 -int-connection-24 -int-connection-240 -int-connection-241 -int-connection-242 -int-connection-243 -int-connection-244 -int-connection-245 -int-connection-246 -int-connection-247 -int-connection-248 -int-connection-249 -int-connection-25 -int-connection-250 -int-connection-251 -int-connection-252 -int-connection-253 -int-connection-254 -int-connection-255 -int-connection-256 -int-connection-257 -int-connection-258 -int-connection-259 -int-connection-26 -int-connection-260 -int-connection-261 -int-connection-262 -int-connection-263 -int-connection-264 -int-connection-265 -int-connection-266 -int-connection-267 -int-connection-268 -int-connection-269 -int-connection-27 -int-connection-270 -int-connection-271 -int-connection-272 -int-connection-273 -int-connection-274 -int-connection-275 -int-connection-276 -int-connection-277 -int-connection-278 -int-connection-279 -int-connection-28 -int-connection-280 -int-connection-281 -int-connection-282 -int-connection-283 -int-connection-284 -int-connection-285 -int-connection-286 -int-connection-287 -int-connection-288 -int-connection-289 -int-connection-29 -int-connection-290 -int-connection-291 -int-connection-292 -int-connection-293 -int-connection-294 -int-connection-295 -int-connection-296 -int-connection-297 -int-connection-298 -int-connection-299 -int-connection-3 -int-connection-30 -int-connection-300 -int-connection-301 -int-connection-302 -int-connection-303 -int-connection-304 -int-connection-305 -int-connection-306 -int-connection-307 -int-connection-308 -int-connection-309 -int-connection-31 -int-connection-310 -int-connection-311 -int-connection-312 -int-connection-313 -int-connection-314 -int-connection-315 -int-connection-316 -int-connection-317 -int-connection-318 -int-connection-319 -int-connection-32 -int-connection-320 -int-connection-321 -int-connection-322 -int-connection-323 -int-connection-324 -int-connection-325 -int-connection-326 -int-connection-327 -int-connection-328 -int-connection-329 -int-connection-33 -int-connection-330 -int-connection-331 -int-connection-332 -int-connection-333 -int-connection-334 -int-connection-335 -int-connection-336 -int-connection-337 -int-connection-338 -int-connection-339 -int-connection-34 -int-connection-340 -int-connection-341 -int-connection-342 -int-connection-343 -int-connection-344 -int-connection-345 -int-connection-346 -int-connection-347 -int-connection-348 -int-connection-349 -int-connection-35 -int-connection-350 -int-connection-351 -int-connection-352 -int-connection-353 -int-connection-354 -int-connection-355 -int-connection-356 -int-connection-357 -int-connection-358 -int-connection-359 -int-connection-36 -int-connection-360 -int-connection-361 -int-connection-362 -int-connection-363 -int-connection-364 -int-connection-365 -int-connection-366 -int-connection-367 -int-connection-368 -int-connection-369 -int-connection-37 -int-connection-370 -int-connection-371 -int-connection-372 -int-connection-373 -int-connection-374 -int-connection-375 -int-connection-376 -int-connection-377 -int-connection-378 -int-connection-379 -int-connection-38 -int-connection-380 -int-connection-381 -int-connection-382 -int-connection-383 -int-connection-384 -int-connection-385 -int-connection-386 -int-connection-387 -int-connection-388 -int-connection-389 -int-connection-39 -int-connection-390 -int-connection-391 -int-connection-392 -int-connection-393 -int-connection-394 -int-connection-395 -int-connection-396 -int-connection-397 -int-connection-398 -int-connection-399 -int-connection-4 -int-connection-40 -int-connection-400 -int-connection-401 -int-connection-402 -int-connection-403 -int-connection-404 -int-connection-405 -int-connection-406 -int-connection-407 -int-connection-408 -int-connection-409 -int-connection-41 -int-connection-410 -int-connection-411 -int-connection-412 -int-connection-413 -int-connection-414 -int-connection-415 -int-connection-416 -int-connection-417 -int-connection-418 -int-connection-419 -int-connection-42 -int-connection-420 -int-connection-421 -int-connection-422 -int-connection-423 -int-connection-424 -int-connection-425 -int-connection-426 -int-connection-427 -int-connection-428 -int-connection-43 -int-connection-44 -int-connection-45 -int-connection-46 -int-connection-47 -int-connection-48 -int-connection-49 -int-connection-5 -int-connection-50 -int-connection-51 -int-connection-52 -int-connection-53 -int-connection-54 -int-connection-55 -int-connection-56 -int-connection-57 -int-connection-58 -int-connection-59 -int-connection-6 -int-connection-60 -int-connection-61 -int-connection-62 -int-connection-63 -int-connection-64 -int-connection-65 -int-connection-66 -int-connection-67 -int-connection-68 -int-connection-69 -int-connection-7 -int-connection-70 -int-connection-71 -int-connection-72 -int-connection-73 -int-connection-74 -int-connection-75 -int-connection-76 -int-connection-77 -int-connection-78 -int-connection-79 -int-connection-8 -int-connection-80 -int-connection-81 -int-connection-82 -int-connection-83 -int-connection-84 -int-connection-85 -int-connection-86 -int-connection-87 -int-connection-88 -int-connection-89 -int-connection-9 -int-connection-90 -[2024-06-07 08:55:38,936] INFO:root:parameters {} -[2024-06-07 08:55:38,998] INFO:device.service.OpenConfigServicer: config from openconfigservicer {'channels': [], 'transceivers': {'transceiver': []}, 'interfaces': {'interface': ''}, 'channel_namespace': None, 'endpoints': [], 'device_name': 'R2', 'new_config': {'band_type': 'C_BAND', 'low-freq': 192006250, 'up-freq': 192206250, 'frequency': 192106250, 'band': 200000, 'ob_id': 1}, 'is_opticalband': True, 'flow': [['bcfb768c-e8fb-5e0b-9559-821d120b5410', '0']]} -[2024-06-07 08:55:39,035] INFO:device.service.OpenConfigServicer:device is device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } -} -name: "R2" -device_type: "optical-roadm" -device_operational_status: DEVICEOPERATIONALSTATUS_ENABLED -device_drivers: DEVICEDRIVER_OC -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "053a62f6-2760-562a-b285-15a9b159c2c5" - } - } - name: "port-46-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "0a9b56db-32f8-5c60-83af-7ceaa39c618e" - } - } - name: "port-2-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "0d103312-7c8c-5e8a-980f-f6863b42d0d3" - } - } - name: "port-10-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "0ee5d330-9700-5684-92c1-bcb6c4c8a3bc" - } - } - name: "port-8-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "115ed444-0128-53f1-aa1a-ce8129a55f67" - } - } - name: "port-9-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "12ea85fc-4388-59c1-9cb9-b480ee06e01a" - } - } - name: "port-45-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "14bb0e42-db22-5dfb-b618-4caa72a8e8cc" - } - } - name: "port-42-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "18a7b3b1-d4a3-590a-a5a9-b7db5293ac61" - } - } - name: "port-48-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "19041fc0-6807-5b8f-9b26-7e7eed556980" - } - } - name: "port-6-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "1950275c-e218-5190-8ca5-6a2228c4a87b" - } - } - name: "port-10-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "21db5850-b53e-57de-ba2a-bf578bffb1ea" - } - } - name: "port-46-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "261a53b4-d257-5f35-bf5b-b2f975d7d2ed" - } - } - name: "port-35-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "266dc3a1-0892-5454-a917-3fa62190c6c2" - } - } - name: "port-8-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "2e4f4523-3fb0-5704-9a47-1cf467d70bc8" - } - } - name: "port-13-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "2f6d500b-2407-516f-9468-4f059b218f4b" - } - } - name: "port-43-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "3062d499-cf08-5f02-94c6-8906ebdf756b" - } - } - name: "port-41-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "31060d00-8617-55c3-92f2-f42b876478c1" - } - } - name: "port-4-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "399d3645-5565-502b-bfc8-3ea9cf68a83b" - } - } - name: "port-36-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "3ba5f6db-ffde-59d9-a7ae-af06e96a9674" - } - } - name: "port-40-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "3e17084e-d2b4-5cb2-b31a-7f6d80feb60e" - } - } - name: "port-5-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "3e74aa2a-cf0d-51ce-b406-dcf1b96ae5d5" - } - } - name: "port-11-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "3efedbc2-7363-53cf-a0b9-fc4a2bcbd245" - } - } - name: "port-1-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "48a917ad-12d8-5ec4-aaab-84b35337abfe" - } - } - name: "port-14-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "5047aede-f784-58ab-b80a-454386a43c64" - } - } - name: "port-12-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "50b41e11-e2f7-5720-b2b0-bc2a43eb7b95" - } - } - name: "port-38-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "5aeb719f-e322-5185-be08-a2f837992a4f" - } - } - name: "port-44-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "5cfa4f91-cbce-5721-b612-e6b5eaa76721" - } - } - name: "port-35-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "5d5cb9d0-e675-55b7-8a76-5649f4c95c81" - } - } - name: "port-39-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "5dd55ad7-b980-562e-b579-d724a3655d31" - } - } - name: "port-34-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "5eba7909-6f11-5154-b6e9-e2a2bbc75bb0" - } - } - name: "port-48-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "625560d9-4809-5f40-b3cf-23ec59efe71a" - } - } - name: "port-38-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "630a400f-dd0c-51d0-8049-c281881190b0" - } - } - name: "port-3-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "6a2d629b-9dfe-58af-bc5b-96277a127512" - } - } - name: "port-41-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "6e621543-9616-57bf-806c-2564047f234b" - } - } - name: "port-15-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "6e9b83ef-b9a4-5898-9495-38c45635aac7" - } - } - name: "port-34-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "72fabf2f-0121-5198-a4bf-ab82034d7da9" - } - } - name: "port-16-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "743daf39-41eb-500c-b61b-d7b473249022" - } - } - name: "port-47-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "76d3c064-04eb-5edf-95ac-645cb6348b61" - } - } - name: "port-33-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "77d8c722-2ad2-5a7c-8669-fb900f1166e1" - } - } - name: "port-45-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "8657516b-33f4-5d1c-839d-51acbc6fb93d" - } - } - name: "port-36-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "86f6b3e0-3e7e-5db2-bb71-6e05229c97eb" - } - } - name: "port-3-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "922a952b-50b6-5985-bf44-3afeb53f396e" - } - } - name: "port-44-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "94ae7ec2-0cba-55ea-a36f-2143b205ed64" - } - } - name: "port-43-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "994c45dd-b2b8-53c4-957d-4834f45e0e1f" - } - } - name: "port-13-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "a08ab669-238c-5e9e-9e86-780d39111595" - } - } - name: "port-40-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "a751a510-e108-5819-bafb-3d3e6881b4eb" - } - } - name: "port-12-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "b22d517e-2d36-518b-9e3e-c75c625f06ef" - } - } - name: "port-7-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "b3ab2b45-ed47-5c14-801d-b1104dd9d619" - } - } - name: "port-6-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "b71a78da-69db-5260-8a15-8de81d02a20d" - } - } - name: "port-9-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "bc82f789-cbb1-5f3e-b989-88dab185ea0d" - } - } - name: "port-37-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "bcfb768c-e8fb-5e0b-9559-821d120b5410" - } - } - name: "port-1-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "bd08db44-134e-5902-bb24-b2453bf21db4" - } - } - name: "port-5-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "be1b3bb0-8aed-569a-be91-e888b0c0985d" - } - } - name: "port-33-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "c027a391-2cf6-5b96-bba3-051e01c63f43" - } - } - name: "port-7-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "c2d5ac50-2faf-5608-a6ae-7c023bceb289" - } - } - name: "port-39-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "c4568f02-d291-5c95-b9bc-846278862db9" - } - } - name: "port-4-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "c559fb60-6495-5992-b339-ac7a590e337c" - } - } - name: "port-16-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "cace07d7-0ca3-51be-bef1-b58db0ccba6f" - } - } - name: "port-2-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "caf865b8-df54-5601-9163-1cdbe8f7a599" - } - } - name: "port-47-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "cc5064c4-bc42-5c50-b5b0-9b2ad1405bd8" - } - } - name: "port-42-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "e650eba7-019d-5c4f-9d75-14d47a711f2f" - } - } - name: "port-14-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "e7566eac-9fa0-5137-929a-7cf2485babea" - } - } - name: "port-37-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "ea7812b2-db7c-5504-a415-6b4299ae090f" - } - } - name: "port-11-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "fd4d5404-baf3-5f5f-b7b7-a825c90e5f2a" - } - } - name: "port-15-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT" - endpoint_location { - } -} -controller_id { -} - -[2024-06-07 08:55:39,035] INFO:device.service.OpenConfigServicer:from openconfigservicer [{'resource_key': 'channel_namespace', 'value': None}, {'resource_key': 'add_transceiver', 'value': None}, {'resource_key': 'source_port', 'value': ['port-1-in']}, {'resource_key': 'destination_port', 'value': [None]}, {'resource_key': 'target-output-power', 'value': None}, {'resource_key': 'frequency', 'value': 192106250}, {'resource_key': 'operational-mode', 'value': None}, {'resource_key': 'line-port', 'value': None}, {'resource_key': 'name', 'value': 'C_BAND'}, {'resource_key': 'optical-band-parent', 'value': 1}, {'resource_key': 'channel_name', 'value': None}, {'resource_key': 'index', 'value': 1}, {'resource_key': 'lower-frequency', 'value': 192006250}, {'resource_key': 'upper-frequency', 'value': 192206250}] and conditions {'is_opticalband': True, 'edit_type': 'optical-band'} -[2024-06-07 08:55:39,036] INFO:ncclient.operations.rpc:[host 172.17.254.22 session-id 19] Requesting 'EditConfig' -[2024-06-07 08:55:39,287] INFO:root:resonse from edit <?xml version="1.0" encoding="UTF-8"?> -<rpc-reply xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="urn:uuid:7d9484fe-c936-4df0-8baa-48c272b48828" xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0"><ok/></rpc-reply> -[2024-06-07 08:55:39,287] INFO:device.service.OpenConfigServicer:resluts [True] and is_all_good True -[2024-06-07 08:55:39,288] INFO:ncclient.operations.rpc:[host 172.17.254.22 session-id 19] Requesting 'Get' -int-connection-91 -int-connection-92 -int-connection-93 -int-connection-94 -int-connection-95 -int-connection-96 -int-connection-97 -int-connection-98 -int-connection-99 -port-1-in -port-1-out -port-10-in -port-10-out -port-11-in -port-11-out -port-12-in -port-12-out -port-13-in -port-13-out -port-14-in -port-14-out -port-15-in -port-15-out -port-16-in -port-16-out -port-17-in -port-17-out -port-18-in -port-18-out -port-19-in -port-19-out -port-2-in -port-2-out -port-20-in -port-20-out -port-21-in -port-21-out -port-22-in -port-22-out -port-23-in -port-23-out -port-24-in -port-24-out -port-25-in -port-25-out -port-26-in -port-26-out -port-27-in -port-27-out -port-28-in -port-28-out -port-29-in -port-29-out -port-3-in -port-3-out -port-30-in -port-30-out -port-31-in -port-31-out -port-32-in -port-32-out -port-33-in -port-33-out -port-34-in -port-34-out -port-35-in -port-35-out -port-36-in -port-36-out -port-37-in -port-37-out -port-38-in -port-38-out -port-39-in -port-39-out -port-4-in -port-4-out -port-40-in -port-40-out -port-41-in -port-41-out -port-42-in -port-42-out -port-43-in -port-43-out -port-44-in -port-44-out -port-45-in -port-45-out -port-46-in -port-46-out -port-47-in -port-47-out -port-48-in -port-48-out -port-5-in -port-5-out -port-6-in -port-6-out -port-7-in -port-7-out -port-8-in -port-8-out -port-9-in -port-9-out -component [<Element {http://openconfig.net/yang/platform}component at 0x7fec0486e480>, <Element {http://openconfig.net/yang/platform}component at 0x7fec047a7b80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec047a7c00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec047a7e00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec047a79c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00641dc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006414c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00641540>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005db9c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005db080>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00627940>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005db580>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005db680>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005db440>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005db7c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005db700>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005db600>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005db3c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a52c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a5b40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a5440>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a54c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a5bc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a5140>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a55c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a5c40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a5240>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a5d40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a5fc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a57c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a50c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a58c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a5dc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a5ec0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a5e40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a53c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a5940>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a5640>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a59c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a5ac0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a5040>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a5cc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a5a40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a5740>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a5840>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a5f40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a51c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a56c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a5340>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a5540>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006cad80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006ca680>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006cab80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006caa80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006cad00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006ca300>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006cab00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006ca880>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006ca980>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006cae00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006ca780>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006caf80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006ca580>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006cae80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006ca280>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006cac80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006ca600>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006ca800>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006ca400>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006ca500>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006ca180>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006ca480>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006ca700>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006caa00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006cac00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006ca100>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006caf00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006ca380>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006ca200>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006ca080>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006ca900>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0069a080>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0069aa00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0069a980>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0069ac80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0069a300>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0069a100>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0069a780>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0069ab00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0069a700>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0069a680>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0069ae80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0069ab80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0069a400>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0069a480>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0069a900>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00563ac0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00563580>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005630c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00563f00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00563340>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00563200>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00563d40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00563240>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00563840>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00563ec0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00563140>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00563640>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00563bc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00563040>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005635c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00563940>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00563080>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00563700>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00563a40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00563c00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00563dc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00563e80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00563540>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00563180>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00563480>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005633c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00563380>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00563280>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00563900>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00563300>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005638c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00563b40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005634c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00563e40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005637c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005631c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00563100>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00563f40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00563c80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00563a80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00563cc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005639c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00563b00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00563780>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00563500>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00563800>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00563fc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00563d80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00563c40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00563400>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00563e00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00563980>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00563740>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005632c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00563f80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00563b80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00563a00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00563680>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00563440>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005636c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00563d00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00698e40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00698a40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00698040>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006982c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006989c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00698c40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00698740>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006984c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006986c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a6fc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a66c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a6940>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a6a40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a6ac0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a6bc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a67c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a65c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a6340>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a6540>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a68c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a6740>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a6d40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e4c80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e4bc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e4b40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005e4b80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec04773380>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b4dc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b41c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b47c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b44c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b4780>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b4140>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b4440>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b4a40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b4ec0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b4e40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b4f80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b4bc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec04760980>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00594340>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00594180>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00594fc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005940c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00594e00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00594c00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00594d00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00594700>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005943c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00594600>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00594780>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00594c40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00594a80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00594f80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0069ba80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0069b780>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a11c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a13c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a19c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a1040>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a1d40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a1f40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c79c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c7240>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c77c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c7bc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c7040>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c71c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c7c40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00629dc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00629a40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00629ec0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006299c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00628040>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00628a40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00628240>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00628840>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b6780>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b6880>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b6380>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b6c80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b6980>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b6a80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b6680>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b6e00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b6b80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b6240>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b6c00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b6ec0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b6c40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b6f00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b6d00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b6f40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b6cc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b6400>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b6d80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b6900>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b6700>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b6ac0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b6a00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b6d40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b6100>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b6600>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b62c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b6f80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b6300>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b64c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b6b40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b6200>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b6080>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b6500>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b6800>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b6280>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b6bc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b6e80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b6480>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b6180>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b6580>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b6740>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006b6b00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c6a40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c61c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c6840>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c6d40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c67c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c6e40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c62c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c6240>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c6740>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c6640>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c6fc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c6bc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c6c40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c6440>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c69c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006c6dc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0062d840>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0062d8c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0062d440>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0062d4c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0062d200>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0062dbc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0062d380>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0062d6c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0062db40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0062df40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0062de40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0062d300>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0062dd40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0062d9c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0062dfc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0062d280>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0062dec0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00577bc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00577c40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00577b80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00577a80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00577b00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005779c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00577a40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00577980>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00577900>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00577dc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00577fc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00577f40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005770c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00577040>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00577e40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00577ec0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00577680>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00577640>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00577080>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00577580>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00577140>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005775c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00577600>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005774c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00577440>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00577500>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00577540>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00577480>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00577380>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005771c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005773c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00577400>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005772c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00577240>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00577300>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00577340>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00577280>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00577200>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00577180>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00577100>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00577700>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005776c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00577780>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00577840>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00577800>, <Element {http://openconfig.net/yang/platform}component at 0x7fec005777c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00577880>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00577740>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00577d40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00577c80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00577d00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a2200>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a2a80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a2100>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a2c80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006a2180>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0061df00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0061d500>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0061d880>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0061d680>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0061db80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0061d800>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0061df80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0061da80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0061de80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0061d700>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0061d100>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0061d580>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0061dc00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0061d400>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0061d300>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0061d480>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0061dd80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0061d380>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0061d080>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0061d280>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0061db00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0061d980>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0061d180>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0061dd00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0061dc80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0061d200>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0061d900>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0061da00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0061d600>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0061de00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0061d780>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0056a380>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0056a240>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0056a2c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0056a180>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0056a200>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0056a040>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0056a100>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0056a500>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0056a440>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0056a480>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0056a3c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0056a300>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0056a0c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0056a4c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0056a540>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0056a580>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0056a640>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0056a5c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0056a680>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0056a6c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0056a700>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0056a780>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0056a7c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0056a800>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0056a840>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0056a880>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0056a8c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0056a940>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0056a980>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0056a9c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0056aa00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0056aa40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0056aa80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0056aac0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0056ab00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0056ab40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0056ab80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0056abc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0056ac00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0056ac40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0056ac80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0056acc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0056ad00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0056ad40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0056ad80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0056adc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0056ae00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0056ae40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0056ae80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0056aec0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0056af00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0056af40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0056af80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0056afc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0056a600>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00615040>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00615080>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006150c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00615100>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00615140>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00615180>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006151c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00615200>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00615240>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00615280>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006152c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00615300>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00615340>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00615380>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006153c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00615400>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00615440>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00615480>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006154c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00615500>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00615540>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00615580>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006155c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00615600>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00615640>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00615680>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006156c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00615700>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00615740>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00615780>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006157c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00615800>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00615840>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00615880>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006158c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00615900>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00615940>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00615980>, <Element {http://openconfig.net/yang/platform}component at 0x7fec006159c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00615a00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00615a40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00615a80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00615ac0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00615b00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00615b40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00615b80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00615bc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00615c00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00615c40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00615c80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00615cc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00615d00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00615d40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00615d80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00615dc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00615e00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00615e40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00615e80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00615ec0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00615f00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00615f40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00615f80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec00615fc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0058a040>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0058a080>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0058a0c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0058a100>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0058a140>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0058a180>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0058a1c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0058a200>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0058a240>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0058a280>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0058a2c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0058a300>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0058a340>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0058a380>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0058a3c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0058a400>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0058a440>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0058a480>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0058a4c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0058a500>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0058a540>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0058a580>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0058a5c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0058a600>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0058a640>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0058a680>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0058a6c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0058a700>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0058a740>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0058a780>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0058a7c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0058a800>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0058a840>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0058a880>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0058a8c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0058a900>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0058a940>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0058a980>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0058a9c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0058aa00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0058aa40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0058aa80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0058aac0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0058ab00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0058ab40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0058ab80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0058abc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0058ac00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0058ac40>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0058ac80>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0058acc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0058ad00>, <Element {http://openconfig.net/yang/platform}component at 0x7fec0058ad40>] -WBSS-1 -WBSS-10 -WBSS-11 -WBSS-12 -WBSS-13 -WBSS-14 -WBSS-15 -WBSS-16 -WBSS-17 -WBSS-18 -WBSS-19 -WBSS-2 -WBSS-20 -WBSS-21 -WBSS-22 -WBSS-23 -WBSS-24 -WBSS-25 -WBSS-26 -WBSS-27 -WBSS-28 -WBSS-29 -WBSS-3 -WBSS-30 -WBSS-31 -WBSS-32 -WBSS-4 -WBSS-5 -WBSS-6 -WBSS-7 -WBSS-8 -WBSS-9 -WSS-1 -WSS-10 -WSS-11 -WSS-12 -WSS-2 -WSS-3 -WSS-4 -WSS-5 -WSS-6 -WSS-7 -WSS-8 -WSS-9 -int-connection-1 -int-connection-10 -int-connection-100 -int-connection-101 -int-connection-102 -int-connection-103 -int-connection-104 -int-connection-105 -int-connection-106 -int-connection-107 -int-connection-108 -int-connection-109 -int-connection-11 -int-connection-110 -int-connection-111 -int-connection-112 -int-connection-113 -int-connection-114 -int-connection-115 -int-connection-116 -int-connection-117 -int-connection-118 -int-connection-119 -int-connection-12 -int-connection-120 -int-connection-121 -int-connection-122 -int-connection-123 -int-connection-124 -int-connection-125 -int-connection-126 -int-connection-127 -int-connection-128 -int-connection-129 -int-connection-13 -int-connection-130 -int-connection-131 -int-connection-132 -int-connection-133 -int-connection-134 -int-connection-135 -int-connection-136 -int-connection-137 -int-connection-138 -int-connection-139 -int-connection-14 -int-connection-140 -int-connection-141 -int-connection-142 -int-connection-143 -int-connection-144 -int-connection-145 -int-connection-146 -int-connection-147 -int-connection-148 -int-connection-149 -int-connection-15 -int-connection-150 -int-connection-151 -int-connection-152 -int-connection-153 -int-connection-154 -int-connection-155 -int-connection-156 -int-connection-157 -int-connection-158 -int-connection-159 -int-connection-16 -int-connection-160 -int-connection-161 -int-connection-162 -int-connection-163 -int-connection-164 -int-connection-165 -int-connection-166 -int-connection-167 -int-connection-168 -int-connection-169 -int-connection-17 -int-connection-170 -int-connection-171 -int-connection-172 -int-connection-173 -int-connection-174 -int-connection-175 -int-connection-176 -int-connection-177 -int-connection-178 -int-connection-179 -int-connection-18 -int-connection-180 -int-connection-181 -int-connection-182 -int-connection-183 -int-connection-184 -int-connection-185 -int-connection-186 -int-connection-187 -int-connection-188 -int-connection-189 -int-connection-19 -int-connection-190 -int-connection-191 -int-connection-192 -int-connection-193 -int-connection-194 -int-connection-195 -int-connection-196 -int-connection-197 -int-connection-198 -int-connection-199 -int-connection-2 -int-connection-20 -int-connection-200 -int-connection-201 -int-connection-202 -int-connection-203 -int-connection-204 -int-connection-205 -int-connection-206 -int-connection-207 -int-connection-208 -int-connection-209 -int-connection-21 -int-connection-210 -int-connection-211 -int-connection-212 -int-connection-213 -int-connection-214 -int-connection-215 -int-connection-216 -int-connection-217 -int-connection-218 -int-connection-219 -int-connection-22 -int-connection-220 -int-connection-221 -int-connection-222 -int-connection-223 -int-connection-224 -int-connection-225 -int-connection-226 -int-connection-227 -int-connection-228 -int-connection-229 -int-connection-23 -int-connection-230 -int-connection-231 -int-connection-232 -int-connection-233 -int-connection-234 -int-connection-235 -int-connection-236 -int-connection-237 -int-connection-238 -int-connection-239 -int-connection-24 -int-connection-240 -int-connection-241 -int-connection-242 -int-connection-243 -int-connection-244 -int-connection-245 -int-connection-246 -int-connection-247 -int-connection-248 -int-connection-249 -int-connection-25 -int-connection-250 -int-connection-251 -int-connection-252 -int-connection-253 -int-connection-254 -int-connection-255 -int-connection-256 -int-connection-257 -int-connection-258 -int-connection-259 -int-connection-26 -int-connection-260 -int-connection-261 -int-connection-262 -int-connection-263 -int-connection-264 -int-connection-265 -int-connection-266 -int-connection-267 -int-connection-268 -int-connection-269 -int-connection-27 -int-connection-270 -int-connection-271 -int-connection-272 -int-connection-273 -int-connection-274 -int-connection-275 -int-connection-276 -int-connection-277 -int-connection-278 -int-connection-279 -int-connection-28 -int-connection-280 -int-connection-281 -int-connection-282 -int-connection-283 -int-connection-284 -int-connection-285 -int-connection-286 -int-connection-287 -int-connection-288 -int-connection-289 -int-connection-29 -int-connection-290 -int-connection-291 -int-connection-292 -int-connection-293 -int-connection-294 -int-connection-295 -int-connection-296 -int-connection-297 -int-connection-298 -int-connection-299 -int-connection-3 -int-connection-30 -int-connection-300 -int-connection-301 -int-connection-302 -int-connection-303 -int-connection-304 -int-connection-305 -int-connection-306 -int-connection-307 -int-connection-308 -int-connection-309 -int-connection-31 -int-connection-310 -int-connection-311 -int-connection-312 -int-connection-313 -int-connection-314 -int-connection-315 -int-connection-316 -int-connection-317 -int-connection-318 -int-connection-319 -int-connection-32 -int-connection-320 -int-connection-321 -int-connection-322 -int-connection-323 -int-connection-324 -int-connection-325 -int-connection-326 -int-connection-327 -int-connection-328 -int-connection-329 -int-connection-33 -int-connection-330 -int-connection-331 -int-connection-332 -int-connection-333 -int-connection-334 -int-connection-335 -int-connection-336 -int-connection-337 -int-connection-338 -int-connection-339 -int-connection-34 -int-connection-340 -int-connection-341 -int-connection-342 -int-connection-343 -int-connection-344 -int-connection-345 -int-connection-346 -int-connection-347 -int-connection-348 -int-connection-349 -int-connection-35 -int-connection-350 -int-connection-351 -int-connection-352 -int-connection-353 -int-connection-354 -int-connection-355 -int-connection-356 -int-connection-357 -int-connection-358 -int-connection-359 -int-connection-36 -int-connection-360 -int-connection-361 -int-connection-362 -int-connection-363 -int-connection-364 -int-connection-365 -int-connection-366 -int-connection-367 -int-connection-368 -int-connection-369 -int-connection-37 -int-connection-370 -int-connection-371 -int-connection-372 -int-connection-373 -int-connection-374 -int-connection-375 -int-connection-376 -int-connection-377 -int-connection-378 -int-connection-379 -int-connection-38 -int-connection-380 -int-connection-381 -int-connection-382 -int-connection-383 -int-connection-384 -int-connection-385 -int-connection-386 -int-connection-387 -int-connection-388 -int-connection-389 -int-connection-39 -int-connection-390 -int-connection-391 -int-connection-392 -int-connection-393 -int-connection-394 -int-connection-395 -int-connection-396 -int-connection-397 -int-connection-398 -int-connection-399 -int-connection-4 -int-connection-40 -int-connection-400 -int-connection-401 -int-connection-402 -int-connection-403 -int-connection-404 -int-connection-405 -int-connection-406 -int-connection-407 -int-connection-408 -int-connection-409 -int-connection-41 -int-connection-410 -int-connection-411 -int-connection-412 -int-connection-413 -int-connection-414 -int-connection-415 -int-connection-416 -int-connection-417 -int-connection-418 -int-connection-419 -int-connection-42 -int-connection-420 -int-connection-421 -int-connection-422 -int-connection-423 -int-connection-424 -int-connection-425 -int-connection-426 -int-connection-427 -int-connection-428 -int-connection-43 -int-connection-44 -int-connection-45 -int-connection-46 -int-connection-47 -int-connection-48 -int-connection-49 -int-connection-5 -int-connection-50 -int-connection-51 -int-connection-52 -int-connection-53 -int-connection-54 -int-connection-55 -int-connection-56 -int-connection-57 -int-connection-58 -int-connection-59 -int-connection-6 -int-connection-60 -int-connection-61 -int-connection-62 -int-connection-63 -int-connection-64 -int-connection-65 -int-connection-66 -int-connection-67 -int-connection-68 -int-connection-69 -int-connection-7 -int-connection-70 -int-connection-71 -int-connection-72 -int-connection-73 -int-connection-74 -int-connection-75 -int-connection-76 -int-connection-77 -int-connection-78 -int-connection-79 -int-connection-8 -int-connection-80 -int-connection-81 -int-connection-82 -int-connection-83 -int-connection-84 -int-connection-85 -int-connection-86 -int-connection-87 -int-connection-88 -int-connection-89 -int-connection-9 -int-connection-90 -[2024-06-07 08:55:41,961] INFO:root:parameters {} -[2024-06-07 08:55:42,086] INFO:device.service.OpenConfigServicer: config from openconfigservicer {'channels': [{'name': {'index': 'channel-3'}, 'frequency': 191600000, 'target-output-power': '100.0', 'operational-mode': 0}, {'name': {'index': 'channel-1'}, 'frequency': 191600000, 'target-output-power': '100.0', 'operational-mode': 0}, {'name': {'index': 'channel-4'}, 'frequency': 191600000, 'target-output-power': '100.0', 'operational-mode': 0}, {'name': {'index': 'channel-2'}, 'frequency': 191600000, 'target-output-power': '100.0', 'operational-mode': 0}], 'transceivers': {'transceiver': ['transceiver-1', 'transceiver-2', 'transceiver-3', 'transceiver-4']}, 'interfaces': {'interface': ''}, 'channel_namespace': 'http://openconfig.net/yang/terminal-device', 'endpoints': [{'endpoint_uuid': {'uuid': {'index': 'channel-1'}}}, {'endpoint_uuid': {'uuid': {'index': 'channel-2'}}}, {'endpoint_uuid': {'uuid': {'index': 'channel-3'}}}, {'endpoint_uuid': {'uuid': {'index': 'channel-4'}}}], 'device_name': 'T1.1', 'new_config': {'target-output-power': '1.0', 'frequency': 192056250, 'operational-mode': 8, 'band': 100000, 'flow_id': 1, 'ob_id': 1, 'band_type': 'C_BAND'}, 'is_opticalband': False, 'flow': [['0', '5eb4f156-7811-53f3-9172-8402127cf7b9']]} -[2024-06-07 08:55:42,102] INFO:device.service.OpenConfigServicer:device is device_id { - device_uuid { - uuid: "4dbdc2d8-cbde-5e48-a3c0-5161387a58c7" - } -} -name: "T1.1" -device_type: "optical-transponder" -device_operational_status: DEVICEOPERATIONALSTATUS_ENABLED -device_drivers: DEVICEDRIVER_OC -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "4dbdc2d8-cbde-5e48-a3c0-5161387a58c7" - } - } - endpoint_uuid { - uuid: "5eb4f156-7811-53f3-9172-8402127cf7b9" - } - } - name: "1" - endpoint_type: "port-1" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "4dbdc2d8-cbde-5e48-a3c0-5161387a58c7" - } - } - endpoint_uuid { - uuid: "8b59684b-f324-52cd-a050-f218730162c1" - } - } - name: "4" - endpoint_type: "port-4" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "4dbdc2d8-cbde-5e48-a3c0-5161387a58c7" - } - } - endpoint_uuid { - uuid: "cfe606b4-11f1-534e-b5b6-ee45a0ebf616" - } - } - name: "3" - endpoint_type: "port-3" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "4dbdc2d8-cbde-5e48-a3c0-5161387a58c7" - } - } - endpoint_uuid { - uuid: "f713412b-aa6e-5c5d-9d0d-de80ad78438f" - } - } - name: "2" - endpoint_type: "port-2" - endpoint_location { - } -} -controller_id { -} - -[2024-06-07 08:55:42,102] INFO:device.service.OpenConfigServicer:from openconfigservicer [{'resource_key': 'channel_namespace', 'value': 'http://openconfig.net/yang/terminal-device'}, {'resource_key': 'add_transceiver', 'value': None}, {'resource_key': 'source_port', 'value': [None]}, {'resource_key': 'destination_port', 'value': ['1']}, {'resource_key': 'target-output-power', 'value': '1.0'}, {'resource_key': 'frequency', 'value': 192056250}, {'resource_key': 'operational-mode', 'value': 8}, {'resource_key': 'line-port', 'value': None}, {'resource_key': 'name', 'value': 'C_BAND'}, {'resource_key': 'optical-band-parent', 'value': 1}, {'resource_key': 'channel_name', 'value': None}, {'resource_key': 'lower-frequency', 'value': None}, {'resource_key': 'upper-frequency', 'value': None}] and conditions {'is_opticalband': False, 'edit_type': 'optical-channel'} -[2024-06-07 08:55:42,102] INFO:root:ports are {'source_port': [None], 'destination_port': ['1']} -[2024-06-07 08:55:42,103] INFO:ncclient.operations.rpc:[host 172.17.254.41 session-id 29] Requesting 'EditConfig' -[2024-06-07 08:55:42,216] INFO:root:resonse from edit <?xml version="1.0" encoding="UTF-8"?> -<rpc-reply xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="urn:uuid:a3650b3a-1bde-4b95-9dcb-cea85f365530" xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0"><ok/></rpc-reply> -[2024-06-07 08:55:42,216] INFO:device.service.OpenConfigServicer:resluts [True] and is_all_good True -[2024-06-07 08:55:42,218] INFO:ncclient.operations.rpc:[host 172.17.254.41 session-id 29] Requesting 'Get' -[2024-06-07 08:55:42,447] INFO:root:resource_key frequency and channgel_name {'index': 'channel-1'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-07 08:55:42,457] INFO:root:dic {'frequency': '192056250'} -[2024-06-07 08:55:42,457] INFO:root:resource_key target-output-power and channgel_name {'index': 'channel-1'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-07 08:55:42,458] INFO:root:dic {'frequency': '192056250', 'target-output-power': '1.0'} -[2024-06-07 08:55:42,459] INFO:root:resource_key operational-mode and channgel_name {'index': 'channel-1'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-07 08:55:42,460] INFO:root:dic {'frequency': '192056250', 'target-output-power': '1.0', 'operational-mode': '8'} -[2024-06-07 08:55:42,460] INFO:root:resource_key line-port and channgel_name {'index': 'channel-1'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-07 08:55:42,461] INFO:root:dic {'frequency': '192056250', 'target-output-power': '1.0', 'operational-mode': '8', 'line-port': 'transceiver-1'} -[2024-06-07 08:55:42,462] INFO:root:resource_key frequency and channgel_name {'index': 'channel-2'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-07 08:55:42,463] INFO:root:dic {'frequency': '191600000'} -[2024-06-07 08:55:42,463] INFO:root:resource_key target-output-power and channgel_name {'index': 'channel-2'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-07 08:55:42,464] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0'} -[2024-06-07 08:55:42,464] INFO:root:resource_key operational-mode and channgel_name {'index': 'channel-2'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-07 08:55:42,466] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0'} -[2024-06-07 08:55:42,466] INFO:root:resource_key line-port and channgel_name {'index': 'channel-2'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-07 08:55:42,467] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-2'} -[2024-06-07 08:55:42,467] INFO:root:resource_key frequency and channgel_name {'index': 'channel-3'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-07 08:55:42,470] INFO:root:dic {'frequency': '191600000'} -[2024-06-07 08:55:42,470] INFO:root:resource_key target-output-power and channgel_name {'index': 'channel-3'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-07 08:55:42,472] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0'} -[2024-06-07 08:55:42,472] INFO:root:resource_key operational-mode and channgel_name {'index': 'channel-3'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-07 08:55:42,473] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0'} -[2024-06-07 08:55:42,473] INFO:root:resource_key line-port and channgel_name {'index': 'channel-3'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-07 08:55:42,474] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-3'} -[2024-06-07 08:55:42,475] INFO:root:resource_key frequency and channgel_name {'index': 'channel-4'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-07 08:55:42,476] INFO:root:dic {'frequency': '191600000'} -[2024-06-07 08:55:42,476] INFO:root:resource_key target-output-power and channgel_name {'index': 'channel-4'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-07 08:55:42,477] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0'} -[2024-06-07 08:55:42,478] INFO:root:resource_key operational-mode and channgel_name {'index': 'channel-4'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-07 08:55:42,479] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0'} -[2024-06-07 08:55:42,479] INFO:root:resource_key line-port and channgel_name {'index': 'channel-4'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-07 08:55:42,480] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-4'} -[2024-06-07 08:55:42,482] INFO:root:parameters {'channels': [{'frequency': '192056250', 'target-output-power': '1.0', 'operational-mode': '8', 'line-port': 'transceiver-1', 'name': {'index': 'channel-1'}}, {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-2', 'name': {'index': 'channel-2'}}, {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-3', 'name': {'index': 'channel-3'}}, {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-4', 'name': {'index': 'channel-4'}}], 'transceivers': {'transceiver': ['transceiver-1', 'transceiver-2', 'transceiver-3', 'transceiver-4']}, 'channel_namespace': 'http://openconfig.net/yang/terminal-device', 'endpoints': [{'endpoint_uuid': {'uuid': {'index': 'channel-1'}}}, {'endpoint_uuid': {'uuid': {'index': 'channel-2'}}}, {'endpoint_uuid': {'uuid': {'index': 'channel-3'}}}, {'endpoint_uuid': {'uuid': {'index': 'channel-4'}}}], 'ports': [('/endpoints/endpoint[1]', {'uuid': '1', 'type': 'port-1'}), ('/endpoints/endpoint[2]', {'uuid': '2', 'type': 'port-2'}), ('/endpoints/endpoint[3]', {'uuid': '3', 'type': 'port-3'}), ('/endpoints/endpoint[4]', {'uuid': '4', 'type': 'port-4'})]} -[2024-06-07 08:55:42,852] INFO:device.service.OpenConfigServicer: config from openconfigservicer {'channels': [], 'transceivers': {'transceiver': []}, 'interfaces': {'interface': ''}, 'channel_namespace': None, 'endpoints': [], 'device_name': 'R1', 'new_config': {'target-output-power': '1.0', 'frequency': 192056250, 'operational-mode': 8, 'band': 100000, 'flow_id': 1, 'ob_id': 1, 'band_type': 'C_BAND'}, 'is_opticalband': False, 'flow': [['0b1c4d0e-5140-5085-ab66-2def390b650f', '77df46fd-6d6e-5726-9960-ca439c925dea']]} -[2024-06-07 08:55:42,886] INFO:device.service.OpenConfigServicer:device is device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } -} -name: "R1" -device_type: "optical-roadm" -device_operational_status: DEVICEOPERATIONALSTATUS_ENABLED -device_drivers: DEVICEDRIVER_OC -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "02c19f3c-73ac-55b9-b4c2-7def7e7df9fe" - } - } - name: "port-48-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "0332be2a-9b4e-52d7-ac7b-3ea58bf00375" - } - } - name: "port-12-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "08da1aa7-9253-5e92-bf2c-6e66ffe7a4ff" - } - } - name: "port-38-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "0b1c4d0e-5140-5085-ab66-2def390b650f" - } - } - name: "port-33-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "12b4419f-9ae9-5839-ad52-9684b1f30878" - } - } - name: "port-34-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "188af412-9ac2-588f-8f00-a956aa6b2ae5" - } - } - name: "port-43-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "18a51dcf-905d-5104-9ef1-f24740fd6d78" - } - } - name: "port-12-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "1e02e33d-4b14-502d-9806-988f64cccb5d" - } - } - name: "port-43-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "21b8ccaa-9f7b-5bc5-9fc0-6f32025eb8a6" - } - } - name: "port-41-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "22d287ab-7935-55cb-b681-944a064726a9" - } - } - name: "port-11-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "28666b3c-4b96-5cb6-8006-eba13ca8ab6e" - } - } - name: "port-9-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "29e8b36f-6989-5651-99fe-b3cb2ee5b4b8" - } - } - name: "port-40-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "2b646bf7-3120-5254-a4fb-748294c61a71" - } - } - name: "port-2-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "35aaee89-81a3-56b1-b1ba-33f972d0af49" - } - } - name: "port-36-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "385bc8da-171b-574c-9d4f-d9b08f29c469" - } - } - name: "port-40-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "38f57fc2-4b25-5b8e-8ab0-e2676594b652" - } - } - name: "port-39-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "3972ab17-4386-5a0c-92db-fc8096433068" - } - } - name: "port-38-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "3a49ceb2-fd5b-59e2-975a-b065c4e127a4" - } - } - name: "port-7-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "3b1551b2-3c17-54f6-8990-308ee42b421d" - } - } - name: "port-15-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "3f8b1948-619c-5130-a158-b7beb838434c" - } - } - name: "port-14-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "435a198b-cd6f-5d29-a72d-ea4f04cb658a" - } - } - name: "port-35-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "436bb32a-c8a0-5718-bbdb-382c79d96587" - } - } - name: "port-1-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "4b197fb8-d26e-59fb-a96c-d347ba017b28" - } - } - name: "port-46-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "53e3c997-d487-5d96-a6c4-998a562dcb96" - } - } - name: "port-5-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "55684f06-7aab-5061-aa0d-2e37b45e5ec7" - } - } - name: "port-2-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "56c81904-047c-5d7c-a765-79b9e4b7abf2" - } - } - name: "port-3-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "59871dc1-872d-5df1-9392-2537a591c86c" - } - } - name: "port-45-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "59fcacb0-1840-5dd3-9dfa-a07cf4f91bd2" - } - } - name: "port-3-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "5ac999c3-3df8-53c4-8f4a-52e5943f5c4c" - } - } - name: "port-14-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "62099377-4f4f-5ffb-aa37-6dec3319a21e" - } - } - name: "port-13-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "6a6dc5d4-567c-5104-b50d-6820768d2699" - } - } - name: "port-46-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "77df46fd-6d6e-5726-9960-ca439c925dea" - } - } - name: "port-1-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "7be48ef0-2357-55fa-aca6-a1aeeeb3267a" - } - } - name: "port-42-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "7ce13dc8-d5f1-5233-beec-1d99416c9164" - } - } - name: "port-44-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "883609be-6125-5bbf-91ac-2a30e75a7d1e" - } - } - name: "port-16-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "8d0c4ac4-c522-5992-a206-45e8bf8389c6" - } - } - name: "port-7-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "904c4b18-10a6-512b-9bb2-8ec81e74fda4" - } - } - name: "port-34-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "91492a21-2f88-5acc-a427-2a57230eb2ea" - } - } - name: "port-15-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "927b0db8-602b-54d5-acd9-c1cd6395425f" - } - } - name: "port-39-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "a18a7eb1-811d-5d27-be08-db212d83f25e" - } - } - name: "port-45-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "a7058178-97da-5b95-b969-abe5ab7a8e6f" - } - } - name: "port-42-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "a7d33ece-9565-59ec-999f-4c995d142f83" - } - } - name: "port-4-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "a9061634-e9a7-5d13-bc96-09fbf31cd610" - } - } - name: "port-41-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "b5354091-162e-5073-aeb2-ec5debcfcf9f" - } - } - name: "port-16-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "b9fbeed8-e304-5bd5-90e1-3e43c6af5a16" - } - } - name: "port-35-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "c31537c8-13df-503d-bf91-64e860e6b573" - } - } - name: "port-48-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "ca4f5f60-37ba-567b-a474-ff8951033342" - } - } - name: "port-47-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "cc197d41-625f-50d1-94d8-c6c63a31ccfb" - } - } - name: "port-8-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "ccb07637-f7d6-5b4a-9fc6-8510ef694cd9" - } - } - name: "port-4-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "cd539095-12a6-5460-8b07-481ec1901c9a" - } - } - name: "port-33-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "cfe60fca-3fe5-5747-ace8-ca7913e26d81" - } - } - name: "port-13-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "dda83a5d-29b7-5f96-9b0a-bd1f39e1db2f" - } - } - name: "port-37-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "e2500678-0f36-555a-9133-7cd04d3ad63a" - } - } - name: "port-6-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "e5265cb0-2e80-5ea1-80d8-333749bb7f14" - } - } - name: "port-5-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "e9d0dac3-11f2-5b84-9125-d0300ccd8eeb" - } - } - name: "port-37-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "e9d4bff3-76ac-5490-b897-a30b9a42a8b1" - } - } - name: "port-44-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "ea73d8c4-1077-55c9-87f1-9c377cee196f" - } - } - name: "port-9-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "eb38e3cd-e42a-54b2-846c-82207a95e8e3" - } - } - name: "port-10-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "ebfe571c-77b2-5f66-9efe-25583cc1f587" - } - } - name: "port-36-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "ee4df110-8657-571c-aa20-a70ec79db01f" - } - } - name: "port-47-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "f206246e-cb90-56b4-b908-1dc3daa7ac3f" - } - } - name: "port-11-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "f7052fb4-fab8-5821-95e0-d407043742d8" - } - } - name: "port-8-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "f8bd2b7e-6d37-5bbc-92f4-9b9b2e0ce22c" - } - } - name: "port-10-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "ff51524f-7b51-5efd-af6b-6bc8541d3716" - } - } - name: "port-6-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT" - endpoint_location { - } -} -controller_id { -} - -[2024-06-07 08:55:42,886] INFO:device.service.OpenConfigServicer:from openconfigservicer [{'resource_key': 'channel_namespace', 'value': None}, {'resource_key': 'add_transceiver', 'value': None}, {'resource_key': 'source_port', 'value': ['port-33-in']}, {'resource_key': 'destination_port', 'value': ['port-1-out']}, {'resource_key': 'target-output-power', 'value': '1.0'}, {'resource_key': 'frequency', 'value': 192056250}, {'resource_key': 'operational-mode', 'value': 8}, {'resource_key': 'line-port', 'value': None}, {'resource_key': 'name', 'value': 'C_BAND'}, {'resource_key': 'optical-band-parent', 'value': 1}, {'resource_key': 'channel_name', 'value': None}, {'resource_key': 'lower-frequency', 'value': None}, {'resource_key': 'upper-frequency', 'value': None}] and conditions {'is_opticalband': False, 'edit_type': 'optical-channel'} -[2024-06-07 08:55:42,886] INFO:root:ports are {'source_port': ['port-33-in'], 'destination_port': ['port-1-out']} -[2024-06-07 08:55:42,887] INFO:device.service.OpenConfigServicer:error in configuring xml/html attributes should be passed as strings, ints or floats. Got None (type <class 'NoneType'>) instead. -[2024-06-07 08:55:42,903] INFO:device.service.OpenConfigServicer: config from openconfigservicer {'channels': [], 'transceivers': {'transceiver': []}, 'interfaces': {'interface': ''}, 'channel_namespace': None, 'endpoints': [], 'device_name': 'R2', 'new_config': {'target-output-power': '1.0', 'frequency': 192056250, 'operational-mode': 8, 'band': 100000, 'flow_id': 1, 'ob_id': 1, 'band_type': 'C_BAND'}, 'is_opticalband': False, 'flow': [['bcfb768c-e8fb-5e0b-9559-821d120b5410', '76d3c064-04eb-5edf-95ac-645cb6348b61']]} -[2024-06-07 08:55:42,934] INFO:device.service.OpenConfigServicer:device is device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } -} -name: "R2" -device_type: "optical-roadm" -device_operational_status: DEVICEOPERATIONALSTATUS_ENABLED -device_drivers: DEVICEDRIVER_OC -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "053a62f6-2760-562a-b285-15a9b159c2c5" - } - } - name: "port-46-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "0a9b56db-32f8-5c60-83af-7ceaa39c618e" - } - } - name: "port-2-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "0d103312-7c8c-5e8a-980f-f6863b42d0d3" - } - } - name: "port-10-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "0ee5d330-9700-5684-92c1-bcb6c4c8a3bc" - } - } - name: "port-8-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "115ed444-0128-53f1-aa1a-ce8129a55f67" - } - } - name: "port-9-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "12ea85fc-4388-59c1-9cb9-b480ee06e01a" - } - } - name: "port-45-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "14bb0e42-db22-5dfb-b618-4caa72a8e8cc" - } - } - name: "port-42-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "18a7b3b1-d4a3-590a-a5a9-b7db5293ac61" - } - } - name: "port-48-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "19041fc0-6807-5b8f-9b26-7e7eed556980" - } - } - name: "port-6-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "1950275c-e218-5190-8ca5-6a2228c4a87b" - } - } - name: "port-10-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "21db5850-b53e-57de-ba2a-bf578bffb1ea" - } - } - name: "port-46-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "261a53b4-d257-5f35-bf5b-b2f975d7d2ed" - } - } - name: "port-35-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "266dc3a1-0892-5454-a917-3fa62190c6c2" - } - } - name: "port-8-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "2e4f4523-3fb0-5704-9a47-1cf467d70bc8" - } - } - name: "port-13-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "2f6d500b-2407-516f-9468-4f059b218f4b" - } - } - name: "port-43-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "3062d499-cf08-5f02-94c6-8906ebdf756b" - } - } - name: "port-41-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "31060d00-8617-55c3-92f2-f42b876478c1" - } - } - name: "port-4-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "399d3645-5565-502b-bfc8-3ea9cf68a83b" - } - } - name: "port-36-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "3ba5f6db-ffde-59d9-a7ae-af06e96a9674" - } - } - name: "port-40-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "3e17084e-d2b4-5cb2-b31a-7f6d80feb60e" - } - } - name: "port-5-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "3e74aa2a-cf0d-51ce-b406-dcf1b96ae5d5" - } - } - name: "port-11-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "3efedbc2-7363-53cf-a0b9-fc4a2bcbd245" - } - } - name: "port-1-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "48a917ad-12d8-5ec4-aaab-84b35337abfe" - } - } - name: "port-14-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "5047aede-f784-58ab-b80a-454386a43c64" - } - } - name: "port-12-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "50b41e11-e2f7-5720-b2b0-bc2a43eb7b95" - } - } - name: "port-38-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "5aeb719f-e322-5185-be08-a2f837992a4f" - } - } - name: "port-44-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "5cfa4f91-cbce-5721-b612-e6b5eaa76721" - } - } - name: "port-35-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "5d5cb9d0-e675-55b7-8a76-5649f4c95c81" - } - } - name: "port-39-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "5dd55ad7-b980-562e-b579-d724a3655d31" - } - } - name: "port-34-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "5eba7909-6f11-5154-b6e9-e2a2bbc75bb0" - } - } - name: "port-48-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "625560d9-4809-5f40-b3cf-23ec59efe71a" - } - } - name: "port-38-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "630a400f-dd0c-51d0-8049-c281881190b0" - } - } - name: "port-3-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "6a2d629b-9dfe-58af-bc5b-96277a127512" - } - } - name: "port-41-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "6e621543-9616-57bf-806c-2564047f234b" - } - } - name: "port-15-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "6e9b83ef-b9a4-5898-9495-38c45635aac7" - } - } - name: "port-34-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "72fabf2f-0121-5198-a4bf-ab82034d7da9" - } - } - name: "port-16-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "743daf39-41eb-500c-b61b-d7b473249022" - } - } - name: "port-47-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "76d3c064-04eb-5edf-95ac-645cb6348b61" - } - } - name: "port-33-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "77d8c722-2ad2-5a7c-8669-fb900f1166e1" - } - } - name: "port-45-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "8657516b-33f4-5d1c-839d-51acbc6fb93d" - } - } - name: "port-36-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "86f6b3e0-3e7e-5db2-bb71-6e05229c97eb" - } - } - name: "port-3-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "922a952b-50b6-5985-bf44-3afeb53f396e" - } - } - name: "port-44-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "94ae7ec2-0cba-55ea-a36f-2143b205ed64" - } - } - name: "port-43-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "994c45dd-b2b8-53c4-957d-4834f45e0e1f" - } - } - name: "port-13-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "a08ab669-238c-5e9e-9e86-780d39111595" - } - } - name: "port-40-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "a751a510-e108-5819-bafb-3d3e6881b4eb" - } - } - name: "port-12-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "b22d517e-2d36-518b-9e3e-c75c625f06ef" - } - } - name: "port-7-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "b3ab2b45-ed47-5c14-801d-b1104dd9d619" - } - } - name: "port-6-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "b71a78da-69db-5260-8a15-8de81d02a20d" - } - } - name: "port-9-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "bc82f789-cbb1-5f3e-b989-88dab185ea0d" - } - } - name: "port-37-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "bcfb768c-e8fb-5e0b-9559-821d120b5410" - } - } - name: "port-1-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "bd08db44-134e-5902-bb24-b2453bf21db4" - } - } - name: "port-5-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "be1b3bb0-8aed-569a-be91-e888b0c0985d" - } - } - name: "port-33-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "c027a391-2cf6-5b96-bba3-051e01c63f43" - } - } - name: "port-7-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "c2d5ac50-2faf-5608-a6ae-7c023bceb289" - } - } - name: "port-39-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "c4568f02-d291-5c95-b9bc-846278862db9" - } - } - name: "port-4-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "c559fb60-6495-5992-b339-ac7a590e337c" - } - } - name: "port-16-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "cace07d7-0ca3-51be-bef1-b58db0ccba6f" - } - } - name: "port-2-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "caf865b8-df54-5601-9163-1cdbe8f7a599" - } - } - name: "port-47-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "cc5064c4-bc42-5c50-b5b0-9b2ad1405bd8" - } - } - name: "port-42-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "e650eba7-019d-5c4f-9d75-14d47a711f2f" - } - } - name: "port-14-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "e7566eac-9fa0-5137-929a-7cf2485babea" - } - } - name: "port-37-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "ea7812b2-db7c-5504-a415-6b4299ae090f" - } - } - name: "port-11-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "fd4d5404-baf3-5f5f-b7b7-a825c90e5f2a" - } - } - name: "port-15-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT" - endpoint_location { - } -} -controller_id { -} - -[2024-06-07 08:55:42,935] INFO:device.service.OpenConfigServicer:from openconfigservicer [{'resource_key': 'channel_namespace', 'value': None}, {'resource_key': 'add_transceiver', 'value': None}, {'resource_key': 'source_port', 'value': ['port-1-in']}, {'resource_key': 'destination_port', 'value': ['port-33-out']}, {'resource_key': 'target-output-power', 'value': '1.0'}, {'resource_key': 'frequency', 'value': 192056250}, {'resource_key': 'operational-mode', 'value': 8}, {'resource_key': 'line-port', 'value': None}, {'resource_key': 'name', 'value': 'C_BAND'}, {'resource_key': 'optical-band-parent', 'value': 1}, {'resource_key': 'channel_name', 'value': None}, {'resource_key': 'lower-frequency', 'value': None}, {'resource_key': 'upper-frequency', 'value': None}] and conditions {'is_opticalband': False, 'edit_type': 'optical-channel'} -[2024-06-07 08:55:42,935] INFO:root:ports are {'source_port': ['port-1-in'], 'destination_port': ['port-33-out']} -[2024-06-07 08:55:42,935] INFO:device.service.OpenConfigServicer:error in configuring xml/html attributes should be passed as strings, ints or floats. Got None (type <class 'NoneType'>) instead. -[2024-06-07 08:55:42,955] INFO:device.service.OpenConfigServicer: config from openconfigservicer {'channels': [{'name': {'index': 'channel-3'}, 'frequency': 191600000, 'target-output-power': '100.0', 'operational-mode': 0}, {'name': {'index': 'channel-1'}, 'frequency': 191600000, 'target-output-power': '100.0', 'operational-mode': 0}, {'name': {'index': 'channel-4'}, 'frequency': 191600000, 'target-output-power': '100.0', 'operational-mode': 0}, {'name': {'index': 'channel-2'}, 'frequency': 191600000, 'target-output-power': '100.0', 'operational-mode': 0}], 'transceivers': {'transceiver': ['transceiver-1', 'transceiver-2', 'transceiver-3', 'transceiver-4']}, 'interfaces': {'interface': ''}, 'channel_namespace': 'http://openconfig.net/yang/terminal-device', 'endpoints': [{'endpoint_uuid': {'uuid': {'index': 'channel-1'}}}, {'endpoint_uuid': {'uuid': {'index': 'channel-2'}}}, {'endpoint_uuid': {'uuid': {'index': 'channel-3'}}}, {'endpoint_uuid': {'uuid': {'index': 'channel-4'}}}], 'device_name': 'T2.1', 'new_config': {'target-output-power': '1.0', 'frequency': 192056250, 'operational-mode': 8, 'band': 100000, 'flow_id': 1, 'ob_id': 1, 'band_type': 'C_BAND'}, 'is_opticalband': False, 'flow': [['2a307a8e-d326-5ea2-9437-b0320fb4c2a6', '0']]} -[2024-06-07 08:55:42,972] INFO:device.service.OpenConfigServicer:device is device_id { - device_uuid { - uuid: "87d74166-65e3-595e-b643-122b4fd0303f" - } -} -name: "T2.1" -device_type: "optical-transponder" -device_operational_status: DEVICEOPERATIONALSTATUS_ENABLED -device_drivers: DEVICEDRIVER_OC -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "87d74166-65e3-595e-b643-122b4fd0303f" - } - } - endpoint_uuid { - uuid: "0329c3cb-7e98-504b-9a08-67a5480eb0a0" - } - } - name: "4" - endpoint_type: "port-4" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "87d74166-65e3-595e-b643-122b4fd0303f" - } - } - endpoint_uuid { - uuid: "274a5fa6-0915-5a53-ba0e-996fc25d0aa2" - } - } - name: "2" - endpoint_type: "port-2" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "87d74166-65e3-595e-b643-122b4fd0303f" - } - } - endpoint_uuid { - uuid: "2a307a8e-d326-5ea2-9437-b0320fb4c2a6" - } - } - name: "1" - endpoint_type: "port-1" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "87d74166-65e3-595e-b643-122b4fd0303f" - } - } - endpoint_uuid { - uuid: "70d6a261-98fe-5953-8f28-3379a9f626ab" - } - } - name: "3" - endpoint_type: "port-3" - endpoint_location { - } -} -controller_id { -} - -[2024-06-07 08:55:42,972] INFO:device.service.OpenConfigServicer:from openconfigservicer [{'resource_key': 'channel_namespace', 'value': 'http://openconfig.net/yang/terminal-device'}, {'resource_key': 'add_transceiver', 'value': None}, {'resource_key': 'source_port', 'value': ['1']}, {'resource_key': 'destination_port', 'value': [None]}, {'resource_key': 'target-output-power', 'value': '1.0'}, {'resource_key': 'frequency', 'value': 192056250}, {'resource_key': 'operational-mode', 'value': 8}, {'resource_key': 'line-port', 'value': None}, {'resource_key': 'name', 'value': 'C_BAND'}, {'resource_key': 'optical-band-parent', 'value': 1}, {'resource_key': 'channel_name', 'value': None}, {'resource_key': 'lower-frequency', 'value': None}, {'resource_key': 'upper-frequency', 'value': None}] and conditions {'is_opticalband': False, 'edit_type': 'optical-channel'} -[2024-06-07 08:55:42,973] INFO:root:ports are {'source_port': ['1'], 'destination_port': [None]} -[2024-06-07 08:55:42,974] INFO:ncclient.operations.rpc:[host 172.17.254.42 session-id 30] Requesting 'EditConfig' -[2024-06-07 08:55:43,104] INFO:root:resonse from edit <?xml version="1.0" encoding="UTF-8"?> -<rpc-reply xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="urn:uuid:1acff72a-c309-4382-80c0-c5fcd56467af" xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0"><ok/></rpc-reply> -[2024-06-07 08:55:43,105] INFO:device.service.OpenConfigServicer:resluts [True] and is_all_good True -[2024-06-07 08:55:43,106] INFO:ncclient.operations.rpc:[host 172.17.254.42 session-id 30] Requesting 'Get' -[2024-06-07 08:55:43,339] INFO:root:resource_key frequency and channgel_name {'index': 'channel-1'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-07 08:55:43,341] INFO:root:dic {'frequency': '192056250'} -[2024-06-07 08:55:43,341] INFO:root:resource_key target-output-power and channgel_name {'index': 'channel-1'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-07 08:55:43,342] INFO:root:dic {'frequency': '192056250', 'target-output-power': '1.0'} -[2024-06-07 08:55:43,342] INFO:root:resource_key operational-mode and channgel_name {'index': 'channel-1'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-07 08:55:43,344] INFO:root:dic {'frequency': '192056250', 'target-output-power': '1.0', 'operational-mode': '8'} -[2024-06-07 08:55:43,344] INFO:root:resource_key line-port and channgel_name {'index': 'channel-1'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-07 08:55:43,345] INFO:root:dic {'frequency': '192056250', 'target-output-power': '1.0', 'operational-mode': '8', 'line-port': 'transceiver-1'} -[2024-06-07 08:55:43,346] INFO:root:resource_key frequency and channgel_name {'index': 'channel-2'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-07 08:55:43,347] INFO:root:dic {'frequency': '191600000'} -[2024-06-07 08:55:43,347] INFO:root:resource_key target-output-power and channgel_name {'index': 'channel-2'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-07 08:55:43,349] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0'} -[2024-06-07 08:55:43,349] INFO:root:resource_key operational-mode and channgel_name {'index': 'channel-2'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-07 08:55:43,350] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0'} -[2024-06-07 08:55:43,351] INFO:root:resource_key line-port and channgel_name {'index': 'channel-2'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-07 08:55:43,352] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-2'} -[2024-06-07 08:55:43,352] INFO:root:resource_key frequency and channgel_name {'index': 'channel-3'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-07 08:55:43,354] INFO:root:dic {'frequency': '191600000'} -[2024-06-07 08:55:43,354] INFO:root:resource_key target-output-power and channgel_name {'index': 'channel-3'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-07 08:55:43,355] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0'} -[2024-06-07 08:55:43,355] INFO:root:resource_key operational-mode and channgel_name {'index': 'channel-3'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-07 08:55:43,357] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0'} -[2024-06-07 08:55:43,357] INFO:root:resource_key line-port and channgel_name {'index': 'channel-3'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-07 08:55:43,358] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-3'} -[2024-06-07 08:55:43,359] INFO:root:resource_key frequency and channgel_name {'index': 'channel-4'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-07 08:55:43,360] INFO:root:dic {'frequency': '191600000'} -[2024-06-07 08:55:43,360] INFO:root:resource_key target-output-power and channgel_name {'index': 'channel-4'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-07 08:55:43,363] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0'} -[2024-06-07 08:55:43,363] INFO:root:resource_key operational-mode and channgel_name {'index': 'channel-4'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-07 08:55:43,365] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0'} -[2024-06-07 08:55:43,365] INFO:root:resource_key line-port and channgel_name {'index': 'channel-4'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-07 08:55:43,366] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-4'} -[2024-06-07 08:55:43,368] INFO:root:parameters {'channels': [{'frequency': '192056250', 'target-output-power': '1.0', 'operational-mode': '8', 'line-port': 'transceiver-1', 'name': {'index': 'channel-1'}}, {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-2', 'name': {'index': 'channel-2'}}, {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-3', 'name': {'index': 'channel-3'}}, {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-4', 'name': {'index': 'channel-4'}}], 'transceivers': {'transceiver': ['transceiver-1', 'transceiver-2', 'transceiver-3', 'transceiver-4']}, 'channel_namespace': 'http://openconfig.net/yang/terminal-device', 'endpoints': [{'endpoint_uuid': {'uuid': {'index': 'channel-1'}}}, {'endpoint_uuid': {'uuid': {'index': 'channel-2'}}}, {'endpoint_uuid': {'uuid': {'index': 'channel-3'}}}, {'endpoint_uuid': {'uuid': {'index': 'channel-4'}}}], 'ports': [('/endpoints/endpoint[1]', {'uuid': '1', 'type': 'port-1'}), ('/endpoints/endpoint[2]', {'uuid': '2', 'type': 'port-2'}), ('/endpoints/endpoint[3]', {'uuid': '3', 'type': 'port-3'}), ('/endpoints/endpoint[4]', {'uuid': '4', 'type': 'port-4'})]} diff --git a/aa b/aa deleted file mode 100644 index d95b0dd00738ffd5d48304691546c4d88e9b717f..0000000000000000000000000000000000000000 --- a/aa +++ /dev/null @@ -1,22686 +0,0 @@ -[2024-06-20 13:19:29,931] INFO:__main__:Starting... -[2024-06-20 13:19:29,944] DEBUG:monitoring.client.MonitoringClient:Creating channel to monitoringservice:7070... -[2024-06-20 13:19:29,945] DEBUG:monitoring.client.MonitoringClient:Channel created -[2024-06-20 13:19:29,945] DEBUG:device.service.DeviceServiceServicerImpl:Creating Servicer... -[2024-06-20 13:19:29,945] DEBUG:device.service.DeviceServiceServicerImpl:Servicer Created -[2024-06-20 13:19:29,945] DEBUG:device.service.OpenConfigServicer:Creating Servicer... -[2024-06-20 13:19:29,945] DEBUG:device.service.OpenConfigServicer:Servicer Created -[2024-06-20 13:19:29,945] INFO:device.service.DeviceService:Starting Service (tentative endpoint: 0.0.0.0:2020, max_workers: 200)... -[2024-06-20 13:19:29,980] INFO:device.service.DeviceService:Listening on 0.0.0.0:2020... -[2024-06-20 13:19:29,984] DEBUG:device.service.DeviceService:Service started -[2024-06-20 13:19:29,984] INFO:__main__:Pre-loading drivers... -[2024-06-20 13:19:29,984] DEBUG:context.client.ContextClient:Creating channel to 10.152.183.195:1010... -[2024-06-20 13:19:29,985] DEBUG:context.client.ContextClient:Channel created -[2024-06-20 13:19:29,985] DEBUG:context.client.ContextClient:ListDevices request: {} -[2024-06-20 13:19:38,045] INFO:common.tools.client.RetryDecorator:Retry 1/15 after 5.000000 seconds... -[2024-06-20 13:19:38,046] DEBUG:context.client.ContextClient:ListDevices request: {} -[2024-06-20 13:19:46,061] INFO:common.tools.client.RetryDecorator:Retry 2/15 after 5.000000 seconds... -[2024-06-20 13:19:46,061] DEBUG:context.client.ContextClient:ListDevices request: {} -[2024-06-20 13:19:46,606] DEBUG:context.client.ContextClient:ListDevices result: {"devices": []} -[2024-06-20 13:23:47,342] DEBUG:device.service.DeviceServiceServicerImpl:AddDevice request: {"components": [], "device_config": {"config_rules": [{"action": "CONFIGACTION_SET", "custom": {"resource_key": "_connect/address", "resource_value": "172.17.254.41"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "_connect/port", "resource_value": "2022"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "_connect/settings", "resource_value": "{\n\"allow_agent\": false,\n\"commit_per_rule\": false,\n\"device_params\": {\n\"name\": \"default\"\n},\n\"endpoints\": [],\n\"force_running\": false,\n\"hostkey_verify\": false,\n\"look_for_keys\": false,\n\"manager_params\": {\n\"timeout\": 120\n},\n\"password\": \"admin\",\n\"type\": \"optical-transponder\",\n\"username\": \"admin\"\n}"}}]}, "device_drivers": ["DEVICEDRIVER_OC"], "device_endpoints": [], "device_id": {"device_uuid": {"uuid": "T1.1"}}, "device_operational_status": "DEVICEOPERATIONALSTATUS_DISABLED", "device_type": "optical-transponder", "name": ""} -[2024-06-20 13:23:47,343] DEBUG:context.client.ContextClient:Creating channel to 10.152.183.195:1010... -[2024-06-20 13:23:47,343] DEBUG:context.client.ContextClient:Channel created -[2024-06-20 13:23:47,344] DEBUG:context.client.ContextClient:SelectDevice request: {"device_ids": {"device_ids": [{"device_uuid": {"uuid": "T1.1"}}]}, "include_components": true, "include_config_rules": true, "include_endpoints": true} -[2024-06-20 13:23:47,358] DEBUG:context.client.ContextClient:SelectDevice result: {"devices": []} -[2024-06-20 13:23:47,359] DEBUG:context.client.ContextClient:SetDevice request: {"components": [], "device_config": {"config_rules": [{"action": "CONFIGACTION_SET", "custom": {"resource_key": "_connect/address", "resource_value": "172.17.254.41"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "_connect/port", "resource_value": "2022"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "_connect/settings", "resource_value": "{\n\"allow_agent\": false,\n\"commit_per_rule\": false,\n\"device_params\": {\n\"name\": \"default\"\n},\n\"endpoints\": [],\n\"force_running\": false,\n\"hostkey_verify\": false,\n\"look_for_keys\": false,\n\"manager_params\": {\n\"timeout\": 120\n},\n\"password\": \"admin\",\n\"type\": \"optical-transponder\",\n\"username\": \"admin\"\n}"}}]}, "device_drivers": ["DEVICEDRIVER_OC"], "device_endpoints": [], "device_id": {"device_uuid": {"uuid": "T1.1"}}, "device_operational_status": "DEVICEOPERATIONALSTATUS_UNDEFINED", "device_type": "optical-transponder", "name": ""} -[2024-06-20 13:23:47,454] DEBUG:context.client.ContextClient:SetDevice result: {"device_uuid": {"uuid": "4dbdc2d8-cbde-5e48-a3c0-5161387a58c7"}} -[2024-06-20 13:23:47,454] DEBUG:context.client.ContextClient:SelectDevice request: {"device_ids": {"device_ids": [{"device_uuid": {"uuid": "4dbdc2d8-cbde-5e48-a3c0-5161387a58c7"}}]}, "include_components": true, "include_config_rules": true, "include_endpoints": true} -[2024-06-20 13:23:47,492] DEBUG:context.client.ContextClient:SelectDevice result: {"devices": [{"components": [], "controller_id": {}, "device_config": {"config_rules": [{"action": "CONFIGACTION_SET", "custom": {"resource_key": "_connect/address", "resource_value": "172.17.254.41"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "_connect/port", "resource_value": "2022"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "_connect/settings", "resource_value": "{\n\"allow_agent\": false,\n\"commit_per_rule\": false,\n\"device_params\": {\n\"name\": \"default\"\n},\n\"endpoints\": [],\n\"force_running\": false,\n\"hostkey_verify\": false,\n\"look_for_keys\": false,\n\"manager_params\": {\n\"timeout\": 120\n},\n\"password\": \"admin\",\n\"type\": \"optical-transponder\",\n\"username\": \"admin\"\n}"}}]}, "device_drivers": ["DEVICEDRIVER_OC"], "device_endpoints": [], "device_id": {"device_uuid": {"uuid": "4dbdc2d8-cbde-5e48-a3c0-5161387a58c7"}}, "device_operational_status": "DEVICEOPERATIONALSTATUS_UNDEFINED", "device_type": "optical-transponder", "name": "T1.1"}]} -[2024-06-20 13:23:47,493] INFO:device.service.driver_api.DriverInstanceCache:Selecting driver for device(4dbdc2d8-cbde-5e48-a3c0-5161387a58c7) with filter_fields({'device_type': 'optical-transponder', 'driver': [11]})... -[2024-06-20 13:23:47,493] INFO:device.service.driver_api.DriverInstanceCache:Driver(OCDriver) selected for device(4dbdc2d8-cbde-5e48-a3c0-5161387a58c7) with filter_fields({'device_type': 'optical-transponder', 'driver': [11]})... -[2024-06-20 13:23:47,500] DEBUG:tzlocal:/etc/timezone found, contents: - Etc/UTC - -[2024-06-20 13:23:47,500] DEBUG:tzlocal:/etc/localtime found -[2024-06-20 13:23:47,502] DEBUG:tzlocal:2 found: - {'/etc/timezone': 'Etc/UTC', '/etc/localtime is a symlink to': 'Etc/UTC'} -[2024-06-20 13:23:47,518] DEBUG:ncclient.transport.session:[host None session 0x7fa749881490] <SSHSession(session, initial daemon)> created: client_capabilities=<dict_keyiterator object at 0x7fa7486d8810> -[2024-06-20 13:23:47,790] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session 0x7fa749881490] parsing netconf v1.0 -[2024-06-20 13:23:47,790] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session 0x7fa749881490] parsing netconf v1.0 -[2024-06-20 13:23:47,807] INFO:root:settings {'allow_agent': False, 'commit_per_rule': False, 'device_params': {'name': 'default'}, 'endpoints': [], 'force_running': False, 'hostkey_verify': False, 'look_for_keys': False, 'manager_params': {'timeout': 120}, 'password': 'admin', 'type': 'optical-transponder', 'username': 'admin'} -[2024-06-20 13:23:47,808] INFO:ncclient.operations.rpc:[host 172.17.254.41 session-id 32] Requesting 'Get' -[2024-06-20 13:23:47,809] DEBUG:ncclient.operations.rpc:[host 172.17.254.41 session-id 32] Sync request, will wait for timeout=120 -[2024-06-20 13:23:47,965] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: starting -[2024-06-20 13:23:47,966] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:23:47,966] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:23:47,966] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: regular expression start=0, end=8 -[2024-06-20 13:23:47,966] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: found chunk delimiter -[2024-06-20 13:23:47,966] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: chunk size 16376 bytes -[2024-06-20 13:23:47,966] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: not enough data for chunk yet -[2024-06-20 13:23:47,966] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: setting start to 0 -[2024-06-20 13:23:47,966] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: ending -[2024-06-20 13:23:47,966] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: starting -[2024-06-20 13:23:47,967] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:23:47,967] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:23:47,967] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: regular expression start=0, end=8 -[2024-06-20 13:23:47,967] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: found chunk delimiter -[2024-06-20 13:23:47,967] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: chunk size 16376 bytes -[2024-06-20 13:23:47,967] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: not enough data for chunk yet -[2024-06-20 13:23:47,967] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: setting start to 0 -[2024-06-20 13:23:47,967] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: ending -[2024-06-20 13:23:47,967] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: starting -[2024-06-20 13:23:47,967] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:23:47,968] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:23:47,968] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: regular expression start=0, end=8 -[2024-06-20 13:23:47,968] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: found chunk delimiter -[2024-06-20 13:23:47,968] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: chunk size 16376 bytes -[2024-06-20 13:23:47,968] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: not enough data for chunk yet -[2024-06-20 13:23:47,968] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: setting start to 0 -[2024-06-20 13:23:47,968] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: ending -[2024-06-20 13:23:47,968] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: starting -[2024-06-20 13:23:47,968] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:23:47,969] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:23:47,969] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: regular expression start=0, end=8 -[2024-06-20 13:23:47,969] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: found chunk delimiter -[2024-06-20 13:23:47,969] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: chunk size 16376 bytes -[2024-06-20 13:23:47,969] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: appending 16376 bytes -[2024-06-20 13:23:47,969] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: fragment = "<?xml version="1.0" encoding="UTF-8"?> -<rpc-reply xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="urn:uuid:13d066fb-2607-480c-b1be-a7d3c2255cbf" xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0"><data><bgp-instance xmlns="http://openconfig.net/yang/bgp"><bgp><global><route-selection-options><state><always-compare-med>false</always-compare-med><ignore-as-path-length>false</ignore-as-path-length><external-compare-router-id>true</external-compare-router-id><advertise-inactive-routes>false</advertise-inactive-routes><enable-aigp>false</enable-aigp><ignore-next-hop-igp-metric>false</ignore-next-hop-igp-metric></state></route-selection-options></global></bgp></bgp-instance><interfaces xmlns="http://openconfig.net/yang/interfaces"><interface><name>eth0</name><config><name>eth0</name><enabled>true</enabled></config><state><loopback-mode>false</loopback-mode><enabled>true</enabled></state><hold-time><state><up>0</up><down>0</down></state></hold-time><ipv4 xmlns="http://openconfig.net/yang/interfaces/ip"><addresses><address><ip>192.168.1.1</ip><config><ip>192.168.1.1</ip><prefix-length>24</prefix-length></config></address></addresses><proxy-arp><state><mode>DISABLE</mode></state></proxy-arp><unnumbered><state><enabled>false</enabled></state></unnumbered><state><enabled>true</enabled><dhcp-client>false</dhcp-client></state></ipv4><ipv6 xmlns="http://openconfig.net/yang/interfaces/ip"><router-advertisement><state><suppress>false</suppress></state></router-advertisement><unnumbered><state><enabled>false</enabled></state></unnumbered><state><enabled>true</enabled><dup-addr-detect-transmits>1</dup-addr-detect-transmits><dhcp-client>false</dhcp-client></state></ipv6></interface></interfaces><lldp xmlns="http://openconfig.net/yang/lldp"><state><enabled>true</enabled></state></lldp><components xmlns="http://openconfig.net/yang/platform"><component><name>channel-1</name><config><name>channel-1</name></config><state><name>channel-1</name><type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:OPTICAL_CHANNEL</type></state><optical-channel xmlns="http://openconfig.net/yang/terminal-device"><config><frequency>192056250</frequency><target-output-power>1.0</target-output-power><operational-mode>8</operational-mode><line-port>transceiver-1</line-port></config><state><frequency>192056250</frequency><target-output-power>1.0</target-output-power><operational-mode>8</operational-mode><line-port>transceiver-1</line-port><group-id>1</group-id><output-power><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></output-power><input-power><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></input-power><laser-bias-current><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></laser-bias-current><chromatic-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></chromatic-dispersion><polarization-mode-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></polarization-mode-dispersion><second-order-polarization-mode-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></second-order-polarization-mode-dispersion><polarization-dependent-loss><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></polarization-dependent-loss></state></optical-channel></component><component><name>channel-2</name><config><name>channel-2</name></config><state><name>channel-2</name><type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:OPTICAL_CHANNEL</type></state><optical-channel xmlns="http://openconfig.net/yang/terminal-device"><config><frequency>191600000</frequency><target-output-power>100.0</target-output-power><operational-mode>0</operational-mode><line-port>transceiver-2</line-port></config><state><frequency>191600000</frequency><target-output-power>0.0</target-output-power><operational-mode>0</operational-mode><line-port>transceiver-2</line-port><group-id>1</group-id><output-power><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></output-power><input-power><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></input-power><laser-bias-current><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></laser-bias-current><chromatic-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></chromatic-dispersion><polarization-mode-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></polarization-mode-dispersion><second-order-polarization-mode-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></second-order-polarization-mode-dispersion><polarization-dependent-loss><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></polarization-dependent-loss></state></optical-channel></component><component><name>channel-3</name><config><name>channel-3</name></config><state><name>channel-3</name><type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:OPTICAL_CHANNEL</type></state><optical-channel xmlns="http://openconfig.net/yang/terminal-device"><config><frequency>191600000</frequency><target-output-power>100.0</target-output-power><operational-mode>0</operational-mode><line-port>transceiver-3</line-port></config><state><frequency>191600000</frequency><target-output-power>0.0</target-output-power><operational-mode>0</operational-mode><line-port>transceiver-3</line-port><group-id>1</group-id><output-power><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></output-power><input-power><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></input-power><laser-bias-current><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></laser-bias-current><chromatic-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></chromatic-dispersion><polarization-mode-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></polarization-mode-dispersion><second-order-polarization-mode-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></second-order-polarization-mode-dispersion><polarization-dependent-loss><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></polarization-dependent-loss></state></optical-channel></component><component><name>channel-4</name><config><name>channel-4</name></config><state><name>channel-4</name><type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:OPTICAL_CHANNEL</type></state><optical-channel xmlns="http://openconfig.net/yang/terminal-device"><config><frequency>191600000</frequency><target-output-power>100.0</target-output-power><operational-mode>0</operational-mode><line-port>transceiver-4</line-port></config><state><frequency>191600000</frequency><target-output-power>0.0</target-output-power><operational-mode>0</operational-mode><line-port>transceiver-4</line-port><group-id>1</group-id><output-power><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></output-power><input-power><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></input-power><laser-bias-current><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></laser-bias-current><chromatic-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></chromatic-dispersion><polarization-mode-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></polarization-mode-dispersion><second-order-polarization-mode-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></second-order-polarization-mode-dispersion><polarization-dependent-loss><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></polarization-dependent-loss></state></optical-channel></component><component><name>device</name><config><name>device</name></config><state><name>MellanoxSwitch</name><type xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:OPERATING_SYSTEM</type><mfg-name>SSSA-CNIT</mfg-name><hardware-version>1.0.0</hardware-version><firmware-version>1.0.0</firmware-version><software-version>1.0.0</software-version><serial-no>610610</serial-no></state></component><component><name>port-1</name><config><name>port-1</name></config><state><name>port-1</name><type xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:PORT</type></state><properties><property><name>odtn-port-type</name><config><name>odtn-port-type</name><value>line</value></config><state><name>odtn-port-type</name><value>line</value></state></property><property><name>onos-index</name><config><name>onos-index</name><value>1</value></config><state><name>onos-index</name><value>1</value></state></property></properties><subcomponents><subcomponent><name>channel-1</name><config><name>channel-1</name></config><state><name>channel-1</name></state></subcomponent></subcomponents></component><component><name>port-2</name><config><name>port-2</name></config><state><name>port-2</name><type xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:PORT</type></state><properties><property><name>odtn-port-type</name><config><name>odtn-port-type</name><value>line</value></config><state><name>odtn-port-type</name><value>line</value></state></property><property><name>onos-index</name><config><name>onos-index</name><value>2</value></config><state><name>onos-index</name><value>2</value></state></property></properties><subcomponents><subcomponent><name>channel-2</name><config><name>channel-2</name></config><state><name>channel-2</name></state></subcomponent></subcomponents></component><component><name>port-3</name><config><name>port-3</name></config><state><name>port-3</name><type xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:PORT</type></state><properties><property><name>odtn-port-type</name><config><name>odtn-port-type</name><value>line</value></config><state><name>odtn-port-type</name><value>line</value></state></property><property><name>onos-index</name><config><name>onos-index</name><value>3</value></config><state><name>onos-index</name><value>3</value></state></property></properties><subcomponents><subcomponent><name>channel-3</name><config><name>channel-3</name></config><state><name>channel-3</name></state></subcomponent></subcomponents></component><component><name>port-4</name><config><name>port-4</name></config><state><name>port-4</name><type xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:PORT</type></state><properties><property><name>odtn-port-type</name><config><name>odtn-port-type</name><value>line</value></config><state><name>odtn-port-type</name><value>line</value></state></property><property><name>onos-index</name><config><name>onos-index</name><value>4</value></config><state><name>onos-index</name><value>4</value></state></property></properties><subcomponents><subcomponent><name>channel-4</name><config><name>channel-4</name></config><state><name>channel-4</name></state></subcomponent></subcomponents></component><component><name>transceiver-1</name><config><name>transceiver-1</name></config><state><name>transceiver-1</name><type xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:TRANSCEIVER</type></state><transceiver xmlns="http://openconfig.net/yang/platform/transceiver"><config><enabled>true</enabled><form-factor-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:QSFP56_DD_TYPE1</form-factor-preconf><ethernet-pmd-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:ETH_400GBASE_ZR</ethernet-pmd-preconf><fec-mode xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:FEC_AUTO</fec-mode><module-functional-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:TYPE_DIGITAL_COHERENT_OPTIC</module-functional-type></config><state><enabled>true</enabled><form-factor-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:QSFP56_DD_TYPE1</form-factor-preconf><ethernet-pmd-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:ETH_400GBASE_ZR</ethernet-pmd-preconf><fec-mode xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:FEC_AUTO</fec-mode><module-functional-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:TYPE_DIGITAL_COHERENT_OPTIC</module-functional-type><vendor>Cisco</vendor><vendor-part>400zr-QSFP-DD</vendor-part><vendor-rev>01</vendor-rev><serial-no>1567321</serial-no></state><physical-channels><channel><index>1</index><config><index>1</index><associated-optical-channel>channel-1</associated-optical-channel></config></channel></physical-channels></transceiver></component><component><name>transceiver-2</name><config><name>transceiver-2</name></config><state><name>transceiver-2</name><type xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:TRANSCEIVER</type></state><transceiver xmlns="http://openconfig.net/yang/platform/transceiver"><config><enabled>true</enabled><form-factor-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:QSFP56_DD_TYPE1</form-factor-preconf><ethernet-pmd-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:ETH_400GBASE_ZR</ethernet-pmd-preconf><fec-mode xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:FEC_AUTO</fec-mode><module-functional-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:TYPE_DIGITAL_COHERENT_OPTIC</module-functional-type></config><state><enabled>true</enabled><form-factor-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:QSFP56_DD_TYPE1</form-factor-preconf><ethernet-pmd-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:ETH_400GBASE_ZR</ethernet-pmd-preconf><fec-mode xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:FEC_AUTO</fec-mode><module-functional-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:TYPE_DIGITAL_COHERENT_OPTIC</module-functional-type><vendor>Cisco</vendor><vendor-part>400zr-QSFP-DD</vendor-part><vendor-rev>01</vendor-rev><serial-no>1567321</serial-no></state><physical-channels><channel><index>1</index><config><index>1</index><associated-optical-channel>channel-2</associated-optical-channel></config></channel></physical-channels></transceiver></component><component><name>transceiver-3</name><config><name>transceiver-3</name></config><state><name>transceiver-3</name><type xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:TRANSCEIVER</type></state><transceiver xmlns="http://openconfig.net/yang/platform/transceiver"><config><enabled>true</enabled><form-factor-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:QSFP56_DD_TYPE1</form-factor-preconf><ethernet-pmd-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:ETH_400GBASE_ZR</ethernet-pmd-preconf><fec-mode xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:FEC_AUTO</fec-mode><module-functional-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:TYPE_DIGITAL_COHERENT_OPTIC</module-functional-type></config><state><enabled>true</enabled><form-factor-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:QSFP56_DD_TYPE1</form-factor-preconf><ethernet-pmd-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:ETH_400GBASE_ZR</ethernet-pmd-preconf><fec-mode xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:FEC_AUTO</fec-mode><module-functional-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:TYPE_DIGITAL_COHEREN" -[2024-06-20 13:23:47,969] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:23:47,969] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: ending -[2024-06-20 13:23:47,987] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: starting -[2024-06-20 13:23:47,987] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:23:47,987] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:23:47,987] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: regular expression start=0, end=8 -[2024-06-20 13:23:47,988] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: found chunk delimiter -[2024-06-20 13:23:47,988] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: chunk size 16376 bytes -[2024-06-20 13:23:47,988] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: not enough data for chunk yet -[2024-06-20 13:23:47,988] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: setting start to 0 -[2024-06-20 13:23:47,988] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: ending -[2024-06-20 13:23:47,988] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: starting -[2024-06-20 13:23:47,988] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:23:47,988] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:23:47,988] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: regular expression start=0, end=8 -[2024-06-20 13:23:47,988] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: found chunk delimiter -[2024-06-20 13:23:47,988] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: chunk size 16376 bytes -[2024-06-20 13:23:47,989] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: not enough data for chunk yet -[2024-06-20 13:23:47,989] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: setting start to 0 -[2024-06-20 13:23:47,989] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: ending -[2024-06-20 13:23:47,989] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: starting -[2024-06-20 13:23:47,989] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:23:47,989] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:23:47,989] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: regular expression start=0, end=8 -[2024-06-20 13:23:47,989] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: found chunk delimiter -[2024-06-20 13:23:47,989] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: chunk size 16376 bytes -[2024-06-20 13:23:47,989] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: not enough data for chunk yet -[2024-06-20 13:23:47,990] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: setting start to 0 -[2024-06-20 13:23:47,990] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: ending -[2024-06-20 13:23:47,990] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: starting -[2024-06-20 13:23:47,990] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:23:47,990] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:23:47,990] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: regular expression start=0, end=8 -[2024-06-20 13:23:47,990] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: found chunk delimiter -[2024-06-20 13:23:47,990] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: chunk size 16376 bytes -[2024-06-20 13:23:47,990] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: appending 16376 bytes -[2024-06-20 13:23:47,990] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: fragment = "T_OPTIC</module-functional-type><vendor>Cisco</vendor><vendor-part>400zr-QSFP-DD</vendor-part><vendor-rev>01</vendor-rev><serial-no>1567321</serial-no></state><physical-channels><channel><index>1</index><config><index>1</index><associated-optical-channel>channel-3</associated-optical-channel></config></channel></physical-channels></transceiver></component><component><name>transceiver-4</name><config><name>transceiver-4</name></config><state><name>transceiver-4</name><type xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:TRANSCEIVER</type></state><transceiver xmlns="http://openconfig.net/yang/platform/transceiver"><config><enabled>true</enabled><form-factor-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:QSFP56_DD_TYPE1</form-factor-preconf><ethernet-pmd-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:ETH_400GBASE_ZR</ethernet-pmd-preconf><fec-mode xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:FEC_AUTO</fec-mode><module-functional-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:TYPE_DIGITAL_COHERENT_OPTIC</module-functional-type></config><state><enabled>true</enabled><form-factor-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:QSFP56_DD_TYPE1</form-factor-preconf><ethernet-pmd-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:ETH_400GBASE_ZR</ethernet-pmd-preconf><fec-mode xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:FEC_AUTO</fec-mode><module-functional-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:TYPE_DIGITAL_COHERENT_OPTIC</module-functional-type><vendor>Cisco</vendor><vendor-part>400zr-QSFP-DD</vendor-part><vendor-rev>01</vendor-rev><serial-no>1567321</serial-no></state><physical-channels><channel><index>1</index><config><index>1</index><associated-optical-channel>channel-4</associated-optical-channel></config></channel></physical-channels></transceiver></component></components><bgp-instance xmlns="http://openconfig.net/yang/protocols"><bgp><global><route-selection-options><state><always-compare-med>false</always-compare-med><ignore-as-path-length>false</ignore-as-path-length><external-compare-router-id>true</external-compare-router-id><advertise-inactive-routes>false</advertise-inactive-routes><enable-aigp>false</enable-aigp><ignore-next-hop-igp-metric>false</ignore-next-hop-igp-metric></state></route-selection-options></global><neighbors><neighbor><neighbor-address>192.168.1.1</neighbor-address><config><neighbor-address>192.168.1.1</neighbor-address><neighbor-port>88</neighbor-port><enabled>true</enabled><peer-as>65432</peer-as></config><state><neighbor-port>179</neighbor-port><enabled>true</enabled><route-flap-damping>false</route-flap-damping><send-community>NONE</send-community><dynamically-configured>false</dynamically-configured></state><timers><state><connect-retry>30</connect-retry><hold-time>90</hold-time><keepalive-interval>30</keepalive-interval><minimum-advertisement-interval>30</minimum-advertisement-interval></state></timers><transport><state><mtu-discovery>false</mtu-discovery><passive-mode>false</passive-mode></state></transport><error-handling><state><treat-as-withdraw>false</treat-as-withdraw></state></error-handling><logging-options><state><log-neighbor-state-changes>true</log-neighbor-state-changes></state></logging-options><ebgp-multihop><state><enabled>false</enabled></state></ebgp-multihop><route-reflector><state><route-reflector-client>false</route-reflector-client></state></route-reflector><as-path-options><state><allow-own-as>0</allow-own-as><replace-peer-as>false</replace-peer-as><disable-peer-as-filter>false</disable-peer-as-filter></state></as-path-options><use-multiple-paths><state><enabled>false</enabled></state><ebgp><state><allow-multiple-as>false</allow-multiple-as></state></ebgp></use-multiple-paths><apply-policy><state><default-import-policy>REJECT_ROUTE</default-import-policy><default-export-policy>REJECT_ROUTE</default-export-policy></state></apply-policy></neighbor></neighbors></bgp></bgp-instance><ospf-instance xmlns="http://openconfig.net/yang/protocols"><ospfv2><global><state><summary-route-cost-mode>RFC2328_COMPATIBLE</summary-route-cost-mode></state></global></ospfv2></ospf-instance><terminal-device xmlns="http://openconfig.net/yang/terminal-device"><logical-channels><channel><index>1</index><config><index>1</index><description>Logical channel 1</description><admin-state>DISABLED</admin-state><logical-channel-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:PROT_OTN</logical-channel-type><loopback-mode>NONE</loopback-mode></config><state><index>1</index><description>Logical channel 1</description><admin-state>DISABLED</admin-state><logical-channel-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:PROT_OTN</logical-channel-type><loopback-mode>NONE</loopback-mode><link-state>UP</link-state></state><ingress><config><transceiver>transceiver-1</transceiver></config><state><transceiver>transceiver-1</transceiver></state></ingress><logical-channel-assignments><assignment><index>1</index><config><index>1</index><description>Optical channel assigned 100</description><assignment-type>OPTICAL_CHANNEL</assignment-type><optical-channel>channel-1</optical-channel><allocation>100.0</allocation></config><state><index>1</index><description>Optical channel assigned 100</description><assignment-type>OPTICAL_CHANNEL</assignment-type><optical-channel>channel-1</optical-channel><allocation>100.0</allocation></state></assignment></logical-channel-assignments></channel><channel><index>2</index><config><index>2</index><description>Logical channel 2</description><admin-state>DISABLED</admin-state><logical-channel-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:PROT_OTN</logical-channel-type><loopback-mode>NONE</loopback-mode></config><state><index>2</index><description>Logical channel 2</description><admin-state>DISABLED</admin-state><logical-channel-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:PROT_OTN</logical-channel-type><loopback-mode>NONE</loopback-mode><link-state>UP</link-state></state><ingress><config><transceiver>transceiver-2</transceiver></config><state><transceiver>transceiver-2</transceiver></state></ingress><logical-channel-assignments><assignment><index>1</index><config><index>1</index><description>Optical channel assigned 100</description><assignment-type>OPTICAL_CHANNEL</assignment-type><optical-channel>channel-2</optical-channel><allocation>100.0</allocation></config><state><index>1</index><description>Optical channel assigned 100</description><assignment-type>OPTICAL_CHANNEL</assignment-type><optical-channel>channel-2</optical-channel><allocation>100.0</allocation></state></assignment></logical-channel-assignments></channel><channel><index>3</index><config><index>3</index><description>Logical channel 3</description><admin-state>DISABLED</admin-state><logical-channel-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:PROT_OTN</logical-channel-type><loopback-mode>NONE</loopback-mode></config><state><index>3</index><description>Logical channel 3</description><admin-state>DISABLED</admin-state><logical-channel-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:PROT_OTN</logical-channel-type><loopback-mode>NONE</loopback-mode><link-state>UP</link-state></state><ingress><config><transceiver>transceiver-3</transceiver></config><state><transceiver>transceiver-3</transceiver></state></ingress><logical-channel-assignments><assignment><index>1</index><config><index>1</index><description>Optical channel assigned 100</description><assignment-type>OPTICAL_CHANNEL</assignment-type><optical-channel>channel-3</optical-channel><allocation>100.0</allocation></config><state><index>1</index><description>Optical channel assigned 100</description><assignment-type>OPTICAL_CHANNEL</assignment-type><optical-channel>channel-3</optical-channel><allocation>100.0</allocation></state></assignment></logical-channel-assignments></channel><channel><index>4</index><config><index>4</index><description>Logical channel 4</description><admin-state>DISABLED</admin-state><logical-channel-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:PROT_OTN</logical-channel-type><loopback-mode>NONE</loopback-mode></config><state><index>4</index><description>Logical channel 4</description><admin-state>DISABLED</admin-state><logical-channel-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:PROT_OTN</logical-channel-type><loopback-mode>NONE</loopback-mode><link-state>UP</link-state></state><ingress><config><transceiver>transceiver-4</transceiver></config><state><transceiver>transceiver-4</transceiver></state></ingress><logical-channel-assignments><assignment><index>1</index><config><index>1</index><description>Optical channel assigned 100</description><assignment-type>OPTICAL_CHANNEL</assignment-type><optical-channel>channel-4</optical-channel><allocation>100.0</allocation></config><state><index>1</index><description>Optical channel assigned 100</description><assignment-type>OPTICAL_CHANNEL</assignment-type><optical-channel>channel-4</optical-channel><allocation>100.0</allocation></state></assignment></logical-channel-assignments></channel></logical-channels><operational-modes><mode><mode-id>1</mode-id><state><mode-id>1</mode-id><description>FEC1</description><vendor-id>Ericsson</vendor-id></state></mode><mode><mode-id>2</mode-id><state><mode-id>2</mode-id><description>FEC2</description><vendor-id>Ericsson</vendor-id></state></mode></operational-modes></terminal-device><aaa xmlns="http://tail-f.com/ns/aaa/1.1"><authentication><users><user><name>admin</name><uid>9000</uid><gid>100</gid><password>$1$MAUsMGRB$0QVLq8d0AZKgnyMHQHXGj.</password><ssh_keydir>/var/confd/homes/admin/.ssh</ssh_keydir><homedir>/var/confd/homes/admin</homedir></user><user><name>oper</name><uid>9003</uid><gid>103</gid><password>$1$OuxlaJdk$U/2..0bsSRBOdB89X.V/B.</password><ssh_keydir>/var/confd/homes/oper/.ssh</ssh_keydir><homedir>/var/confd/homes/oper</homedir></user><user><name>optical</name><uid>9001</uid><gid>101</gid><password>$1$.fTK5rN8$70SU3wMX3Ppun/0gE7wsA0</password><ssh_keydir>/var/confd/homes/optical/.ssh</ssh_keydir><homedir>/var/confd/homes/optical</homedir></user><user><name>packet</name><uid>9002</uid><gid>102</gid><password>$1$2Q0WT3GS$kHtMcIEPrKOjv5AIRaIRp.</password><ssh_keydir>/var/confd/homes/packet/.ssh</ssh_keydir><homedir>/var/confd/homes/packet</homedir></user><user><name>private</name><uid>9005</uid><gid>103</gid><password>$1$kQyh8qdQ$M.AQv0IrSWDrKfW2RHAHj0</password><ssh_keydir>/var/confd/homes/private/.ssh</ssh_keydir><homedir>/var/confd/homes/private</homedir></user><user><name>public</name><uid>9004</uid><gid>100</gid><password>$1$MGwjebs5$q/SznJWMzKIsd1aIb5UN.1</password><ssh_keydir>/var/confd/homes/public/.ssh</ssh_keydir><homedir>/var/confd/homes/public</homedir></user></users></authentication><ios><level><nr>0</nr><prompt>\h> </prompt></level><level><nr>15</nr><prompt>\h# </prompt></level><privilege><mode>exec</mode><level><nr>0</nr><command><name>action</name></command><command><name>autowizard</name></command><command><name>enable</name></command><command><name>exit</name></command><command><name>help</name></command><command><name>startup</name></command></level><level><nr>15</nr><command><name>configure</name></command></level></privilege></ios></aaa><confd-state xmlns="http://tail-f.com/yang/confd-monitoring"><version>6.4</version><epoll>false</epoll><daemon-status>started</daemon-status><loaded-data-models><data-model><name>iana-crypt-hash</name><revision>2014-08-06</revision><namespace>urn:ietf:params:xml:ns:yang:iana-crypt-hash</namespace><prefix>ianach</prefix><exported-to-all/></data-model><data-model><name>ietf-inet-types</name><revision>2013-07-15</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-inet-types</namespace><prefix>inet</prefix><exported-to-all/></data-model><data-model><name>ietf-interfaces</name><revision>2014-05-08</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-interfaces</namespace><prefix>if</prefix><exported-to-all/></data-model><data-model><name>ietf-netconf-acm</name><revision>2012-02-22</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-acm</namespace><prefix>nacm</prefix><exported-to-all/></data-model><data-model><name>ietf-netconf-monitoring</name><revision>2010-10-04</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring</namespace><prefix>ncm</prefix><exported-to-all/></data-model><data-model><name>ietf-netconf-notifications</name><revision>2012-02-06</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-notifications</namespace><prefix>ncn</prefix><exported-to-all/></data-model><data-model><name>ietf-yang-library</name><revision>2016-06-21</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-library</namespace><prefix>yanglib</prefix><exported-to>netconf</exported-to><exported-to>rest</exported-to></data-model><data-model><name>ietf-yang-types</name><revision>2013-07-15</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-types</namespace><prefix>yang</prefix><exported-to-all/></data-model><data-model><name>netconf_netmod</name><namespace>urn:ietf:params:xml:ns:netmod:notification</namespace><prefix>nm</prefix><exported-to>netconf</exported-to></data-model><data-model><name>openconfig-alarm-types</name><revision>2018-01-16</revision><namespace>http://openconfig.net/yang/alarms/types</namespace><prefix>oc-alarm-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-bfd</name><revision>2022-06-28</revision><namespace>http://openconfig.net/yang/bfd</namespace><prefix>oc-bfd</prefix><exported-to-all/></data-model><data-model><name>openconfig-bgp</name><revision>2022-05-21</revision><namespace>http://openconfig.net/yang/bgp</namespace><prefix>oc-bgp</prefix><exported-to-all/></data-model><data-model><name>openconfig-bgp-types</name><revision>2021-08-06</revision><namespace>http://openconfig.net/yang/bgp-types</namespace><prefix>oc-bgp-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-evpn-types</name><revision>2021-06-21</revision><namespace>http://openconfig.net/yang/evpn-types</namespace><prefix>oc-evpn-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-if-ethernet</name><revision>2022-04-20</revision><namespace>http://openconfig.net/yang/interfaces/ethernet</namespace><prefix>oc-eth</prefix><exported-to-all/></data-model><data-model><name>openconfig-if-ip</name><revision>2019-01-08</revision><namespace>http://openconfig.net/yang/interfaces/ip</namespace><prefix>oc-ip</prefix><exported-to-all/></data-model><data-model><name>openconfig-inet-types</name><revision>2021-08-17</revision><namespace>http://openconfig.net/yang/types/inet</namespace><prefix>oc-inet</prefix><exported-to-all/></data-model><data-model><name>openconfig-interfaces</name><revision>2021-04-06</revision><namespace>http://openconfig.net/yang/interfaces</namespace><prefix>oc-if</prefix><exported-to-all/></data-model><data-model><name>openconfig-lldp</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/lldp</namespace><prefix>oc-lldp</prefix><exported-to-all/></data-model><data-model><name>openconfig-lldp-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/lldp/types</namespace><prefix>oc-lldp-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-mpls-types</name><revision>2021-12-01</revision><namespace>http://openconfig.net/yang/mpls-types</namespace><prefix>oc-mplst</prefix><exported-to-all/></data-model><data-model><name>openconfig-network-instance-types</name><revision>2021-07-14</revision><namespace>http://openconfig.net/yang/network-instance-types</namespace><prefix>oc-ni-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-ospf-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/ospf-types</namespace><prefix>oc-ospf-types</prefix><exporte" -[2024-06-20 13:23:47,991] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:23:47,991] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: ending -[2024-06-20 13:23:48,029] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: starting -[2024-06-20 13:23:48,029] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:23:48,029] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:23:48,030] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: regular expression start=0, end=8 -[2024-06-20 13:23:48,030] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: found chunk delimiter -[2024-06-20 13:23:48,030] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: chunk size 16376 bytes -[2024-06-20 13:23:48,030] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: not enough data for chunk yet -[2024-06-20 13:23:48,030] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: setting start to 0 -[2024-06-20 13:23:48,030] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: ending -[2024-06-20 13:23:48,031] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: starting -[2024-06-20 13:23:48,031] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:23:48,031] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:23:48,031] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: regular expression start=0, end=8 -[2024-06-20 13:23:48,031] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: found chunk delimiter -[2024-06-20 13:23:48,032] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: chunk size 16376 bytes -[2024-06-20 13:23:48,032] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: not enough data for chunk yet -[2024-06-20 13:23:48,032] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: setting start to 0 -[2024-06-20 13:23:48,032] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: ending -[2024-06-20 13:23:48,032] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: starting -[2024-06-20 13:23:48,033] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:23:48,033] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:23:48,033] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: regular expression start=0, end=8 -[2024-06-20 13:23:48,033] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: found chunk delimiter -[2024-06-20 13:23:48,033] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: chunk size 16376 bytes -[2024-06-20 13:23:48,034] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: not enough data for chunk yet -[2024-06-20 13:23:48,034] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: setting start to 0 -[2024-06-20 13:23:48,034] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: ending -[2024-06-20 13:23:48,034] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: starting -[2024-06-20 13:23:48,034] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:23:48,035] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:23:48,035] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: regular expression start=0, end=8 -[2024-06-20 13:23:48,035] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: found chunk delimiter -[2024-06-20 13:23:48,035] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: chunk size 16376 bytes -[2024-06-20 13:23:48,035] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: appending 16376 bytes -[2024-06-20 13:23:48,035] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: fragment = "d-to-all/></data-model><data-model><name>openconfig-ospfv2</name><revision>2022-02-10</revision><namespace>http://openconfig.net/yang/ospfv2</namespace><prefix>oc-ospfv2</prefix><exported-to-all/></data-model><data-model><name>openconfig-platform</name><revision>2018-01-30</revision><namespace>http://openconfig.net/yang/platform</namespace><prefix>oc-platform</prefix><exported-to-all/></data-model><data-model><name>openconfig-platform-port</name><revision>2021-04-22</revision><namespace>http://openconfig.net/yang/platform/port</namespace><prefix>oc-port</prefix><exported-to-all/></data-model><data-model><name>openconfig-platform-transceiver</name><revision>2021-02-23</revision><namespace>http://openconfig.net/yang/platform/transceiver</namespace><prefix>oc-transceiver</prefix><exported-to-all/></data-model><data-model><name>openconfig-platform-types</name><revision>2021-01-18</revision><namespace>http://openconfig.net/yang/platform-types</namespace><prefix>oc-platform-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-policy-types</name><revision>2022-11-08</revision><namespace>http://openconfig.net/yang/policy-types</namespace><prefix>oc-pol-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-protocols</name><namespace>http://openconfig.net/yang/protocols</namespace><prefix>oc-prt</prefix><exported-to-all/></data-model><data-model><name>openconfig-rib-bgp</name><revision>2022-06-06</revision><namespace>http://openconfig.net/yang/rib/bgp</namespace><prefix>oc-rib-bgp</prefix><exported-to-all/></data-model><data-model><name>openconfig-rib-bgp-types</name><revision>2019-03-14</revision><namespace>http://openconfig.net/yang/rib/bgp-types</namespace><prefix>oc-bgprib-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-routing-policy</name><revision>2022-05-24</revision><namespace>http://openconfig.net/yang/routing-policy</namespace><prefix>oc-rpol</prefix><exported-to-all/></data-model><data-model><name>openconfig-segment-routing-types</name><revision>2020-02-04</revision><namespace>http://openconfig.net/yang/segment-routing-types</namespace><prefix>oc-srt</prefix><exported-to-all/></data-model><data-model><name>openconfig-telemetry</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/telemetry</namespace><prefix>oc-telemetry</prefix><exported-to-all/></data-model><data-model><name>openconfig-telemetry-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/telemetry-types</namespace><prefix>oc-telemetry-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-terminal-device</name><revision>2021-02-23</revision><namespace>http://openconfig.net/yang/terminal-device</namespace><prefix>oc-opt-term</prefix><exported-to-all/></data-model><data-model><name>openconfig-transport-types</name><revision>2021-03-22</revision><namespace>http://openconfig.net/yang/transport-types</namespace><prefix>oc-opt-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-types</name><revision>2019-04-16</revision><namespace>http://openconfig.net/yang/openconfig-types</namespace><prefix>oc-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-yang-types</name><revision>2021-07-14</revision><namespace>http://openconfig.net/yang/types/yang</namespace><prefix>oc-yang</prefix><exported-to-all/></data-model><data-model><name>tailf-aaa</name><revision>2015-06-16</revision><namespace>http://tail-f.com/ns/aaa/1.1</namespace><prefix>aaa</prefix><exported-to-all/></data-model><data-model><name>tailf-acm</name><revision>2013-03-07</revision><namespace>http://tail-f.com/yang/acm</namespace><prefix>tacm</prefix><exported-to-all/></data-model><data-model><name>tailf-common-monitoring</name><revision>2013-06-14</revision><namespace>http://tail-f.com/yang/common-monitoring</namespace><prefix>tfcg</prefix><exported-to-all/></data-model><data-model><name>tailf-confd-monitoring</name><revision>2013-06-14</revision><namespace>http://tail-f.com/yang/confd-monitoring</namespace><prefix>tfcm</prefix><exported-to-all/></data-model><data-model><name>tailf-kicker</name><revision>2017-03-16</revision><namespace>http://tail-f.com/ns/kicker</namespace><prefix>kicker</prefix><exported-to-all/></data-model><data-model><name>tailf-netconf-monitoring</name><revision>2016-11-24</revision><namespace>http://tail-f.com/yang/netconf-monitoring</namespace><prefix>tncm</prefix><exported-to-all/></data-model><data-model><name>tailf-rollback</name><revision>2016-09-15</revision><namespace>http://tail-f.com/ns/rollback</namespace><prefix>rollback</prefix><exported-to>rest</exported-to></data-model><data-model><name>vlan</name><namespace>http://sssup.it/yang/vlan</namespace><prefix>sv</prefix><exported-to-all/></data-model></loaded-data-models><netconf><listen><tcp><ip>0.0.0.0</ip><port>2023</port></tcp><ssh><ip>0.0.0.0</ip><port>2022</port></ssh></listen></netconf><cli><listen><ssh><ip>0.0.0.0</ip><port>2024</port></ssh></listen></cli><internal><callpoints><notification-stream-replay><name>NETCONF</name><replay-support>none</replay-support></notification-stream-replay><notification-stream-replay><name>mellanox</name><replay-support>external</replay-support><daemon><id>0</id><name>notifier</name></daemon></notification-stream-replay></callpoints><cdb><datastore><name>running</name><transaction-id>1717-750544-743311</transaction-id><filename>./confd-cdb/A.cdb</filename><disk-size>13451</disk-size><ram-size>81630</ram-size><read-locks>0</read-locks><write-lock-set>false</write-lock-set><waiting-for-replication-sync>false</waiting-for-replication-sync></datastore><datastore><name>operational</name><filename>./confd-cdb/O.cdb</filename><disk-size>4</disk-size><ram-size>136</ram-size><subscription-lock-set>false</subscription-lock-set></datastore><client><name>notifier</name><info>325/6</info><type>subscriber</type><subscription><datastore>running</datastore><priority>1</priority><id>6</id><path>/terminal-device/logical-channels/channel/config</path></subscription><subscription><datastore>running</datastore><priority>2</priority><id>8</id><path>/telemetry-system/subscriptions/dynamic-subscriptions</path></subscription><subscription><datastore>running</datastore><priority>2</priority><id>7</id><path>/components/component/optical-channel/config</path></subscription><subscription><datastore>running</datastore><priority>3</priority><id>9</id><path>/switched-vlans/vlan/tagged-members/member</path></subscription><subscription><datastore>running</datastore><priority>4</priority><id>10</id><path>/switched-vlans/vlan/untagged-members/member</path></subscription><subscription><datastore>running</datastore><priority>5</priority><id>11</id><path>/interfaces/interface</path></subscription><subscription><datastore>running</datastore><priority>6</priority><id>12</id><path>/bgp-instance/bgp</path></subscription></client><client><name>notifier</name><info>325/5</info><type>inactive</type></client></cdb></internal></confd-state><netconf xmlns="urn:ietf:params:xml:ns:netmod:notification"><streams><stream><name>NETCONF</name><description>default NETCONF event stream</description><replaySupport>false</replaySupport></stream><stream><name>mellanox</name><description>Notifications regarding the transponder</description><replaySupport>true</replaySupport><replayLogCreationTime>2024-06-06T22:51:35.958749+00:00</replayLogCreationTime></stream></streams></netconf><nacm xmlns="urn:ietf:params:xml:ns:yang:ietf-netconf-acm"><enable-nacm>true</enable-nacm><read-default>permit</read-default><write-default>permit</write-default><exec-default>permit</exec-default><enable-external-groups>true</enable-external-groups><denied-operations>0</denied-operations><denied-data-writes>0</denied-data-writes><denied-notifications>0</denied-notifications><groups><group><name>admin</name><user-name>admin</user-name><user-name>private</user-name></group><group><name>oper</name><user-name>oper</user-name><user-name>public</user-name></group><group><name>opt</name><user-name>optical</user-name></group><group><name>pck</name><user-name>packet</user-name></group></groups><rule-list><name>any-group</name><group>*</group><rule><name>get</name><module-name>*</module-name><path>/</path><access-operations>read</access-operations><action>permit</action></rule><rule><name>tailf-aaa-authentication</name><module-name>tailf-aaa</module-name><path>/aaa/authentication/users/user[name='$USER']</path><access-operations>read update</access-operations><action>permit</action></rule><rule><name>tailf-aaa-user</name><module-name>tailf-aaa</module-name><path>/user[name='$USER']</path><access-operations>create read update delete</access-operations><action>permit</action></rule><rule><name>tailf-webui-user</name><module-name>tailf-webui</module-name><path>/webui/data-stores/user-profile[username='$USER']</path><access-operations>create read update delete</access-operations><action>permit</action></rule></rule-list><rule-list><name>packet</name><group>pck</group><rule><name>vlan</name><module-name>vlan</module-name><path>/switched-vlans</path><access-operations>create read update delete</access-operations><action>permit</action></rule><rule><name>terminal-device</name><module-name>*</module-name><path>/terminal-device</path><access-operations>create update delete</access-operations><action>deny</action></rule><rule><name>components</name><module-name>*</module-name><path>/components</path><access-operations>create update delete</access-operations><action>deny</action></rule></rule-list><rule-list><name>optical</name><group>opt</group><rule><name>terminal-device</name><module-name>*</module-name><path>/terminal-device</path><access-operations>create read update delete</access-operations><action>permit</action></rule><rule><name>components</name><module-name>*</module-name><path>/components</path><access-operations>create read update delete</access-operations><action>permit</action></rule><rule><name>vlan</name><module-name>vlan</module-name><path>/switched-vlans</path><access-operations>create update delete</access-operations><action>deny</action></rule></rule-list><rule-list><name>admin</name><group>admin</group><rule><name>any-access</name><action>permit</action></rule></rule-list></nacm><netconf-state xmlns="urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring"><capabilities><capability>urn:ietf:params:netconf:base:1.0</capability><capability>urn:ietf:params:netconf:base:1.1</capability><capability>urn:ietf:params:netconf:capability:writable-running:1.0</capability><capability>urn:ietf:params:netconf:capability:xpath:1.0</capability><capability>urn:ietf:params:netconf:capability:validate:1.0</capability><capability>urn:ietf:params:netconf:capability:validate:1.1</capability><capability>urn:ietf:params:netconf:capability:rollback-on-error:1.0</capability><capability>urn:ietf:params:netconf:capability:notification:1.0</capability><capability>urn:ietf:params:netconf:capability:with-defaults:1.0?basic-mode=explicit&also-supported=report-all-tagged</capability><capability>urn:ietf:params:netconf:capability:yang-library:1.0?revision=2016-06-21&module-set-id=f1285a0c7bf3c6c159ca5c87b160ec60</capability><capability>http://tail-f.com/ns/netconf/extensions</capability><capability>http://openconfig.net/yang/alarms/types?module=openconfig-alarm-types&revision=2018-01-16</capability><capability>http://openconfig.net/yang/bfd?module=openconfig-bfd&revision=2022-06-28</capability><capability>http://openconfig.net/yang/bgp?module=openconfig-bgp&revision=2022-05-21</capability><capability>http://openconfig.net/yang/bgp-types?module=openconfig-bgp-types&revision=2021-08-06</capability><capability>http://openconfig.net/yang/evpn-types?module=openconfig-evpn-types&revision=2021-06-21</capability><capability>http://openconfig.net/yang/interfaces?module=openconfig-interfaces&revision=2021-04-06</capability><capability>http://openconfig.net/yang/interfaces/ethernet?module=openconfig-if-ethernet&revision=2022-04-20</capability><capability>http://openconfig.net/yang/interfaces/ip?module=openconfig-if-ip&revision=2019-01-08</capability><capability>http://openconfig.net/yang/lldp?module=openconfig-lldp&revision=2018-11-21</capability><capability>http://openconfig.net/yang/lldp/types?module=openconfig-lldp-types&revision=2018-11-21</capability><capability>http://openconfig.net/yang/mpls-types?module=openconfig-mpls-types&revision=2021-12-01</capability><capability>http://openconfig.net/yang/network-instance-types?module=openconfig-network-instance-types&revision=2021-07-14</capability><capability>http://openconfig.net/yang/openconfig-types?module=openconfig-types&revision=2019-04-16</capability><capability>http://openconfig.net/yang/ospf-types?module=openconfig-ospf-types&revision=2018-11-21</capability><capability>http://openconfig.net/yang/ospfv2?module=openconfig-ospfv2&revision=2022-02-10</capability><capability>http://openconfig.net/yang/platform?module=openconfig-platform&revision=2018-01-30</capability><capability>http://openconfig.net/yang/platform-types?module=openconfig-platform-types&revision=2021-01-18</capability><capability>http://openconfig.net/yang/platform/port?module=openconfig-platform-port&revision=2021-04-22</capability><capability>http://openconfig.net/yang/platform/transceiver?module=openconfig-platform-transceiver&revision=2021-02-23</capability><capability>http://openconfig.net/yang/policy-types?module=openconfig-policy-types&revision=2022-11-08</capability><capability>http://openconfig.net/yang/protocols?module=openconfig-protocols</capability><capability>http://openconfig.net/yang/rib/bgp?module=openconfig-rib-bgp&revision=2022-06-06</capability><capability>http://openconfig.net/yang/rib/bgp-types?module=openconfig-rib-bgp-types&revision=2019-03-14</capability><capability>http://openconfig.net/yang/routing-policy?module=openconfig-routing-policy&revision=2022-05-24</capability><capability>http://openconfig.net/yang/segment-routing-types?module=openconfig-segment-routing-types&revision=2020-02-04</capability><capability>http://openconfig.net/yang/telemetry?module=openconfig-telemetry&revision=2018-11-21</capability><capability>http://openconfig.net/yang/telemetry-types?module=openconfig-telemetry-types&revision=2018-11-21</capability><capability>http://openconfig.net/yang/terminal-device?module=openconfig-terminal-device&revision=2021-02-23</capability><capability>http://openconfig.net/yang/transport-types?module=openconfig-transport-types&revision=2021-03-22</capability><capability>http://openconfig.net/yang/types/inet?module=openconfig-inet-types&revision=2021-08-17</capability><capability>http://openconfig.net/yang/types/yang?module=openconfig-yang-types&revision=2021-07-14</capability><capability>http://sssup.it/yang/vlan?module=vlan</capability><capability>http://tail-f.com/ns/aaa/1.1?module=tailf-aaa&revision=2015-06-16</capability><capability>http://tail-f.com/ns/kicker?module=tailf-kicker&revision=2017-03-16</capability><capability>http://tail-f.com/yang/acm?module=tailf-acm&revision=2013-03-07</capability><capability>http://tail-f.com/yang/common-monitoring?module=tailf-common-monitoring&revision=2013-06-14</capability><capability>http://tail-f.com/yang/confd-monitoring?module=tailf-confd-monitoring&revision=2013-06-14</capability><capability>http://tail-f.com/yang/netconf-monitoring?module=tailf-netconf-monitoring&revision=2016-11-24</capability><capability>urn:ietf:params:xml:ns:yang:iana-crypt-hash?module=iana-crypt-hash&revision=2014-08-06&features=crypt-hash-sha-512,crypt-hash-sha-256,crypt-hash-md5</capability><capability>urn:ietf:params:xml:ns:yang:ietf-inet-types?module=ietf-inet-types&revision=2013-07-15</capability><capability>urn:ietf:params:xml:ns:yang:ietf-interfaces?module=ietf-interfaces&revision=2014-05-08&features=pre-provisioning,if-mib,arbitrary-names</capability><capability>urn:ietf:params:xml:ns:yang:ietf-netconf-acm?module=ietf-netconf-acm&revision=2012-02-22</capability><capability>urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring?module=ietf-netconf-monitoring&revision=2010-10-04</capability><capability>urn:ietf:params:xml:ns:yang:ietf-" -[2024-06-20 13:23:48,036] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:23:48,036] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: ending -[2024-06-20 13:23:48,055] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: starting -[2024-06-20 13:23:48,055] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:23:48,055] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:23:48,055] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: regular expression start=0, end=8 -[2024-06-20 13:23:48,056] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: found chunk delimiter -[2024-06-20 13:23:48,056] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: chunk size 16376 bytes -[2024-06-20 13:23:48,056] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: not enough data for chunk yet -[2024-06-20 13:23:48,056] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: setting start to 0 -[2024-06-20 13:23:48,056] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: ending -[2024-06-20 13:23:48,056] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: starting -[2024-06-20 13:23:48,057] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:23:48,057] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:23:48,057] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: regular expression start=0, end=8 -[2024-06-20 13:23:48,057] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: found chunk delimiter -[2024-06-20 13:23:48,057] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: chunk size 16376 bytes -[2024-06-20 13:23:48,057] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: not enough data for chunk yet -[2024-06-20 13:23:48,058] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: setting start to 0 -[2024-06-20 13:23:48,058] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: ending -[2024-06-20 13:23:48,058] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: starting -[2024-06-20 13:23:48,058] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:23:48,058] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:23:48,058] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: regular expression start=0, end=8 -[2024-06-20 13:23:48,058] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: found chunk delimiter -[2024-06-20 13:23:48,058] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: chunk size 16376 bytes -[2024-06-20 13:23:48,059] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: not enough data for chunk yet -[2024-06-20 13:23:48,059] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: setting start to 0 -[2024-06-20 13:23:48,059] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: ending -[2024-06-20 13:23:48,059] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: starting -[2024-06-20 13:23:48,059] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:23:48,059] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:23:48,059] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: regular expression start=0, end=8 -[2024-06-20 13:23:48,059] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: found chunk delimiter -[2024-06-20 13:23:48,059] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: chunk size 16376 bytes -[2024-06-20 13:23:48,060] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: appending 16376 bytes -[2024-06-20 13:23:48,060] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: fragment = "netconf-notifications?module=ietf-netconf-notifications&revision=2012-02-06</capability><capability>urn:ietf:params:xml:ns:yang:ietf-yang-library?module=ietf-yang-library&revision=2016-06-21</capability><capability>urn:ietf:params:xml:ns:yang:ietf-yang-types?module=ietf-yang-types&revision=2013-07-15</capability><capability>urn:ietf:params:xml:ns:netconf:base:1.0?module=ietf-netconf&revision=2011-06-01</capability><capability>urn:ietf:params:xml:ns:yang:ietf-netconf-with-defaults?module=ietf-netconf-with-defaults&revision=2011-06-01</capability></capabilities><datastores><datastore><name>running</name><transaction-id xmlns="http://tail-f.com/yang/netconf-monitoring">1717-750544-743311</transaction-id></datastore></datastores><schemas><schema><identifier>iana-crypt-hash</identifier><version>2014-08-06</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:iana-crypt-hash</namespace><location>NETCONF</location></schema><schema><identifier>ietf-inet-types</identifier><version>2013-07-15</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-inet-types</namespace><location>NETCONF</location></schema><schema><identifier>ietf-interfaces</identifier><version>2014-05-08</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-interfaces</namespace><location>NETCONF</location></schema><schema><identifier>ietf-netconf</identifier><version>2011-06-01</version><format>yang</format><namespace>urn:ietf:params:xml:ns:netconf:base:1.0</namespace><location>NETCONF</location></schema><schema><identifier>ietf-netconf-acm</identifier><version>2012-02-22</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-acm</namespace><location>NETCONF</location></schema><schema><identifier>ietf-netconf-monitoring</identifier><version>2010-10-04</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring</namespace><location>NETCONF</location></schema><schema><identifier>ietf-netconf-notifications</identifier><version>2012-02-06</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-notifications</namespace><location>NETCONF</location></schema><schema><identifier>ietf-netconf-with-defaults</identifier><version>2011-06-01</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-with-defaults</namespace><location>NETCONF</location></schema><schema><identifier>ietf-yang-library</identifier><version>2016-06-21</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-library</namespace><location>NETCONF</location></schema><schema><identifier>ietf-yang-types</identifier><version>2013-07-15</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-alarm-types</identifier><version>2018-01-16</version><format>yang</format><namespace>http://openconfig.net/yang/alarms/types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bfd</identifier><version>2022-06-28</version><format>yang</format><namespace>http://openconfig.net/yang/bfd</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bgp</identifier><version>2022-05-21</version><format>yang</format><namespace>http://openconfig.net/yang/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bgp-common</identifier><version>2022-05-21</version><format>yang</format><namespace>http://openconfig.net/yang/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bgp-common-multiprotocol</identifier><version>2022-05-21</version><format>yang</format><namespace>http://openconfig.net/yang/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bgp-common-structure</identifier><version>2022-05-21</version><format>yang</format><namespace>http://openconfig.net/yang/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bgp-errors</identifier><version>2021-08-06</version><format>yang</format><namespace>http://openconfig.net/yang/bgp-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bgp-global</identifier><version>2022-05-21</version><format>yang</format><namespace>http://openconfig.net/yang/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bgp-neighbor</identifier><version>2022-05-21</version><format>yang</format><namespace>http://openconfig.net/yang/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bgp-peer-group</identifier><version>2022-05-21</version><format>yang</format><namespace>http://openconfig.net/yang/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bgp-types</identifier><version>2021-08-06</version><format>yang</format><namespace>http://openconfig.net/yang/bgp-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-evpn-types</identifier><version>2021-06-21</version><format>yang</format><namespace>http://openconfig.net/yang/evpn-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-if-ethernet</identifier><version>2022-04-20</version><format>yang</format><namespace>http://openconfig.net/yang/interfaces/ethernet</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-if-ip</identifier><version>2019-01-08</version><format>yang</format><namespace>http://openconfig.net/yang/interfaces/ip</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-inet-types</identifier><version>2021-08-17</version><format>yang</format><namespace>http://openconfig.net/yang/types/inet</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-interfaces</identifier><version>2021-04-06</version><format>yang</format><namespace>http://openconfig.net/yang/interfaces</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-lldp</identifier><version>2018-11-21</version><format>yang</format><namespace>http://openconfig.net/yang/lldp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-lldp-types</identifier><version>2018-11-21</version><format>yang</format><namespace>http://openconfig.net/yang/lldp/types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-mpls-types</identifier><version>2021-12-01</version><format>yang</format><namespace>http://openconfig.net/yang/mpls-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-network-instance-types</identifier><version>2021-07-14</version><format>yang</format><namespace>http://openconfig.net/yang/network-instance-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-ospf-types</identifier><version>2018-11-21</version><format>yang</format><namespace>http://openconfig.net/yang/ospf-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-ospfv2</identifier><version>2022-02-10</version><format>yang</format><namespace>http://openconfig.net/yang/ospfv2</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-ospfv2-area</identifier><version>2022-02-10</version><format>yang</format><namespace>http://openconfig.net/yang/ospfv2</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-ospfv2-area-interface</identifier><version>2022-02-10</version><format>yang</format><namespace>http://openconfig.net/yang/ospfv2</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-ospfv2-common</identifier><version>2022-02-10</version><format>yang</format><namespace>http://openconfig.net/yang/ospfv2</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-ospfv2-global</identifier><version>2022-02-10</version><format>yang</format><namespace>http://openconfig.net/yang/ospfv2</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-ospfv2-lsdb</identifier><version>2022-02-10</version><format>yang</format><namespace>http://openconfig.net/yang/ospfv2</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-platform</identifier><version>2018-01-30</version><format>yang</format><namespace>http://openconfig.net/yang/platform</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-platform-port</identifier><version>2021-04-22</version><format>yang</format><namespace>http://openconfig.net/yang/platform/port</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-platform-transceiver</identifier><version>2021-02-23</version><format>yang</format><namespace>http://openconfig.net/yang/platform/transceiver</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-platform-types</identifier><version>2021-01-18</version><format>yang</format><namespace>http://openconfig.net/yang/platform-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-policy-types</identifier><version>2022-11-08</version><format>yang</format><namespace>http://openconfig.net/yang/policy-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-protocols</identifier><version></version><format>yang</format><namespace>http://openconfig.net/yang/protocols</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-rib-bgp</identifier><version>2022-06-06</version><format>yang</format><namespace>http://openconfig.net/yang/rib/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-rib-bgp-attributes</identifier><version>2022-06-06</version><format>yang</format><namespace>http://openconfig.net/yang/rib/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-rib-bgp-shared-attributes</identifier><version>2022-06-06</version><format>yang</format><namespace>http://openconfig.net/yang/rib/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-rib-bgp-table-attributes</identifier><version>2022-06-06</version><format>yang</format><namespace>http://openconfig.net/yang/rib/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-rib-bgp-tables</identifier><version>2022-06-06</version><format>yang</format><namespace>http://openconfig.net/yang/rib/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-rib-bgp-types</identifier><version>2019-03-14</version><format>yang</format><namespace>http://openconfig.net/yang/rib/bgp-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-routing-policy</identifier><version>2022-05-24</version><format>yang</format><namespace>http://openconfig.net/yang/routing-policy</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-segment-routing-types</identifier><version>2020-02-04</version><format>yang</format><namespace>http://openconfig.net/yang/segment-routing-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-telemetry</identifier><version>2018-11-21</version><format>yang</format><namespace>http://openconfig.net/yang/telemetry</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-telemetry-types</identifier><version>2018-11-21</version><format>yang</format><namespace>http://openconfig.net/yang/telemetry-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-terminal-device</identifier><version>2021-02-23</version><format>yang</format><namespace>http://openconfig.net/yang/terminal-device</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-transport-types</identifier><version>2021-03-22</version><format>yang</format><namespace>http://openconfig.net/yang/transport-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-types</identifier><version>2019-04-16</version><format>yang</format><namespace>http://openconfig.net/yang/openconfig-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-yang-types</identifier><version>2021-07-14</version><format>yang</format><namespace>http://openconfig.net/yang/types/yang</namespace><location>NETCONF</location></schema><schema><identifier>tailf-aaa</identifier><version>2015-06-16</version><format>yang</format><namespace>http://tail-f.com/ns/aaa/1.1</namespace><location>NETCONF</location></schema><schema><identifier>tailf-acm</identifier><version>2013-03-07</version><format>yang</format><namespace>http://tail-f.com/yang/acm</namespace><location>NETCONF</location></schema><schema><identifier>tailf-common-monitoring</identifier><version>2013-06-14</version><format>yang</format><namespace>http://tail-f.com/yang/common-monitoring</namespace><location>NETCONF</location></schema><schema><identifier>tailf-confd-monitoring</identifier><version>2013-06-14</version><format>yang</format><namespace>http://tail-f.com/yang/confd-monitoring</namespace><location>NETCONF</location></schema><schema><identifier>tailf-kicker</identifier><version>2017-03-16</version><format>yang</format><namespace>http://tail-f.com/ns/kicker</namespace><location>NETCONF</location></schema><schema><identifier>tailf-netconf-monitoring</identifier><version>2016-11-24</version><format>yang</format><namespace>http://tail-f.com/yang/netconf-monitoring</namespace><location>NETCONF</location></schema><schema><identifier>vlan</identifier><version></version><format>yang</format><namespace>http://sssup.it/yang/vlan</namespace><location>NETCONF</location></schema></schemas><sessions><session><session-id>29</session-id><transport>netconf-ssh</transport><username>admin</username><source-host>10.30.2.206</source-host><login-time>2024-06-06T23:11:11+00:00</login-time><in-rpcs>4</in-rpcs><in-bad-rpcs>0</in-bad-rpcs><out-rpc-errors>0</out-rpc-errors><out-notifications>0</out-notifications></session><session><session-id>30</session-id><transport>netconf-ssh</transport><username>admin</username><source-host>10.30.2.206</source-host><login-time>2024-06-06T23:11:20+00:00</login-time><in-rpcs>2</in-rpcs><in-bad-rpcs>0</in-bad-rpcs><out-rpc-errors>0</out-rpc-errors><out-notifications>0</out-notifications></session><session><session-id>31</session-id><transport>netconf-ssh</transport><username>admin</username><source-host>10.30.2.206</source-host><login-time>2024-06-06T23:11:29+00:00</login-time><in-rpcs>2</in-rpcs><in-bad-rpcs>0</in-bad-rpcs><out-rpc-errors>0</out-rpc-errors><out-notifications>0</out-notifications></session><session><session-id>32</session-id><transport>netconf-ssh</transport><username>admin</username><source-host>10.30.2.208</source-host><login-time>2024-06-20T13:23:47+00:00</login-time><in-rpcs>1</in-rpcs><in-bad-rpcs>0</in-bad-rpcs><out-rpc-errors>0</out-rpc-errors><out-notifications>0</out-notifications></session></sessions><statistics><netconf-start-time>2024-06-06T22:51:35+00:00</netconf-start-time><in-bad-hellos>0</in-bad-hellos><in-sessions>4</in-sessions><dropped-sessions>0</dropped-sessions><in-rpcs>9</in-rpcs><in-bad-rpcs>0</in-bad-rpcs><out-rpc-errors>0</out-rpc-errors><out-notifications>0</out-notifications></statistics><streams xmlns="http://tail-f.com/yang/netconf-monitoring"><stream><name>NETCONF</name><description>default NETCONF event stream</description><replay-support>false</replay-support></stream><stream><name>mellanox</name><description>Notifications regarding the transponder</description><replay-support>true</replay-support><replay-log-creation-time>2024-06-06T22:51:35.958749+00:00</replay-log-creation-time></stream></streams></netconf-state><modules-state xmlns="urn:ietf:params:xml:ns:yang:ietf-yang-library"><module-set-id>f1285a0c7bf3c6c159ca5c87b160ec60</module-set-id><module><name>iana-crypt-hash</name><revision>2014-08-06</revision><namespace>urn:ietf:params:xml:ns:yang:iana-crypt-hash</namespace><feature>crypt-hash-sha-512</feature><feature>crypt-hash-sha-256</feature><feature>crypt-hash-md5</feature><conformance-type>import</conformance-type></module><module><name>ietf-inet-types</name><revision>2013-07-15</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-inet-types</namespace><conformance-type>import</conformance-type></module><module><name>ietf-interfaces</name><re" -[2024-06-20 13:23:48,060] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:23:48,060] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: ending -[2024-06-20 13:23:48,064] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: starting -[2024-06-20 13:23:48,064] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:23:48,064] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:23:48,064] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: regular expression start=0, end=8 -[2024-06-20 13:23:48,064] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: found chunk delimiter -[2024-06-20 13:23:48,064] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: chunk size 10214 bytes -[2024-06-20 13:23:48,064] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: not enough data for chunk yet -[2024-06-20 13:23:48,064] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: setting start to 0 -[2024-06-20 13:23:48,064] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: ending -[2024-06-20 13:23:48,065] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: starting -[2024-06-20 13:23:48,065] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:23:48,065] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:23:48,065] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: regular expression start=0, end=8 -[2024-06-20 13:23:48,065] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: found chunk delimiter -[2024-06-20 13:23:48,065] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: chunk size 10214 bytes -[2024-06-20 13:23:48,065] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: not enough data for chunk yet -[2024-06-20 13:23:48,065] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: setting start to 0 -[2024-06-20 13:23:48,065] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: ending -[2024-06-20 13:23:48,065] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: starting -[2024-06-20 13:23:48,066] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: working with buffer of 10226 bytes -[2024-06-20 13:23:48,066] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:23:48,066] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: regular expression start=0, end=8 -[2024-06-20 13:23:48,066] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: found chunk delimiter -[2024-06-20 13:23:48,066] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: chunk size 10214 bytes -[2024-06-20 13:23:48,066] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: appending 10214 bytes -[2024-06-20 13:23:48,066] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: fragment = "vision>2014-05-08</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-interfaces</namespace><feature>pre-provisioning</feature><feature>if-mib</feature><feature>arbitrary-names</feature><conformance-type>implement</conformance-type></module><module><name>ietf-netconf</name><revision>2011-06-01</revision><namespace>urn:ietf:params:xml:ns:netconf:base:1.0</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-netconf-acm</name><revision>2012-02-22</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-acm</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-netconf-monitoring</name><revision>2010-10-04</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-netconf-notifications</name><revision>2012-02-06</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-notifications</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-netconf-with-defaults</name><revision>2011-06-01</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-with-defaults</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-yang-library</name><revision>2016-06-21</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-library</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-yang-types</name><revision>2013-07-15</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-alarm-types</name><revision>2018-01-16</revision><namespace>http://openconfig.net/yang/alarms/types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-bfd</name><revision>2022-06-28</revision><namespace>http://openconfig.net/yang/bfd</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-bgp</name><revision>2022-05-21</revision><namespace>http://openconfig.net/yang/bgp</namespace><conformance-type>implement</conformance-type><submodule><name>openconfig-bgp-common</name><revision>2022-05-21</revision></submodule><submodule><name>openconfig-bgp-common-structure</name><revision>2022-05-21</revision></submodule><submodule><name>openconfig-bgp-global</name><revision>2022-05-21</revision></submodule><submodule><name>openconfig-bgp-neighbor</name><revision>2022-05-21</revision></submodule><submodule><name>openconfig-bgp-peer-group</name><revision>2022-05-21</revision></submodule><submodule><name>openconfig-bgp-common-multiprotocol</name><revision>2022-05-21</revision></submodule></module><module><name>openconfig-bgp-types</name><revision>2021-08-06</revision><namespace>http://openconfig.net/yang/bgp-types</namespace><conformance-type>import</conformance-type><submodule><name>openconfig-bgp-errors</name><revision>2021-08-06</revision></submodule></module><module><name>openconfig-evpn-types</name><revision>2021-06-21</revision><namespace>http://openconfig.net/yang/evpn-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-if-ethernet</name><revision>2022-04-20</revision><namespace>http://openconfig.net/yang/interfaces/ethernet</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-if-ip</name><revision>2019-01-08</revision><namespace>http://openconfig.net/yang/interfaces/ip</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-inet-types</name><revision>2021-08-17</revision><namespace>http://openconfig.net/yang/types/inet</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-interfaces</name><revision>2021-04-06</revision><namespace>http://openconfig.net/yang/interfaces</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-lldp</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/lldp</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-lldp-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/lldp/types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-mpls-types</name><revision>2021-12-01</revision><namespace>http://openconfig.net/yang/mpls-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-ospf-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/ospf-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-ospfv2</name><revision>2022-02-10</revision><namespace>http://openconfig.net/yang/ospfv2</namespace><conformance-type>import</conformance-type><submodule><name>openconfig-ospfv2-area</name><revision>2022-02-10</revision></submodule><submodule><name>openconfig-ospfv2-common</name><revision>2022-02-10</revision></submodule><submodule><name>openconfig-ospfv2-global</name><revision>2022-02-10</revision></submodule><submodule><name>openconfig-ospfv2-lsdb</name><revision>2022-02-10</revision></submodule><submodule><name>openconfig-ospfv2-area-interface</name><revision>2022-02-10</revision></submodule></module><module><name>openconfig-platform</name><revision>2018-01-30</revision><namespace>http://openconfig.net/yang/platform</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-platform-port</name><revision>2021-04-22</revision><namespace>http://openconfig.net/yang/platform/port</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-platform-transceiver</name><revision>2021-02-23</revision><namespace>http://openconfig.net/yang/platform/transceiver</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-platform-types</name><revision>2021-01-18</revision><namespace>http://openconfig.net/yang/platform-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-policy-types</name><revision>2022-11-08</revision><namespace>http://openconfig.net/yang/policy-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-protocols</name><revision></revision><namespace>http://openconfig.net/yang/protocols</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-rib-bgp</name><revision>2022-06-06</revision><namespace>http://openconfig.net/yang/rib/bgp</namespace><conformance-type>import</conformance-type><submodule><name>openconfig-rib-bgp-attributes</name><revision>2022-06-06</revision></submodule><submodule><name>openconfig-rib-bgp-tables</name><revision>2022-06-06</revision></submodule><submodule><name>openconfig-rib-bgp-table-attributes</name><revision>2022-06-06</revision></submodule><submodule><name>openconfig-rib-bgp-shared-attributes</name><revision>2022-06-06</revision></submodule></module><module><name>openconfig-rib-bgp-types</name><revision>2019-03-14</revision><namespace>http://openconfig.net/yang/rib/bgp-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-routing-policy</name><revision>2022-05-24</revision><namespace>http://openconfig.net/yang/routing-policy</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-telemetry</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/telemetry</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-telemetry-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/telemetry-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-terminal-device</name><revision>2021-02-23</revision><namespace>http://openconfig.net/yang/terminal-device</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-transport-types</name><revision>2021-03-22</revision><namespace>http://openconfig.net/yang/transport-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-types</name><revision>2019-04-16</revision><namespace>http://openconfig.net/yang/openconfig-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-yang-types</name><revision>2021-07-14</revision><namespace>http://openconfig.net/yang/types/yang</namespace><conformance-type>import</conformance-type></module><module><name>tailf-aaa</name><revision>2015-06-16</revision><namespace>http://tail-f.com/ns/aaa/1.1</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-acm</name><revision>2013-03-07</revision><namespace>http://tail-f.com/yang/acm</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-common-monitoring</name><revision>2013-06-14</revision><namespace>http://tail-f.com/yang/common-monitoring</namespace><conformance-type>import</conformance-type></module><module><name>tailf-confd-monitoring</name><revision>2013-06-14</revision><namespace>http://tail-f.com/yang/confd-monitoring</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-kicker</name><revision>2017-03-16</revision><namespace>http://tail-f.com/ns/kicker</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-netconf-monitoring</name><revision>2016-11-24</revision><namespace>http://tail-f.com/yang/netconf-monitoring</namespace><conformance-type>implement</conformance-type></module><module><name>vlan</name><revision></revision><namespace>http://sssup.it/yang/vlan</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-segment-routing-types</name><revision>2020-02-04</revision><namespace>http://openconfig.net/yang/segment-routing-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-network-instance-types</name><revision>2021-07-14</revision><namespace>http://openconfig.net/yang/network-instance-types</namespace><conformance-type>import</conformance-type></module></modules-state></data></rpc-reply>" -[2024-06-20 13:23:48,066] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: matching from 10222 bytes from start of buffer -[2024-06-20 13:23:48,066] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: regular expression start=0, end=4 -[2024-06-20 13:23:48,067] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: found end of message delimiter -[2024-06-20 13:23:48,069] DEBUG:ncclient.operations.rpc:[host 172.17.254.41 session-id 32] Delivering to <ncclient.operations.retrieve.Get object at 0x7fa749774d90> -[2024-06-20 13:23:48,069] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: saving back rest of message after 10226 bytes, original size 10226 -[2024-06-20 13:23:48,069] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: ending -[2024-06-20 13:23:48,078] INFO:root:resource_key frequency and channgel_name {'index': 'channel-1'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:23:48,079] INFO:root:dic {'frequency': '192056250'} -[2024-06-20 13:23:48,079] INFO:root:resource_key target-output-power and channgel_name {'index': 'channel-1'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:23:48,080] INFO:root:dic {'frequency': '192056250', 'target-output-power': '1.0'} -[2024-06-20 13:23:48,081] INFO:root:resource_key operational-mode and channgel_name {'index': 'channel-1'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:23:48,082] INFO:root:dic {'frequency': '192056250', 'target-output-power': '1.0', 'operational-mode': '8'} -[2024-06-20 13:23:48,082] INFO:root:resource_key line-port and channgel_name {'index': 'channel-1'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:23:48,083] INFO:root:dic {'frequency': '192056250', 'target-output-power': '1.0', 'operational-mode': '8', 'line-port': 'transceiver-1'} -[2024-06-20 13:23:48,083] INFO:root:resource_key frequency and channgel_name {'index': 'channel-2'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:23:48,085] INFO:root:dic {'frequency': '191600000'} -[2024-06-20 13:23:48,085] INFO:root:resource_key target-output-power and channgel_name {'index': 'channel-2'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:23:48,086] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0'} -[2024-06-20 13:23:48,086] INFO:root:resource_key operational-mode and channgel_name {'index': 'channel-2'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:23:48,088] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0'} -[2024-06-20 13:23:48,088] INFO:root:resource_key line-port and channgel_name {'index': 'channel-2'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:23:48,089] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-2'} -[2024-06-20 13:23:48,089] INFO:root:resource_key frequency and channgel_name {'index': 'channel-3'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:23:48,090] INFO:root:dic {'frequency': '191600000'} -[2024-06-20 13:23:48,091] INFO:root:resource_key target-output-power and channgel_name {'index': 'channel-3'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:23:48,092] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0'} -[2024-06-20 13:23:48,092] INFO:root:resource_key operational-mode and channgel_name {'index': 'channel-3'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:23:48,093] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0'} -[2024-06-20 13:23:48,094] INFO:root:resource_key line-port and channgel_name {'index': 'channel-3'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:23:48,095] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-3'} -[2024-06-20 13:23:48,095] INFO:root:resource_key frequency and channgel_name {'index': 'channel-4'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:23:48,096] INFO:root:dic {'frequency': '191600000'} -[2024-06-20 13:23:48,096] INFO:root:resource_key target-output-power and channgel_name {'index': 'channel-4'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:23:48,097] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0'} -[2024-06-20 13:23:48,098] INFO:root:resource_key operational-mode and channgel_name {'index': 'channel-4'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:23:48,099] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0'} -[2024-06-20 13:23:48,099] INFO:root:resource_key line-port and channgel_name {'index': 'channel-4'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:23:48,100] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-4'} -[2024-06-20 13:23:48,102] INFO:root:parameters {'channels': [{'frequency': '192056250', 'target-output-power': '1.0', 'operational-mode': '8', 'line-port': 'transceiver-1', 'name': {'index': 'channel-1'}}, {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-2', 'name': {'index': 'channel-2'}}, {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-3', 'name': {'index': 'channel-3'}}, {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-4', 'name': {'index': 'channel-4'}}], 'transceivers': {'transceiver': ['transceiver-1', 'transceiver-2', 'transceiver-3', 'transceiver-4']}, 'channel_namespace': 'http://openconfig.net/yang/terminal-device', 'endpoints': [{'endpoint_uuid': {'uuid': {'index': 'channel-1'}}}, {'endpoint_uuid': {'uuid': {'index': 'channel-2'}}}, {'endpoint_uuid': {'uuid': {'index': 'channel-3'}}}, {'endpoint_uuid': {'uuid': {'index': 'channel-4'}}}], 'ports': [('/endpoints/endpoint[1]', {'uuid': '1', 'type': 'port-1'}), ('/endpoints/endpoint[2]', {'uuid': '2', 'type': 'port-2'}), ('/endpoints/endpoint[3]', {'uuid': '3', 'type': 'port-3'}), ('/endpoints/endpoint[4]', {'uuid': '4', 'type': 'port-4'})]} -[2024-06-20 13:23:48,102] DEBUG:context.client.ContextClient:SetOpticalConfig request: {"config": "{\"channels\": [{\"frequency\": \"192056250\", \"target-output-power\": \"1.0\", \"operational-mode\": \"8\", \"line-port\": \"transceiver-1\", \"name\": {\"index\": \"channel-1\"}}, {\"frequency\": \"191600000\", \"target-output-power\": \"100.0\", \"operational-mode\": \"0\", \"line-port\": \"transceiver-2\", \"name\": {\"index\": \"channel-2\"}}, {\"frequency\": \"191600000\", \"target-output-power\": \"100.0\", \"operational-mode\": \"0\", \"line-port\": \"transceiver-3\", \"name\": {\"index\": \"channel-3\"}}, {\"frequency\": \"191600000\", \"target-output-power\": \"100.0\", \"operational-mode\": \"0\", \"line-port\": \"transceiver-4\", \"name\": {\"index\": \"channel-4\"}}], \"transceivers\": {\"transceiver\": [\"transceiver-1\", \"transceiver-2\", \"transceiver-3\", \"transceiver-4\"]}, \"channel_namespace\": \"http://openconfig.net/yang/terminal-device\", \"endpoints\": [{\"endpoint_uuid\": {\"uuid\": {\"index\": \"channel-1\"}}}, {\"endpoint_uuid\": {\"uuid\": {\"index\": \"channel-2\"}}}, {\"endpoint_uuid\": {\"uuid\": {\"index\": \"channel-3\"}}}, {\"endpoint_uuid\": {\"uuid\": {\"index\": \"channel-4\"}}}], \"ports\": [[\"/endpoints/endpoint[1]\", {\"uuid\": \"1\", \"type\": \"port-1\"}], [\"/endpoints/endpoint[2]\", {\"uuid\": \"2\", \"type\": \"port-2\"}], [\"/endpoints/endpoint[3]\", {\"uuid\": \"3\", \"type\": \"port-3\"}], [\"/endpoints/endpoint[4]\", {\"uuid\": \"4\", \"type\": \"port-4\"}]]}", "device_id": {"device_uuid": {"uuid": "4dbdc2d8-cbde-5e48-a3c0-5161387a58c7"}}} -[2024-06-20 13:23:48,130] DEBUG:context.client.ContextClient:SetOpticalConfig result: {"opticalconfig_uuid": ""} -[2024-06-20 13:23:48,131] DEBUG:device.service.Tools:results_getconfig = [('/endpoints/endpoint[1]', {'uuid': '1', 'type': 'port-1'}), ('/endpoints/endpoint[2]', {'uuid': '2', 'type': 'port-2'}), ('/endpoints/endpoint[3]', {'uuid': '3', 'type': 'port-3'}), ('/endpoints/endpoint[4]', {'uuid': '4', 'type': 'port-4'})] -[2024-06-20 13:23:48,131] INFO:device.service.Tools:results_getconfig = [('/endpoints/endpoint[1]', {'uuid': '1', 'type': 'port-1'}), ('/endpoints/endpoint[2]', {'uuid': '2', 'type': 'port-2'}), ('/endpoints/endpoint[3]', {'uuid': '3', 'type': 'port-3'}), ('/endpoints/endpoint[4]', {'uuid': '4', 'type': 'port-4'})] -[2024-06-20 13:23:48,131] INFO:ncclient.operations.rpc:[host 172.17.254.41 session-id 32] Requesting 'Get' -[2024-06-20 13:23:48,132] DEBUG:ncclient.operations.rpc:[host 172.17.254.41 session-id 32] Sync request, will wait for timeout=120 -[2024-06-20 13:23:48,211] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: starting -[2024-06-20 13:23:48,211] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:23:48,211] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:23:48,211] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: regular expression start=0, end=8 -[2024-06-20 13:23:48,211] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: found chunk delimiter -[2024-06-20 13:23:48,212] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: chunk size 16376 bytes -[2024-06-20 13:23:48,212] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: not enough data for chunk yet -[2024-06-20 13:23:48,212] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: setting start to 0 -[2024-06-20 13:23:48,212] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: ending -[2024-06-20 13:23:48,212] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: starting -[2024-06-20 13:23:48,212] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:23:48,212] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:23:48,212] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: regular expression start=0, end=8 -[2024-06-20 13:23:48,212] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: found chunk delimiter -[2024-06-20 13:23:48,213] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: chunk size 16376 bytes -[2024-06-20 13:23:48,213] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: not enough data for chunk yet -[2024-06-20 13:23:48,213] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: setting start to 0 -[2024-06-20 13:23:48,213] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: ending -[2024-06-20 13:23:48,213] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: starting -[2024-06-20 13:23:48,213] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:23:48,213] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:23:48,213] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: regular expression start=0, end=8 -[2024-06-20 13:23:48,213] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: found chunk delimiter -[2024-06-20 13:23:48,213] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: chunk size 16376 bytes -[2024-06-20 13:23:48,214] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: not enough data for chunk yet -[2024-06-20 13:23:48,214] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: setting start to 0 -[2024-06-20 13:23:48,214] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: ending -[2024-06-20 13:23:48,214] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: starting -[2024-06-20 13:23:48,214] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:23:48,214] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:23:48,214] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: regular expression start=0, end=8 -[2024-06-20 13:23:48,214] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: found chunk delimiter -[2024-06-20 13:23:48,214] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: chunk size 16376 bytes -[2024-06-20 13:23:48,214] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: appending 16376 bytes -[2024-06-20 13:23:48,215] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: fragment = "<?xml version="1.0" encoding="UTF-8"?> -<rpc-reply xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="urn:uuid:6ba35530-eeae-4e74-a119-3450320188ab" xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0"><data><bgp-instance xmlns="http://openconfig.net/yang/bgp"><bgp><global><route-selection-options><state><always-compare-med>false</always-compare-med><ignore-as-path-length>false</ignore-as-path-length><external-compare-router-id>true</external-compare-router-id><advertise-inactive-routes>false</advertise-inactive-routes><enable-aigp>false</enable-aigp><ignore-next-hop-igp-metric>false</ignore-next-hop-igp-metric></state></route-selection-options></global></bgp></bgp-instance><interfaces xmlns="http://openconfig.net/yang/interfaces"><interface><name>eth0</name><config><name>eth0</name><enabled>true</enabled></config><state><loopback-mode>false</loopback-mode><enabled>true</enabled></state><hold-time><state><up>0</up><down>0</down></state></hold-time><ipv4 xmlns="http://openconfig.net/yang/interfaces/ip"><addresses><address><ip>192.168.1.1</ip><config><ip>192.168.1.1</ip><prefix-length>24</prefix-length></config></address></addresses><proxy-arp><state><mode>DISABLE</mode></state></proxy-arp><unnumbered><state><enabled>false</enabled></state></unnumbered><state><enabled>true</enabled><dhcp-client>false</dhcp-client></state></ipv4><ipv6 xmlns="http://openconfig.net/yang/interfaces/ip"><router-advertisement><state><suppress>false</suppress></state></router-advertisement><unnumbered><state><enabled>false</enabled></state></unnumbered><state><enabled>true</enabled><dup-addr-detect-transmits>1</dup-addr-detect-transmits><dhcp-client>false</dhcp-client></state></ipv6></interface></interfaces><lldp xmlns="http://openconfig.net/yang/lldp"><state><enabled>true</enabled></state></lldp><components xmlns="http://openconfig.net/yang/platform"><component><name>channel-1</name><config><name>channel-1</name></config><state><name>channel-1</name><type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:OPTICAL_CHANNEL</type></state><optical-channel xmlns="http://openconfig.net/yang/terminal-device"><config><frequency>192056250</frequency><target-output-power>1.0</target-output-power><operational-mode>8</operational-mode><line-port>transceiver-1</line-port></config><state><frequency>192056250</frequency><target-output-power>1.0</target-output-power><operational-mode>8</operational-mode><line-port>transceiver-1</line-port><group-id>1</group-id><output-power><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></output-power><input-power><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></input-power><laser-bias-current><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></laser-bias-current><chromatic-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></chromatic-dispersion><polarization-mode-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></polarization-mode-dispersion><second-order-polarization-mode-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></second-order-polarization-mode-dispersion><polarization-dependent-loss><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></polarization-dependent-loss></state></optical-channel></component><component><name>channel-2</name><config><name>channel-2</name></config><state><name>channel-2</name><type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:OPTICAL_CHANNEL</type></state><optical-channel xmlns="http://openconfig.net/yang/terminal-device"><config><frequency>191600000</frequency><target-output-power>100.0</target-output-power><operational-mode>0</operational-mode><line-port>transceiver-2</line-port></config><state><frequency>191600000</frequency><target-output-power>0.0</target-output-power><operational-mode>0</operational-mode><line-port>transceiver-2</line-port><group-id>1</group-id><output-power><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></output-power><input-power><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></input-power><laser-bias-current><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></laser-bias-current><chromatic-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></chromatic-dispersion><polarization-mode-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></polarization-mode-dispersion><second-order-polarization-mode-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></second-order-polarization-mode-dispersion><polarization-dependent-loss><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></polarization-dependent-loss></state></optical-channel></component><component><name>channel-3</name><config><name>channel-3</name></config><state><name>channel-3</name><type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:OPTICAL_CHANNEL</type></state><optical-channel xmlns="http://openconfig.net/yang/terminal-device"><config><frequency>191600000</frequency><target-output-power>100.0</target-output-power><operational-mode>0</operational-mode><line-port>transceiver-3</line-port></config><state><frequency>191600000</frequency><target-output-power>0.0</target-output-power><operational-mode>0</operational-mode><line-port>transceiver-3</line-port><group-id>1</group-id><output-power><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></output-power><input-power><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></input-power><laser-bias-current><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></laser-bias-current><chromatic-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></chromatic-dispersion><polarization-mode-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></polarization-mode-dispersion><second-order-polarization-mode-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></second-order-polarization-mode-dispersion><polarization-dependent-loss><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></polarization-dependent-loss></state></optical-channel></component><component><name>channel-4</name><config><name>channel-4</name></config><state><name>channel-4</name><type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:OPTICAL_CHANNEL</type></state><optical-channel xmlns="http://openconfig.net/yang/terminal-device"><config><frequency>191600000</frequency><target-output-power>100.0</target-output-power><operational-mode>0</operational-mode><line-port>transceiver-4</line-port></config><state><frequency>191600000</frequency><target-output-power>0.0</target-output-power><operational-mode>0</operational-mode><line-port>transceiver-4</line-port><group-id>1</group-id><output-power><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></output-power><input-power><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></input-power><laser-bias-current><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></laser-bias-current><chromatic-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></chromatic-dispersion><polarization-mode-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></polarization-mode-dispersion><second-order-polarization-mode-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></second-order-polarization-mode-dispersion><polarization-dependent-loss><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></polarization-dependent-loss></state></optical-channel></component><component><name>device</name><config><name>device</name></config><state><name>MellanoxSwitch</name><type xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:OPERATING_SYSTEM</type><mfg-name>SSSA-CNIT</mfg-name><hardware-version>1.0.0</hardware-version><firmware-version>1.0.0</firmware-version><software-version>1.0.0</software-version><serial-no>610610</serial-no></state></component><component><name>port-1</name><config><name>port-1</name></config><state><name>port-1</name><type xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:PORT</type></state><properties><property><name>odtn-port-type</name><config><name>odtn-port-type</name><value>line</value></config><state><name>odtn-port-type</name><value>line</value></state></property><property><name>onos-index</name><config><name>onos-index</name><value>1</value></config><state><name>onos-index</name><value>1</value></state></property></properties><subcomponents><subcomponent><name>channel-1</name><config><name>channel-1</name></config><state><name>channel-1</name></state></subcomponent></subcomponents></component><component><name>port-2</name><config><name>port-2</name></config><state><name>port-2</name><type xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:PORT</type></state><properties><property><name>odtn-port-type</name><config><name>odtn-port-type</name><value>line</value></config><state><name>odtn-port-type</name><value>line</value></state></property><property><name>onos-index</name><config><name>onos-index</name><value>2</value></config><state><name>onos-index</name><value>2</value></state></property></properties><subcomponents><subcomponent><name>channel-2</name><config><name>channel-2</name></config><state><name>channel-2</name></state></subcomponent></subcomponents></component><component><name>port-3</name><config><name>port-3</name></config><state><name>port-3</name><type xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:PORT</type></state><properties><property><name>odtn-port-type</name><config><name>odtn-port-type</name><value>line</value></config><state><name>odtn-port-type</name><value>line</value></state></property><property><name>onos-index</name><config><name>onos-index</name><value>3</value></config><state><name>onos-index</name><value>3</value></state></property></properties><subcomponents><subcomponent><name>channel-3</name><config><name>channel-3</name></config><state><name>channel-3</name></state></subcomponent></subcomponents></component><component><name>port-4</name><config><name>port-4</name></config><state><name>port-4</name><type xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:PORT</type></state><properties><property><name>odtn-port-type</name><config><name>odtn-port-type</name><value>line</value></config><state><name>odtn-port-type</name><value>line</value></state></property><property><name>onos-index</name><config><name>onos-index</name><value>4</value></config><state><name>onos-index</name><value>4</value></state></property></properties><subcomponents><subcomponent><name>channel-4</name><config><name>channel-4</name></config><state><name>channel-4</name></state></subcomponent></subcomponents></component><component><name>transceiver-1</name><config><name>transceiver-1</name></config><state><name>transceiver-1</name><type xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:TRANSCEIVER</type></state><transceiver xmlns="http://openconfig.net/yang/platform/transceiver"><config><enabled>true</enabled><form-factor-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:QSFP56_DD_TYPE1</form-factor-preconf><ethernet-pmd-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:ETH_400GBASE_ZR</ethernet-pmd-preconf><fec-mode xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:FEC_AUTO</fec-mode><module-functional-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:TYPE_DIGITAL_COHERENT_OPTIC</module-functional-type></config><state><enabled>true</enabled><form-factor-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:QSFP56_DD_TYPE1</form-factor-preconf><ethernet-pmd-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:ETH_400GBASE_ZR</ethernet-pmd-preconf><fec-mode xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:FEC_AUTO</fec-mode><module-functional-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:TYPE_DIGITAL_COHERENT_OPTIC</module-functional-type><vendor>Cisco</vendor><vendor-part>400zr-QSFP-DD</vendor-part><vendor-rev>01</vendor-rev><serial-no>1567321</serial-no></state><physical-channels><channel><index>1</index><config><index>1</index><associated-optical-channel>channel-1</associated-optical-channel></config></channel></physical-channels></transceiver></component><component><name>transceiver-2</name><config><name>transceiver-2</name></config><state><name>transceiver-2</name><type xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:TRANSCEIVER</type></state><transceiver xmlns="http://openconfig.net/yang/platform/transceiver"><config><enabled>true</enabled><form-factor-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:QSFP56_DD_TYPE1</form-factor-preconf><ethernet-pmd-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:ETH_400GBASE_ZR</ethernet-pmd-preconf><fec-mode xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:FEC_AUTO</fec-mode><module-functional-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:TYPE_DIGITAL_COHERENT_OPTIC</module-functional-type></config><state><enabled>true</enabled><form-factor-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:QSFP56_DD_TYPE1</form-factor-preconf><ethernet-pmd-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:ETH_400GBASE_ZR</ethernet-pmd-preconf><fec-mode xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:FEC_AUTO</fec-mode><module-functional-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:TYPE_DIGITAL_COHERENT_OPTIC</module-functional-type><vendor>Cisco</vendor><vendor-part>400zr-QSFP-DD</vendor-part><vendor-rev>01</vendor-rev><serial-no>1567321</serial-no></state><physical-channels><channel><index>1</index><config><index>1</index><associated-optical-channel>channel-2</associated-optical-channel></config></channel></physical-channels></transceiver></component><component><name>transceiver-3</name><config><name>transceiver-3</name></config><state><name>transceiver-3</name><type xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:TRANSCEIVER</type></state><transceiver xmlns="http://openconfig.net/yang/platform/transceiver"><config><enabled>true</enabled><form-factor-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:QSFP56_DD_TYPE1</form-factor-preconf><ethernet-pmd-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:ETH_400GBASE_ZR</ethernet-pmd-preconf><fec-mode xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:FEC_AUTO</fec-mode><module-functional-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:TYPE_DIGITAL_COHERENT_OPTIC</module-functional-type></config><state><enabled>true</enabled><form-factor-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:QSFP56_DD_TYPE1</form-factor-preconf><ethernet-pmd-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:ETH_400GBASE_ZR</ethernet-pmd-preconf><fec-mode xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:FEC_AUTO</fec-mode><module-functional-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:TYPE_DIGITAL_COHEREN" -[2024-06-20 13:23:48,215] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:23:48,215] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: ending -[2024-06-20 13:23:48,235] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: starting -[2024-06-20 13:23:48,235] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:23:48,235] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:23:48,235] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: regular expression start=0, end=8 -[2024-06-20 13:23:48,235] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: found chunk delimiter -[2024-06-20 13:23:48,235] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: chunk size 16376 bytes -[2024-06-20 13:23:48,235] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: not enough data for chunk yet -[2024-06-20 13:23:48,235] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: setting start to 0 -[2024-06-20 13:23:48,235] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: ending -[2024-06-20 13:23:48,236] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: starting -[2024-06-20 13:23:48,236] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:23:48,236] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:23:48,236] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: regular expression start=0, end=8 -[2024-06-20 13:23:48,236] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: found chunk delimiter -[2024-06-20 13:23:48,236] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: chunk size 16376 bytes -[2024-06-20 13:23:48,236] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: not enough data for chunk yet -[2024-06-20 13:23:48,236] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: setting start to 0 -[2024-06-20 13:23:48,236] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: ending -[2024-06-20 13:23:48,237] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: starting -[2024-06-20 13:23:48,237] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:23:48,237] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:23:48,237] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: regular expression start=0, end=8 -[2024-06-20 13:23:48,237] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: found chunk delimiter -[2024-06-20 13:23:48,237] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: chunk size 16376 bytes -[2024-06-20 13:23:48,237] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: not enough data for chunk yet -[2024-06-20 13:23:48,237] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: setting start to 0 -[2024-06-20 13:23:48,237] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: ending -[2024-06-20 13:23:48,238] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: starting -[2024-06-20 13:23:48,238] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:23:48,238] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:23:48,238] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: regular expression start=0, end=8 -[2024-06-20 13:23:48,238] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: found chunk delimiter -[2024-06-20 13:23:48,238] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: chunk size 16376 bytes -[2024-06-20 13:23:48,238] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: appending 16376 bytes -[2024-06-20 13:23:48,238] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: fragment = "T_OPTIC</module-functional-type><vendor>Cisco</vendor><vendor-part>400zr-QSFP-DD</vendor-part><vendor-rev>01</vendor-rev><serial-no>1567321</serial-no></state><physical-channels><channel><index>1</index><config><index>1</index><associated-optical-channel>channel-3</associated-optical-channel></config></channel></physical-channels></transceiver></component><component><name>transceiver-4</name><config><name>transceiver-4</name></config><state><name>transceiver-4</name><type xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:TRANSCEIVER</type></state><transceiver xmlns="http://openconfig.net/yang/platform/transceiver"><config><enabled>true</enabled><form-factor-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:QSFP56_DD_TYPE1</form-factor-preconf><ethernet-pmd-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:ETH_400GBASE_ZR</ethernet-pmd-preconf><fec-mode xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:FEC_AUTO</fec-mode><module-functional-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:TYPE_DIGITAL_COHERENT_OPTIC</module-functional-type></config><state><enabled>true</enabled><form-factor-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:QSFP56_DD_TYPE1</form-factor-preconf><ethernet-pmd-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:ETH_400GBASE_ZR</ethernet-pmd-preconf><fec-mode xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:FEC_AUTO</fec-mode><module-functional-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:TYPE_DIGITAL_COHERENT_OPTIC</module-functional-type><vendor>Cisco</vendor><vendor-part>400zr-QSFP-DD</vendor-part><vendor-rev>01</vendor-rev><serial-no>1567321</serial-no></state><physical-channels><channel><index>1</index><config><index>1</index><associated-optical-channel>channel-4</associated-optical-channel></config></channel></physical-channels></transceiver></component></components><bgp-instance xmlns="http://openconfig.net/yang/protocols"><bgp><global><route-selection-options><state><always-compare-med>false</always-compare-med><ignore-as-path-length>false</ignore-as-path-length><external-compare-router-id>true</external-compare-router-id><advertise-inactive-routes>false</advertise-inactive-routes><enable-aigp>false</enable-aigp><ignore-next-hop-igp-metric>false</ignore-next-hop-igp-metric></state></route-selection-options></global><neighbors><neighbor><neighbor-address>192.168.1.1</neighbor-address><config><neighbor-address>192.168.1.1</neighbor-address><neighbor-port>88</neighbor-port><enabled>true</enabled><peer-as>65432</peer-as></config><state><neighbor-port>179</neighbor-port><enabled>true</enabled><route-flap-damping>false</route-flap-damping><send-community>NONE</send-community><dynamically-configured>false</dynamically-configured></state><timers><state><connect-retry>30</connect-retry><hold-time>90</hold-time><keepalive-interval>30</keepalive-interval><minimum-advertisement-interval>30</minimum-advertisement-interval></state></timers><transport><state><mtu-discovery>false</mtu-discovery><passive-mode>false</passive-mode></state></transport><error-handling><state><treat-as-withdraw>false</treat-as-withdraw></state></error-handling><logging-options><state><log-neighbor-state-changes>true</log-neighbor-state-changes></state></logging-options><ebgp-multihop><state><enabled>false</enabled></state></ebgp-multihop><route-reflector><state><route-reflector-client>false</route-reflector-client></state></route-reflector><as-path-options><state><allow-own-as>0</allow-own-as><replace-peer-as>false</replace-peer-as><disable-peer-as-filter>false</disable-peer-as-filter></state></as-path-options><use-multiple-paths><state><enabled>false</enabled></state><ebgp><state><allow-multiple-as>false</allow-multiple-as></state></ebgp></use-multiple-paths><apply-policy><state><default-import-policy>REJECT_ROUTE</default-import-policy><default-export-policy>REJECT_ROUTE</default-export-policy></state></apply-policy></neighbor></neighbors></bgp></bgp-instance><ospf-instance xmlns="http://openconfig.net/yang/protocols"><ospfv2><global><state><summary-route-cost-mode>RFC2328_COMPATIBLE</summary-route-cost-mode></state></global></ospfv2></ospf-instance><terminal-device xmlns="http://openconfig.net/yang/terminal-device"><logical-channels><channel><index>1</index><config><index>1</index><description>Logical channel 1</description><admin-state>DISABLED</admin-state><logical-channel-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:PROT_OTN</logical-channel-type><loopback-mode>NONE</loopback-mode></config><state><index>1</index><description>Logical channel 1</description><admin-state>DISABLED</admin-state><logical-channel-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:PROT_OTN</logical-channel-type><loopback-mode>NONE</loopback-mode><link-state>UP</link-state></state><ingress><config><transceiver>transceiver-1</transceiver></config><state><transceiver>transceiver-1</transceiver></state></ingress><logical-channel-assignments><assignment><index>1</index><config><index>1</index><description>Optical channel assigned 100</description><assignment-type>OPTICAL_CHANNEL</assignment-type><optical-channel>channel-1</optical-channel><allocation>100.0</allocation></config><state><index>1</index><description>Optical channel assigned 100</description><assignment-type>OPTICAL_CHANNEL</assignment-type><optical-channel>channel-1</optical-channel><allocation>100.0</allocation></state></assignment></logical-channel-assignments></channel><channel><index>2</index><config><index>2</index><description>Logical channel 2</description><admin-state>DISABLED</admin-state><logical-channel-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:PROT_OTN</logical-channel-type><loopback-mode>NONE</loopback-mode></config><state><index>2</index><description>Logical channel 2</description><admin-state>DISABLED</admin-state><logical-channel-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:PROT_OTN</logical-channel-type><loopback-mode>NONE</loopback-mode><link-state>UP</link-state></state><ingress><config><transceiver>transceiver-2</transceiver></config><state><transceiver>transceiver-2</transceiver></state></ingress><logical-channel-assignments><assignment><index>1</index><config><index>1</index><description>Optical channel assigned 100</description><assignment-type>OPTICAL_CHANNEL</assignment-type><optical-channel>channel-2</optical-channel><allocation>100.0</allocation></config><state><index>1</index><description>Optical channel assigned 100</description><assignment-type>OPTICAL_CHANNEL</assignment-type><optical-channel>channel-2</optical-channel><allocation>100.0</allocation></state></assignment></logical-channel-assignments></channel><channel><index>3</index><config><index>3</index><description>Logical channel 3</description><admin-state>DISABLED</admin-state><logical-channel-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:PROT_OTN</logical-channel-type><loopback-mode>NONE</loopback-mode></config><state><index>3</index><description>Logical channel 3</description><admin-state>DISABLED</admin-state><logical-channel-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:PROT_OTN</logical-channel-type><loopback-mode>NONE</loopback-mode><link-state>UP</link-state></state><ingress><config><transceiver>transceiver-3</transceiver></config><state><transceiver>transceiver-3</transceiver></state></ingress><logical-channel-assignments><assignment><index>1</index><config><index>1</index><description>Optical channel assigned 100</description><assignment-type>OPTICAL_CHANNEL</assignment-type><optical-channel>channel-3</optical-channel><allocation>100.0</allocation></config><state><index>1</index><description>Optical channel assigned 100</description><assignment-type>OPTICAL_CHANNEL</assignment-type><optical-channel>channel-3</optical-channel><allocation>100.0</allocation></state></assignment></logical-channel-assignments></channel><channel><index>4</index><config><index>4</index><description>Logical channel 4</description><admin-state>DISABLED</admin-state><logical-channel-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:PROT_OTN</logical-channel-type><loopback-mode>NONE</loopback-mode></config><state><index>4</index><description>Logical channel 4</description><admin-state>DISABLED</admin-state><logical-channel-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:PROT_OTN</logical-channel-type><loopback-mode>NONE</loopback-mode><link-state>UP</link-state></state><ingress><config><transceiver>transceiver-4</transceiver></config><state><transceiver>transceiver-4</transceiver></state></ingress><logical-channel-assignments><assignment><index>1</index><config><index>1</index><description>Optical channel assigned 100</description><assignment-type>OPTICAL_CHANNEL</assignment-type><optical-channel>channel-4</optical-channel><allocation>100.0</allocation></config><state><index>1</index><description>Optical channel assigned 100</description><assignment-type>OPTICAL_CHANNEL</assignment-type><optical-channel>channel-4</optical-channel><allocation>100.0</allocation></state></assignment></logical-channel-assignments></channel></logical-channels><operational-modes><mode><mode-id>1</mode-id><state><mode-id>1</mode-id><description>FEC1</description><vendor-id>Ericsson</vendor-id></state></mode><mode><mode-id>2</mode-id><state><mode-id>2</mode-id><description>FEC2</description><vendor-id>Ericsson</vendor-id></state></mode></operational-modes></terminal-device><aaa xmlns="http://tail-f.com/ns/aaa/1.1"><authentication><users><user><name>admin</name><uid>9000</uid><gid>100</gid><password>$1$MAUsMGRB$0QVLq8d0AZKgnyMHQHXGj.</password><ssh_keydir>/var/confd/homes/admin/.ssh</ssh_keydir><homedir>/var/confd/homes/admin</homedir></user><user><name>oper</name><uid>9003</uid><gid>103</gid><password>$1$OuxlaJdk$U/2..0bsSRBOdB89X.V/B.</password><ssh_keydir>/var/confd/homes/oper/.ssh</ssh_keydir><homedir>/var/confd/homes/oper</homedir></user><user><name>optical</name><uid>9001</uid><gid>101</gid><password>$1$.fTK5rN8$70SU3wMX3Ppun/0gE7wsA0</password><ssh_keydir>/var/confd/homes/optical/.ssh</ssh_keydir><homedir>/var/confd/homes/optical</homedir></user><user><name>packet</name><uid>9002</uid><gid>102</gid><password>$1$2Q0WT3GS$kHtMcIEPrKOjv5AIRaIRp.</password><ssh_keydir>/var/confd/homes/packet/.ssh</ssh_keydir><homedir>/var/confd/homes/packet</homedir></user><user><name>private</name><uid>9005</uid><gid>103</gid><password>$1$kQyh8qdQ$M.AQv0IrSWDrKfW2RHAHj0</password><ssh_keydir>/var/confd/homes/private/.ssh</ssh_keydir><homedir>/var/confd/homes/private</homedir></user><user><name>public</name><uid>9004</uid><gid>100</gid><password>$1$MGwjebs5$q/SznJWMzKIsd1aIb5UN.1</password><ssh_keydir>/var/confd/homes/public/.ssh</ssh_keydir><homedir>/var/confd/homes/public</homedir></user></users></authentication><ios><level><nr>0</nr><prompt>\h> </prompt></level><level><nr>15</nr><prompt>\h# </prompt></level><privilege><mode>exec</mode><level><nr>0</nr><command><name>action</name></command><command><name>autowizard</name></command><command><name>enable</name></command><command><name>exit</name></command><command><name>help</name></command><command><name>startup</name></command></level><level><nr>15</nr><command><name>configure</name></command></level></privilege></ios></aaa><confd-state xmlns="http://tail-f.com/yang/confd-monitoring"><version>6.4</version><epoll>false</epoll><daemon-status>started</daemon-status><loaded-data-models><data-model><name>iana-crypt-hash</name><revision>2014-08-06</revision><namespace>urn:ietf:params:xml:ns:yang:iana-crypt-hash</namespace><prefix>ianach</prefix><exported-to-all/></data-model><data-model><name>ietf-inet-types</name><revision>2013-07-15</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-inet-types</namespace><prefix>inet</prefix><exported-to-all/></data-model><data-model><name>ietf-interfaces</name><revision>2014-05-08</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-interfaces</namespace><prefix>if</prefix><exported-to-all/></data-model><data-model><name>ietf-netconf-acm</name><revision>2012-02-22</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-acm</namespace><prefix>nacm</prefix><exported-to-all/></data-model><data-model><name>ietf-netconf-monitoring</name><revision>2010-10-04</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring</namespace><prefix>ncm</prefix><exported-to-all/></data-model><data-model><name>ietf-netconf-notifications</name><revision>2012-02-06</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-notifications</namespace><prefix>ncn</prefix><exported-to-all/></data-model><data-model><name>ietf-yang-library</name><revision>2016-06-21</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-library</namespace><prefix>yanglib</prefix><exported-to>netconf</exported-to><exported-to>rest</exported-to></data-model><data-model><name>ietf-yang-types</name><revision>2013-07-15</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-types</namespace><prefix>yang</prefix><exported-to-all/></data-model><data-model><name>netconf_netmod</name><namespace>urn:ietf:params:xml:ns:netmod:notification</namespace><prefix>nm</prefix><exported-to>netconf</exported-to></data-model><data-model><name>openconfig-alarm-types</name><revision>2018-01-16</revision><namespace>http://openconfig.net/yang/alarms/types</namespace><prefix>oc-alarm-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-bfd</name><revision>2022-06-28</revision><namespace>http://openconfig.net/yang/bfd</namespace><prefix>oc-bfd</prefix><exported-to-all/></data-model><data-model><name>openconfig-bgp</name><revision>2022-05-21</revision><namespace>http://openconfig.net/yang/bgp</namespace><prefix>oc-bgp</prefix><exported-to-all/></data-model><data-model><name>openconfig-bgp-types</name><revision>2021-08-06</revision><namespace>http://openconfig.net/yang/bgp-types</namespace><prefix>oc-bgp-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-evpn-types</name><revision>2021-06-21</revision><namespace>http://openconfig.net/yang/evpn-types</namespace><prefix>oc-evpn-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-if-ethernet</name><revision>2022-04-20</revision><namespace>http://openconfig.net/yang/interfaces/ethernet</namespace><prefix>oc-eth</prefix><exported-to-all/></data-model><data-model><name>openconfig-if-ip</name><revision>2019-01-08</revision><namespace>http://openconfig.net/yang/interfaces/ip</namespace><prefix>oc-ip</prefix><exported-to-all/></data-model><data-model><name>openconfig-inet-types</name><revision>2021-08-17</revision><namespace>http://openconfig.net/yang/types/inet</namespace><prefix>oc-inet</prefix><exported-to-all/></data-model><data-model><name>openconfig-interfaces</name><revision>2021-04-06</revision><namespace>http://openconfig.net/yang/interfaces</namespace><prefix>oc-if</prefix><exported-to-all/></data-model><data-model><name>openconfig-lldp</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/lldp</namespace><prefix>oc-lldp</prefix><exported-to-all/></data-model><data-model><name>openconfig-lldp-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/lldp/types</namespace><prefix>oc-lldp-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-mpls-types</name><revision>2021-12-01</revision><namespace>http://openconfig.net/yang/mpls-types</namespace><prefix>oc-mplst</prefix><exported-to-all/></data-model><data-model><name>openconfig-network-instance-types</name><revision>2021-07-14</revision><namespace>http://openconfig.net/yang/network-instance-types</namespace><prefix>oc-ni-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-ospf-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/ospf-types</namespace><prefix>oc-ospf-types</prefix><exporte" -[2024-06-20 13:23:48,238] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:23:48,238] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: ending -[2024-06-20 13:23:48,247] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: starting -[2024-06-20 13:23:48,247] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:23:48,248] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:23:48,248] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: regular expression start=0, end=8 -[2024-06-20 13:23:48,248] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: found chunk delimiter -[2024-06-20 13:23:48,248] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: chunk size 16376 bytes -[2024-06-20 13:23:48,248] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: not enough data for chunk yet -[2024-06-20 13:23:48,248] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: setting start to 0 -[2024-06-20 13:23:48,250] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: ending -[2024-06-20 13:23:48,250] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: starting -[2024-06-20 13:23:48,250] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:23:48,250] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:23:48,251] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: regular expression start=0, end=8 -[2024-06-20 13:23:48,251] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: found chunk delimiter -[2024-06-20 13:23:48,251] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: chunk size 16376 bytes -[2024-06-20 13:23:48,251] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: not enough data for chunk yet -[2024-06-20 13:23:48,251] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: setting start to 0 -[2024-06-20 13:23:48,252] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: ending -[2024-06-20 13:23:48,252] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: starting -[2024-06-20 13:23:48,252] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:23:48,252] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:23:48,253] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: regular expression start=0, end=8 -[2024-06-20 13:23:48,253] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: found chunk delimiter -[2024-06-20 13:23:48,253] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: chunk size 16376 bytes -[2024-06-20 13:23:48,253] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: not enough data for chunk yet -[2024-06-20 13:23:48,253] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: setting start to 0 -[2024-06-20 13:23:48,254] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: ending -[2024-06-20 13:23:48,254] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: starting -[2024-06-20 13:23:48,254] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:23:48,254] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:23:48,254] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: regular expression start=0, end=8 -[2024-06-20 13:23:48,255] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: found chunk delimiter -[2024-06-20 13:23:48,255] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: chunk size 16376 bytes -[2024-06-20 13:23:48,255] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: appending 16376 bytes -[2024-06-20 13:23:48,255] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: fragment = "d-to-all/></data-model><data-model><name>openconfig-ospfv2</name><revision>2022-02-10</revision><namespace>http://openconfig.net/yang/ospfv2</namespace><prefix>oc-ospfv2</prefix><exported-to-all/></data-model><data-model><name>openconfig-platform</name><revision>2018-01-30</revision><namespace>http://openconfig.net/yang/platform</namespace><prefix>oc-platform</prefix><exported-to-all/></data-model><data-model><name>openconfig-platform-port</name><revision>2021-04-22</revision><namespace>http://openconfig.net/yang/platform/port</namespace><prefix>oc-port</prefix><exported-to-all/></data-model><data-model><name>openconfig-platform-transceiver</name><revision>2021-02-23</revision><namespace>http://openconfig.net/yang/platform/transceiver</namespace><prefix>oc-transceiver</prefix><exported-to-all/></data-model><data-model><name>openconfig-platform-types</name><revision>2021-01-18</revision><namespace>http://openconfig.net/yang/platform-types</namespace><prefix>oc-platform-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-policy-types</name><revision>2022-11-08</revision><namespace>http://openconfig.net/yang/policy-types</namespace><prefix>oc-pol-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-protocols</name><namespace>http://openconfig.net/yang/protocols</namespace><prefix>oc-prt</prefix><exported-to-all/></data-model><data-model><name>openconfig-rib-bgp</name><revision>2022-06-06</revision><namespace>http://openconfig.net/yang/rib/bgp</namespace><prefix>oc-rib-bgp</prefix><exported-to-all/></data-model><data-model><name>openconfig-rib-bgp-types</name><revision>2019-03-14</revision><namespace>http://openconfig.net/yang/rib/bgp-types</namespace><prefix>oc-bgprib-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-routing-policy</name><revision>2022-05-24</revision><namespace>http://openconfig.net/yang/routing-policy</namespace><prefix>oc-rpol</prefix><exported-to-all/></data-model><data-model><name>openconfig-segment-routing-types</name><revision>2020-02-04</revision><namespace>http://openconfig.net/yang/segment-routing-types</namespace><prefix>oc-srt</prefix><exported-to-all/></data-model><data-model><name>openconfig-telemetry</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/telemetry</namespace><prefix>oc-telemetry</prefix><exported-to-all/></data-model><data-model><name>openconfig-telemetry-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/telemetry-types</namespace><prefix>oc-telemetry-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-terminal-device</name><revision>2021-02-23</revision><namespace>http://openconfig.net/yang/terminal-device</namespace><prefix>oc-opt-term</prefix><exported-to-all/></data-model><data-model><name>openconfig-transport-types</name><revision>2021-03-22</revision><namespace>http://openconfig.net/yang/transport-types</namespace><prefix>oc-opt-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-types</name><revision>2019-04-16</revision><namespace>http://openconfig.net/yang/openconfig-types</namespace><prefix>oc-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-yang-types</name><revision>2021-07-14</revision><namespace>http://openconfig.net/yang/types/yang</namespace><prefix>oc-yang</prefix><exported-to-all/></data-model><data-model><name>tailf-aaa</name><revision>2015-06-16</revision><namespace>http://tail-f.com/ns/aaa/1.1</namespace><prefix>aaa</prefix><exported-to-all/></data-model><data-model><name>tailf-acm</name><revision>2013-03-07</revision><namespace>http://tail-f.com/yang/acm</namespace><prefix>tacm</prefix><exported-to-all/></data-model><data-model><name>tailf-common-monitoring</name><revision>2013-06-14</revision><namespace>http://tail-f.com/yang/common-monitoring</namespace><prefix>tfcg</prefix><exported-to-all/></data-model><data-model><name>tailf-confd-monitoring</name><revision>2013-06-14</revision><namespace>http://tail-f.com/yang/confd-monitoring</namespace><prefix>tfcm</prefix><exported-to-all/></data-model><data-model><name>tailf-kicker</name><revision>2017-03-16</revision><namespace>http://tail-f.com/ns/kicker</namespace><prefix>kicker</prefix><exported-to-all/></data-model><data-model><name>tailf-netconf-monitoring</name><revision>2016-11-24</revision><namespace>http://tail-f.com/yang/netconf-monitoring</namespace><prefix>tncm</prefix><exported-to-all/></data-model><data-model><name>tailf-rollback</name><revision>2016-09-15</revision><namespace>http://tail-f.com/ns/rollback</namespace><prefix>rollback</prefix><exported-to>rest</exported-to></data-model><data-model><name>vlan</name><namespace>http://sssup.it/yang/vlan</namespace><prefix>sv</prefix><exported-to-all/></data-model></loaded-data-models><netconf><listen><tcp><ip>0.0.0.0</ip><port>2023</port></tcp><ssh><ip>0.0.0.0</ip><port>2022</port></ssh></listen></netconf><cli><listen><ssh><ip>0.0.0.0</ip><port>2024</port></ssh></listen></cli><internal><callpoints><notification-stream-replay><name>NETCONF</name><replay-support>none</replay-support></notification-stream-replay><notification-stream-replay><name>mellanox</name><replay-support>external</replay-support><daemon><id>0</id><name>notifier</name></daemon></notification-stream-replay></callpoints><cdb><datastore><name>running</name><transaction-id>1717-750544-743311</transaction-id><filename>./confd-cdb/A.cdb</filename><disk-size>13451</disk-size><ram-size>81630</ram-size><read-locks>0</read-locks><write-lock-set>false</write-lock-set><waiting-for-replication-sync>false</waiting-for-replication-sync></datastore><datastore><name>operational</name><filename>./confd-cdb/O.cdb</filename><disk-size>4</disk-size><ram-size>136</ram-size><subscription-lock-set>false</subscription-lock-set></datastore><client><name>notifier</name><info>325/6</info><type>subscriber</type><subscription><datastore>running</datastore><priority>1</priority><id>6</id><path>/terminal-device/logical-channels/channel/config</path></subscription><subscription><datastore>running</datastore><priority>2</priority><id>8</id><path>/telemetry-system/subscriptions/dynamic-subscriptions</path></subscription><subscription><datastore>running</datastore><priority>2</priority><id>7</id><path>/components/component/optical-channel/config</path></subscription><subscription><datastore>running</datastore><priority>3</priority><id>9</id><path>/switched-vlans/vlan/tagged-members/member</path></subscription><subscription><datastore>running</datastore><priority>4</priority><id>10</id><path>/switched-vlans/vlan/untagged-members/member</path></subscription><subscription><datastore>running</datastore><priority>5</priority><id>11</id><path>/interfaces/interface</path></subscription><subscription><datastore>running</datastore><priority>6</priority><id>12</id><path>/bgp-instance/bgp</path></subscription></client><client><name>notifier</name><info>325/5</info><type>inactive</type></client></cdb></internal></confd-state><netconf xmlns="urn:ietf:params:xml:ns:netmod:notification"><streams><stream><name>NETCONF</name><description>default NETCONF event stream</description><replaySupport>false</replaySupport></stream><stream><name>mellanox</name><description>Notifications regarding the transponder</description><replaySupport>true</replaySupport><replayLogCreationTime>2024-06-06T22:51:35.958749+00:00</replayLogCreationTime></stream></streams></netconf><nacm xmlns="urn:ietf:params:xml:ns:yang:ietf-netconf-acm"><enable-nacm>true</enable-nacm><read-default>permit</read-default><write-default>permit</write-default><exec-default>permit</exec-default><enable-external-groups>true</enable-external-groups><denied-operations>0</denied-operations><denied-data-writes>0</denied-data-writes><denied-notifications>0</denied-notifications><groups><group><name>admin</name><user-name>admin</user-name><user-name>private</user-name></group><group><name>oper</name><user-name>oper</user-name><user-name>public</user-name></group><group><name>opt</name><user-name>optical</user-name></group><group><name>pck</name><user-name>packet</user-name></group></groups><rule-list><name>any-group</name><group>*</group><rule><name>get</name><module-name>*</module-name><path>/</path><access-operations>read</access-operations><action>permit</action></rule><rule><name>tailf-aaa-authentication</name><module-name>tailf-aaa</module-name><path>/aaa/authentication/users/user[name='$USER']</path><access-operations>read update</access-operations><action>permit</action></rule><rule><name>tailf-aaa-user</name><module-name>tailf-aaa</module-name><path>/user[name='$USER']</path><access-operations>create read update delete</access-operations><action>permit</action></rule><rule><name>tailf-webui-user</name><module-name>tailf-webui</module-name><path>/webui/data-stores/user-profile[username='$USER']</path><access-operations>create read update delete</access-operations><action>permit</action></rule></rule-list><rule-list><name>packet</name><group>pck</group><rule><name>vlan</name><module-name>vlan</module-name><path>/switched-vlans</path><access-operations>create read update delete</access-operations><action>permit</action></rule><rule><name>terminal-device</name><module-name>*</module-name><path>/terminal-device</path><access-operations>create update delete</access-operations><action>deny</action></rule><rule><name>components</name><module-name>*</module-name><path>/components</path><access-operations>create update delete</access-operations><action>deny</action></rule></rule-list><rule-list><name>optical</name><group>opt</group><rule><name>terminal-device</name><module-name>*</module-name><path>/terminal-device</path><access-operations>create read update delete</access-operations><action>permit</action></rule><rule><name>components</name><module-name>*</module-name><path>/components</path><access-operations>create read update delete</access-operations><action>permit</action></rule><rule><name>vlan</name><module-name>vlan</module-name><path>/switched-vlans</path><access-operations>create update delete</access-operations><action>deny</action></rule></rule-list><rule-list><name>admin</name><group>admin</group><rule><name>any-access</name><action>permit</action></rule></rule-list></nacm><netconf-state xmlns="urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring"><capabilities><capability>urn:ietf:params:netconf:base:1.0</capability><capability>urn:ietf:params:netconf:base:1.1</capability><capability>urn:ietf:params:netconf:capability:writable-running:1.0</capability><capability>urn:ietf:params:netconf:capability:xpath:1.0</capability><capability>urn:ietf:params:netconf:capability:validate:1.0</capability><capability>urn:ietf:params:netconf:capability:validate:1.1</capability><capability>urn:ietf:params:netconf:capability:rollback-on-error:1.0</capability><capability>urn:ietf:params:netconf:capability:notification:1.0</capability><capability>urn:ietf:params:netconf:capability:with-defaults:1.0?basic-mode=explicit&also-supported=report-all-tagged</capability><capability>urn:ietf:params:netconf:capability:yang-library:1.0?revision=2016-06-21&module-set-id=f1285a0c7bf3c6c159ca5c87b160ec60</capability><capability>http://tail-f.com/ns/netconf/extensions</capability><capability>http://openconfig.net/yang/alarms/types?module=openconfig-alarm-types&revision=2018-01-16</capability><capability>http://openconfig.net/yang/bfd?module=openconfig-bfd&revision=2022-06-28</capability><capability>http://openconfig.net/yang/bgp?module=openconfig-bgp&revision=2022-05-21</capability><capability>http://openconfig.net/yang/bgp-types?module=openconfig-bgp-types&revision=2021-08-06</capability><capability>http://openconfig.net/yang/evpn-types?module=openconfig-evpn-types&revision=2021-06-21</capability><capability>http://openconfig.net/yang/interfaces?module=openconfig-interfaces&revision=2021-04-06</capability><capability>http://openconfig.net/yang/interfaces/ethernet?module=openconfig-if-ethernet&revision=2022-04-20</capability><capability>http://openconfig.net/yang/interfaces/ip?module=openconfig-if-ip&revision=2019-01-08</capability><capability>http://openconfig.net/yang/lldp?module=openconfig-lldp&revision=2018-11-21</capability><capability>http://openconfig.net/yang/lldp/types?module=openconfig-lldp-types&revision=2018-11-21</capability><capability>http://openconfig.net/yang/mpls-types?module=openconfig-mpls-types&revision=2021-12-01</capability><capability>http://openconfig.net/yang/network-instance-types?module=openconfig-network-instance-types&revision=2021-07-14</capability><capability>http://openconfig.net/yang/openconfig-types?module=openconfig-types&revision=2019-04-16</capability><capability>http://openconfig.net/yang/ospf-types?module=openconfig-ospf-types&revision=2018-11-21</capability><capability>http://openconfig.net/yang/ospfv2?module=openconfig-ospfv2&revision=2022-02-10</capability><capability>http://openconfig.net/yang/platform?module=openconfig-platform&revision=2018-01-30</capability><capability>http://openconfig.net/yang/platform-types?module=openconfig-platform-types&revision=2021-01-18</capability><capability>http://openconfig.net/yang/platform/port?module=openconfig-platform-port&revision=2021-04-22</capability><capability>http://openconfig.net/yang/platform/transceiver?module=openconfig-platform-transceiver&revision=2021-02-23</capability><capability>http://openconfig.net/yang/policy-types?module=openconfig-policy-types&revision=2022-11-08</capability><capability>http://openconfig.net/yang/protocols?module=openconfig-protocols</capability><capability>http://openconfig.net/yang/rib/bgp?module=openconfig-rib-bgp&revision=2022-06-06</capability><capability>http://openconfig.net/yang/rib/bgp-types?module=openconfig-rib-bgp-types&revision=2019-03-14</capability><capability>http://openconfig.net/yang/routing-policy?module=openconfig-routing-policy&revision=2022-05-24</capability><capability>http://openconfig.net/yang/segment-routing-types?module=openconfig-segment-routing-types&revision=2020-02-04</capability><capability>http://openconfig.net/yang/telemetry?module=openconfig-telemetry&revision=2018-11-21</capability><capability>http://openconfig.net/yang/telemetry-types?module=openconfig-telemetry-types&revision=2018-11-21</capability><capability>http://openconfig.net/yang/terminal-device?module=openconfig-terminal-device&revision=2021-02-23</capability><capability>http://openconfig.net/yang/transport-types?module=openconfig-transport-types&revision=2021-03-22</capability><capability>http://openconfig.net/yang/types/inet?module=openconfig-inet-types&revision=2021-08-17</capability><capability>http://openconfig.net/yang/types/yang?module=openconfig-yang-types&revision=2021-07-14</capability><capability>http://sssup.it/yang/vlan?module=vlan</capability><capability>http://tail-f.com/ns/aaa/1.1?module=tailf-aaa&revision=2015-06-16</capability><capability>http://tail-f.com/ns/kicker?module=tailf-kicker&revision=2017-03-16</capability><capability>http://tail-f.com/yang/acm?module=tailf-acm&revision=2013-03-07</capability><capability>http://tail-f.com/yang/common-monitoring?module=tailf-common-monitoring&revision=2013-06-14</capability><capability>http://tail-f.com/yang/confd-monitoring?module=tailf-confd-monitoring&revision=2013-06-14</capability><capability>http://tail-f.com/yang/netconf-monitoring?module=tailf-netconf-monitoring&revision=2016-11-24</capability><capability>urn:ietf:params:xml:ns:yang:iana-crypt-hash?module=iana-crypt-hash&revision=2014-08-06&features=crypt-hash-sha-512,crypt-hash-sha-256,crypt-hash-md5</capability><capability>urn:ietf:params:xml:ns:yang:ietf-inet-types?module=ietf-inet-types&revision=2013-07-15</capability><capability>urn:ietf:params:xml:ns:yang:ietf-interfaces?module=ietf-interfaces&revision=2014-05-08&features=pre-provisioning,if-mib,arbitrary-names</capability><capability>urn:ietf:params:xml:ns:yang:ietf-netconf-acm?module=ietf-netconf-acm&revision=2012-02-22</capability><capability>urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring?module=ietf-netconf-monitoring&revision=2010-10-04</capability><capability>urn:ietf:params:xml:ns:yang:ietf-" -[2024-06-20 13:23:48,255] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:23:48,255] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: ending -[2024-06-20 13:23:48,274] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: starting -[2024-06-20 13:23:48,274] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:23:48,274] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:23:48,274] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: regular expression start=0, end=8 -[2024-06-20 13:23:48,274] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: found chunk delimiter -[2024-06-20 13:23:48,275] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: chunk size 16376 bytes -[2024-06-20 13:23:48,275] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: not enough data for chunk yet -[2024-06-20 13:23:48,275] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: setting start to 0 -[2024-06-20 13:23:48,275] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: ending -[2024-06-20 13:23:48,275] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: starting -[2024-06-20 13:23:48,275] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:23:48,275] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:23:48,275] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: regular expression start=0, end=8 -[2024-06-20 13:23:48,275] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: found chunk delimiter -[2024-06-20 13:23:48,275] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: chunk size 16376 bytes -[2024-06-20 13:23:48,276] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: not enough data for chunk yet -[2024-06-20 13:23:48,276] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: setting start to 0 -[2024-06-20 13:23:48,276] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: ending -[2024-06-20 13:23:48,276] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: starting -[2024-06-20 13:23:48,276] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:23:48,276] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:23:48,276] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: regular expression start=0, end=8 -[2024-06-20 13:23:48,276] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: found chunk delimiter -[2024-06-20 13:23:48,276] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: chunk size 16376 bytes -[2024-06-20 13:23:48,277] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: not enough data for chunk yet -[2024-06-20 13:23:48,277] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: setting start to 0 -[2024-06-20 13:23:48,277] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: ending -[2024-06-20 13:23:48,277] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: starting -[2024-06-20 13:23:48,277] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:23:48,277] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:23:48,277] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: regular expression start=0, end=8 -[2024-06-20 13:23:48,277] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: found chunk delimiter -[2024-06-20 13:23:48,278] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: chunk size 16376 bytes -[2024-06-20 13:23:48,278] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: appending 16376 bytes -[2024-06-20 13:23:48,278] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: fragment = "netconf-notifications?module=ietf-netconf-notifications&revision=2012-02-06</capability><capability>urn:ietf:params:xml:ns:yang:ietf-yang-library?module=ietf-yang-library&revision=2016-06-21</capability><capability>urn:ietf:params:xml:ns:yang:ietf-yang-types?module=ietf-yang-types&revision=2013-07-15</capability><capability>urn:ietf:params:xml:ns:netconf:base:1.0?module=ietf-netconf&revision=2011-06-01</capability><capability>urn:ietf:params:xml:ns:yang:ietf-netconf-with-defaults?module=ietf-netconf-with-defaults&revision=2011-06-01</capability></capabilities><datastores><datastore><name>running</name><transaction-id xmlns="http://tail-f.com/yang/netconf-monitoring">1717-750544-743311</transaction-id></datastore></datastores><schemas><schema><identifier>iana-crypt-hash</identifier><version>2014-08-06</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:iana-crypt-hash</namespace><location>NETCONF</location></schema><schema><identifier>ietf-inet-types</identifier><version>2013-07-15</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-inet-types</namespace><location>NETCONF</location></schema><schema><identifier>ietf-interfaces</identifier><version>2014-05-08</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-interfaces</namespace><location>NETCONF</location></schema><schema><identifier>ietf-netconf</identifier><version>2011-06-01</version><format>yang</format><namespace>urn:ietf:params:xml:ns:netconf:base:1.0</namespace><location>NETCONF</location></schema><schema><identifier>ietf-netconf-acm</identifier><version>2012-02-22</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-acm</namespace><location>NETCONF</location></schema><schema><identifier>ietf-netconf-monitoring</identifier><version>2010-10-04</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring</namespace><location>NETCONF</location></schema><schema><identifier>ietf-netconf-notifications</identifier><version>2012-02-06</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-notifications</namespace><location>NETCONF</location></schema><schema><identifier>ietf-netconf-with-defaults</identifier><version>2011-06-01</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-with-defaults</namespace><location>NETCONF</location></schema><schema><identifier>ietf-yang-library</identifier><version>2016-06-21</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-library</namespace><location>NETCONF</location></schema><schema><identifier>ietf-yang-types</identifier><version>2013-07-15</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-alarm-types</identifier><version>2018-01-16</version><format>yang</format><namespace>http://openconfig.net/yang/alarms/types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bfd</identifier><version>2022-06-28</version><format>yang</format><namespace>http://openconfig.net/yang/bfd</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bgp</identifier><version>2022-05-21</version><format>yang</format><namespace>http://openconfig.net/yang/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bgp-common</identifier><version>2022-05-21</version><format>yang</format><namespace>http://openconfig.net/yang/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bgp-common-multiprotocol</identifier><version>2022-05-21</version><format>yang</format><namespace>http://openconfig.net/yang/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bgp-common-structure</identifier><version>2022-05-21</version><format>yang</format><namespace>http://openconfig.net/yang/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bgp-errors</identifier><version>2021-08-06</version><format>yang</format><namespace>http://openconfig.net/yang/bgp-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bgp-global</identifier><version>2022-05-21</version><format>yang</format><namespace>http://openconfig.net/yang/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bgp-neighbor</identifier><version>2022-05-21</version><format>yang</format><namespace>http://openconfig.net/yang/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bgp-peer-group</identifier><version>2022-05-21</version><format>yang</format><namespace>http://openconfig.net/yang/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bgp-types</identifier><version>2021-08-06</version><format>yang</format><namespace>http://openconfig.net/yang/bgp-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-evpn-types</identifier><version>2021-06-21</version><format>yang</format><namespace>http://openconfig.net/yang/evpn-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-if-ethernet</identifier><version>2022-04-20</version><format>yang</format><namespace>http://openconfig.net/yang/interfaces/ethernet</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-if-ip</identifier><version>2019-01-08</version><format>yang</format><namespace>http://openconfig.net/yang/interfaces/ip</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-inet-types</identifier><version>2021-08-17</version><format>yang</format><namespace>http://openconfig.net/yang/types/inet</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-interfaces</identifier><version>2021-04-06</version><format>yang</format><namespace>http://openconfig.net/yang/interfaces</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-lldp</identifier><version>2018-11-21</version><format>yang</format><namespace>http://openconfig.net/yang/lldp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-lldp-types</identifier><version>2018-11-21</version><format>yang</format><namespace>http://openconfig.net/yang/lldp/types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-mpls-types</identifier><version>2021-12-01</version><format>yang</format><namespace>http://openconfig.net/yang/mpls-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-network-instance-types</identifier><version>2021-07-14</version><format>yang</format><namespace>http://openconfig.net/yang/network-instance-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-ospf-types</identifier><version>2018-11-21</version><format>yang</format><namespace>http://openconfig.net/yang/ospf-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-ospfv2</identifier><version>2022-02-10</version><format>yang</format><namespace>http://openconfig.net/yang/ospfv2</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-ospfv2-area</identifier><version>2022-02-10</version><format>yang</format><namespace>http://openconfig.net/yang/ospfv2</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-ospfv2-area-interface</identifier><version>2022-02-10</version><format>yang</format><namespace>http://openconfig.net/yang/ospfv2</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-ospfv2-common</identifier><version>2022-02-10</version><format>yang</format><namespace>http://openconfig.net/yang/ospfv2</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-ospfv2-global</identifier><version>2022-02-10</version><format>yang</format><namespace>http://openconfig.net/yang/ospfv2</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-ospfv2-lsdb</identifier><version>2022-02-10</version><format>yang</format><namespace>http://openconfig.net/yang/ospfv2</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-platform</identifier><version>2018-01-30</version><format>yang</format><namespace>http://openconfig.net/yang/platform</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-platform-port</identifier><version>2021-04-22</version><format>yang</format><namespace>http://openconfig.net/yang/platform/port</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-platform-transceiver</identifier><version>2021-02-23</version><format>yang</format><namespace>http://openconfig.net/yang/platform/transceiver</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-platform-types</identifier><version>2021-01-18</version><format>yang</format><namespace>http://openconfig.net/yang/platform-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-policy-types</identifier><version>2022-11-08</version><format>yang</format><namespace>http://openconfig.net/yang/policy-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-protocols</identifier><version></version><format>yang</format><namespace>http://openconfig.net/yang/protocols</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-rib-bgp</identifier><version>2022-06-06</version><format>yang</format><namespace>http://openconfig.net/yang/rib/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-rib-bgp-attributes</identifier><version>2022-06-06</version><format>yang</format><namespace>http://openconfig.net/yang/rib/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-rib-bgp-shared-attributes</identifier><version>2022-06-06</version><format>yang</format><namespace>http://openconfig.net/yang/rib/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-rib-bgp-table-attributes</identifier><version>2022-06-06</version><format>yang</format><namespace>http://openconfig.net/yang/rib/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-rib-bgp-tables</identifier><version>2022-06-06</version><format>yang</format><namespace>http://openconfig.net/yang/rib/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-rib-bgp-types</identifier><version>2019-03-14</version><format>yang</format><namespace>http://openconfig.net/yang/rib/bgp-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-routing-policy</identifier><version>2022-05-24</version><format>yang</format><namespace>http://openconfig.net/yang/routing-policy</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-segment-routing-types</identifier><version>2020-02-04</version><format>yang</format><namespace>http://openconfig.net/yang/segment-routing-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-telemetry</identifier><version>2018-11-21</version><format>yang</format><namespace>http://openconfig.net/yang/telemetry</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-telemetry-types</identifier><version>2018-11-21</version><format>yang</format><namespace>http://openconfig.net/yang/telemetry-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-terminal-device</identifier><version>2021-02-23</version><format>yang</format><namespace>http://openconfig.net/yang/terminal-device</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-transport-types</identifier><version>2021-03-22</version><format>yang</format><namespace>http://openconfig.net/yang/transport-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-types</identifier><version>2019-04-16</version><format>yang</format><namespace>http://openconfig.net/yang/openconfig-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-yang-types</identifier><version>2021-07-14</version><format>yang</format><namespace>http://openconfig.net/yang/types/yang</namespace><location>NETCONF</location></schema><schema><identifier>tailf-aaa</identifier><version>2015-06-16</version><format>yang</format><namespace>http://tail-f.com/ns/aaa/1.1</namespace><location>NETCONF</location></schema><schema><identifier>tailf-acm</identifier><version>2013-03-07</version><format>yang</format><namespace>http://tail-f.com/yang/acm</namespace><location>NETCONF</location></schema><schema><identifier>tailf-common-monitoring</identifier><version>2013-06-14</version><format>yang</format><namespace>http://tail-f.com/yang/common-monitoring</namespace><location>NETCONF</location></schema><schema><identifier>tailf-confd-monitoring</identifier><version>2013-06-14</version><format>yang</format><namespace>http://tail-f.com/yang/confd-monitoring</namespace><location>NETCONF</location></schema><schema><identifier>tailf-kicker</identifier><version>2017-03-16</version><format>yang</format><namespace>http://tail-f.com/ns/kicker</namespace><location>NETCONF</location></schema><schema><identifier>tailf-netconf-monitoring</identifier><version>2016-11-24</version><format>yang</format><namespace>http://tail-f.com/yang/netconf-monitoring</namespace><location>NETCONF</location></schema><schema><identifier>vlan</identifier><version></version><format>yang</format><namespace>http://sssup.it/yang/vlan</namespace><location>NETCONF</location></schema></schemas><sessions><session><session-id>29</session-id><transport>netconf-ssh</transport><username>admin</username><source-host>10.30.2.206</source-host><login-time>2024-06-06T23:11:11+00:00</login-time><in-rpcs>4</in-rpcs><in-bad-rpcs>0</in-bad-rpcs><out-rpc-errors>0</out-rpc-errors><out-notifications>0</out-notifications></session><session><session-id>30</session-id><transport>netconf-ssh</transport><username>admin</username><source-host>10.30.2.206</source-host><login-time>2024-06-06T23:11:20+00:00</login-time><in-rpcs>2</in-rpcs><in-bad-rpcs>0</in-bad-rpcs><out-rpc-errors>0</out-rpc-errors><out-notifications>0</out-notifications></session><session><session-id>31</session-id><transport>netconf-ssh</transport><username>admin</username><source-host>10.30.2.206</source-host><login-time>2024-06-06T23:11:29+00:00</login-time><in-rpcs>2</in-rpcs><in-bad-rpcs>0</in-bad-rpcs><out-rpc-errors>0</out-rpc-errors><out-notifications>0</out-notifications></session><session><session-id>32</session-id><transport>netconf-ssh</transport><username>admin</username><source-host>10.30.2.208</source-host><login-time>2024-06-20T13:23:47+00:00</login-time><in-rpcs>2</in-rpcs><in-bad-rpcs>0</in-bad-rpcs><out-rpc-errors>0</out-rpc-errors><out-notifications>0</out-notifications></session></sessions><statistics><netconf-start-time>2024-06-06T22:51:35+00:00</netconf-start-time><in-bad-hellos>0</in-bad-hellos><in-sessions>4</in-sessions><dropped-sessions>0</dropped-sessions><in-rpcs>10</in-rpcs><in-bad-rpcs>0</in-bad-rpcs><out-rpc-errors>0</out-rpc-errors><out-notifications>0</out-notifications></statistics><streams xmlns="http://tail-f.com/yang/netconf-monitoring"><stream><name>NETCONF</name><description>default NETCONF event stream</description><replay-support>false</replay-support></stream><stream><name>mellanox</name><description>Notifications regarding the transponder</description><replay-support>true</replay-support><replay-log-creation-time>2024-06-06T22:51:35.958749+00:00</replay-log-creation-time></stream></streams></netconf-state><modules-state xmlns="urn:ietf:params:xml:ns:yang:ietf-yang-library"><module-set-id>f1285a0c7bf3c6c159ca5c87b160ec60</module-set-id><module><name>iana-crypt-hash</name><revision>2014-08-06</revision><namespace>urn:ietf:params:xml:ns:yang:iana-crypt-hash</namespace><feature>crypt-hash-sha-512</feature><feature>crypt-hash-sha-256</feature><feature>crypt-hash-md5</feature><conformance-type>import</conformance-type></module><module><name>ietf-inet-types</name><revision>2013-07-15</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-inet-types</namespace><conformance-type>import</conformance-type></module><module><name>ietf-interfaces</name><r" -[2024-06-20 13:23:48,278] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:23:48,278] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: ending -[2024-06-20 13:23:48,280] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: starting -[2024-06-20 13:23:48,280] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:23:48,281] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:23:48,281] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: regular expression start=0, end=8 -[2024-06-20 13:23:48,281] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: found chunk delimiter -[2024-06-20 13:23:48,281] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: chunk size 10215 bytes -[2024-06-20 13:23:48,281] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: not enough data for chunk yet -[2024-06-20 13:23:48,281] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: setting start to 0 -[2024-06-20 13:23:48,281] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: ending -[2024-06-20 13:23:48,281] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: starting -[2024-06-20 13:23:48,282] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:23:48,282] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:23:48,282] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: regular expression start=0, end=8 -[2024-06-20 13:23:48,282] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: found chunk delimiter -[2024-06-20 13:23:48,282] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: chunk size 10215 bytes -[2024-06-20 13:23:48,282] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: not enough data for chunk yet -[2024-06-20 13:23:48,282] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: setting start to 0 -[2024-06-20 13:23:48,282] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: ending -[2024-06-20 13:23:48,282] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: starting -[2024-06-20 13:23:48,283] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: working with buffer of 10227 bytes -[2024-06-20 13:23:48,283] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:23:48,283] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: regular expression start=0, end=8 -[2024-06-20 13:23:48,283] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: found chunk delimiter -[2024-06-20 13:23:48,283] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: chunk size 10215 bytes -[2024-06-20 13:23:48,283] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: appending 10215 bytes -[2024-06-20 13:23:48,283] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: fragment = "evision>2014-05-08</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-interfaces</namespace><feature>pre-provisioning</feature><feature>if-mib</feature><feature>arbitrary-names</feature><conformance-type>implement</conformance-type></module><module><name>ietf-netconf</name><revision>2011-06-01</revision><namespace>urn:ietf:params:xml:ns:netconf:base:1.0</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-netconf-acm</name><revision>2012-02-22</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-acm</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-netconf-monitoring</name><revision>2010-10-04</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-netconf-notifications</name><revision>2012-02-06</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-notifications</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-netconf-with-defaults</name><revision>2011-06-01</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-with-defaults</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-yang-library</name><revision>2016-06-21</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-library</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-yang-types</name><revision>2013-07-15</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-alarm-types</name><revision>2018-01-16</revision><namespace>http://openconfig.net/yang/alarms/types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-bfd</name><revision>2022-06-28</revision><namespace>http://openconfig.net/yang/bfd</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-bgp</name><revision>2022-05-21</revision><namespace>http://openconfig.net/yang/bgp</namespace><conformance-type>implement</conformance-type><submodule><name>openconfig-bgp-common</name><revision>2022-05-21</revision></submodule><submodule><name>openconfig-bgp-common-structure</name><revision>2022-05-21</revision></submodule><submodule><name>openconfig-bgp-global</name><revision>2022-05-21</revision></submodule><submodule><name>openconfig-bgp-neighbor</name><revision>2022-05-21</revision></submodule><submodule><name>openconfig-bgp-peer-group</name><revision>2022-05-21</revision></submodule><submodule><name>openconfig-bgp-common-multiprotocol</name><revision>2022-05-21</revision></submodule></module><module><name>openconfig-bgp-types</name><revision>2021-08-06</revision><namespace>http://openconfig.net/yang/bgp-types</namespace><conformance-type>import</conformance-type><submodule><name>openconfig-bgp-errors</name><revision>2021-08-06</revision></submodule></module><module><name>openconfig-evpn-types</name><revision>2021-06-21</revision><namespace>http://openconfig.net/yang/evpn-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-if-ethernet</name><revision>2022-04-20</revision><namespace>http://openconfig.net/yang/interfaces/ethernet</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-if-ip</name><revision>2019-01-08</revision><namespace>http://openconfig.net/yang/interfaces/ip</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-inet-types</name><revision>2021-08-17</revision><namespace>http://openconfig.net/yang/types/inet</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-interfaces</name><revision>2021-04-06</revision><namespace>http://openconfig.net/yang/interfaces</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-lldp</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/lldp</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-lldp-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/lldp/types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-mpls-types</name><revision>2021-12-01</revision><namespace>http://openconfig.net/yang/mpls-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-ospf-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/ospf-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-ospfv2</name><revision>2022-02-10</revision><namespace>http://openconfig.net/yang/ospfv2</namespace><conformance-type>import</conformance-type><submodule><name>openconfig-ospfv2-area</name><revision>2022-02-10</revision></submodule><submodule><name>openconfig-ospfv2-common</name><revision>2022-02-10</revision></submodule><submodule><name>openconfig-ospfv2-global</name><revision>2022-02-10</revision></submodule><submodule><name>openconfig-ospfv2-lsdb</name><revision>2022-02-10</revision></submodule><submodule><name>openconfig-ospfv2-area-interface</name><revision>2022-02-10</revision></submodule></module><module><name>openconfig-platform</name><revision>2018-01-30</revision><namespace>http://openconfig.net/yang/platform</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-platform-port</name><revision>2021-04-22</revision><namespace>http://openconfig.net/yang/platform/port</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-platform-transceiver</name><revision>2021-02-23</revision><namespace>http://openconfig.net/yang/platform/transceiver</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-platform-types</name><revision>2021-01-18</revision><namespace>http://openconfig.net/yang/platform-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-policy-types</name><revision>2022-11-08</revision><namespace>http://openconfig.net/yang/policy-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-protocols</name><revision></revision><namespace>http://openconfig.net/yang/protocols</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-rib-bgp</name><revision>2022-06-06</revision><namespace>http://openconfig.net/yang/rib/bgp</namespace><conformance-type>import</conformance-type><submodule><name>openconfig-rib-bgp-attributes</name><revision>2022-06-06</revision></submodule><submodule><name>openconfig-rib-bgp-tables</name><revision>2022-06-06</revision></submodule><submodule><name>openconfig-rib-bgp-table-attributes</name><revision>2022-06-06</revision></submodule><submodule><name>openconfig-rib-bgp-shared-attributes</name><revision>2022-06-06</revision></submodule></module><module><name>openconfig-rib-bgp-types</name><revision>2019-03-14</revision><namespace>http://openconfig.net/yang/rib/bgp-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-routing-policy</name><revision>2022-05-24</revision><namespace>http://openconfig.net/yang/routing-policy</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-telemetry</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/telemetry</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-telemetry-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/telemetry-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-terminal-device</name><revision>2021-02-23</revision><namespace>http://openconfig.net/yang/terminal-device</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-transport-types</name><revision>2021-03-22</revision><namespace>http://openconfig.net/yang/transport-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-types</name><revision>2019-04-16</revision><namespace>http://openconfig.net/yang/openconfig-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-yang-types</name><revision>2021-07-14</revision><namespace>http://openconfig.net/yang/types/yang</namespace><conformance-type>import</conformance-type></module><module><name>tailf-aaa</name><revision>2015-06-16</revision><namespace>http://tail-f.com/ns/aaa/1.1</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-acm</name><revision>2013-03-07</revision><namespace>http://tail-f.com/yang/acm</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-common-monitoring</name><revision>2013-06-14</revision><namespace>http://tail-f.com/yang/common-monitoring</namespace><conformance-type>import</conformance-type></module><module><name>tailf-confd-monitoring</name><revision>2013-06-14</revision><namespace>http://tail-f.com/yang/confd-monitoring</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-kicker</name><revision>2017-03-16</revision><namespace>http://tail-f.com/ns/kicker</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-netconf-monitoring</name><revision>2016-11-24</revision><namespace>http://tail-f.com/yang/netconf-monitoring</namespace><conformance-type>implement</conformance-type></module><module><name>vlan</name><revision></revision><namespace>http://sssup.it/yang/vlan</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-segment-routing-types</name><revision>2020-02-04</revision><namespace>http://openconfig.net/yang/segment-routing-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-network-instance-types</name><revision>2021-07-14</revision><namespace>http://openconfig.net/yang/network-instance-types</namespace><conformance-type>import</conformance-type></module></modules-state></data></rpc-reply>" -[2024-06-20 13:23:48,283] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: matching from 10223 bytes from start of buffer -[2024-06-20 13:23:48,283] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: regular expression start=0, end=4 -[2024-06-20 13:23:48,284] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: found end of message delimiter -[2024-06-20 13:23:48,286] DEBUG:ncclient.operations.rpc:[host 172.17.254.41 session-id 32] Delivering to <ncclient.operations.retrieve.Get object at 0x7fa7498b03a0> -[2024-06-20 13:23:48,286] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: saving back rest of message after 10227 bytes, original size 10227 -[2024-06-20 13:23:48,286] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: ending -[2024-06-20 13:23:48,293] INFO:root:resource_key frequency and channgel_name {'index': 'channel-1'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:23:48,295] INFO:root:dic {'frequency': '192056250'} -[2024-06-20 13:23:48,295] INFO:root:resource_key target-output-power and channgel_name {'index': 'channel-1'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:23:48,297] INFO:root:dic {'frequency': '192056250', 'target-output-power': '1.0'} -[2024-06-20 13:23:48,297] INFO:root:resource_key operational-mode and channgel_name {'index': 'channel-1'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:23:48,298] INFO:root:dic {'frequency': '192056250', 'target-output-power': '1.0', 'operational-mode': '8'} -[2024-06-20 13:23:48,299] INFO:root:resource_key line-port and channgel_name {'index': 'channel-1'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:23:48,300] INFO:root:dic {'frequency': '192056250', 'target-output-power': '1.0', 'operational-mode': '8', 'line-port': 'transceiver-1'} -[2024-06-20 13:23:48,300] INFO:root:resource_key frequency and channgel_name {'index': 'channel-2'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:23:48,302] INFO:root:dic {'frequency': '191600000'} -[2024-06-20 13:23:48,302] INFO:root:resource_key target-output-power and channgel_name {'index': 'channel-2'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:23:48,303] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0'} -[2024-06-20 13:23:48,304] INFO:root:resource_key operational-mode and channgel_name {'index': 'channel-2'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:23:48,305] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0'} -[2024-06-20 13:23:48,305] INFO:root:resource_key line-port and channgel_name {'index': 'channel-2'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:23:48,307] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-2'} -[2024-06-20 13:23:48,307] INFO:root:resource_key frequency and channgel_name {'index': 'channel-3'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:23:48,308] INFO:root:dic {'frequency': '191600000'} -[2024-06-20 13:23:48,309] INFO:root:resource_key target-output-power and channgel_name {'index': 'channel-3'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:23:48,310] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0'} -[2024-06-20 13:23:48,310] INFO:root:resource_key operational-mode and channgel_name {'index': 'channel-3'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:23:48,312] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0'} -[2024-06-20 13:23:48,312] INFO:root:resource_key line-port and channgel_name {'index': 'channel-3'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:23:48,313] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-3'} -[2024-06-20 13:23:48,314] INFO:root:resource_key frequency and channgel_name {'index': 'channel-4'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:23:48,315] INFO:root:dic {'frequency': '191600000'} -[2024-06-20 13:23:48,315] INFO:root:resource_key target-output-power and channgel_name {'index': 'channel-4'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:23:48,316] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0'} -[2024-06-20 13:23:48,317] INFO:root:resource_key operational-mode and channgel_name {'index': 'channel-4'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:23:48,318] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0'} -[2024-06-20 13:23:48,318] INFO:root:resource_key line-port and channgel_name {'index': 'channel-4'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:23:48,319] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-4'} -[2024-06-20 13:23:48,321] INFO:root:parameters {'channels': [{'frequency': '192056250', 'target-output-power': '1.0', 'operational-mode': '8', 'line-port': 'transceiver-1', 'name': {'index': 'channel-1'}}, {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-2', 'name': {'index': 'channel-2'}}, {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-3', 'name': {'index': 'channel-3'}}, {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-4', 'name': {'index': 'channel-4'}}], 'transceivers': {'transceiver': ['transceiver-1', 'transceiver-2', 'transceiver-3', 'transceiver-4']}, 'channel_namespace': 'http://openconfig.net/yang/terminal-device', 'endpoints': [{'endpoint_uuid': {'uuid': {'index': 'channel-1'}}}, {'endpoint_uuid': {'uuid': {'index': 'channel-2'}}}, {'endpoint_uuid': {'uuid': {'index': 'channel-3'}}}, {'endpoint_uuid': {'uuid': {'index': 'channel-4'}}}], 'ports': [('/endpoints/endpoint[1]', {'uuid': '1', 'type': 'port-1'}), ('/endpoints/endpoint[2]', {'uuid': '2', 'type': 'port-2'}), ('/endpoints/endpoint[3]', {'uuid': '3', 'type': 'port-3'}), ('/endpoints/endpoint[4]', {'uuid': '4', 'type': 'port-4'})]} -[2024-06-20 13:23:48,321] DEBUG:context.client.ContextClient:SetOpticalConfig request: {"config": "{\"channels\": [{\"frequency\": \"192056250\", \"target-output-power\": \"1.0\", \"operational-mode\": \"8\", \"line-port\": \"transceiver-1\", \"name\": {\"index\": \"channel-1\"}}, {\"frequency\": \"191600000\", \"target-output-power\": \"100.0\", \"operational-mode\": \"0\", \"line-port\": \"transceiver-2\", \"name\": {\"index\": \"channel-2\"}}, {\"frequency\": \"191600000\", \"target-output-power\": \"100.0\", \"operational-mode\": \"0\", \"line-port\": \"transceiver-3\", \"name\": {\"index\": \"channel-3\"}}, {\"frequency\": \"191600000\", \"target-output-power\": \"100.0\", \"operational-mode\": \"0\", \"line-port\": \"transceiver-4\", \"name\": {\"index\": \"channel-4\"}}], \"transceivers\": {\"transceiver\": [\"transceiver-1\", \"transceiver-2\", \"transceiver-3\", \"transceiver-4\"]}, \"channel_namespace\": \"http://openconfig.net/yang/terminal-device\", \"endpoints\": [{\"endpoint_uuid\": {\"uuid\": {\"index\": \"channel-1\"}}}, {\"endpoint_uuid\": {\"uuid\": {\"index\": \"channel-2\"}}}, {\"endpoint_uuid\": {\"uuid\": {\"index\": \"channel-3\"}}}, {\"endpoint_uuid\": {\"uuid\": {\"index\": \"channel-4\"}}}], \"ports\": [[\"/endpoints/endpoint[1]\", {\"uuid\": \"1\", \"type\": \"port-1\"}], [\"/endpoints/endpoint[2]\", {\"uuid\": \"2\", \"type\": \"port-2\"}], [\"/endpoints/endpoint[3]\", {\"uuid\": \"3\", \"type\": \"port-3\"}], [\"/endpoints/endpoint[4]\", {\"uuid\": \"4\", \"type\": \"port-4\"}]]}", "device_id": {"device_uuid": {"uuid": "4dbdc2d8-cbde-5e48-a3c0-5161387a58c7"}}} -[2024-06-20 13:23:48,362] DEBUG:context.client.ContextClient:SetOpticalConfig result: {"opticalconfig_uuid": ""} -[2024-06-20 13:23:48,363] DEBUG:context.client.ContextClient:SetDevice request: {"components": [], "controller_id": {}, "device_config": {"config_rules": [{"action": "CONFIGACTION_SET", "custom": {"resource_key": "_connect/address", "resource_value": "172.17.254.41"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "_connect/port", "resource_value": "2022"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "_connect/settings", "resource_value": "{\n\"allow_agent\": false,\n\"commit_per_rule\": false,\n\"device_params\": {\n\"name\": \"default\"\n},\n\"endpoints\": [],\n\"force_running\": false,\n\"hostkey_verify\": false,\n\"look_for_keys\": false,\n\"manager_params\": {\n\"timeout\": 120\n},\n\"password\": \"admin\",\n\"type\": \"optical-transponder\",\n\"username\": \"admin\"\n}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[1]", "resource_value": "{\"type\": \"port-1\", \"uuid\": \"1\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[2]", "resource_value": "{\"type\": \"port-2\", \"uuid\": \"2\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[3]", "resource_value": "{\"type\": \"port-3\", \"uuid\": \"3\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[4]", "resource_value": "{\"type\": \"port-4\", \"uuid\": \"4\"}"}}]}, "device_drivers": ["DEVICEDRIVER_OC"], "device_endpoints": [{"endpoint_id": {"device_id": {"device_uuid": {"uuid": "4dbdc2d8-cbde-5e48-a3c0-5161387a58c7"}}, "endpoint_uuid": {"uuid": "1"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "port-1", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "4dbdc2d8-cbde-5e48-a3c0-5161387a58c7"}}, "endpoint_uuid": {"uuid": "2"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "port-2", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "4dbdc2d8-cbde-5e48-a3c0-5161387a58c7"}}, "endpoint_uuid": {"uuid": "3"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "port-3", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "4dbdc2d8-cbde-5e48-a3c0-5161387a58c7"}}, "endpoint_uuid": {"uuid": "4"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "port-4", "kpi_sample_types": [], "name": ""}], "device_id": {"device_uuid": {"uuid": "4dbdc2d8-cbde-5e48-a3c0-5161387a58c7"}}, "device_operational_status": "DEVICEOPERATIONALSTATUS_ENABLED", "device_type": "optical-transponder", "name": "T1.1"} -[2024-06-20 13:23:48,436] DEBUG:context.client.ContextClient:SetDevice result: {"device_uuid": {"uuid": "4dbdc2d8-cbde-5e48-a3c0-5161387a58c7"}} -[2024-06-20 13:23:48,436] DEBUG:context.client.ContextClient:SelectDevice request: {"device_ids": {"device_ids": [{"device_uuid": {"uuid": "4dbdc2d8-cbde-5e48-a3c0-5161387a58c7"}}]}, "include_components": false, "include_config_rules": false, "include_endpoints": true} -[2024-06-20 13:23:48,480] DEBUG:context.client.ContextClient:SelectDevice result: {"devices": [{"components": [], "controller_id": {}, "device_drivers": ["DEVICEDRIVER_OC"], "device_endpoints": [{"endpoint_id": {"device_id": {"device_uuid": {"uuid": "4dbdc2d8-cbde-5e48-a3c0-5161387a58c7"}}, "endpoint_uuid": {"uuid": "5eb4f156-7811-53f3-9172-8402127cf7b9"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "port-1", "kpi_sample_types": [], "name": "1"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "4dbdc2d8-cbde-5e48-a3c0-5161387a58c7"}}, "endpoint_uuid": {"uuid": "8b59684b-f324-52cd-a050-f218730162c1"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "port-4", "kpi_sample_types": [], "name": "4"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "4dbdc2d8-cbde-5e48-a3c0-5161387a58c7"}}, "endpoint_uuid": {"uuid": "cfe606b4-11f1-534e-b5b6-ee45a0ebf616"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "port-3", "kpi_sample_types": [], "name": "3"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "4dbdc2d8-cbde-5e48-a3c0-5161387a58c7"}}, "endpoint_uuid": {"uuid": "f713412b-aa6e-5c5d-9d0d-de80ad78438f"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "port-2", "kpi_sample_types": [], "name": "2"}], "device_id": {"device_uuid": {"uuid": "4dbdc2d8-cbde-5e48-a3c0-5161387a58c7"}}, "device_operational_status": "DEVICEOPERATIONALSTATUS_ENABLED", "device_type": "optical-transponder", "name": "T1.1"}]} -[2024-06-20 13:23:48,482] DEBUG:device.service.DeviceServiceServicerImpl:AddDevice reply: {"device_uuid": {"uuid": "4dbdc2d8-cbde-5e48-a3c0-5161387a58c7"}} -[2024-06-20 13:23:53,655] DEBUG:device.service.DeviceServiceServicerImpl:AddDevice request: {"components": [], "device_config": {"config_rules": [{"action": "CONFIGACTION_SET", "custom": {"resource_key": "_connect/address", "resource_value": "172.17.254.41"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "_connect/port", "resource_value": "2022"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "_connect/settings", "resource_value": "{\n\"allow_agent\": false,\n\"commit_per_rule\": false,\n\"device_params\": {\n\"name\": \"default\"\n},\n\"endpoints\": [],\n\"force_running\": false,\n\"hostkey_verify\": false,\n\"look_for_keys\": false,\n\"manager_params\": {\n\"timeout\": 120\n},\n\"password\": \"admin\",\n\"type\": \"optical-transponder\",\n\"username\": \"admin\"\n}"}}]}, "device_drivers": ["DEVICEDRIVER_OC"], "device_endpoints": [], "device_id": {"device_uuid": {"uuid": "T1.2"}}, "device_operational_status": "DEVICEOPERATIONALSTATUS_DISABLED", "device_type": "optical-transponder", "name": ""} -[2024-06-20 13:23:53,655] DEBUG:context.client.ContextClient:Creating channel to 10.152.183.195:1010... -[2024-06-20 13:23:53,655] DEBUG:context.client.ContextClient:Channel created -[2024-06-20 13:23:53,656] DEBUG:context.client.ContextClient:SelectDevice request: {"device_ids": {"device_ids": [{"device_uuid": {"uuid": "T1.2"}}]}, "include_components": true, "include_config_rules": true, "include_endpoints": true} -[2024-06-20 13:23:53,668] DEBUG:context.client.ContextClient:SelectDevice result: {"devices": []} -[2024-06-20 13:23:53,669] DEBUG:context.client.ContextClient:SetDevice request: {"components": [], "device_config": {"config_rules": [{"action": "CONFIGACTION_SET", "custom": {"resource_key": "_connect/address", "resource_value": "172.17.254.41"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "_connect/port", "resource_value": "2022"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "_connect/settings", "resource_value": "{\n\"allow_agent\": false,\n\"commit_per_rule\": false,\n\"device_params\": {\n\"name\": \"default\"\n},\n\"endpoints\": [],\n\"force_running\": false,\n\"hostkey_verify\": false,\n\"look_for_keys\": false,\n\"manager_params\": {\n\"timeout\": 120\n},\n\"password\": \"admin\",\n\"type\": \"optical-transponder\",\n\"username\": \"admin\"\n}"}}]}, "device_drivers": ["DEVICEDRIVER_OC"], "device_endpoints": [], "device_id": {"device_uuid": {"uuid": "T1.2"}}, "device_operational_status": "DEVICEOPERATIONALSTATUS_UNDEFINED", "device_type": "optical-transponder", "name": ""} -[2024-06-20 13:23:53,760] DEBUG:context.client.ContextClient:SetDevice result: {"device_uuid": {"uuid": "27c2ed23-e74a-518f-820d-ae2c8ae23086"}} -[2024-06-20 13:23:53,760] DEBUG:context.client.ContextClient:SelectDevice request: {"device_ids": {"device_ids": [{"device_uuid": {"uuid": "27c2ed23-e74a-518f-820d-ae2c8ae23086"}}]}, "include_components": true, "include_config_rules": true, "include_endpoints": true} -[2024-06-20 13:23:53,778] DEBUG:context.client.ContextClient:SelectDevice result: {"devices": [{"components": [], "controller_id": {}, "device_config": {"config_rules": [{"action": "CONFIGACTION_SET", "custom": {"resource_key": "_connect/address", "resource_value": "172.17.254.41"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "_connect/port", "resource_value": "2022"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "_connect/settings", "resource_value": "{\n\"allow_agent\": false,\n\"commit_per_rule\": false,\n\"device_params\": {\n\"name\": \"default\"\n},\n\"endpoints\": [],\n\"force_running\": false,\n\"hostkey_verify\": false,\n\"look_for_keys\": false,\n\"manager_params\": {\n\"timeout\": 120\n},\n\"password\": \"admin\",\n\"type\": \"optical-transponder\",\n\"username\": \"admin\"\n}"}}]}, "device_drivers": ["DEVICEDRIVER_OC"], "device_endpoints": [], "device_id": {"device_uuid": {"uuid": "27c2ed23-e74a-518f-820d-ae2c8ae23086"}}, "device_operational_status": "DEVICEOPERATIONALSTATUS_UNDEFINED", "device_type": "optical-transponder", "name": "T1.2"}]} -[2024-06-20 13:23:53,778] INFO:device.service.driver_api.DriverInstanceCache:Selecting driver for device(27c2ed23-e74a-518f-820d-ae2c8ae23086) with filter_fields({'device_type': 'optical-transponder', 'driver': [11]})... -[2024-06-20 13:23:53,779] INFO:device.service.driver_api.DriverInstanceCache:Driver(OCDriver) selected for device(27c2ed23-e74a-518f-820d-ae2c8ae23086) with filter_fields({'device_type': 'optical-transponder', 'driver': [11]})... -[2024-06-20 13:23:53,779] DEBUG:ncclient.transport.session:[host None session 0x7fa7486448b0] <SSHSession(session, initial daemon)> created: client_capabilities=<dict_keyiterator object at 0x7fa7486408b0> -[2024-06-20 13:23:53,922] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session 0x7fa7486448b0] parsing netconf v1.0 -[2024-06-20 13:23:53,922] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session 0x7fa7486448b0] parsing netconf v1.0 -[2024-06-20 13:23:53,926] INFO:root:settings {'allow_agent': False, 'commit_per_rule': False, 'device_params': {'name': 'default'}, 'endpoints': [], 'force_running': False, 'hostkey_verify': False, 'look_for_keys': False, 'manager_params': {'timeout': 120}, 'password': 'admin', 'type': 'optical-transponder', 'username': 'admin'} -[2024-06-20 13:23:53,927] INFO:ncclient.operations.rpc:[host 172.17.254.41 session-id 33] Requesting 'Get' -[2024-06-20 13:23:53,927] DEBUG:ncclient.operations.rpc:[host 172.17.254.41 session-id 33] Sync request, will wait for timeout=120 -[2024-06-20 13:23:54,061] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: starting -[2024-06-20 13:23:54,061] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:23:54,062] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:23:54,062] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: regular expression start=0, end=8 -[2024-06-20 13:23:54,062] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: found chunk delimiter -[2024-06-20 13:23:54,062] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: chunk size 16376 bytes -[2024-06-20 13:23:54,062] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: not enough data for chunk yet -[2024-06-20 13:23:54,062] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: setting start to 0 -[2024-06-20 13:23:54,063] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: ending -[2024-06-20 13:23:54,063] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: starting -[2024-06-20 13:23:54,063] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:23:54,063] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:23:54,063] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: regular expression start=0, end=8 -[2024-06-20 13:23:54,064] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: found chunk delimiter -[2024-06-20 13:23:54,064] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: chunk size 16376 bytes -[2024-06-20 13:23:54,064] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: not enough data for chunk yet -[2024-06-20 13:23:54,064] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: setting start to 0 -[2024-06-20 13:23:54,064] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: ending -[2024-06-20 13:23:54,064] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: starting -[2024-06-20 13:23:54,065] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:23:54,065] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:23:54,065] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: regular expression start=0, end=8 -[2024-06-20 13:23:54,065] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: found chunk delimiter -[2024-06-20 13:23:54,065] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: chunk size 16376 bytes -[2024-06-20 13:23:54,065] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: not enough data for chunk yet -[2024-06-20 13:23:54,066] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: setting start to 0 -[2024-06-20 13:23:54,066] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: ending -[2024-06-20 13:23:54,066] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: starting -[2024-06-20 13:23:54,066] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:23:54,066] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:23:54,066] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: regular expression start=0, end=8 -[2024-06-20 13:23:54,067] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: found chunk delimiter -[2024-06-20 13:23:54,067] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: chunk size 16376 bytes -[2024-06-20 13:23:54,067] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: appending 16376 bytes -[2024-06-20 13:23:54,067] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: fragment = "<?xml version="1.0" encoding="UTF-8"?> -<rpc-reply xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="urn:uuid:e4ac6411-8b27-43ea-bd34-3b239c5e54bc" xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0"><data><bgp-instance xmlns="http://openconfig.net/yang/bgp"><bgp><global><route-selection-options><state><always-compare-med>false</always-compare-med><ignore-as-path-length>false</ignore-as-path-length><external-compare-router-id>true</external-compare-router-id><advertise-inactive-routes>false</advertise-inactive-routes><enable-aigp>false</enable-aigp><ignore-next-hop-igp-metric>false</ignore-next-hop-igp-metric></state></route-selection-options></global></bgp></bgp-instance><interfaces xmlns="http://openconfig.net/yang/interfaces"><interface><name>eth0</name><config><name>eth0</name><enabled>true</enabled></config><state><loopback-mode>false</loopback-mode><enabled>true</enabled></state><hold-time><state><up>0</up><down>0</down></state></hold-time><ipv4 xmlns="http://openconfig.net/yang/interfaces/ip"><addresses><address><ip>192.168.1.1</ip><config><ip>192.168.1.1</ip><prefix-length>24</prefix-length></config></address></addresses><proxy-arp><state><mode>DISABLE</mode></state></proxy-arp><unnumbered><state><enabled>false</enabled></state></unnumbered><state><enabled>true</enabled><dhcp-client>false</dhcp-client></state></ipv4><ipv6 xmlns="http://openconfig.net/yang/interfaces/ip"><router-advertisement><state><suppress>false</suppress></state></router-advertisement><unnumbered><state><enabled>false</enabled></state></unnumbered><state><enabled>true</enabled><dup-addr-detect-transmits>1</dup-addr-detect-transmits><dhcp-client>false</dhcp-client></state></ipv6></interface></interfaces><lldp xmlns="http://openconfig.net/yang/lldp"><state><enabled>true</enabled></state></lldp><components xmlns="http://openconfig.net/yang/platform"><component><name>channel-1</name><config><name>channel-1</name></config><state><name>channel-1</name><type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:OPTICAL_CHANNEL</type></state><optical-channel xmlns="http://openconfig.net/yang/terminal-device"><config><frequency>192056250</frequency><target-output-power>1.0</target-output-power><operational-mode>8</operational-mode><line-port>transceiver-1</line-port></config><state><frequency>192056250</frequency><target-output-power>1.0</target-output-power><operational-mode>8</operational-mode><line-port>transceiver-1</line-port><group-id>1</group-id><output-power><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></output-power><input-power><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></input-power><laser-bias-current><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></laser-bias-current><chromatic-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></chromatic-dispersion><polarization-mode-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></polarization-mode-dispersion><second-order-polarization-mode-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></second-order-polarization-mode-dispersion><polarization-dependent-loss><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></polarization-dependent-loss></state></optical-channel></component><component><name>channel-2</name><config><name>channel-2</name></config><state><name>channel-2</name><type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:OPTICAL_CHANNEL</type></state><optical-channel xmlns="http://openconfig.net/yang/terminal-device"><config><frequency>191600000</frequency><target-output-power>100.0</target-output-power><operational-mode>0</operational-mode><line-port>transceiver-2</line-port></config><state><frequency>191600000</frequency><target-output-power>0.0</target-output-power><operational-mode>0</operational-mode><line-port>transceiver-2</line-port><group-id>1</group-id><output-power><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></output-power><input-power><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></input-power><laser-bias-current><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></laser-bias-current><chromatic-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></chromatic-dispersion><polarization-mode-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></polarization-mode-dispersion><second-order-polarization-mode-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></second-order-polarization-mode-dispersion><polarization-dependent-loss><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></polarization-dependent-loss></state></optical-channel></component><component><name>channel-3</name><config><name>channel-3</name></config><state><name>channel-3</name><type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:OPTICAL_CHANNEL</type></state><optical-channel xmlns="http://openconfig.net/yang/terminal-device"><config><frequency>191600000</frequency><target-output-power>100.0</target-output-power><operational-mode>0</operational-mode><line-port>transceiver-3</line-port></config><state><frequency>191600000</frequency><target-output-power>0.0</target-output-power><operational-mode>0</operational-mode><line-port>transceiver-3</line-port><group-id>1</group-id><output-power><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></output-power><input-power><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></input-power><laser-bias-current><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></laser-bias-current><chromatic-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></chromatic-dispersion><polarization-mode-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></polarization-mode-dispersion><second-order-polarization-mode-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></second-order-polarization-mode-dispersion><polarization-dependent-loss><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></polarization-dependent-loss></state></optical-channel></component><component><name>channel-4</name><config><name>channel-4</name></config><state><name>channel-4</name><type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:OPTICAL_CHANNEL</type></state><optical-channel xmlns="http://openconfig.net/yang/terminal-device"><config><frequency>191600000</frequency><target-output-power>100.0</target-output-power><operational-mode>0</operational-mode><line-port>transceiver-4</line-port></config><state><frequency>191600000</frequency><target-output-power>0.0</target-output-power><operational-mode>0</operational-mode><line-port>transceiver-4</line-port><group-id>1</group-id><output-power><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></output-power><input-power><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></input-power><laser-bias-current><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></laser-bias-current><chromatic-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></chromatic-dispersion><polarization-mode-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></polarization-mode-dispersion><second-order-polarization-mode-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></second-order-polarization-mode-dispersion><polarization-dependent-loss><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></polarization-dependent-loss></state></optical-channel></component><component><name>device</name><config><name>device</name></config><state><name>MellanoxSwitch</name><type xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:OPERATING_SYSTEM</type><mfg-name>SSSA-CNIT</mfg-name><hardware-version>1.0.0</hardware-version><firmware-version>1.0.0</firmware-version><software-version>1.0.0</software-version><serial-no>610610</serial-no></state></component><component><name>port-1</name><config><name>port-1</name></config><state><name>port-1</name><type xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:PORT</type></state><properties><property><name>odtn-port-type</name><config><name>odtn-port-type</name><value>line</value></config><state><name>odtn-port-type</name><value>line</value></state></property><property><name>onos-index</name><config><name>onos-index</name><value>1</value></config><state><name>onos-index</name><value>1</value></state></property></properties><subcomponents><subcomponent><name>channel-1</name><config><name>channel-1</name></config><state><name>channel-1</name></state></subcomponent></subcomponents></component><component><name>port-2</name><config><name>port-2</name></config><state><name>port-2</name><type xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:PORT</type></state><properties><property><name>odtn-port-type</name><config><name>odtn-port-type</name><value>line</value></config><state><name>odtn-port-type</name><value>line</value></state></property><property><name>onos-index</name><config><name>onos-index</name><value>2</value></config><state><name>onos-index</name><value>2</value></state></property></properties><subcomponents><subcomponent><name>channel-2</name><config><name>channel-2</name></config><state><name>channel-2</name></state></subcomponent></subcomponents></component><component><name>port-3</name><config><name>port-3</name></config><state><name>port-3</name><type xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:PORT</type></state><properties><property><name>odtn-port-type</name><config><name>odtn-port-type</name><value>line</value></config><state><name>odtn-port-type</name><value>line</value></state></property><property><name>onos-index</name><config><name>onos-index</name><value>3</value></config><state><name>onos-index</name><value>3</value></state></property></properties><subcomponents><subcomponent><name>channel-3</name><config><name>channel-3</name></config><state><name>channel-3</name></state></subcomponent></subcomponents></component><component><name>port-4</name><config><name>port-4</name></config><state><name>port-4</name><type xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:PORT</type></state><properties><property><name>odtn-port-type</name><config><name>odtn-port-type</name><value>line</value></config><state><name>odtn-port-type</name><value>line</value></state></property><property><name>onos-index</name><config><name>onos-index</name><value>4</value></config><state><name>onos-index</name><value>4</value></state></property></properties><subcomponents><subcomponent><name>channel-4</name><config><name>channel-4</name></config><state><name>channel-4</name></state></subcomponent></subcomponents></component><component><name>transceiver-1</name><config><name>transceiver-1</name></config><state><name>transceiver-1</name><type xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:TRANSCEIVER</type></state><transceiver xmlns="http://openconfig.net/yang/platform/transceiver"><config><enabled>true</enabled><form-factor-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:QSFP56_DD_TYPE1</form-factor-preconf><ethernet-pmd-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:ETH_400GBASE_ZR</ethernet-pmd-preconf><fec-mode xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:FEC_AUTO</fec-mode><module-functional-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:TYPE_DIGITAL_COHERENT_OPTIC</module-functional-type></config><state><enabled>true</enabled><form-factor-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:QSFP56_DD_TYPE1</form-factor-preconf><ethernet-pmd-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:ETH_400GBASE_ZR</ethernet-pmd-preconf><fec-mode xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:FEC_AUTO</fec-mode><module-functional-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:TYPE_DIGITAL_COHERENT_OPTIC</module-functional-type><vendor>Cisco</vendor><vendor-part>400zr-QSFP-DD</vendor-part><vendor-rev>01</vendor-rev><serial-no>1567321</serial-no></state><physical-channels><channel><index>1</index><config><index>1</index><associated-optical-channel>channel-1</associated-optical-channel></config></channel></physical-channels></transceiver></component><component><name>transceiver-2</name><config><name>transceiver-2</name></config><state><name>transceiver-2</name><type xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:TRANSCEIVER</type></state><transceiver xmlns="http://openconfig.net/yang/platform/transceiver"><config><enabled>true</enabled><form-factor-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:QSFP56_DD_TYPE1</form-factor-preconf><ethernet-pmd-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:ETH_400GBASE_ZR</ethernet-pmd-preconf><fec-mode xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:FEC_AUTO</fec-mode><module-functional-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:TYPE_DIGITAL_COHERENT_OPTIC</module-functional-type></config><state><enabled>true</enabled><form-factor-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:QSFP56_DD_TYPE1</form-factor-preconf><ethernet-pmd-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:ETH_400GBASE_ZR</ethernet-pmd-preconf><fec-mode xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:FEC_AUTO</fec-mode><module-functional-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:TYPE_DIGITAL_COHERENT_OPTIC</module-functional-type><vendor>Cisco</vendor><vendor-part>400zr-QSFP-DD</vendor-part><vendor-rev>01</vendor-rev><serial-no>1567321</serial-no></state><physical-channels><channel><index>1</index><config><index>1</index><associated-optical-channel>channel-2</associated-optical-channel></config></channel></physical-channels></transceiver></component><component><name>transceiver-3</name><config><name>transceiver-3</name></config><state><name>transceiver-3</name><type xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:TRANSCEIVER</type></state><transceiver xmlns="http://openconfig.net/yang/platform/transceiver"><config><enabled>true</enabled><form-factor-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:QSFP56_DD_TYPE1</form-factor-preconf><ethernet-pmd-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:ETH_400GBASE_ZR</ethernet-pmd-preconf><fec-mode xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:FEC_AUTO</fec-mode><module-functional-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:TYPE_DIGITAL_COHERENT_OPTIC</module-functional-type></config><state><enabled>true</enabled><form-factor-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:QSFP56_DD_TYPE1</form-factor-preconf><ethernet-pmd-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:ETH_400GBASE_ZR</ethernet-pmd-preconf><fec-mode xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:FEC_AUTO</fec-mode><module-functional-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:TYPE_DIGITAL_COHEREN" -[2024-06-20 13:23:54,067] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:23:54,068] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: ending -[2024-06-20 13:23:54,086] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: starting -[2024-06-20 13:23:54,086] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:23:54,087] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:23:54,087] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: regular expression start=0, end=8 -[2024-06-20 13:23:54,087] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: found chunk delimiter -[2024-06-20 13:23:54,087] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: chunk size 16376 bytes -[2024-06-20 13:23:54,087] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: not enough data for chunk yet -[2024-06-20 13:23:54,088] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: setting start to 0 -[2024-06-20 13:23:54,088] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: ending -[2024-06-20 13:23:54,088] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: starting -[2024-06-20 13:23:54,088] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:23:54,088] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:23:54,089] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: regular expression start=0, end=8 -[2024-06-20 13:23:54,089] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: found chunk delimiter -[2024-06-20 13:23:54,089] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: chunk size 16376 bytes -[2024-06-20 13:23:54,089] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: not enough data for chunk yet -[2024-06-20 13:23:54,089] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: setting start to 0 -[2024-06-20 13:23:54,090] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: ending -[2024-06-20 13:23:54,090] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: starting -[2024-06-20 13:23:54,090] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:23:54,090] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:23:54,090] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: regular expression start=0, end=8 -[2024-06-20 13:23:54,091] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: found chunk delimiter -[2024-06-20 13:23:54,091] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: chunk size 16376 bytes -[2024-06-20 13:23:54,091] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: not enough data for chunk yet -[2024-06-20 13:23:54,091] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: setting start to 0 -[2024-06-20 13:23:54,091] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: ending -[2024-06-20 13:23:54,091] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: starting -[2024-06-20 13:23:54,092] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:23:54,092] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:23:54,092] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: regular expression start=0, end=8 -[2024-06-20 13:23:54,092] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: found chunk delimiter -[2024-06-20 13:23:54,092] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: chunk size 16376 bytes -[2024-06-20 13:23:54,092] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: appending 16376 bytes -[2024-06-20 13:23:54,093] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: fragment = "T_OPTIC</module-functional-type><vendor>Cisco</vendor><vendor-part>400zr-QSFP-DD</vendor-part><vendor-rev>01</vendor-rev><serial-no>1567321</serial-no></state><physical-channels><channel><index>1</index><config><index>1</index><associated-optical-channel>channel-3</associated-optical-channel></config></channel></physical-channels></transceiver></component><component><name>transceiver-4</name><config><name>transceiver-4</name></config><state><name>transceiver-4</name><type xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:TRANSCEIVER</type></state><transceiver xmlns="http://openconfig.net/yang/platform/transceiver"><config><enabled>true</enabled><form-factor-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:QSFP56_DD_TYPE1</form-factor-preconf><ethernet-pmd-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:ETH_400GBASE_ZR</ethernet-pmd-preconf><fec-mode xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:FEC_AUTO</fec-mode><module-functional-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:TYPE_DIGITAL_COHERENT_OPTIC</module-functional-type></config><state><enabled>true</enabled><form-factor-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:QSFP56_DD_TYPE1</form-factor-preconf><ethernet-pmd-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:ETH_400GBASE_ZR</ethernet-pmd-preconf><fec-mode xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:FEC_AUTO</fec-mode><module-functional-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:TYPE_DIGITAL_COHERENT_OPTIC</module-functional-type><vendor>Cisco</vendor><vendor-part>400zr-QSFP-DD</vendor-part><vendor-rev>01</vendor-rev><serial-no>1567321</serial-no></state><physical-channels><channel><index>1</index><config><index>1</index><associated-optical-channel>channel-4</associated-optical-channel></config></channel></physical-channels></transceiver></component></components><bgp-instance xmlns="http://openconfig.net/yang/protocols"><bgp><global><route-selection-options><state><always-compare-med>false</always-compare-med><ignore-as-path-length>false</ignore-as-path-length><external-compare-router-id>true</external-compare-router-id><advertise-inactive-routes>false</advertise-inactive-routes><enable-aigp>false</enable-aigp><ignore-next-hop-igp-metric>false</ignore-next-hop-igp-metric></state></route-selection-options></global><neighbors><neighbor><neighbor-address>192.168.1.1</neighbor-address><config><neighbor-address>192.168.1.1</neighbor-address><neighbor-port>88</neighbor-port><enabled>true</enabled><peer-as>65432</peer-as></config><state><neighbor-port>179</neighbor-port><enabled>true</enabled><route-flap-damping>false</route-flap-damping><send-community>NONE</send-community><dynamically-configured>false</dynamically-configured></state><timers><state><connect-retry>30</connect-retry><hold-time>90</hold-time><keepalive-interval>30</keepalive-interval><minimum-advertisement-interval>30</minimum-advertisement-interval></state></timers><transport><state><mtu-discovery>false</mtu-discovery><passive-mode>false</passive-mode></state></transport><error-handling><state><treat-as-withdraw>false</treat-as-withdraw></state></error-handling><logging-options><state><log-neighbor-state-changes>true</log-neighbor-state-changes></state></logging-options><ebgp-multihop><state><enabled>false</enabled></state></ebgp-multihop><route-reflector><state><route-reflector-client>false</route-reflector-client></state></route-reflector><as-path-options><state><allow-own-as>0</allow-own-as><replace-peer-as>false</replace-peer-as><disable-peer-as-filter>false</disable-peer-as-filter></state></as-path-options><use-multiple-paths><state><enabled>false</enabled></state><ebgp><state><allow-multiple-as>false</allow-multiple-as></state></ebgp></use-multiple-paths><apply-policy><state><default-import-policy>REJECT_ROUTE</default-import-policy><default-export-policy>REJECT_ROUTE</default-export-policy></state></apply-policy></neighbor></neighbors></bgp></bgp-instance><ospf-instance xmlns="http://openconfig.net/yang/protocols"><ospfv2><global><state><summary-route-cost-mode>RFC2328_COMPATIBLE</summary-route-cost-mode></state></global></ospfv2></ospf-instance><terminal-device xmlns="http://openconfig.net/yang/terminal-device"><logical-channels><channel><index>1</index><config><index>1</index><description>Logical channel 1</description><admin-state>DISABLED</admin-state><logical-channel-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:PROT_OTN</logical-channel-type><loopback-mode>NONE</loopback-mode></config><state><index>1</index><description>Logical channel 1</description><admin-state>DISABLED</admin-state><logical-channel-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:PROT_OTN</logical-channel-type><loopback-mode>NONE</loopback-mode><link-state>UP</link-state></state><ingress><config><transceiver>transceiver-1</transceiver></config><state><transceiver>transceiver-1</transceiver></state></ingress><logical-channel-assignments><assignment><index>1</index><config><index>1</index><description>Optical channel assigned 100</description><assignment-type>OPTICAL_CHANNEL</assignment-type><optical-channel>channel-1</optical-channel><allocation>100.0</allocation></config><state><index>1</index><description>Optical channel assigned 100</description><assignment-type>OPTICAL_CHANNEL</assignment-type><optical-channel>channel-1</optical-channel><allocation>100.0</allocation></state></assignment></logical-channel-assignments></channel><channel><index>2</index><config><index>2</index><description>Logical channel 2</description><admin-state>DISABLED</admin-state><logical-channel-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:PROT_OTN</logical-channel-type><loopback-mode>NONE</loopback-mode></config><state><index>2</index><description>Logical channel 2</description><admin-state>DISABLED</admin-state><logical-channel-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:PROT_OTN</logical-channel-type><loopback-mode>NONE</loopback-mode><link-state>UP</link-state></state><ingress><config><transceiver>transceiver-2</transceiver></config><state><transceiver>transceiver-2</transceiver></state></ingress><logical-channel-assignments><assignment><index>1</index><config><index>1</index><description>Optical channel assigned 100</description><assignment-type>OPTICAL_CHANNEL</assignment-type><optical-channel>channel-2</optical-channel><allocation>100.0</allocation></config><state><index>1</index><description>Optical channel assigned 100</description><assignment-type>OPTICAL_CHANNEL</assignment-type><optical-channel>channel-2</optical-channel><allocation>100.0</allocation></state></assignment></logical-channel-assignments></channel><channel><index>3</index><config><index>3</index><description>Logical channel 3</description><admin-state>DISABLED</admin-state><logical-channel-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:PROT_OTN</logical-channel-type><loopback-mode>NONE</loopback-mode></config><state><index>3</index><description>Logical channel 3</description><admin-state>DISABLED</admin-state><logical-channel-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:PROT_OTN</logical-channel-type><loopback-mode>NONE</loopback-mode><link-state>UP</link-state></state><ingress><config><transceiver>transceiver-3</transceiver></config><state><transceiver>transceiver-3</transceiver></state></ingress><logical-channel-assignments><assignment><index>1</index><config><index>1</index><description>Optical channel assigned 100</description><assignment-type>OPTICAL_CHANNEL</assignment-type><optical-channel>channel-3</optical-channel><allocation>100.0</allocation></config><state><index>1</index><description>Optical channel assigned 100</description><assignment-type>OPTICAL_CHANNEL</assignment-type><optical-channel>channel-3</optical-channel><allocation>100.0</allocation></state></assignment></logical-channel-assignments></channel><channel><index>4</index><config><index>4</index><description>Logical channel 4</description><admin-state>DISABLED</admin-state><logical-channel-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:PROT_OTN</logical-channel-type><loopback-mode>NONE</loopback-mode></config><state><index>4</index><description>Logical channel 4</description><admin-state>DISABLED</admin-state><logical-channel-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:PROT_OTN</logical-channel-type><loopback-mode>NONE</loopback-mode><link-state>UP</link-state></state><ingress><config><transceiver>transceiver-4</transceiver></config><state><transceiver>transceiver-4</transceiver></state></ingress><logical-channel-assignments><assignment><index>1</index><config><index>1</index><description>Optical channel assigned 100</description><assignment-type>OPTICAL_CHANNEL</assignment-type><optical-channel>channel-4</optical-channel><allocation>100.0</allocation></config><state><index>1</index><description>Optical channel assigned 100</description><assignment-type>OPTICAL_CHANNEL</assignment-type><optical-channel>channel-4</optical-channel><allocation>100.0</allocation></state></assignment></logical-channel-assignments></channel></logical-channels><operational-modes><mode><mode-id>1</mode-id><state><mode-id>1</mode-id><description>FEC1</description><vendor-id>Ericsson</vendor-id></state></mode><mode><mode-id>2</mode-id><state><mode-id>2</mode-id><description>FEC2</description><vendor-id>Ericsson</vendor-id></state></mode></operational-modes></terminal-device><aaa xmlns="http://tail-f.com/ns/aaa/1.1"><authentication><users><user><name>admin</name><uid>9000</uid><gid>100</gid><password>$1$MAUsMGRB$0QVLq8d0AZKgnyMHQHXGj.</password><ssh_keydir>/var/confd/homes/admin/.ssh</ssh_keydir><homedir>/var/confd/homes/admin</homedir></user><user><name>oper</name><uid>9003</uid><gid>103</gid><password>$1$OuxlaJdk$U/2..0bsSRBOdB89X.V/B.</password><ssh_keydir>/var/confd/homes/oper/.ssh</ssh_keydir><homedir>/var/confd/homes/oper</homedir></user><user><name>optical</name><uid>9001</uid><gid>101</gid><password>$1$.fTK5rN8$70SU3wMX3Ppun/0gE7wsA0</password><ssh_keydir>/var/confd/homes/optical/.ssh</ssh_keydir><homedir>/var/confd/homes/optical</homedir></user><user><name>packet</name><uid>9002</uid><gid>102</gid><password>$1$2Q0WT3GS$kHtMcIEPrKOjv5AIRaIRp.</password><ssh_keydir>/var/confd/homes/packet/.ssh</ssh_keydir><homedir>/var/confd/homes/packet</homedir></user><user><name>private</name><uid>9005</uid><gid>103</gid><password>$1$kQyh8qdQ$M.AQv0IrSWDrKfW2RHAHj0</password><ssh_keydir>/var/confd/homes/private/.ssh</ssh_keydir><homedir>/var/confd/homes/private</homedir></user><user><name>public</name><uid>9004</uid><gid>100</gid><password>$1$MGwjebs5$q/SznJWMzKIsd1aIb5UN.1</password><ssh_keydir>/var/confd/homes/public/.ssh</ssh_keydir><homedir>/var/confd/homes/public</homedir></user></users></authentication><ios><level><nr>0</nr><prompt>\h> </prompt></level><level><nr>15</nr><prompt>\h# </prompt></level><privilege><mode>exec</mode><level><nr>0</nr><command><name>action</name></command><command><name>autowizard</name></command><command><name>enable</name></command><command><name>exit</name></command><command><name>help</name></command><command><name>startup</name></command></level><level><nr>15</nr><command><name>configure</name></command></level></privilege></ios></aaa><confd-state xmlns="http://tail-f.com/yang/confd-monitoring"><version>6.4</version><epoll>false</epoll><daemon-status>started</daemon-status><loaded-data-models><data-model><name>iana-crypt-hash</name><revision>2014-08-06</revision><namespace>urn:ietf:params:xml:ns:yang:iana-crypt-hash</namespace><prefix>ianach</prefix><exported-to-all/></data-model><data-model><name>ietf-inet-types</name><revision>2013-07-15</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-inet-types</namespace><prefix>inet</prefix><exported-to-all/></data-model><data-model><name>ietf-interfaces</name><revision>2014-05-08</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-interfaces</namespace><prefix>if</prefix><exported-to-all/></data-model><data-model><name>ietf-netconf-acm</name><revision>2012-02-22</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-acm</namespace><prefix>nacm</prefix><exported-to-all/></data-model><data-model><name>ietf-netconf-monitoring</name><revision>2010-10-04</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring</namespace><prefix>ncm</prefix><exported-to-all/></data-model><data-model><name>ietf-netconf-notifications</name><revision>2012-02-06</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-notifications</namespace><prefix>ncn</prefix><exported-to-all/></data-model><data-model><name>ietf-yang-library</name><revision>2016-06-21</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-library</namespace><prefix>yanglib</prefix><exported-to>netconf</exported-to><exported-to>rest</exported-to></data-model><data-model><name>ietf-yang-types</name><revision>2013-07-15</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-types</namespace><prefix>yang</prefix><exported-to-all/></data-model><data-model><name>netconf_netmod</name><namespace>urn:ietf:params:xml:ns:netmod:notification</namespace><prefix>nm</prefix><exported-to>netconf</exported-to></data-model><data-model><name>openconfig-alarm-types</name><revision>2018-01-16</revision><namespace>http://openconfig.net/yang/alarms/types</namespace><prefix>oc-alarm-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-bfd</name><revision>2022-06-28</revision><namespace>http://openconfig.net/yang/bfd</namespace><prefix>oc-bfd</prefix><exported-to-all/></data-model><data-model><name>openconfig-bgp</name><revision>2022-05-21</revision><namespace>http://openconfig.net/yang/bgp</namespace><prefix>oc-bgp</prefix><exported-to-all/></data-model><data-model><name>openconfig-bgp-types</name><revision>2021-08-06</revision><namespace>http://openconfig.net/yang/bgp-types</namespace><prefix>oc-bgp-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-evpn-types</name><revision>2021-06-21</revision><namespace>http://openconfig.net/yang/evpn-types</namespace><prefix>oc-evpn-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-if-ethernet</name><revision>2022-04-20</revision><namespace>http://openconfig.net/yang/interfaces/ethernet</namespace><prefix>oc-eth</prefix><exported-to-all/></data-model><data-model><name>openconfig-if-ip</name><revision>2019-01-08</revision><namespace>http://openconfig.net/yang/interfaces/ip</namespace><prefix>oc-ip</prefix><exported-to-all/></data-model><data-model><name>openconfig-inet-types</name><revision>2021-08-17</revision><namespace>http://openconfig.net/yang/types/inet</namespace><prefix>oc-inet</prefix><exported-to-all/></data-model><data-model><name>openconfig-interfaces</name><revision>2021-04-06</revision><namespace>http://openconfig.net/yang/interfaces</namespace><prefix>oc-if</prefix><exported-to-all/></data-model><data-model><name>openconfig-lldp</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/lldp</namespace><prefix>oc-lldp</prefix><exported-to-all/></data-model><data-model><name>openconfig-lldp-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/lldp/types</namespace><prefix>oc-lldp-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-mpls-types</name><revision>2021-12-01</revision><namespace>http://openconfig.net/yang/mpls-types</namespace><prefix>oc-mplst</prefix><exported-to-all/></data-model><data-model><name>openconfig-network-instance-types</name><revision>2021-07-14</revision><namespace>http://openconfig.net/yang/network-instance-types</namespace><prefix>oc-ni-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-ospf-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/ospf-types</namespace><prefix>oc-ospf-types</prefix><exporte" -[2024-06-20 13:23:54,093] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:23:54,093] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: ending -[2024-06-20 13:23:54,117] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: starting -[2024-06-20 13:23:54,117] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:23:54,117] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:23:54,117] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: regular expression start=0, end=8 -[2024-06-20 13:23:54,117] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: found chunk delimiter -[2024-06-20 13:23:54,118] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: chunk size 16376 bytes -[2024-06-20 13:23:54,118] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: not enough data for chunk yet -[2024-06-20 13:23:54,118] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: setting start to 0 -[2024-06-20 13:23:54,118] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: ending -[2024-06-20 13:23:54,118] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: starting -[2024-06-20 13:23:54,118] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:23:54,119] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:23:54,119] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: regular expression start=0, end=8 -[2024-06-20 13:23:54,119] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: found chunk delimiter -[2024-06-20 13:23:54,119] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: chunk size 16376 bytes -[2024-06-20 13:23:54,119] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: not enough data for chunk yet -[2024-06-20 13:23:54,119] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: setting start to 0 -[2024-06-20 13:23:54,119] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: ending -[2024-06-20 13:23:54,120] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: starting -[2024-06-20 13:23:54,120] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:23:54,120] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:23:54,120] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: regular expression start=0, end=8 -[2024-06-20 13:23:54,120] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: found chunk delimiter -[2024-06-20 13:23:54,120] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: chunk size 16376 bytes -[2024-06-20 13:23:54,121] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: not enough data for chunk yet -[2024-06-20 13:23:54,121] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: setting start to 0 -[2024-06-20 13:23:54,121] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: ending -[2024-06-20 13:23:54,121] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: starting -[2024-06-20 13:23:54,121] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:23:54,121] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:23:54,122] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: regular expression start=0, end=8 -[2024-06-20 13:23:54,122] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: found chunk delimiter -[2024-06-20 13:23:54,122] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: chunk size 16376 bytes -[2024-06-20 13:23:54,122] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: appending 16376 bytes -[2024-06-20 13:23:54,122] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: fragment = "d-to-all/></data-model><data-model><name>openconfig-ospfv2</name><revision>2022-02-10</revision><namespace>http://openconfig.net/yang/ospfv2</namespace><prefix>oc-ospfv2</prefix><exported-to-all/></data-model><data-model><name>openconfig-platform</name><revision>2018-01-30</revision><namespace>http://openconfig.net/yang/platform</namespace><prefix>oc-platform</prefix><exported-to-all/></data-model><data-model><name>openconfig-platform-port</name><revision>2021-04-22</revision><namespace>http://openconfig.net/yang/platform/port</namespace><prefix>oc-port</prefix><exported-to-all/></data-model><data-model><name>openconfig-platform-transceiver</name><revision>2021-02-23</revision><namespace>http://openconfig.net/yang/platform/transceiver</namespace><prefix>oc-transceiver</prefix><exported-to-all/></data-model><data-model><name>openconfig-platform-types</name><revision>2021-01-18</revision><namespace>http://openconfig.net/yang/platform-types</namespace><prefix>oc-platform-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-policy-types</name><revision>2022-11-08</revision><namespace>http://openconfig.net/yang/policy-types</namespace><prefix>oc-pol-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-protocols</name><namespace>http://openconfig.net/yang/protocols</namespace><prefix>oc-prt</prefix><exported-to-all/></data-model><data-model><name>openconfig-rib-bgp</name><revision>2022-06-06</revision><namespace>http://openconfig.net/yang/rib/bgp</namespace><prefix>oc-rib-bgp</prefix><exported-to-all/></data-model><data-model><name>openconfig-rib-bgp-types</name><revision>2019-03-14</revision><namespace>http://openconfig.net/yang/rib/bgp-types</namespace><prefix>oc-bgprib-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-routing-policy</name><revision>2022-05-24</revision><namespace>http://openconfig.net/yang/routing-policy</namespace><prefix>oc-rpol</prefix><exported-to-all/></data-model><data-model><name>openconfig-segment-routing-types</name><revision>2020-02-04</revision><namespace>http://openconfig.net/yang/segment-routing-types</namespace><prefix>oc-srt</prefix><exported-to-all/></data-model><data-model><name>openconfig-telemetry</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/telemetry</namespace><prefix>oc-telemetry</prefix><exported-to-all/></data-model><data-model><name>openconfig-telemetry-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/telemetry-types</namespace><prefix>oc-telemetry-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-terminal-device</name><revision>2021-02-23</revision><namespace>http://openconfig.net/yang/terminal-device</namespace><prefix>oc-opt-term</prefix><exported-to-all/></data-model><data-model><name>openconfig-transport-types</name><revision>2021-03-22</revision><namespace>http://openconfig.net/yang/transport-types</namespace><prefix>oc-opt-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-types</name><revision>2019-04-16</revision><namespace>http://openconfig.net/yang/openconfig-types</namespace><prefix>oc-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-yang-types</name><revision>2021-07-14</revision><namespace>http://openconfig.net/yang/types/yang</namespace><prefix>oc-yang</prefix><exported-to-all/></data-model><data-model><name>tailf-aaa</name><revision>2015-06-16</revision><namespace>http://tail-f.com/ns/aaa/1.1</namespace><prefix>aaa</prefix><exported-to-all/></data-model><data-model><name>tailf-acm</name><revision>2013-03-07</revision><namespace>http://tail-f.com/yang/acm</namespace><prefix>tacm</prefix><exported-to-all/></data-model><data-model><name>tailf-common-monitoring</name><revision>2013-06-14</revision><namespace>http://tail-f.com/yang/common-monitoring</namespace><prefix>tfcg</prefix><exported-to-all/></data-model><data-model><name>tailf-confd-monitoring</name><revision>2013-06-14</revision><namespace>http://tail-f.com/yang/confd-monitoring</namespace><prefix>tfcm</prefix><exported-to-all/></data-model><data-model><name>tailf-kicker</name><revision>2017-03-16</revision><namespace>http://tail-f.com/ns/kicker</namespace><prefix>kicker</prefix><exported-to-all/></data-model><data-model><name>tailf-netconf-monitoring</name><revision>2016-11-24</revision><namespace>http://tail-f.com/yang/netconf-monitoring</namespace><prefix>tncm</prefix><exported-to-all/></data-model><data-model><name>tailf-rollback</name><revision>2016-09-15</revision><namespace>http://tail-f.com/ns/rollback</namespace><prefix>rollback</prefix><exported-to>rest</exported-to></data-model><data-model><name>vlan</name><namespace>http://sssup.it/yang/vlan</namespace><prefix>sv</prefix><exported-to-all/></data-model></loaded-data-models><netconf><listen><tcp><ip>0.0.0.0</ip><port>2023</port></tcp><ssh><ip>0.0.0.0</ip><port>2022</port></ssh></listen></netconf><cli><listen><ssh><ip>0.0.0.0</ip><port>2024</port></ssh></listen></cli><internal><callpoints><notification-stream-replay><name>NETCONF</name><replay-support>none</replay-support></notification-stream-replay><notification-stream-replay><name>mellanox</name><replay-support>external</replay-support><daemon><id>0</id><name>notifier</name></daemon></notification-stream-replay></callpoints><cdb><datastore><name>running</name><transaction-id>1717-750544-743311</transaction-id><filename>./confd-cdb/A.cdb</filename><disk-size>13451</disk-size><ram-size>81630</ram-size><read-locks>0</read-locks><write-lock-set>false</write-lock-set><waiting-for-replication-sync>false</waiting-for-replication-sync></datastore><datastore><name>operational</name><filename>./confd-cdb/O.cdb</filename><disk-size>4</disk-size><ram-size>136</ram-size><subscription-lock-set>false</subscription-lock-set></datastore><client><name>notifier</name><info>325/6</info><type>subscriber</type><subscription><datastore>running</datastore><priority>1</priority><id>6</id><path>/terminal-device/logical-channels/channel/config</path></subscription><subscription><datastore>running</datastore><priority>2</priority><id>8</id><path>/telemetry-system/subscriptions/dynamic-subscriptions</path></subscription><subscription><datastore>running</datastore><priority>2</priority><id>7</id><path>/components/component/optical-channel/config</path></subscription><subscription><datastore>running</datastore><priority>3</priority><id>9</id><path>/switched-vlans/vlan/tagged-members/member</path></subscription><subscription><datastore>running</datastore><priority>4</priority><id>10</id><path>/switched-vlans/vlan/untagged-members/member</path></subscription><subscription><datastore>running</datastore><priority>5</priority><id>11</id><path>/interfaces/interface</path></subscription><subscription><datastore>running</datastore><priority>6</priority><id>12</id><path>/bgp-instance/bgp</path></subscription></client><client><name>notifier</name><info>325/5</info><type>inactive</type></client></cdb></internal></confd-state><netconf xmlns="urn:ietf:params:xml:ns:netmod:notification"><streams><stream><name>NETCONF</name><description>default NETCONF event stream</description><replaySupport>false</replaySupport></stream><stream><name>mellanox</name><description>Notifications regarding the transponder</description><replaySupport>true</replaySupport><replayLogCreationTime>2024-06-06T22:51:35.958749+00:00</replayLogCreationTime></stream></streams></netconf><nacm xmlns="urn:ietf:params:xml:ns:yang:ietf-netconf-acm"><enable-nacm>true</enable-nacm><read-default>permit</read-default><write-default>permit</write-default><exec-default>permit</exec-default><enable-external-groups>true</enable-external-groups><denied-operations>0</denied-operations><denied-data-writes>0</denied-data-writes><denied-notifications>0</denied-notifications><groups><group><name>admin</name><user-name>admin</user-name><user-name>private</user-name></group><group><name>oper</name><user-name>oper</user-name><user-name>public</user-name></group><group><name>opt</name><user-name>optical</user-name></group><group><name>pck</name><user-name>packet</user-name></group></groups><rule-list><name>any-group</name><group>*</group><rule><name>get</name><module-name>*</module-name><path>/</path><access-operations>read</access-operations><action>permit</action></rule><rule><name>tailf-aaa-authentication</name><module-name>tailf-aaa</module-name><path>/aaa/authentication/users/user[name='$USER']</path><access-operations>read update</access-operations><action>permit</action></rule><rule><name>tailf-aaa-user</name><module-name>tailf-aaa</module-name><path>/user[name='$USER']</path><access-operations>create read update delete</access-operations><action>permit</action></rule><rule><name>tailf-webui-user</name><module-name>tailf-webui</module-name><path>/webui/data-stores/user-profile[username='$USER']</path><access-operations>create read update delete</access-operations><action>permit</action></rule></rule-list><rule-list><name>packet</name><group>pck</group><rule><name>vlan</name><module-name>vlan</module-name><path>/switched-vlans</path><access-operations>create read update delete</access-operations><action>permit</action></rule><rule><name>terminal-device</name><module-name>*</module-name><path>/terminal-device</path><access-operations>create update delete</access-operations><action>deny</action></rule><rule><name>components</name><module-name>*</module-name><path>/components</path><access-operations>create update delete</access-operations><action>deny</action></rule></rule-list><rule-list><name>optical</name><group>opt</group><rule><name>terminal-device</name><module-name>*</module-name><path>/terminal-device</path><access-operations>create read update delete</access-operations><action>permit</action></rule><rule><name>components</name><module-name>*</module-name><path>/components</path><access-operations>create read update delete</access-operations><action>permit</action></rule><rule><name>vlan</name><module-name>vlan</module-name><path>/switched-vlans</path><access-operations>create update delete</access-operations><action>deny</action></rule></rule-list><rule-list><name>admin</name><group>admin</group><rule><name>any-access</name><action>permit</action></rule></rule-list></nacm><netconf-state xmlns="urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring"><capabilities><capability>urn:ietf:params:netconf:base:1.0</capability><capability>urn:ietf:params:netconf:base:1.1</capability><capability>urn:ietf:params:netconf:capability:writable-running:1.0</capability><capability>urn:ietf:params:netconf:capability:xpath:1.0</capability><capability>urn:ietf:params:netconf:capability:validate:1.0</capability><capability>urn:ietf:params:netconf:capability:validate:1.1</capability><capability>urn:ietf:params:netconf:capability:rollback-on-error:1.0</capability><capability>urn:ietf:params:netconf:capability:notification:1.0</capability><capability>urn:ietf:params:netconf:capability:with-defaults:1.0?basic-mode=explicit&also-supported=report-all-tagged</capability><capability>urn:ietf:params:netconf:capability:yang-library:1.0?revision=2016-06-21&module-set-id=f1285a0c7bf3c6c159ca5c87b160ec60</capability><capability>http://tail-f.com/ns/netconf/extensions</capability><capability>http://openconfig.net/yang/alarms/types?module=openconfig-alarm-types&revision=2018-01-16</capability><capability>http://openconfig.net/yang/bfd?module=openconfig-bfd&revision=2022-06-28</capability><capability>http://openconfig.net/yang/bgp?module=openconfig-bgp&revision=2022-05-21</capability><capability>http://openconfig.net/yang/bgp-types?module=openconfig-bgp-types&revision=2021-08-06</capability><capability>http://openconfig.net/yang/evpn-types?module=openconfig-evpn-types&revision=2021-06-21</capability><capability>http://openconfig.net/yang/interfaces?module=openconfig-interfaces&revision=2021-04-06</capability><capability>http://openconfig.net/yang/interfaces/ethernet?module=openconfig-if-ethernet&revision=2022-04-20</capability><capability>http://openconfig.net/yang/interfaces/ip?module=openconfig-if-ip&revision=2019-01-08</capability><capability>http://openconfig.net/yang/lldp?module=openconfig-lldp&revision=2018-11-21</capability><capability>http://openconfig.net/yang/lldp/types?module=openconfig-lldp-types&revision=2018-11-21</capability><capability>http://openconfig.net/yang/mpls-types?module=openconfig-mpls-types&revision=2021-12-01</capability><capability>http://openconfig.net/yang/network-instance-types?module=openconfig-network-instance-types&revision=2021-07-14</capability><capability>http://openconfig.net/yang/openconfig-types?module=openconfig-types&revision=2019-04-16</capability><capability>http://openconfig.net/yang/ospf-types?module=openconfig-ospf-types&revision=2018-11-21</capability><capability>http://openconfig.net/yang/ospfv2?module=openconfig-ospfv2&revision=2022-02-10</capability><capability>http://openconfig.net/yang/platform?module=openconfig-platform&revision=2018-01-30</capability><capability>http://openconfig.net/yang/platform-types?module=openconfig-platform-types&revision=2021-01-18</capability><capability>http://openconfig.net/yang/platform/port?module=openconfig-platform-port&revision=2021-04-22</capability><capability>http://openconfig.net/yang/platform/transceiver?module=openconfig-platform-transceiver&revision=2021-02-23</capability><capability>http://openconfig.net/yang/policy-types?module=openconfig-policy-types&revision=2022-11-08</capability><capability>http://openconfig.net/yang/protocols?module=openconfig-protocols</capability><capability>http://openconfig.net/yang/rib/bgp?module=openconfig-rib-bgp&revision=2022-06-06</capability><capability>http://openconfig.net/yang/rib/bgp-types?module=openconfig-rib-bgp-types&revision=2019-03-14</capability><capability>http://openconfig.net/yang/routing-policy?module=openconfig-routing-policy&revision=2022-05-24</capability><capability>http://openconfig.net/yang/segment-routing-types?module=openconfig-segment-routing-types&revision=2020-02-04</capability><capability>http://openconfig.net/yang/telemetry?module=openconfig-telemetry&revision=2018-11-21</capability><capability>http://openconfig.net/yang/telemetry-types?module=openconfig-telemetry-types&revision=2018-11-21</capability><capability>http://openconfig.net/yang/terminal-device?module=openconfig-terminal-device&revision=2021-02-23</capability><capability>http://openconfig.net/yang/transport-types?module=openconfig-transport-types&revision=2021-03-22</capability><capability>http://openconfig.net/yang/types/inet?module=openconfig-inet-types&revision=2021-08-17</capability><capability>http://openconfig.net/yang/types/yang?module=openconfig-yang-types&revision=2021-07-14</capability><capability>http://sssup.it/yang/vlan?module=vlan</capability><capability>http://tail-f.com/ns/aaa/1.1?module=tailf-aaa&revision=2015-06-16</capability><capability>http://tail-f.com/ns/kicker?module=tailf-kicker&revision=2017-03-16</capability><capability>http://tail-f.com/yang/acm?module=tailf-acm&revision=2013-03-07</capability><capability>http://tail-f.com/yang/common-monitoring?module=tailf-common-monitoring&revision=2013-06-14</capability><capability>http://tail-f.com/yang/confd-monitoring?module=tailf-confd-monitoring&revision=2013-06-14</capability><capability>http://tail-f.com/yang/netconf-monitoring?module=tailf-netconf-monitoring&revision=2016-11-24</capability><capability>urn:ietf:params:xml:ns:yang:iana-crypt-hash?module=iana-crypt-hash&revision=2014-08-06&features=crypt-hash-sha-512,crypt-hash-sha-256,crypt-hash-md5</capability><capability>urn:ietf:params:xml:ns:yang:ietf-inet-types?module=ietf-inet-types&revision=2013-07-15</capability><capability>urn:ietf:params:xml:ns:yang:ietf-interfaces?module=ietf-interfaces&revision=2014-05-08&features=pre-provisioning,if-mib,arbitrary-names</capability><capability>urn:ietf:params:xml:ns:yang:ietf-netconf-acm?module=ietf-netconf-acm&revision=2012-02-22</capability><capability>urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring?module=ietf-netconf-monitoring&revision=2010-10-04</capability><capability>urn:ietf:params:xml:ns:yang:ietf-" -[2024-06-20 13:23:54,122] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:23:54,123] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: ending -[2024-06-20 13:23:54,138] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: starting -[2024-06-20 13:23:54,139] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:23:54,139] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:23:54,139] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: regular expression start=0, end=8 -[2024-06-20 13:23:54,139] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: found chunk delimiter -[2024-06-20 13:23:54,139] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: chunk size 16376 bytes -[2024-06-20 13:23:54,140] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: not enough data for chunk yet -[2024-06-20 13:23:54,140] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: setting start to 0 -[2024-06-20 13:23:54,140] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: ending -[2024-06-20 13:23:54,140] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: starting -[2024-06-20 13:23:54,140] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:23:54,140] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:23:54,141] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: regular expression start=0, end=8 -[2024-06-20 13:23:54,141] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: found chunk delimiter -[2024-06-20 13:23:54,141] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: chunk size 16376 bytes -[2024-06-20 13:23:54,141] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: not enough data for chunk yet -[2024-06-20 13:23:54,141] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: setting start to 0 -[2024-06-20 13:23:54,141] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: ending -[2024-06-20 13:23:54,142] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: starting -[2024-06-20 13:23:54,142] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:23:54,142] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:23:54,142] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: regular expression start=0, end=8 -[2024-06-20 13:23:54,142] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: found chunk delimiter -[2024-06-20 13:23:54,142] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: chunk size 16376 bytes -[2024-06-20 13:23:54,143] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: not enough data for chunk yet -[2024-06-20 13:23:54,143] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: setting start to 0 -[2024-06-20 13:23:54,143] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: ending -[2024-06-20 13:23:54,143] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: starting -[2024-06-20 13:23:54,143] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:23:54,143] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:23:54,144] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: regular expression start=0, end=8 -[2024-06-20 13:23:54,144] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: found chunk delimiter -[2024-06-20 13:23:54,144] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: chunk size 16376 bytes -[2024-06-20 13:23:54,144] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: appending 16376 bytes -[2024-06-20 13:23:54,144] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: fragment = "netconf-notifications?module=ietf-netconf-notifications&revision=2012-02-06</capability><capability>urn:ietf:params:xml:ns:yang:ietf-yang-library?module=ietf-yang-library&revision=2016-06-21</capability><capability>urn:ietf:params:xml:ns:yang:ietf-yang-types?module=ietf-yang-types&revision=2013-07-15</capability><capability>urn:ietf:params:xml:ns:netconf:base:1.0?module=ietf-netconf&revision=2011-06-01</capability><capability>urn:ietf:params:xml:ns:yang:ietf-netconf-with-defaults?module=ietf-netconf-with-defaults&revision=2011-06-01</capability></capabilities><datastores><datastore><name>running</name><transaction-id xmlns="http://tail-f.com/yang/netconf-monitoring">1717-750544-743311</transaction-id></datastore></datastores><schemas><schema><identifier>iana-crypt-hash</identifier><version>2014-08-06</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:iana-crypt-hash</namespace><location>NETCONF</location></schema><schema><identifier>ietf-inet-types</identifier><version>2013-07-15</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-inet-types</namespace><location>NETCONF</location></schema><schema><identifier>ietf-interfaces</identifier><version>2014-05-08</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-interfaces</namespace><location>NETCONF</location></schema><schema><identifier>ietf-netconf</identifier><version>2011-06-01</version><format>yang</format><namespace>urn:ietf:params:xml:ns:netconf:base:1.0</namespace><location>NETCONF</location></schema><schema><identifier>ietf-netconf-acm</identifier><version>2012-02-22</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-acm</namespace><location>NETCONF</location></schema><schema><identifier>ietf-netconf-monitoring</identifier><version>2010-10-04</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring</namespace><location>NETCONF</location></schema><schema><identifier>ietf-netconf-notifications</identifier><version>2012-02-06</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-notifications</namespace><location>NETCONF</location></schema><schema><identifier>ietf-netconf-with-defaults</identifier><version>2011-06-01</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-with-defaults</namespace><location>NETCONF</location></schema><schema><identifier>ietf-yang-library</identifier><version>2016-06-21</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-library</namespace><location>NETCONF</location></schema><schema><identifier>ietf-yang-types</identifier><version>2013-07-15</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-alarm-types</identifier><version>2018-01-16</version><format>yang</format><namespace>http://openconfig.net/yang/alarms/types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bfd</identifier><version>2022-06-28</version><format>yang</format><namespace>http://openconfig.net/yang/bfd</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bgp</identifier><version>2022-05-21</version><format>yang</format><namespace>http://openconfig.net/yang/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bgp-common</identifier><version>2022-05-21</version><format>yang</format><namespace>http://openconfig.net/yang/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bgp-common-multiprotocol</identifier><version>2022-05-21</version><format>yang</format><namespace>http://openconfig.net/yang/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bgp-common-structure</identifier><version>2022-05-21</version><format>yang</format><namespace>http://openconfig.net/yang/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bgp-errors</identifier><version>2021-08-06</version><format>yang</format><namespace>http://openconfig.net/yang/bgp-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bgp-global</identifier><version>2022-05-21</version><format>yang</format><namespace>http://openconfig.net/yang/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bgp-neighbor</identifier><version>2022-05-21</version><format>yang</format><namespace>http://openconfig.net/yang/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bgp-peer-group</identifier><version>2022-05-21</version><format>yang</format><namespace>http://openconfig.net/yang/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bgp-types</identifier><version>2021-08-06</version><format>yang</format><namespace>http://openconfig.net/yang/bgp-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-evpn-types</identifier><version>2021-06-21</version><format>yang</format><namespace>http://openconfig.net/yang/evpn-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-if-ethernet</identifier><version>2022-04-20</version><format>yang</format><namespace>http://openconfig.net/yang/interfaces/ethernet</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-if-ip</identifier><version>2019-01-08</version><format>yang</format><namespace>http://openconfig.net/yang/interfaces/ip</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-inet-types</identifier><version>2021-08-17</version><format>yang</format><namespace>http://openconfig.net/yang/types/inet</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-interfaces</identifier><version>2021-04-06</version><format>yang</format><namespace>http://openconfig.net/yang/interfaces</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-lldp</identifier><version>2018-11-21</version><format>yang</format><namespace>http://openconfig.net/yang/lldp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-lldp-types</identifier><version>2018-11-21</version><format>yang</format><namespace>http://openconfig.net/yang/lldp/types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-mpls-types</identifier><version>2021-12-01</version><format>yang</format><namespace>http://openconfig.net/yang/mpls-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-network-instance-types</identifier><version>2021-07-14</version><format>yang</format><namespace>http://openconfig.net/yang/network-instance-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-ospf-types</identifier><version>2018-11-21</version><format>yang</format><namespace>http://openconfig.net/yang/ospf-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-ospfv2</identifier><version>2022-02-10</version><format>yang</format><namespace>http://openconfig.net/yang/ospfv2</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-ospfv2-area</identifier><version>2022-02-10</version><format>yang</format><namespace>http://openconfig.net/yang/ospfv2</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-ospfv2-area-interface</identifier><version>2022-02-10</version><format>yang</format><namespace>http://openconfig.net/yang/ospfv2</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-ospfv2-common</identifier><version>2022-02-10</version><format>yang</format><namespace>http://openconfig.net/yang/ospfv2</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-ospfv2-global</identifier><version>2022-02-10</version><format>yang</format><namespace>http://openconfig.net/yang/ospfv2</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-ospfv2-lsdb</identifier><version>2022-02-10</version><format>yang</format><namespace>http://openconfig.net/yang/ospfv2</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-platform</identifier><version>2018-01-30</version><format>yang</format><namespace>http://openconfig.net/yang/platform</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-platform-port</identifier><version>2021-04-22</version><format>yang</format><namespace>http://openconfig.net/yang/platform/port</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-platform-transceiver</identifier><version>2021-02-23</version><format>yang</format><namespace>http://openconfig.net/yang/platform/transceiver</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-platform-types</identifier><version>2021-01-18</version><format>yang</format><namespace>http://openconfig.net/yang/platform-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-policy-types</identifier><version>2022-11-08</version><format>yang</format><namespace>http://openconfig.net/yang/policy-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-protocols</identifier><version></version><format>yang</format><namespace>http://openconfig.net/yang/protocols</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-rib-bgp</identifier><version>2022-06-06</version><format>yang</format><namespace>http://openconfig.net/yang/rib/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-rib-bgp-attributes</identifier><version>2022-06-06</version><format>yang</format><namespace>http://openconfig.net/yang/rib/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-rib-bgp-shared-attributes</identifier><version>2022-06-06</version><format>yang</format><namespace>http://openconfig.net/yang/rib/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-rib-bgp-table-attributes</identifier><version>2022-06-06</version><format>yang</format><namespace>http://openconfig.net/yang/rib/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-rib-bgp-tables</identifier><version>2022-06-06</version><format>yang</format><namespace>http://openconfig.net/yang/rib/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-rib-bgp-types</identifier><version>2019-03-14</version><format>yang</format><namespace>http://openconfig.net/yang/rib/bgp-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-routing-policy</identifier><version>2022-05-24</version><format>yang</format><namespace>http://openconfig.net/yang/routing-policy</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-segment-routing-types</identifier><version>2020-02-04</version><format>yang</format><namespace>http://openconfig.net/yang/segment-routing-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-telemetry</identifier><version>2018-11-21</version><format>yang</format><namespace>http://openconfig.net/yang/telemetry</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-telemetry-types</identifier><version>2018-11-21</version><format>yang</format><namespace>http://openconfig.net/yang/telemetry-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-terminal-device</identifier><version>2021-02-23</version><format>yang</format><namespace>http://openconfig.net/yang/terminal-device</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-transport-types</identifier><version>2021-03-22</version><format>yang</format><namespace>http://openconfig.net/yang/transport-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-types</identifier><version>2019-04-16</version><format>yang</format><namespace>http://openconfig.net/yang/openconfig-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-yang-types</identifier><version>2021-07-14</version><format>yang</format><namespace>http://openconfig.net/yang/types/yang</namespace><location>NETCONF</location></schema><schema><identifier>tailf-aaa</identifier><version>2015-06-16</version><format>yang</format><namespace>http://tail-f.com/ns/aaa/1.1</namespace><location>NETCONF</location></schema><schema><identifier>tailf-acm</identifier><version>2013-03-07</version><format>yang</format><namespace>http://tail-f.com/yang/acm</namespace><location>NETCONF</location></schema><schema><identifier>tailf-common-monitoring</identifier><version>2013-06-14</version><format>yang</format><namespace>http://tail-f.com/yang/common-monitoring</namespace><location>NETCONF</location></schema><schema><identifier>tailf-confd-monitoring</identifier><version>2013-06-14</version><format>yang</format><namespace>http://tail-f.com/yang/confd-monitoring</namespace><location>NETCONF</location></schema><schema><identifier>tailf-kicker</identifier><version>2017-03-16</version><format>yang</format><namespace>http://tail-f.com/ns/kicker</namespace><location>NETCONF</location></schema><schema><identifier>tailf-netconf-monitoring</identifier><version>2016-11-24</version><format>yang</format><namespace>http://tail-f.com/yang/netconf-monitoring</namespace><location>NETCONF</location></schema><schema><identifier>vlan</identifier><version></version><format>yang</format><namespace>http://sssup.it/yang/vlan</namespace><location>NETCONF</location></schema></schemas><sessions><session><session-id>29</session-id><transport>netconf-ssh</transport><username>admin</username><source-host>10.30.2.206</source-host><login-time>2024-06-06T23:11:11+00:00</login-time><in-rpcs>4</in-rpcs><in-bad-rpcs>0</in-bad-rpcs><out-rpc-errors>0</out-rpc-errors><out-notifications>0</out-notifications></session><session><session-id>30</session-id><transport>netconf-ssh</transport><username>admin</username><source-host>10.30.2.206</source-host><login-time>2024-06-06T23:11:20+00:00</login-time><in-rpcs>2</in-rpcs><in-bad-rpcs>0</in-bad-rpcs><out-rpc-errors>0</out-rpc-errors><out-notifications>0</out-notifications></session><session><session-id>31</session-id><transport>netconf-ssh</transport><username>admin</username><source-host>10.30.2.206</source-host><login-time>2024-06-06T23:11:29+00:00</login-time><in-rpcs>2</in-rpcs><in-bad-rpcs>0</in-bad-rpcs><out-rpc-errors>0</out-rpc-errors><out-notifications>0</out-notifications></session><session><session-id>32</session-id><transport>netconf-ssh</transport><username>admin</username><source-host>10.30.2.208</source-host><login-time>2024-06-20T13:23:47+00:00</login-time><in-rpcs>2</in-rpcs><in-bad-rpcs>0</in-bad-rpcs><out-rpc-errors>0</out-rpc-errors><out-notifications>0</out-notifications></session><session><session-id>33</session-id><transport>netconf-ssh</transport><username>admin</username><source-host>10.30.2.208</source-host><login-time>2024-06-20T13:23:53+00:00</login-time><in-rpcs>1</in-rpcs><in-bad-rpcs>0</in-bad-rpcs><out-rpc-errors>0</out-rpc-errors><out-notifications>0</out-notifications></session></sessions><statistics><netconf-start-time>2024-06-06T22:51:35+00:00</netconf-start-time><in-bad-hellos>0</in-bad-hellos><in-sessions>5</in-sessions><dropped-sessions>0</dropped-sessions><in-rpcs>11</in-rpcs><in-bad-rpcs>0</in-bad-rpcs><out-rpc-errors>0</out-rpc-errors><out-notifications>0</out-notifications></statistics><streams xmlns="http://tail-f.com/yang/netconf-monitoring"><stream><name>NETCONF</name><description>default NETCONF event stream</description><replay-support>false</replay-support></stream><stream><name>mellanox</name><description>Notifications regarding the transponder</description><replay-support>true</replay-support><replay-log-creation-time>2024-06-06T22:51:35.958749+00:00</replay-log-creation-time></stream></streams></netconf-state><modules-state xmlns="urn:ietf:params:xml:ns:yang:ietf-yang-library"><module-set-id>f1285a0c7bf3c6c159ca5c87b160ec60</module-set-id><module><name>iana-crypt-hash</name><revision>2014-08-06</revision><namespace>urn:ietf:params:xml:ns:yang:iana-crypt-hash</namespace><feature>crypt-hash-sha-512</feature><feature>crypt-hash-sha-256</" -[2024-06-20 13:23:54,144] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:23:54,145] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: ending -[2024-06-20 13:23:54,147] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: starting -[2024-06-20 13:23:54,147] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:23:54,147] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:23:54,147] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: regular expression start=0, end=8 -[2024-06-20 13:23:54,147] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: found chunk delimiter -[2024-06-20 13:23:54,147] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: chunk size 10531 bytes -[2024-06-20 13:23:54,148] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: not enough data for chunk yet -[2024-06-20 13:23:54,148] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: setting start to 0 -[2024-06-20 13:23:54,148] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: ending -[2024-06-20 13:23:54,148] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: starting -[2024-06-20 13:23:54,148] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:23:54,148] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:23:54,149] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: regular expression start=0, end=8 -[2024-06-20 13:23:54,149] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: found chunk delimiter -[2024-06-20 13:23:54,149] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: chunk size 10531 bytes -[2024-06-20 13:23:54,149] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: not enough data for chunk yet -[2024-06-20 13:23:54,149] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: setting start to 0 -[2024-06-20 13:23:54,150] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: ending -[2024-06-20 13:23:54,150] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: starting -[2024-06-20 13:23:54,150] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: working with buffer of 10543 bytes -[2024-06-20 13:23:54,150] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:23:54,150] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: regular expression start=0, end=8 -[2024-06-20 13:23:54,150] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: found chunk delimiter -[2024-06-20 13:23:54,151] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: chunk size 10531 bytes -[2024-06-20 13:23:54,151] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: appending 10531 bytes -[2024-06-20 13:23:54,151] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: fragment = "feature><feature>crypt-hash-md5</feature><conformance-type>import</conformance-type></module><module><name>ietf-inet-types</name><revision>2013-07-15</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-inet-types</namespace><conformance-type>import</conformance-type></module><module><name>ietf-interfaces</name><revision>2014-05-08</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-interfaces</namespace><feature>pre-provisioning</feature><feature>if-mib</feature><feature>arbitrary-names</feature><conformance-type>implement</conformance-type></module><module><name>ietf-netconf</name><revision>2011-06-01</revision><namespace>urn:ietf:params:xml:ns:netconf:base:1.0</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-netconf-acm</name><revision>2012-02-22</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-acm</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-netconf-monitoring</name><revision>2010-10-04</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-netconf-notifications</name><revision>2012-02-06</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-notifications</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-netconf-with-defaults</name><revision>2011-06-01</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-with-defaults</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-yang-library</name><revision>2016-06-21</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-library</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-yang-types</name><revision>2013-07-15</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-alarm-types</name><revision>2018-01-16</revision><namespace>http://openconfig.net/yang/alarms/types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-bfd</name><revision>2022-06-28</revision><namespace>http://openconfig.net/yang/bfd</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-bgp</name><revision>2022-05-21</revision><namespace>http://openconfig.net/yang/bgp</namespace><conformance-type>implement</conformance-type><submodule><name>openconfig-bgp-common</name><revision>2022-05-21</revision></submodule><submodule><name>openconfig-bgp-common-structure</name><revision>2022-05-21</revision></submodule><submodule><name>openconfig-bgp-global</name><revision>2022-05-21</revision></submodule><submodule><name>openconfig-bgp-neighbor</name><revision>2022-05-21</revision></submodule><submodule><name>openconfig-bgp-peer-group</name><revision>2022-05-21</revision></submodule><submodule><name>openconfig-bgp-common-multiprotocol</name><revision>2022-05-21</revision></submodule></module><module><name>openconfig-bgp-types</name><revision>2021-08-06</revision><namespace>http://openconfig.net/yang/bgp-types</namespace><conformance-type>import</conformance-type><submodule><name>openconfig-bgp-errors</name><revision>2021-08-06</revision></submodule></module><module><name>openconfig-evpn-types</name><revision>2021-06-21</revision><namespace>http://openconfig.net/yang/evpn-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-if-ethernet</name><revision>2022-04-20</revision><namespace>http://openconfig.net/yang/interfaces/ethernet</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-if-ip</name><revision>2019-01-08</revision><namespace>http://openconfig.net/yang/interfaces/ip</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-inet-types</name><revision>2021-08-17</revision><namespace>http://openconfig.net/yang/types/inet</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-interfaces</name><revision>2021-04-06</revision><namespace>http://openconfig.net/yang/interfaces</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-lldp</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/lldp</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-lldp-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/lldp/types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-mpls-types</name><revision>2021-12-01</revision><namespace>http://openconfig.net/yang/mpls-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-ospf-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/ospf-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-ospfv2</name><revision>2022-02-10</revision><namespace>http://openconfig.net/yang/ospfv2</namespace><conformance-type>import</conformance-type><submodule><name>openconfig-ospfv2-area</name><revision>2022-02-10</revision></submodule><submodule><name>openconfig-ospfv2-common</name><revision>2022-02-10</revision></submodule><submodule><name>openconfig-ospfv2-global</name><revision>2022-02-10</revision></submodule><submodule><name>openconfig-ospfv2-lsdb</name><revision>2022-02-10</revision></submodule><submodule><name>openconfig-ospfv2-area-interface</name><revision>2022-02-10</revision></submodule></module><module><name>openconfig-platform</name><revision>2018-01-30</revision><namespace>http://openconfig.net/yang/platform</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-platform-port</name><revision>2021-04-22</revision><namespace>http://openconfig.net/yang/platform/port</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-platform-transceiver</name><revision>2021-02-23</revision><namespace>http://openconfig.net/yang/platform/transceiver</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-platform-types</name><revision>2021-01-18</revision><namespace>http://openconfig.net/yang/platform-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-policy-types</name><revision>2022-11-08</revision><namespace>http://openconfig.net/yang/policy-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-protocols</name><revision></revision><namespace>http://openconfig.net/yang/protocols</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-rib-bgp</name><revision>2022-06-06</revision><namespace>http://openconfig.net/yang/rib/bgp</namespace><conformance-type>import</conformance-type><submodule><name>openconfig-rib-bgp-attributes</name><revision>2022-06-06</revision></submodule><submodule><name>openconfig-rib-bgp-tables</name><revision>2022-06-06</revision></submodule><submodule><name>openconfig-rib-bgp-table-attributes</name><revision>2022-06-06</revision></submodule><submodule><name>openconfig-rib-bgp-shared-attributes</name><revision>2022-06-06</revision></submodule></module><module><name>openconfig-rib-bgp-types</name><revision>2019-03-14</revision><namespace>http://openconfig.net/yang/rib/bgp-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-routing-policy</name><revision>2022-05-24</revision><namespace>http://openconfig.net/yang/routing-policy</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-telemetry</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/telemetry</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-telemetry-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/telemetry-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-terminal-device</name><revision>2021-02-23</revision><namespace>http://openconfig.net/yang/terminal-device</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-transport-types</name><revision>2021-03-22</revision><namespace>http://openconfig.net/yang/transport-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-types</name><revision>2019-04-16</revision><namespace>http://openconfig.net/yang/openconfig-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-yang-types</name><revision>2021-07-14</revision><namespace>http://openconfig.net/yang/types/yang</namespace><conformance-type>import</conformance-type></module><module><name>tailf-aaa</name><revision>2015-06-16</revision><namespace>http://tail-f.com/ns/aaa/1.1</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-acm</name><revision>2013-03-07</revision><namespace>http://tail-f.com/yang/acm</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-common-monitoring</name><revision>2013-06-14</revision><namespace>http://tail-f.com/yang/common-monitoring</namespace><conformance-type>import</conformance-type></module><module><name>tailf-confd-monitoring</name><revision>2013-06-14</revision><namespace>http://tail-f.com/yang/confd-monitoring</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-kicker</name><revision>2017-03-16</revision><namespace>http://tail-f.com/ns/kicker</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-netconf-monitoring</name><revision>2016-11-24</revision><namespace>http://tail-f.com/yang/netconf-monitoring</namespace><conformance-type>implement</conformance-type></module><module><name>vlan</name><revision></revision><namespace>http://sssup.it/yang/vlan</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-segment-routing-types</name><revision>2020-02-04</revision><namespace>http://openconfig.net/yang/segment-routing-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-network-instance-types</name><revision>2021-07-14</revision><namespace>http://openconfig.net/yang/network-instance-types</namespace><conformance-type>import</conformance-type></module></modules-state></data></rpc-reply>" -[2024-06-20 13:23:54,151] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: matching from 10539 bytes from start of buffer -[2024-06-20 13:23:54,151] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: regular expression start=0, end=4 -[2024-06-20 13:23:54,151] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: found end of message delimiter -[2024-06-20 13:23:54,153] DEBUG:ncclient.operations.rpc:[host 172.17.254.41 session-id 33] Delivering to <ncclient.operations.retrieve.Get object at 0x7fa748648ee0> -[2024-06-20 13:23:54,153] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: saving back rest of message after 10543 bytes, original size 10543 -[2024-06-20 13:23:54,154] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: ending -[2024-06-20 13:23:54,161] INFO:root:resource_key frequency and channgel_name {'index': 'channel-1'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:23:54,162] INFO:root:dic {'frequency': '192056250'} -[2024-06-20 13:23:54,163] INFO:root:resource_key target-output-power and channgel_name {'index': 'channel-1'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:23:54,164] INFO:root:dic {'frequency': '192056250', 'target-output-power': '1.0'} -[2024-06-20 13:23:54,164] INFO:root:resource_key operational-mode and channgel_name {'index': 'channel-1'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:23:54,166] INFO:root:dic {'frequency': '192056250', 'target-output-power': '1.0', 'operational-mode': '8'} -[2024-06-20 13:23:54,167] INFO:root:resource_key line-port and channgel_name {'index': 'channel-1'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:23:54,168] INFO:root:dic {'frequency': '192056250', 'target-output-power': '1.0', 'operational-mode': '8', 'line-port': 'transceiver-1'} -[2024-06-20 13:23:54,168] INFO:root:resource_key frequency and channgel_name {'index': 'channel-2'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:23:54,170] INFO:root:dic {'frequency': '191600000'} -[2024-06-20 13:23:54,170] INFO:root:resource_key target-output-power and channgel_name {'index': 'channel-2'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:23:54,171] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0'} -[2024-06-20 13:23:54,171] INFO:root:resource_key operational-mode and channgel_name {'index': 'channel-2'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:23:54,172] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0'} -[2024-06-20 13:23:54,175] INFO:root:resource_key line-port and channgel_name {'index': 'channel-2'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:23:54,176] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-2'} -[2024-06-20 13:23:54,177] INFO:root:resource_key frequency and channgel_name {'index': 'channel-3'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:23:54,179] INFO:root:dic {'frequency': '191600000'} -[2024-06-20 13:23:54,179] INFO:root:resource_key target-output-power and channgel_name {'index': 'channel-3'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:23:54,181] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0'} -[2024-06-20 13:23:54,181] INFO:root:resource_key operational-mode and channgel_name {'index': 'channel-3'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:23:54,182] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0'} -[2024-06-20 13:23:54,183] INFO:root:resource_key line-port and channgel_name {'index': 'channel-3'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:23:54,184] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-3'} -[2024-06-20 13:23:54,184] INFO:root:resource_key frequency and channgel_name {'index': 'channel-4'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:23:54,185] INFO:root:dic {'frequency': '191600000'} -[2024-06-20 13:23:54,185] INFO:root:resource_key target-output-power and channgel_name {'index': 'channel-4'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:23:54,187] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0'} -[2024-06-20 13:23:54,187] INFO:root:resource_key operational-mode and channgel_name {'index': 'channel-4'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:23:54,188] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0'} -[2024-06-20 13:23:54,188] INFO:root:resource_key line-port and channgel_name {'index': 'channel-4'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:23:54,190] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-4'} -[2024-06-20 13:23:54,191] INFO:root:parameters {'channels': [{'frequency': '192056250', 'target-output-power': '1.0', 'operational-mode': '8', 'line-port': 'transceiver-1', 'name': {'index': 'channel-1'}}, {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-2', 'name': {'index': 'channel-2'}}, {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-3', 'name': {'index': 'channel-3'}}, {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-4', 'name': {'index': 'channel-4'}}], 'transceivers': {'transceiver': ['transceiver-1', 'transceiver-2', 'transceiver-3', 'transceiver-4']}, 'channel_namespace': 'http://openconfig.net/yang/terminal-device', 'endpoints': [{'endpoint_uuid': {'uuid': {'index': 'channel-1'}}}, {'endpoint_uuid': {'uuid': {'index': 'channel-2'}}}, {'endpoint_uuid': {'uuid': {'index': 'channel-3'}}}, {'endpoint_uuid': {'uuid': {'index': 'channel-4'}}}], 'ports': [('/endpoints/endpoint[1]', {'uuid': '1', 'type': 'port-1'}), ('/endpoints/endpoint[2]', {'uuid': '2', 'type': 'port-2'}), ('/endpoints/endpoint[3]', {'uuid': '3', 'type': 'port-3'}), ('/endpoints/endpoint[4]', {'uuid': '4', 'type': 'port-4'})]} -[2024-06-20 13:23:54,192] DEBUG:context.client.ContextClient:SetOpticalConfig request: {"config": "{\"channels\": [{\"frequency\": \"192056250\", \"target-output-power\": \"1.0\", \"operational-mode\": \"8\", \"line-port\": \"transceiver-1\", \"name\": {\"index\": \"channel-1\"}}, {\"frequency\": \"191600000\", \"target-output-power\": \"100.0\", \"operational-mode\": \"0\", \"line-port\": \"transceiver-2\", \"name\": {\"index\": \"channel-2\"}}, {\"frequency\": \"191600000\", \"target-output-power\": \"100.0\", \"operational-mode\": \"0\", \"line-port\": \"transceiver-3\", \"name\": {\"index\": \"channel-3\"}}, {\"frequency\": \"191600000\", \"target-output-power\": \"100.0\", \"operational-mode\": \"0\", \"line-port\": \"transceiver-4\", \"name\": {\"index\": \"channel-4\"}}], \"transceivers\": {\"transceiver\": [\"transceiver-1\", \"transceiver-2\", \"transceiver-3\", \"transceiver-4\"]}, \"channel_namespace\": \"http://openconfig.net/yang/terminal-device\", \"endpoints\": [{\"endpoint_uuid\": {\"uuid\": {\"index\": \"channel-1\"}}}, {\"endpoint_uuid\": {\"uuid\": {\"index\": \"channel-2\"}}}, {\"endpoint_uuid\": {\"uuid\": {\"index\": \"channel-3\"}}}, {\"endpoint_uuid\": {\"uuid\": {\"index\": \"channel-4\"}}}], \"ports\": [[\"/endpoints/endpoint[1]\", {\"uuid\": \"1\", \"type\": \"port-1\"}], [\"/endpoints/endpoint[2]\", {\"uuid\": \"2\", \"type\": \"port-2\"}], [\"/endpoints/endpoint[3]\", {\"uuid\": \"3\", \"type\": \"port-3\"}], [\"/endpoints/endpoint[4]\", {\"uuid\": \"4\", \"type\": \"port-4\"}]]}", "device_id": {"device_uuid": {"uuid": "27c2ed23-e74a-518f-820d-ae2c8ae23086"}}} -[2024-06-20 13:23:54,219] DEBUG:context.client.ContextClient:SetOpticalConfig result: {"opticalconfig_uuid": ""} -[2024-06-20 13:23:54,219] DEBUG:device.service.Tools:results_getconfig = [('/endpoints/endpoint[1]', {'uuid': '1', 'type': 'port-1'}), ('/endpoints/endpoint[2]', {'uuid': '2', 'type': 'port-2'}), ('/endpoints/endpoint[3]', {'uuid': '3', 'type': 'port-3'}), ('/endpoints/endpoint[4]', {'uuid': '4', 'type': 'port-4'})] -[2024-06-20 13:23:54,219] INFO:device.service.Tools:results_getconfig = [('/endpoints/endpoint[1]', {'uuid': '1', 'type': 'port-1'}), ('/endpoints/endpoint[2]', {'uuid': '2', 'type': 'port-2'}), ('/endpoints/endpoint[3]', {'uuid': '3', 'type': 'port-3'}), ('/endpoints/endpoint[4]', {'uuid': '4', 'type': 'port-4'})] -[2024-06-20 13:23:54,220] INFO:ncclient.operations.rpc:[host 172.17.254.41 session-id 33] Requesting 'Get' -[2024-06-20 13:23:54,220] DEBUG:ncclient.operations.rpc:[host 172.17.254.41 session-id 33] Sync request, will wait for timeout=120 -[2024-06-20 13:23:54,298] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: starting -[2024-06-20 13:23:54,298] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:23:54,298] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:23:54,298] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: regular expression start=0, end=8 -[2024-06-20 13:23:54,298] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: found chunk delimiter -[2024-06-20 13:23:54,298] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: chunk size 16376 bytes -[2024-06-20 13:23:54,298] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: not enough data for chunk yet -[2024-06-20 13:23:54,298] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: setting start to 0 -[2024-06-20 13:23:54,298] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: ending -[2024-06-20 13:23:54,299] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: starting -[2024-06-20 13:23:54,299] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:23:54,299] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:23:54,299] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: regular expression start=0, end=8 -[2024-06-20 13:23:54,299] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: found chunk delimiter -[2024-06-20 13:23:54,299] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: chunk size 16376 bytes -[2024-06-20 13:23:54,299] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: not enough data for chunk yet -[2024-06-20 13:23:54,299] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: setting start to 0 -[2024-06-20 13:23:54,299] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: ending -[2024-06-20 13:23:54,299] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: starting -[2024-06-20 13:23:54,300] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:23:54,300] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:23:54,300] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: regular expression start=0, end=8 -[2024-06-20 13:23:54,300] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: found chunk delimiter -[2024-06-20 13:23:54,300] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: chunk size 16376 bytes -[2024-06-20 13:23:54,300] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: not enough data for chunk yet -[2024-06-20 13:23:54,300] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: setting start to 0 -[2024-06-20 13:23:54,300] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: ending -[2024-06-20 13:23:54,300] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: starting -[2024-06-20 13:23:54,301] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:23:54,301] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:23:54,301] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: regular expression start=0, end=8 -[2024-06-20 13:23:54,301] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: found chunk delimiter -[2024-06-20 13:23:54,301] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: chunk size 16376 bytes -[2024-06-20 13:23:54,301] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: appending 16376 bytes -[2024-06-20 13:23:54,301] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: fragment = "<?xml version="1.0" encoding="UTF-8"?> -<rpc-reply xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="urn:uuid:b11ad198-d610-4d6a-946f-ab7a6f2f2e26" xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0"><data><bgp-instance xmlns="http://openconfig.net/yang/bgp"><bgp><global><route-selection-options><state><always-compare-med>false</always-compare-med><ignore-as-path-length>false</ignore-as-path-length><external-compare-router-id>true</external-compare-router-id><advertise-inactive-routes>false</advertise-inactive-routes><enable-aigp>false</enable-aigp><ignore-next-hop-igp-metric>false</ignore-next-hop-igp-metric></state></route-selection-options></global></bgp></bgp-instance><interfaces xmlns="http://openconfig.net/yang/interfaces"><interface><name>eth0</name><config><name>eth0</name><enabled>true</enabled></config><state><loopback-mode>false</loopback-mode><enabled>true</enabled></state><hold-time><state><up>0</up><down>0</down></state></hold-time><ipv4 xmlns="http://openconfig.net/yang/interfaces/ip"><addresses><address><ip>192.168.1.1</ip><config><ip>192.168.1.1</ip><prefix-length>24</prefix-length></config></address></addresses><proxy-arp><state><mode>DISABLE</mode></state></proxy-arp><unnumbered><state><enabled>false</enabled></state></unnumbered><state><enabled>true</enabled><dhcp-client>false</dhcp-client></state></ipv4><ipv6 xmlns="http://openconfig.net/yang/interfaces/ip"><router-advertisement><state><suppress>false</suppress></state></router-advertisement><unnumbered><state><enabled>false</enabled></state></unnumbered><state><enabled>true</enabled><dup-addr-detect-transmits>1</dup-addr-detect-transmits><dhcp-client>false</dhcp-client></state></ipv6></interface></interfaces><lldp xmlns="http://openconfig.net/yang/lldp"><state><enabled>true</enabled></state></lldp><components xmlns="http://openconfig.net/yang/platform"><component><name>channel-1</name><config><name>channel-1</name></config><state><name>channel-1</name><type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:OPTICAL_CHANNEL</type></state><optical-channel xmlns="http://openconfig.net/yang/terminal-device"><config><frequency>192056250</frequency><target-output-power>1.0</target-output-power><operational-mode>8</operational-mode><line-port>transceiver-1</line-port></config><state><frequency>192056250</frequency><target-output-power>1.0</target-output-power><operational-mode>8</operational-mode><line-port>transceiver-1</line-port><group-id>1</group-id><output-power><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></output-power><input-power><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></input-power><laser-bias-current><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></laser-bias-current><chromatic-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></chromatic-dispersion><polarization-mode-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></polarization-mode-dispersion><second-order-polarization-mode-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></second-order-polarization-mode-dispersion><polarization-dependent-loss><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></polarization-dependent-loss></state></optical-channel></component><component><name>channel-2</name><config><name>channel-2</name></config><state><name>channel-2</name><type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:OPTICAL_CHANNEL</type></state><optical-channel xmlns="http://openconfig.net/yang/terminal-device"><config><frequency>191600000</frequency><target-output-power>100.0</target-output-power><operational-mode>0</operational-mode><line-port>transceiver-2</line-port></config><state><frequency>191600000</frequency><target-output-power>0.0</target-output-power><operational-mode>0</operational-mode><line-port>transceiver-2</line-port><group-id>1</group-id><output-power><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></output-power><input-power><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></input-power><laser-bias-current><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></laser-bias-current><chromatic-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></chromatic-dispersion><polarization-mode-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></polarization-mode-dispersion><second-order-polarization-mode-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></second-order-polarization-mode-dispersion><polarization-dependent-loss><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></polarization-dependent-loss></state></optical-channel></component><component><name>channel-3</name><config><name>channel-3</name></config><state><name>channel-3</name><type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:OPTICAL_CHANNEL</type></state><optical-channel xmlns="http://openconfig.net/yang/terminal-device"><config><frequency>191600000</frequency><target-output-power>100.0</target-output-power><operational-mode>0</operational-mode><line-port>transceiver-3</line-port></config><state><frequency>191600000</frequency><target-output-power>0.0</target-output-power><operational-mode>0</operational-mode><line-port>transceiver-3</line-port><group-id>1</group-id><output-power><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></output-power><input-power><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></input-power><laser-bias-current><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></laser-bias-current><chromatic-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></chromatic-dispersion><polarization-mode-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></polarization-mode-dispersion><second-order-polarization-mode-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></second-order-polarization-mode-dispersion><polarization-dependent-loss><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></polarization-dependent-loss></state></optical-channel></component><component><name>channel-4</name><config><name>channel-4</name></config><state><name>channel-4</name><type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:OPTICAL_CHANNEL</type></state><optical-channel xmlns="http://openconfig.net/yang/terminal-device"><config><frequency>191600000</frequency><target-output-power>100.0</target-output-power><operational-mode>0</operational-mode><line-port>transceiver-4</line-port></config><state><frequency>191600000</frequency><target-output-power>0.0</target-output-power><operational-mode>0</operational-mode><line-port>transceiver-4</line-port><group-id>1</group-id><output-power><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></output-power><input-power><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></input-power><laser-bias-current><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></laser-bias-current><chromatic-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></chromatic-dispersion><polarization-mode-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></polarization-mode-dispersion><second-order-polarization-mode-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></second-order-polarization-mode-dispersion><polarization-dependent-loss><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></polarization-dependent-loss></state></optical-channel></component><component><name>device</name><config><name>device</name></config><state><name>MellanoxSwitch</name><type xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:OPERATING_SYSTEM</type><mfg-name>SSSA-CNIT</mfg-name><hardware-version>1.0.0</hardware-version><firmware-version>1.0.0</firmware-version><software-version>1.0.0</software-version><serial-no>610610</serial-no></state></component><component><name>port-1</name><config><name>port-1</name></config><state><name>port-1</name><type xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:PORT</type></state><properties><property><name>odtn-port-type</name><config><name>odtn-port-type</name><value>line</value></config><state><name>odtn-port-type</name><value>line</value></state></property><property><name>onos-index</name><config><name>onos-index</name><value>1</value></config><state><name>onos-index</name><value>1</value></state></property></properties><subcomponents><subcomponent><name>channel-1</name><config><name>channel-1</name></config><state><name>channel-1</name></state></subcomponent></subcomponents></component><component><name>port-2</name><config><name>port-2</name></config><state><name>port-2</name><type xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:PORT</type></state><properties><property><name>odtn-port-type</name><config><name>odtn-port-type</name><value>line</value></config><state><name>odtn-port-type</name><value>line</value></state></property><property><name>onos-index</name><config><name>onos-index</name><value>2</value></config><state><name>onos-index</name><value>2</value></state></property></properties><subcomponents><subcomponent><name>channel-2</name><config><name>channel-2</name></config><state><name>channel-2</name></state></subcomponent></subcomponents></component><component><name>port-3</name><config><name>port-3</name></config><state><name>port-3</name><type xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:PORT</type></state><properties><property><name>odtn-port-type</name><config><name>odtn-port-type</name><value>line</value></config><state><name>odtn-port-type</name><value>line</value></state></property><property><name>onos-index</name><config><name>onos-index</name><value>3</value></config><state><name>onos-index</name><value>3</value></state></property></properties><subcomponents><subcomponent><name>channel-3</name><config><name>channel-3</name></config><state><name>channel-3</name></state></subcomponent></subcomponents></component><component><name>port-4</name><config><name>port-4</name></config><state><name>port-4</name><type xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:PORT</type></state><properties><property><name>odtn-port-type</name><config><name>odtn-port-type</name><value>line</value></config><state><name>odtn-port-type</name><value>line</value></state></property><property><name>onos-index</name><config><name>onos-index</name><value>4</value></config><state><name>onos-index</name><value>4</value></state></property></properties><subcomponents><subcomponent><name>channel-4</name><config><name>channel-4</name></config><state><name>channel-4</name></state></subcomponent></subcomponents></component><component><name>transceiver-1</name><config><name>transceiver-1</name></config><state><name>transceiver-1</name><type xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:TRANSCEIVER</type></state><transceiver xmlns="http://openconfig.net/yang/platform/transceiver"><config><enabled>true</enabled><form-factor-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:QSFP56_DD_TYPE1</form-factor-preconf><ethernet-pmd-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:ETH_400GBASE_ZR</ethernet-pmd-preconf><fec-mode xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:FEC_AUTO</fec-mode><module-functional-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:TYPE_DIGITAL_COHERENT_OPTIC</module-functional-type></config><state><enabled>true</enabled><form-factor-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:QSFP56_DD_TYPE1</form-factor-preconf><ethernet-pmd-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:ETH_400GBASE_ZR</ethernet-pmd-preconf><fec-mode xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:FEC_AUTO</fec-mode><module-functional-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:TYPE_DIGITAL_COHERENT_OPTIC</module-functional-type><vendor>Cisco</vendor><vendor-part>400zr-QSFP-DD</vendor-part><vendor-rev>01</vendor-rev><serial-no>1567321</serial-no></state><physical-channels><channel><index>1</index><config><index>1</index><associated-optical-channel>channel-1</associated-optical-channel></config></channel></physical-channels></transceiver></component><component><name>transceiver-2</name><config><name>transceiver-2</name></config><state><name>transceiver-2</name><type xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:TRANSCEIVER</type></state><transceiver xmlns="http://openconfig.net/yang/platform/transceiver"><config><enabled>true</enabled><form-factor-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:QSFP56_DD_TYPE1</form-factor-preconf><ethernet-pmd-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:ETH_400GBASE_ZR</ethernet-pmd-preconf><fec-mode xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:FEC_AUTO</fec-mode><module-functional-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:TYPE_DIGITAL_COHERENT_OPTIC</module-functional-type></config><state><enabled>true</enabled><form-factor-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:QSFP56_DD_TYPE1</form-factor-preconf><ethernet-pmd-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:ETH_400GBASE_ZR</ethernet-pmd-preconf><fec-mode xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:FEC_AUTO</fec-mode><module-functional-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:TYPE_DIGITAL_COHERENT_OPTIC</module-functional-type><vendor>Cisco</vendor><vendor-part>400zr-QSFP-DD</vendor-part><vendor-rev>01</vendor-rev><serial-no>1567321</serial-no></state><physical-channels><channel><index>1</index><config><index>1</index><associated-optical-channel>channel-2</associated-optical-channel></config></channel></physical-channels></transceiver></component><component><name>transceiver-3</name><config><name>transceiver-3</name></config><state><name>transceiver-3</name><type xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:TRANSCEIVER</type></state><transceiver xmlns="http://openconfig.net/yang/platform/transceiver"><config><enabled>true</enabled><form-factor-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:QSFP56_DD_TYPE1</form-factor-preconf><ethernet-pmd-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:ETH_400GBASE_ZR</ethernet-pmd-preconf><fec-mode xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:FEC_AUTO</fec-mode><module-functional-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:TYPE_DIGITAL_COHERENT_OPTIC</module-functional-type></config><state><enabled>true</enabled><form-factor-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:QSFP56_DD_TYPE1</form-factor-preconf><ethernet-pmd-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:ETH_400GBASE_ZR</ethernet-pmd-preconf><fec-mode xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:FEC_AUTO</fec-mode><module-functional-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:TYPE_DIGITAL_COHEREN" -[2024-06-20 13:23:54,301] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:23:54,301] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: ending -[2024-06-20 13:23:54,323] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: starting -[2024-06-20 13:23:54,323] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:23:54,323] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:23:54,323] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: regular expression start=0, end=8 -[2024-06-20 13:23:54,323] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: found chunk delimiter -[2024-06-20 13:23:54,324] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: chunk size 16376 bytes -[2024-06-20 13:23:54,324] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: not enough data for chunk yet -[2024-06-20 13:23:54,324] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: setting start to 0 -[2024-06-20 13:23:54,324] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: ending -[2024-06-20 13:23:54,324] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: starting -[2024-06-20 13:23:54,324] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:23:54,324] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:23:54,324] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: regular expression start=0, end=8 -[2024-06-20 13:23:54,324] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: found chunk delimiter -[2024-06-20 13:23:54,325] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: chunk size 16376 bytes -[2024-06-20 13:23:54,325] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: not enough data for chunk yet -[2024-06-20 13:23:54,325] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: setting start to 0 -[2024-06-20 13:23:54,325] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: ending -[2024-06-20 13:23:54,325] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: starting -[2024-06-20 13:23:54,325] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:23:54,325] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:23:54,325] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: regular expression start=0, end=8 -[2024-06-20 13:23:54,325] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: found chunk delimiter -[2024-06-20 13:23:54,325] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: chunk size 16376 bytes -[2024-06-20 13:23:54,325] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: not enough data for chunk yet -[2024-06-20 13:23:54,326] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: setting start to 0 -[2024-06-20 13:23:54,326] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: ending -[2024-06-20 13:23:54,326] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: starting -[2024-06-20 13:23:54,326] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:23:54,326] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:23:54,326] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: regular expression start=0, end=8 -[2024-06-20 13:23:54,326] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: found chunk delimiter -[2024-06-20 13:23:54,326] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: chunk size 16376 bytes -[2024-06-20 13:23:54,326] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: appending 16376 bytes -[2024-06-20 13:23:54,326] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: fragment = "T_OPTIC</module-functional-type><vendor>Cisco</vendor><vendor-part>400zr-QSFP-DD</vendor-part><vendor-rev>01</vendor-rev><serial-no>1567321</serial-no></state><physical-channels><channel><index>1</index><config><index>1</index><associated-optical-channel>channel-3</associated-optical-channel></config></channel></physical-channels></transceiver></component><component><name>transceiver-4</name><config><name>transceiver-4</name></config><state><name>transceiver-4</name><type xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:TRANSCEIVER</type></state><transceiver xmlns="http://openconfig.net/yang/platform/transceiver"><config><enabled>true</enabled><form-factor-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:QSFP56_DD_TYPE1</form-factor-preconf><ethernet-pmd-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:ETH_400GBASE_ZR</ethernet-pmd-preconf><fec-mode xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:FEC_AUTO</fec-mode><module-functional-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:TYPE_DIGITAL_COHERENT_OPTIC</module-functional-type></config><state><enabled>true</enabled><form-factor-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:QSFP56_DD_TYPE1</form-factor-preconf><ethernet-pmd-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:ETH_400GBASE_ZR</ethernet-pmd-preconf><fec-mode xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:FEC_AUTO</fec-mode><module-functional-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:TYPE_DIGITAL_COHERENT_OPTIC</module-functional-type><vendor>Cisco</vendor><vendor-part>400zr-QSFP-DD</vendor-part><vendor-rev>01</vendor-rev><serial-no>1567321</serial-no></state><physical-channels><channel><index>1</index><config><index>1</index><associated-optical-channel>channel-4</associated-optical-channel></config></channel></physical-channels></transceiver></component></components><bgp-instance xmlns="http://openconfig.net/yang/protocols"><bgp><global><route-selection-options><state><always-compare-med>false</always-compare-med><ignore-as-path-length>false</ignore-as-path-length><external-compare-router-id>true</external-compare-router-id><advertise-inactive-routes>false</advertise-inactive-routes><enable-aigp>false</enable-aigp><ignore-next-hop-igp-metric>false</ignore-next-hop-igp-metric></state></route-selection-options></global><neighbors><neighbor><neighbor-address>192.168.1.1</neighbor-address><config><neighbor-address>192.168.1.1</neighbor-address><neighbor-port>88</neighbor-port><enabled>true</enabled><peer-as>65432</peer-as></config><state><neighbor-port>179</neighbor-port><enabled>true</enabled><route-flap-damping>false</route-flap-damping><send-community>NONE</send-community><dynamically-configured>false</dynamically-configured></state><timers><state><connect-retry>30</connect-retry><hold-time>90</hold-time><keepalive-interval>30</keepalive-interval><minimum-advertisement-interval>30</minimum-advertisement-interval></state></timers><transport><state><mtu-discovery>false</mtu-discovery><passive-mode>false</passive-mode></state></transport><error-handling><state><treat-as-withdraw>false</treat-as-withdraw></state></error-handling><logging-options><state><log-neighbor-state-changes>true</log-neighbor-state-changes></state></logging-options><ebgp-multihop><state><enabled>false</enabled></state></ebgp-multihop><route-reflector><state><route-reflector-client>false</route-reflector-client></state></route-reflector><as-path-options><state><allow-own-as>0</allow-own-as><replace-peer-as>false</replace-peer-as><disable-peer-as-filter>false</disable-peer-as-filter></state></as-path-options><use-multiple-paths><state><enabled>false</enabled></state><ebgp><state><allow-multiple-as>false</allow-multiple-as></state></ebgp></use-multiple-paths><apply-policy><state><default-import-policy>REJECT_ROUTE</default-import-policy><default-export-policy>REJECT_ROUTE</default-export-policy></state></apply-policy></neighbor></neighbors></bgp></bgp-instance><ospf-instance xmlns="http://openconfig.net/yang/protocols"><ospfv2><global><state><summary-route-cost-mode>RFC2328_COMPATIBLE</summary-route-cost-mode></state></global></ospfv2></ospf-instance><terminal-device xmlns="http://openconfig.net/yang/terminal-device"><logical-channels><channel><index>1</index><config><index>1</index><description>Logical channel 1</description><admin-state>DISABLED</admin-state><logical-channel-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:PROT_OTN</logical-channel-type><loopback-mode>NONE</loopback-mode></config><state><index>1</index><description>Logical channel 1</description><admin-state>DISABLED</admin-state><logical-channel-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:PROT_OTN</logical-channel-type><loopback-mode>NONE</loopback-mode><link-state>UP</link-state></state><ingress><config><transceiver>transceiver-1</transceiver></config><state><transceiver>transceiver-1</transceiver></state></ingress><logical-channel-assignments><assignment><index>1</index><config><index>1</index><description>Optical channel assigned 100</description><assignment-type>OPTICAL_CHANNEL</assignment-type><optical-channel>channel-1</optical-channel><allocation>100.0</allocation></config><state><index>1</index><description>Optical channel assigned 100</description><assignment-type>OPTICAL_CHANNEL</assignment-type><optical-channel>channel-1</optical-channel><allocation>100.0</allocation></state></assignment></logical-channel-assignments></channel><channel><index>2</index><config><index>2</index><description>Logical channel 2</description><admin-state>DISABLED</admin-state><logical-channel-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:PROT_OTN</logical-channel-type><loopback-mode>NONE</loopback-mode></config><state><index>2</index><description>Logical channel 2</description><admin-state>DISABLED</admin-state><logical-channel-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:PROT_OTN</logical-channel-type><loopback-mode>NONE</loopback-mode><link-state>UP</link-state></state><ingress><config><transceiver>transceiver-2</transceiver></config><state><transceiver>transceiver-2</transceiver></state></ingress><logical-channel-assignments><assignment><index>1</index><config><index>1</index><description>Optical channel assigned 100</description><assignment-type>OPTICAL_CHANNEL</assignment-type><optical-channel>channel-2</optical-channel><allocation>100.0</allocation></config><state><index>1</index><description>Optical channel assigned 100</description><assignment-type>OPTICAL_CHANNEL</assignment-type><optical-channel>channel-2</optical-channel><allocation>100.0</allocation></state></assignment></logical-channel-assignments></channel><channel><index>3</index><config><index>3</index><description>Logical channel 3</description><admin-state>DISABLED</admin-state><logical-channel-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:PROT_OTN</logical-channel-type><loopback-mode>NONE</loopback-mode></config><state><index>3</index><description>Logical channel 3</description><admin-state>DISABLED</admin-state><logical-channel-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:PROT_OTN</logical-channel-type><loopback-mode>NONE</loopback-mode><link-state>UP</link-state></state><ingress><config><transceiver>transceiver-3</transceiver></config><state><transceiver>transceiver-3</transceiver></state></ingress><logical-channel-assignments><assignment><index>1</index><config><index>1</index><description>Optical channel assigned 100</description><assignment-type>OPTICAL_CHANNEL</assignment-type><optical-channel>channel-3</optical-channel><allocation>100.0</allocation></config><state><index>1</index><description>Optical channel assigned 100</description><assignment-type>OPTICAL_CHANNEL</assignment-type><optical-channel>channel-3</optical-channel><allocation>100.0</allocation></state></assignment></logical-channel-assignments></channel><channel><index>4</index><config><index>4</index><description>Logical channel 4</description><admin-state>DISABLED</admin-state><logical-channel-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:PROT_OTN</logical-channel-type><loopback-mode>NONE</loopback-mode></config><state><index>4</index><description>Logical channel 4</description><admin-state>DISABLED</admin-state><logical-channel-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:PROT_OTN</logical-channel-type><loopback-mode>NONE</loopback-mode><link-state>UP</link-state></state><ingress><config><transceiver>transceiver-4</transceiver></config><state><transceiver>transceiver-4</transceiver></state></ingress><logical-channel-assignments><assignment><index>1</index><config><index>1</index><description>Optical channel assigned 100</description><assignment-type>OPTICAL_CHANNEL</assignment-type><optical-channel>channel-4</optical-channel><allocation>100.0</allocation></config><state><index>1</index><description>Optical channel assigned 100</description><assignment-type>OPTICAL_CHANNEL</assignment-type><optical-channel>channel-4</optical-channel><allocation>100.0</allocation></state></assignment></logical-channel-assignments></channel></logical-channels><operational-modes><mode><mode-id>1</mode-id><state><mode-id>1</mode-id><description>FEC1</description><vendor-id>Ericsson</vendor-id></state></mode><mode><mode-id>2</mode-id><state><mode-id>2</mode-id><description>FEC2</description><vendor-id>Ericsson</vendor-id></state></mode></operational-modes></terminal-device><aaa xmlns="http://tail-f.com/ns/aaa/1.1"><authentication><users><user><name>admin</name><uid>9000</uid><gid>100</gid><password>$1$MAUsMGRB$0QVLq8d0AZKgnyMHQHXGj.</password><ssh_keydir>/var/confd/homes/admin/.ssh</ssh_keydir><homedir>/var/confd/homes/admin</homedir></user><user><name>oper</name><uid>9003</uid><gid>103</gid><password>$1$OuxlaJdk$U/2..0bsSRBOdB89X.V/B.</password><ssh_keydir>/var/confd/homes/oper/.ssh</ssh_keydir><homedir>/var/confd/homes/oper</homedir></user><user><name>optical</name><uid>9001</uid><gid>101</gid><password>$1$.fTK5rN8$70SU3wMX3Ppun/0gE7wsA0</password><ssh_keydir>/var/confd/homes/optical/.ssh</ssh_keydir><homedir>/var/confd/homes/optical</homedir></user><user><name>packet</name><uid>9002</uid><gid>102</gid><password>$1$2Q0WT3GS$kHtMcIEPrKOjv5AIRaIRp.</password><ssh_keydir>/var/confd/homes/packet/.ssh</ssh_keydir><homedir>/var/confd/homes/packet</homedir></user><user><name>private</name><uid>9005</uid><gid>103</gid><password>$1$kQyh8qdQ$M.AQv0IrSWDrKfW2RHAHj0</password><ssh_keydir>/var/confd/homes/private/.ssh</ssh_keydir><homedir>/var/confd/homes/private</homedir></user><user><name>public</name><uid>9004</uid><gid>100</gid><password>$1$MGwjebs5$q/SznJWMzKIsd1aIb5UN.1</password><ssh_keydir>/var/confd/homes/public/.ssh</ssh_keydir><homedir>/var/confd/homes/public</homedir></user></users></authentication><ios><level><nr>0</nr><prompt>\h> </prompt></level><level><nr>15</nr><prompt>\h# </prompt></level><privilege><mode>exec</mode><level><nr>0</nr><command><name>action</name></command><command><name>autowizard</name></command><command><name>enable</name></command><command><name>exit</name></command><command><name>help</name></command><command><name>startup</name></command></level><level><nr>15</nr><command><name>configure</name></command></level></privilege></ios></aaa><confd-state xmlns="http://tail-f.com/yang/confd-monitoring"><version>6.4</version><epoll>false</epoll><daemon-status>started</daemon-status><loaded-data-models><data-model><name>iana-crypt-hash</name><revision>2014-08-06</revision><namespace>urn:ietf:params:xml:ns:yang:iana-crypt-hash</namespace><prefix>ianach</prefix><exported-to-all/></data-model><data-model><name>ietf-inet-types</name><revision>2013-07-15</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-inet-types</namespace><prefix>inet</prefix><exported-to-all/></data-model><data-model><name>ietf-interfaces</name><revision>2014-05-08</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-interfaces</namespace><prefix>if</prefix><exported-to-all/></data-model><data-model><name>ietf-netconf-acm</name><revision>2012-02-22</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-acm</namespace><prefix>nacm</prefix><exported-to-all/></data-model><data-model><name>ietf-netconf-monitoring</name><revision>2010-10-04</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring</namespace><prefix>ncm</prefix><exported-to-all/></data-model><data-model><name>ietf-netconf-notifications</name><revision>2012-02-06</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-notifications</namespace><prefix>ncn</prefix><exported-to-all/></data-model><data-model><name>ietf-yang-library</name><revision>2016-06-21</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-library</namespace><prefix>yanglib</prefix><exported-to>netconf</exported-to><exported-to>rest</exported-to></data-model><data-model><name>ietf-yang-types</name><revision>2013-07-15</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-types</namespace><prefix>yang</prefix><exported-to-all/></data-model><data-model><name>netconf_netmod</name><namespace>urn:ietf:params:xml:ns:netmod:notification</namespace><prefix>nm</prefix><exported-to>netconf</exported-to></data-model><data-model><name>openconfig-alarm-types</name><revision>2018-01-16</revision><namespace>http://openconfig.net/yang/alarms/types</namespace><prefix>oc-alarm-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-bfd</name><revision>2022-06-28</revision><namespace>http://openconfig.net/yang/bfd</namespace><prefix>oc-bfd</prefix><exported-to-all/></data-model><data-model><name>openconfig-bgp</name><revision>2022-05-21</revision><namespace>http://openconfig.net/yang/bgp</namespace><prefix>oc-bgp</prefix><exported-to-all/></data-model><data-model><name>openconfig-bgp-types</name><revision>2021-08-06</revision><namespace>http://openconfig.net/yang/bgp-types</namespace><prefix>oc-bgp-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-evpn-types</name><revision>2021-06-21</revision><namespace>http://openconfig.net/yang/evpn-types</namespace><prefix>oc-evpn-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-if-ethernet</name><revision>2022-04-20</revision><namespace>http://openconfig.net/yang/interfaces/ethernet</namespace><prefix>oc-eth</prefix><exported-to-all/></data-model><data-model><name>openconfig-if-ip</name><revision>2019-01-08</revision><namespace>http://openconfig.net/yang/interfaces/ip</namespace><prefix>oc-ip</prefix><exported-to-all/></data-model><data-model><name>openconfig-inet-types</name><revision>2021-08-17</revision><namespace>http://openconfig.net/yang/types/inet</namespace><prefix>oc-inet</prefix><exported-to-all/></data-model><data-model><name>openconfig-interfaces</name><revision>2021-04-06</revision><namespace>http://openconfig.net/yang/interfaces</namespace><prefix>oc-if</prefix><exported-to-all/></data-model><data-model><name>openconfig-lldp</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/lldp</namespace><prefix>oc-lldp</prefix><exported-to-all/></data-model><data-model><name>openconfig-lldp-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/lldp/types</namespace><prefix>oc-lldp-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-mpls-types</name><revision>2021-12-01</revision><namespace>http://openconfig.net/yang/mpls-types</namespace><prefix>oc-mplst</prefix><exported-to-all/></data-model><data-model><name>openconfig-network-instance-types</name><revision>2021-07-14</revision><namespace>http://openconfig.net/yang/network-instance-types</namespace><prefix>oc-ni-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-ospf-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/ospf-types</namespace><prefix>oc-ospf-types</prefix><exporte" -[2024-06-20 13:23:54,327] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:23:54,327] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: ending -[2024-06-20 13:23:54,334] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: starting -[2024-06-20 13:23:54,334] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:23:54,335] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:23:54,335] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: regular expression start=0, end=8 -[2024-06-20 13:23:54,335] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: found chunk delimiter -[2024-06-20 13:23:54,335] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: chunk size 16376 bytes -[2024-06-20 13:23:54,335] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: not enough data for chunk yet -[2024-06-20 13:23:54,335] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: setting start to 0 -[2024-06-20 13:23:54,335] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: ending -[2024-06-20 13:23:54,335] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: starting -[2024-06-20 13:23:54,335] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:23:54,335] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:23:54,336] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: regular expression start=0, end=8 -[2024-06-20 13:23:54,336] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: found chunk delimiter -[2024-06-20 13:23:54,336] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: chunk size 16376 bytes -[2024-06-20 13:23:54,336] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: not enough data for chunk yet -[2024-06-20 13:23:54,336] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: setting start to 0 -[2024-06-20 13:23:54,336] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: ending -[2024-06-20 13:23:54,336] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: starting -[2024-06-20 13:23:54,336] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:23:54,336] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:23:54,337] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: regular expression start=0, end=8 -[2024-06-20 13:23:54,337] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: found chunk delimiter -[2024-06-20 13:23:54,337] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: chunk size 16376 bytes -[2024-06-20 13:23:54,337] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: not enough data for chunk yet -[2024-06-20 13:23:54,337] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: setting start to 0 -[2024-06-20 13:23:54,337] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: ending -[2024-06-20 13:23:54,337] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: starting -[2024-06-20 13:23:54,337] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:23:54,337] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:23:54,337] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: regular expression start=0, end=8 -[2024-06-20 13:23:54,338] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: found chunk delimiter -[2024-06-20 13:23:54,338] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: chunk size 16376 bytes -[2024-06-20 13:23:54,338] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: appending 16376 bytes -[2024-06-20 13:23:54,338] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: fragment = "d-to-all/></data-model><data-model><name>openconfig-ospfv2</name><revision>2022-02-10</revision><namespace>http://openconfig.net/yang/ospfv2</namespace><prefix>oc-ospfv2</prefix><exported-to-all/></data-model><data-model><name>openconfig-platform</name><revision>2018-01-30</revision><namespace>http://openconfig.net/yang/platform</namespace><prefix>oc-platform</prefix><exported-to-all/></data-model><data-model><name>openconfig-platform-port</name><revision>2021-04-22</revision><namespace>http://openconfig.net/yang/platform/port</namespace><prefix>oc-port</prefix><exported-to-all/></data-model><data-model><name>openconfig-platform-transceiver</name><revision>2021-02-23</revision><namespace>http://openconfig.net/yang/platform/transceiver</namespace><prefix>oc-transceiver</prefix><exported-to-all/></data-model><data-model><name>openconfig-platform-types</name><revision>2021-01-18</revision><namespace>http://openconfig.net/yang/platform-types</namespace><prefix>oc-platform-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-policy-types</name><revision>2022-11-08</revision><namespace>http://openconfig.net/yang/policy-types</namespace><prefix>oc-pol-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-protocols</name><namespace>http://openconfig.net/yang/protocols</namespace><prefix>oc-prt</prefix><exported-to-all/></data-model><data-model><name>openconfig-rib-bgp</name><revision>2022-06-06</revision><namespace>http://openconfig.net/yang/rib/bgp</namespace><prefix>oc-rib-bgp</prefix><exported-to-all/></data-model><data-model><name>openconfig-rib-bgp-types</name><revision>2019-03-14</revision><namespace>http://openconfig.net/yang/rib/bgp-types</namespace><prefix>oc-bgprib-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-routing-policy</name><revision>2022-05-24</revision><namespace>http://openconfig.net/yang/routing-policy</namespace><prefix>oc-rpol</prefix><exported-to-all/></data-model><data-model><name>openconfig-segment-routing-types</name><revision>2020-02-04</revision><namespace>http://openconfig.net/yang/segment-routing-types</namespace><prefix>oc-srt</prefix><exported-to-all/></data-model><data-model><name>openconfig-telemetry</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/telemetry</namespace><prefix>oc-telemetry</prefix><exported-to-all/></data-model><data-model><name>openconfig-telemetry-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/telemetry-types</namespace><prefix>oc-telemetry-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-terminal-device</name><revision>2021-02-23</revision><namespace>http://openconfig.net/yang/terminal-device</namespace><prefix>oc-opt-term</prefix><exported-to-all/></data-model><data-model><name>openconfig-transport-types</name><revision>2021-03-22</revision><namespace>http://openconfig.net/yang/transport-types</namespace><prefix>oc-opt-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-types</name><revision>2019-04-16</revision><namespace>http://openconfig.net/yang/openconfig-types</namespace><prefix>oc-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-yang-types</name><revision>2021-07-14</revision><namespace>http://openconfig.net/yang/types/yang</namespace><prefix>oc-yang</prefix><exported-to-all/></data-model><data-model><name>tailf-aaa</name><revision>2015-06-16</revision><namespace>http://tail-f.com/ns/aaa/1.1</namespace><prefix>aaa</prefix><exported-to-all/></data-model><data-model><name>tailf-acm</name><revision>2013-03-07</revision><namespace>http://tail-f.com/yang/acm</namespace><prefix>tacm</prefix><exported-to-all/></data-model><data-model><name>tailf-common-monitoring</name><revision>2013-06-14</revision><namespace>http://tail-f.com/yang/common-monitoring</namespace><prefix>tfcg</prefix><exported-to-all/></data-model><data-model><name>tailf-confd-monitoring</name><revision>2013-06-14</revision><namespace>http://tail-f.com/yang/confd-monitoring</namespace><prefix>tfcm</prefix><exported-to-all/></data-model><data-model><name>tailf-kicker</name><revision>2017-03-16</revision><namespace>http://tail-f.com/ns/kicker</namespace><prefix>kicker</prefix><exported-to-all/></data-model><data-model><name>tailf-netconf-monitoring</name><revision>2016-11-24</revision><namespace>http://tail-f.com/yang/netconf-monitoring</namespace><prefix>tncm</prefix><exported-to-all/></data-model><data-model><name>tailf-rollback</name><revision>2016-09-15</revision><namespace>http://tail-f.com/ns/rollback</namespace><prefix>rollback</prefix><exported-to>rest</exported-to></data-model><data-model><name>vlan</name><namespace>http://sssup.it/yang/vlan</namespace><prefix>sv</prefix><exported-to-all/></data-model></loaded-data-models><netconf><listen><tcp><ip>0.0.0.0</ip><port>2023</port></tcp><ssh><ip>0.0.0.0</ip><port>2022</port></ssh></listen></netconf><cli><listen><ssh><ip>0.0.0.0</ip><port>2024</port></ssh></listen></cli><internal><callpoints><notification-stream-replay><name>NETCONF</name><replay-support>none</replay-support></notification-stream-replay><notification-stream-replay><name>mellanox</name><replay-support>external</replay-support><daemon><id>0</id><name>notifier</name></daemon></notification-stream-replay></callpoints><cdb><datastore><name>running</name><transaction-id>1717-750544-743311</transaction-id><filename>./confd-cdb/A.cdb</filename><disk-size>13451</disk-size><ram-size>81630</ram-size><read-locks>0</read-locks><write-lock-set>false</write-lock-set><waiting-for-replication-sync>false</waiting-for-replication-sync></datastore><datastore><name>operational</name><filename>./confd-cdb/O.cdb</filename><disk-size>4</disk-size><ram-size>136</ram-size><subscription-lock-set>false</subscription-lock-set></datastore><client><name>notifier</name><info>325/6</info><type>subscriber</type><subscription><datastore>running</datastore><priority>1</priority><id>6</id><path>/terminal-device/logical-channels/channel/config</path></subscription><subscription><datastore>running</datastore><priority>2</priority><id>8</id><path>/telemetry-system/subscriptions/dynamic-subscriptions</path></subscription><subscription><datastore>running</datastore><priority>2</priority><id>7</id><path>/components/component/optical-channel/config</path></subscription><subscription><datastore>running</datastore><priority>3</priority><id>9</id><path>/switched-vlans/vlan/tagged-members/member</path></subscription><subscription><datastore>running</datastore><priority>4</priority><id>10</id><path>/switched-vlans/vlan/untagged-members/member</path></subscription><subscription><datastore>running</datastore><priority>5</priority><id>11</id><path>/interfaces/interface</path></subscription><subscription><datastore>running</datastore><priority>6</priority><id>12</id><path>/bgp-instance/bgp</path></subscription></client><client><name>notifier</name><info>325/5</info><type>inactive</type></client></cdb></internal></confd-state><netconf xmlns="urn:ietf:params:xml:ns:netmod:notification"><streams><stream><name>NETCONF</name><description>default NETCONF event stream</description><replaySupport>false</replaySupport></stream><stream><name>mellanox</name><description>Notifications regarding the transponder</description><replaySupport>true</replaySupport><replayLogCreationTime>2024-06-06T22:51:35.958749+00:00</replayLogCreationTime></stream></streams></netconf><nacm xmlns="urn:ietf:params:xml:ns:yang:ietf-netconf-acm"><enable-nacm>true</enable-nacm><read-default>permit</read-default><write-default>permit</write-default><exec-default>permit</exec-default><enable-external-groups>true</enable-external-groups><denied-operations>0</denied-operations><denied-data-writes>0</denied-data-writes><denied-notifications>0</denied-notifications><groups><group><name>admin</name><user-name>admin</user-name><user-name>private</user-name></group><group><name>oper</name><user-name>oper</user-name><user-name>public</user-name></group><group><name>opt</name><user-name>optical</user-name></group><group><name>pck</name><user-name>packet</user-name></group></groups><rule-list><name>any-group</name><group>*</group><rule><name>get</name><module-name>*</module-name><path>/</path><access-operations>read</access-operations><action>permit</action></rule><rule><name>tailf-aaa-authentication</name><module-name>tailf-aaa</module-name><path>/aaa/authentication/users/user[name='$USER']</path><access-operations>read update</access-operations><action>permit</action></rule><rule><name>tailf-aaa-user</name><module-name>tailf-aaa</module-name><path>/user[name='$USER']</path><access-operations>create read update delete</access-operations><action>permit</action></rule><rule><name>tailf-webui-user</name><module-name>tailf-webui</module-name><path>/webui/data-stores/user-profile[username='$USER']</path><access-operations>create read update delete</access-operations><action>permit</action></rule></rule-list><rule-list><name>packet</name><group>pck</group><rule><name>vlan</name><module-name>vlan</module-name><path>/switched-vlans</path><access-operations>create read update delete</access-operations><action>permit</action></rule><rule><name>terminal-device</name><module-name>*</module-name><path>/terminal-device</path><access-operations>create update delete</access-operations><action>deny</action></rule><rule><name>components</name><module-name>*</module-name><path>/components</path><access-operations>create update delete</access-operations><action>deny</action></rule></rule-list><rule-list><name>optical</name><group>opt</group><rule><name>terminal-device</name><module-name>*</module-name><path>/terminal-device</path><access-operations>create read update delete</access-operations><action>permit</action></rule><rule><name>components</name><module-name>*</module-name><path>/components</path><access-operations>create read update delete</access-operations><action>permit</action></rule><rule><name>vlan</name><module-name>vlan</module-name><path>/switched-vlans</path><access-operations>create update delete</access-operations><action>deny</action></rule></rule-list><rule-list><name>admin</name><group>admin</group><rule><name>any-access</name><action>permit</action></rule></rule-list></nacm><netconf-state xmlns="urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring"><capabilities><capability>urn:ietf:params:netconf:base:1.0</capability><capability>urn:ietf:params:netconf:base:1.1</capability><capability>urn:ietf:params:netconf:capability:writable-running:1.0</capability><capability>urn:ietf:params:netconf:capability:xpath:1.0</capability><capability>urn:ietf:params:netconf:capability:validate:1.0</capability><capability>urn:ietf:params:netconf:capability:validate:1.1</capability><capability>urn:ietf:params:netconf:capability:rollback-on-error:1.0</capability><capability>urn:ietf:params:netconf:capability:notification:1.0</capability><capability>urn:ietf:params:netconf:capability:with-defaults:1.0?basic-mode=explicit&also-supported=report-all-tagged</capability><capability>urn:ietf:params:netconf:capability:yang-library:1.0?revision=2016-06-21&module-set-id=f1285a0c7bf3c6c159ca5c87b160ec60</capability><capability>http://tail-f.com/ns/netconf/extensions</capability><capability>http://openconfig.net/yang/alarms/types?module=openconfig-alarm-types&revision=2018-01-16</capability><capability>http://openconfig.net/yang/bfd?module=openconfig-bfd&revision=2022-06-28</capability><capability>http://openconfig.net/yang/bgp?module=openconfig-bgp&revision=2022-05-21</capability><capability>http://openconfig.net/yang/bgp-types?module=openconfig-bgp-types&revision=2021-08-06</capability><capability>http://openconfig.net/yang/evpn-types?module=openconfig-evpn-types&revision=2021-06-21</capability><capability>http://openconfig.net/yang/interfaces?module=openconfig-interfaces&revision=2021-04-06</capability><capability>http://openconfig.net/yang/interfaces/ethernet?module=openconfig-if-ethernet&revision=2022-04-20</capability><capability>http://openconfig.net/yang/interfaces/ip?module=openconfig-if-ip&revision=2019-01-08</capability><capability>http://openconfig.net/yang/lldp?module=openconfig-lldp&revision=2018-11-21</capability><capability>http://openconfig.net/yang/lldp/types?module=openconfig-lldp-types&revision=2018-11-21</capability><capability>http://openconfig.net/yang/mpls-types?module=openconfig-mpls-types&revision=2021-12-01</capability><capability>http://openconfig.net/yang/network-instance-types?module=openconfig-network-instance-types&revision=2021-07-14</capability><capability>http://openconfig.net/yang/openconfig-types?module=openconfig-types&revision=2019-04-16</capability><capability>http://openconfig.net/yang/ospf-types?module=openconfig-ospf-types&revision=2018-11-21</capability><capability>http://openconfig.net/yang/ospfv2?module=openconfig-ospfv2&revision=2022-02-10</capability><capability>http://openconfig.net/yang/platform?module=openconfig-platform&revision=2018-01-30</capability><capability>http://openconfig.net/yang/platform-types?module=openconfig-platform-types&revision=2021-01-18</capability><capability>http://openconfig.net/yang/platform/port?module=openconfig-platform-port&revision=2021-04-22</capability><capability>http://openconfig.net/yang/platform/transceiver?module=openconfig-platform-transceiver&revision=2021-02-23</capability><capability>http://openconfig.net/yang/policy-types?module=openconfig-policy-types&revision=2022-11-08</capability><capability>http://openconfig.net/yang/protocols?module=openconfig-protocols</capability><capability>http://openconfig.net/yang/rib/bgp?module=openconfig-rib-bgp&revision=2022-06-06</capability><capability>http://openconfig.net/yang/rib/bgp-types?module=openconfig-rib-bgp-types&revision=2019-03-14</capability><capability>http://openconfig.net/yang/routing-policy?module=openconfig-routing-policy&revision=2022-05-24</capability><capability>http://openconfig.net/yang/segment-routing-types?module=openconfig-segment-routing-types&revision=2020-02-04</capability><capability>http://openconfig.net/yang/telemetry?module=openconfig-telemetry&revision=2018-11-21</capability><capability>http://openconfig.net/yang/telemetry-types?module=openconfig-telemetry-types&revision=2018-11-21</capability><capability>http://openconfig.net/yang/terminal-device?module=openconfig-terminal-device&revision=2021-02-23</capability><capability>http://openconfig.net/yang/transport-types?module=openconfig-transport-types&revision=2021-03-22</capability><capability>http://openconfig.net/yang/types/inet?module=openconfig-inet-types&revision=2021-08-17</capability><capability>http://openconfig.net/yang/types/yang?module=openconfig-yang-types&revision=2021-07-14</capability><capability>http://sssup.it/yang/vlan?module=vlan</capability><capability>http://tail-f.com/ns/aaa/1.1?module=tailf-aaa&revision=2015-06-16</capability><capability>http://tail-f.com/ns/kicker?module=tailf-kicker&revision=2017-03-16</capability><capability>http://tail-f.com/yang/acm?module=tailf-acm&revision=2013-03-07</capability><capability>http://tail-f.com/yang/common-monitoring?module=tailf-common-monitoring&revision=2013-06-14</capability><capability>http://tail-f.com/yang/confd-monitoring?module=tailf-confd-monitoring&revision=2013-06-14</capability><capability>http://tail-f.com/yang/netconf-monitoring?module=tailf-netconf-monitoring&revision=2016-11-24</capability><capability>urn:ietf:params:xml:ns:yang:iana-crypt-hash?module=iana-crypt-hash&revision=2014-08-06&features=crypt-hash-sha-512,crypt-hash-sha-256,crypt-hash-md5</capability><capability>urn:ietf:params:xml:ns:yang:ietf-inet-types?module=ietf-inet-types&revision=2013-07-15</capability><capability>urn:ietf:params:xml:ns:yang:ietf-interfaces?module=ietf-interfaces&revision=2014-05-08&features=pre-provisioning,if-mib,arbitrary-names</capability><capability>urn:ietf:params:xml:ns:yang:ietf-netconf-acm?module=ietf-netconf-acm&revision=2012-02-22</capability><capability>urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring?module=ietf-netconf-monitoring&revision=2010-10-04</capability><capability>urn:ietf:params:xml:ns:yang:ietf-" -[2024-06-20 13:23:54,338] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:23:54,338] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: ending -[2024-06-20 13:23:54,360] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: starting -[2024-06-20 13:23:54,360] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:23:54,360] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:23:54,360] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: regular expression start=0, end=8 -[2024-06-20 13:23:54,360] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: found chunk delimiter -[2024-06-20 13:23:54,360] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: chunk size 16376 bytes -[2024-06-20 13:23:54,360] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: not enough data for chunk yet -[2024-06-20 13:23:54,361] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: setting start to 0 -[2024-06-20 13:23:54,361] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: ending -[2024-06-20 13:23:54,361] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: starting -[2024-06-20 13:23:54,361] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:23:54,361] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:23:54,361] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: regular expression start=0, end=8 -[2024-06-20 13:23:54,361] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: found chunk delimiter -[2024-06-20 13:23:54,361] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: chunk size 16376 bytes -[2024-06-20 13:23:54,361] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: not enough data for chunk yet -[2024-06-20 13:23:54,362] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: setting start to 0 -[2024-06-20 13:23:54,362] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: ending -[2024-06-20 13:23:54,362] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: starting -[2024-06-20 13:23:54,362] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:23:54,362] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:23:54,362] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: regular expression start=0, end=8 -[2024-06-20 13:23:54,362] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: found chunk delimiter -[2024-06-20 13:23:54,362] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: chunk size 16376 bytes -[2024-06-20 13:23:54,362] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: not enough data for chunk yet -[2024-06-20 13:23:54,362] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: setting start to 0 -[2024-06-20 13:23:54,363] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: ending -[2024-06-20 13:23:54,363] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: starting -[2024-06-20 13:23:54,363] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:23:54,363] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:23:54,363] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: regular expression start=0, end=8 -[2024-06-20 13:23:54,363] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: found chunk delimiter -[2024-06-20 13:23:54,363] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: chunk size 16376 bytes -[2024-06-20 13:23:54,363] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: appending 16376 bytes -[2024-06-20 13:23:54,363] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: fragment = "netconf-notifications?module=ietf-netconf-notifications&revision=2012-02-06</capability><capability>urn:ietf:params:xml:ns:yang:ietf-yang-library?module=ietf-yang-library&revision=2016-06-21</capability><capability>urn:ietf:params:xml:ns:yang:ietf-yang-types?module=ietf-yang-types&revision=2013-07-15</capability><capability>urn:ietf:params:xml:ns:netconf:base:1.0?module=ietf-netconf&revision=2011-06-01</capability><capability>urn:ietf:params:xml:ns:yang:ietf-netconf-with-defaults?module=ietf-netconf-with-defaults&revision=2011-06-01</capability></capabilities><datastores><datastore><name>running</name><transaction-id xmlns="http://tail-f.com/yang/netconf-monitoring">1717-750544-743311</transaction-id></datastore></datastores><schemas><schema><identifier>iana-crypt-hash</identifier><version>2014-08-06</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:iana-crypt-hash</namespace><location>NETCONF</location></schema><schema><identifier>ietf-inet-types</identifier><version>2013-07-15</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-inet-types</namespace><location>NETCONF</location></schema><schema><identifier>ietf-interfaces</identifier><version>2014-05-08</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-interfaces</namespace><location>NETCONF</location></schema><schema><identifier>ietf-netconf</identifier><version>2011-06-01</version><format>yang</format><namespace>urn:ietf:params:xml:ns:netconf:base:1.0</namespace><location>NETCONF</location></schema><schema><identifier>ietf-netconf-acm</identifier><version>2012-02-22</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-acm</namespace><location>NETCONF</location></schema><schema><identifier>ietf-netconf-monitoring</identifier><version>2010-10-04</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring</namespace><location>NETCONF</location></schema><schema><identifier>ietf-netconf-notifications</identifier><version>2012-02-06</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-notifications</namespace><location>NETCONF</location></schema><schema><identifier>ietf-netconf-with-defaults</identifier><version>2011-06-01</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-with-defaults</namespace><location>NETCONF</location></schema><schema><identifier>ietf-yang-library</identifier><version>2016-06-21</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-library</namespace><location>NETCONF</location></schema><schema><identifier>ietf-yang-types</identifier><version>2013-07-15</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-alarm-types</identifier><version>2018-01-16</version><format>yang</format><namespace>http://openconfig.net/yang/alarms/types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bfd</identifier><version>2022-06-28</version><format>yang</format><namespace>http://openconfig.net/yang/bfd</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bgp</identifier><version>2022-05-21</version><format>yang</format><namespace>http://openconfig.net/yang/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bgp-common</identifier><version>2022-05-21</version><format>yang</format><namespace>http://openconfig.net/yang/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bgp-common-multiprotocol</identifier><version>2022-05-21</version><format>yang</format><namespace>http://openconfig.net/yang/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bgp-common-structure</identifier><version>2022-05-21</version><format>yang</format><namespace>http://openconfig.net/yang/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bgp-errors</identifier><version>2021-08-06</version><format>yang</format><namespace>http://openconfig.net/yang/bgp-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bgp-global</identifier><version>2022-05-21</version><format>yang</format><namespace>http://openconfig.net/yang/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bgp-neighbor</identifier><version>2022-05-21</version><format>yang</format><namespace>http://openconfig.net/yang/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bgp-peer-group</identifier><version>2022-05-21</version><format>yang</format><namespace>http://openconfig.net/yang/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bgp-types</identifier><version>2021-08-06</version><format>yang</format><namespace>http://openconfig.net/yang/bgp-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-evpn-types</identifier><version>2021-06-21</version><format>yang</format><namespace>http://openconfig.net/yang/evpn-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-if-ethernet</identifier><version>2022-04-20</version><format>yang</format><namespace>http://openconfig.net/yang/interfaces/ethernet</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-if-ip</identifier><version>2019-01-08</version><format>yang</format><namespace>http://openconfig.net/yang/interfaces/ip</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-inet-types</identifier><version>2021-08-17</version><format>yang</format><namespace>http://openconfig.net/yang/types/inet</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-interfaces</identifier><version>2021-04-06</version><format>yang</format><namespace>http://openconfig.net/yang/interfaces</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-lldp</identifier><version>2018-11-21</version><format>yang</format><namespace>http://openconfig.net/yang/lldp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-lldp-types</identifier><version>2018-11-21</version><format>yang</format><namespace>http://openconfig.net/yang/lldp/types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-mpls-types</identifier><version>2021-12-01</version><format>yang</format><namespace>http://openconfig.net/yang/mpls-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-network-instance-types</identifier><version>2021-07-14</version><format>yang</format><namespace>http://openconfig.net/yang/network-instance-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-ospf-types</identifier><version>2018-11-21</version><format>yang</format><namespace>http://openconfig.net/yang/ospf-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-ospfv2</identifier><version>2022-02-10</version><format>yang</format><namespace>http://openconfig.net/yang/ospfv2</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-ospfv2-area</identifier><version>2022-02-10</version><format>yang</format><namespace>http://openconfig.net/yang/ospfv2</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-ospfv2-area-interface</identifier><version>2022-02-10</version><format>yang</format><namespace>http://openconfig.net/yang/ospfv2</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-ospfv2-common</identifier><version>2022-02-10</version><format>yang</format><namespace>http://openconfig.net/yang/ospfv2</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-ospfv2-global</identifier><version>2022-02-10</version><format>yang</format><namespace>http://openconfig.net/yang/ospfv2</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-ospfv2-lsdb</identifier><version>2022-02-10</version><format>yang</format><namespace>http://openconfig.net/yang/ospfv2</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-platform</identifier><version>2018-01-30</version><format>yang</format><namespace>http://openconfig.net/yang/platform</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-platform-port</identifier><version>2021-04-22</version><format>yang</format><namespace>http://openconfig.net/yang/platform/port</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-platform-transceiver</identifier><version>2021-02-23</version><format>yang</format><namespace>http://openconfig.net/yang/platform/transceiver</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-platform-types</identifier><version>2021-01-18</version><format>yang</format><namespace>http://openconfig.net/yang/platform-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-policy-types</identifier><version>2022-11-08</version><format>yang</format><namespace>http://openconfig.net/yang/policy-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-protocols</identifier><version></version><format>yang</format><namespace>http://openconfig.net/yang/protocols</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-rib-bgp</identifier><version>2022-06-06</version><format>yang</format><namespace>http://openconfig.net/yang/rib/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-rib-bgp-attributes</identifier><version>2022-06-06</version><format>yang</format><namespace>http://openconfig.net/yang/rib/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-rib-bgp-shared-attributes</identifier><version>2022-06-06</version><format>yang</format><namespace>http://openconfig.net/yang/rib/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-rib-bgp-table-attributes</identifier><version>2022-06-06</version><format>yang</format><namespace>http://openconfig.net/yang/rib/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-rib-bgp-tables</identifier><version>2022-06-06</version><format>yang</format><namespace>http://openconfig.net/yang/rib/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-rib-bgp-types</identifier><version>2019-03-14</version><format>yang</format><namespace>http://openconfig.net/yang/rib/bgp-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-routing-policy</identifier><version>2022-05-24</version><format>yang</format><namespace>http://openconfig.net/yang/routing-policy</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-segment-routing-types</identifier><version>2020-02-04</version><format>yang</format><namespace>http://openconfig.net/yang/segment-routing-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-telemetry</identifier><version>2018-11-21</version><format>yang</format><namespace>http://openconfig.net/yang/telemetry</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-telemetry-types</identifier><version>2018-11-21</version><format>yang</format><namespace>http://openconfig.net/yang/telemetry-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-terminal-device</identifier><version>2021-02-23</version><format>yang</format><namespace>http://openconfig.net/yang/terminal-device</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-transport-types</identifier><version>2021-03-22</version><format>yang</format><namespace>http://openconfig.net/yang/transport-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-types</identifier><version>2019-04-16</version><format>yang</format><namespace>http://openconfig.net/yang/openconfig-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-yang-types</identifier><version>2021-07-14</version><format>yang</format><namespace>http://openconfig.net/yang/types/yang</namespace><location>NETCONF</location></schema><schema><identifier>tailf-aaa</identifier><version>2015-06-16</version><format>yang</format><namespace>http://tail-f.com/ns/aaa/1.1</namespace><location>NETCONF</location></schema><schema><identifier>tailf-acm</identifier><version>2013-03-07</version><format>yang</format><namespace>http://tail-f.com/yang/acm</namespace><location>NETCONF</location></schema><schema><identifier>tailf-common-monitoring</identifier><version>2013-06-14</version><format>yang</format><namespace>http://tail-f.com/yang/common-monitoring</namespace><location>NETCONF</location></schema><schema><identifier>tailf-confd-monitoring</identifier><version>2013-06-14</version><format>yang</format><namespace>http://tail-f.com/yang/confd-monitoring</namespace><location>NETCONF</location></schema><schema><identifier>tailf-kicker</identifier><version>2017-03-16</version><format>yang</format><namespace>http://tail-f.com/ns/kicker</namespace><location>NETCONF</location></schema><schema><identifier>tailf-netconf-monitoring</identifier><version>2016-11-24</version><format>yang</format><namespace>http://tail-f.com/yang/netconf-monitoring</namespace><location>NETCONF</location></schema><schema><identifier>vlan</identifier><version></version><format>yang</format><namespace>http://sssup.it/yang/vlan</namespace><location>NETCONF</location></schema></schemas><sessions><session><session-id>29</session-id><transport>netconf-ssh</transport><username>admin</username><source-host>10.30.2.206</source-host><login-time>2024-06-06T23:11:11+00:00</login-time><in-rpcs>4</in-rpcs><in-bad-rpcs>0</in-bad-rpcs><out-rpc-errors>0</out-rpc-errors><out-notifications>0</out-notifications></session><session><session-id>30</session-id><transport>netconf-ssh</transport><username>admin</username><source-host>10.30.2.206</source-host><login-time>2024-06-06T23:11:20+00:00</login-time><in-rpcs>2</in-rpcs><in-bad-rpcs>0</in-bad-rpcs><out-rpc-errors>0</out-rpc-errors><out-notifications>0</out-notifications></session><session><session-id>31</session-id><transport>netconf-ssh</transport><username>admin</username><source-host>10.30.2.206</source-host><login-time>2024-06-06T23:11:29+00:00</login-time><in-rpcs>2</in-rpcs><in-bad-rpcs>0</in-bad-rpcs><out-rpc-errors>0</out-rpc-errors><out-notifications>0</out-notifications></session><session><session-id>32</session-id><transport>netconf-ssh</transport><username>admin</username><source-host>10.30.2.208</source-host><login-time>2024-06-20T13:23:47+00:00</login-time><in-rpcs>2</in-rpcs><in-bad-rpcs>0</in-bad-rpcs><out-rpc-errors>0</out-rpc-errors><out-notifications>0</out-notifications></session><session><session-id>33</session-id><transport>netconf-ssh</transport><username>admin</username><source-host>10.30.2.208</source-host><login-time>2024-06-20T13:23:53+00:00</login-time><in-rpcs>2</in-rpcs><in-bad-rpcs>0</in-bad-rpcs><out-rpc-errors>0</out-rpc-errors><out-notifications>0</out-notifications></session></sessions><statistics><netconf-start-time>2024-06-06T22:51:35+00:00</netconf-start-time><in-bad-hellos>0</in-bad-hellos><in-sessions>5</in-sessions><dropped-sessions>0</dropped-sessions><in-rpcs>12</in-rpcs><in-bad-rpcs>0</in-bad-rpcs><out-rpc-errors>0</out-rpc-errors><out-notifications>0</out-notifications></statistics><streams xmlns="http://tail-f.com/yang/netconf-monitoring"><stream><name>NETCONF</name><description>default NETCONF event stream</description><replay-support>false</replay-support></stream><stream><name>mellanox</name><description>Notifications regarding the transponder</description><replay-support>true</replay-support><replay-log-creation-time>2024-06-06T22:51:35.958749+00:00</replay-log-creation-time></stream></streams></netconf-state><modules-state xmlns="urn:ietf:params:xml:ns:yang:ietf-yang-library"><module-set-id>f1285a0c7bf3c6c159ca5c87b160ec60</module-set-id><module><name>iana-crypt-hash</name><revision>2014-08-06</revision><namespace>urn:ietf:params:xml:ns:yang:iana-crypt-hash</namespace><feature>crypt-hash-sha-512</feature><feature>crypt-hash-sha-256</" -[2024-06-20 13:23:54,364] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:23:54,364] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: ending -[2024-06-20 13:23:54,368] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: starting -[2024-06-20 13:23:54,368] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:23:54,369] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:23:54,369] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: regular expression start=0, end=8 -[2024-06-20 13:23:54,369] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: found chunk delimiter -[2024-06-20 13:23:54,369] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: chunk size 10531 bytes -[2024-06-20 13:23:54,369] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: not enough data for chunk yet -[2024-06-20 13:23:54,369] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: setting start to 0 -[2024-06-20 13:23:54,370] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: ending -[2024-06-20 13:23:54,370] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: starting -[2024-06-20 13:23:54,370] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:23:54,370] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:23:54,370] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: regular expression start=0, end=8 -[2024-06-20 13:23:54,370] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: found chunk delimiter -[2024-06-20 13:23:54,370] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: chunk size 10531 bytes -[2024-06-20 13:23:54,370] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: not enough data for chunk yet -[2024-06-20 13:23:54,370] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: setting start to 0 -[2024-06-20 13:23:54,371] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: ending -[2024-06-20 13:23:54,371] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: starting -[2024-06-20 13:23:54,371] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: working with buffer of 10543 bytes -[2024-06-20 13:23:54,371] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:23:54,371] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: regular expression start=0, end=8 -[2024-06-20 13:23:54,371] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: found chunk delimiter -[2024-06-20 13:23:54,371] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: chunk size 10531 bytes -[2024-06-20 13:23:54,371] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: appending 10531 bytes -[2024-06-20 13:23:54,371] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: fragment = "feature><feature>crypt-hash-md5</feature><conformance-type>import</conformance-type></module><module><name>ietf-inet-types</name><revision>2013-07-15</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-inet-types</namespace><conformance-type>import</conformance-type></module><module><name>ietf-interfaces</name><revision>2014-05-08</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-interfaces</namespace><feature>pre-provisioning</feature><feature>if-mib</feature><feature>arbitrary-names</feature><conformance-type>implement</conformance-type></module><module><name>ietf-netconf</name><revision>2011-06-01</revision><namespace>urn:ietf:params:xml:ns:netconf:base:1.0</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-netconf-acm</name><revision>2012-02-22</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-acm</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-netconf-monitoring</name><revision>2010-10-04</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-netconf-notifications</name><revision>2012-02-06</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-notifications</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-netconf-with-defaults</name><revision>2011-06-01</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-with-defaults</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-yang-library</name><revision>2016-06-21</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-library</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-yang-types</name><revision>2013-07-15</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-alarm-types</name><revision>2018-01-16</revision><namespace>http://openconfig.net/yang/alarms/types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-bfd</name><revision>2022-06-28</revision><namespace>http://openconfig.net/yang/bfd</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-bgp</name><revision>2022-05-21</revision><namespace>http://openconfig.net/yang/bgp</namespace><conformance-type>implement</conformance-type><submodule><name>openconfig-bgp-common</name><revision>2022-05-21</revision></submodule><submodule><name>openconfig-bgp-common-structure</name><revision>2022-05-21</revision></submodule><submodule><name>openconfig-bgp-global</name><revision>2022-05-21</revision></submodule><submodule><name>openconfig-bgp-neighbor</name><revision>2022-05-21</revision></submodule><submodule><name>openconfig-bgp-peer-group</name><revision>2022-05-21</revision></submodule><submodule><name>openconfig-bgp-common-multiprotocol</name><revision>2022-05-21</revision></submodule></module><module><name>openconfig-bgp-types</name><revision>2021-08-06</revision><namespace>http://openconfig.net/yang/bgp-types</namespace><conformance-type>import</conformance-type><submodule><name>openconfig-bgp-errors</name><revision>2021-08-06</revision></submodule></module><module><name>openconfig-evpn-types</name><revision>2021-06-21</revision><namespace>http://openconfig.net/yang/evpn-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-if-ethernet</name><revision>2022-04-20</revision><namespace>http://openconfig.net/yang/interfaces/ethernet</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-if-ip</name><revision>2019-01-08</revision><namespace>http://openconfig.net/yang/interfaces/ip</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-inet-types</name><revision>2021-08-17</revision><namespace>http://openconfig.net/yang/types/inet</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-interfaces</name><revision>2021-04-06</revision><namespace>http://openconfig.net/yang/interfaces</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-lldp</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/lldp</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-lldp-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/lldp/types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-mpls-types</name><revision>2021-12-01</revision><namespace>http://openconfig.net/yang/mpls-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-ospf-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/ospf-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-ospfv2</name><revision>2022-02-10</revision><namespace>http://openconfig.net/yang/ospfv2</namespace><conformance-type>import</conformance-type><submodule><name>openconfig-ospfv2-area</name><revision>2022-02-10</revision></submodule><submodule><name>openconfig-ospfv2-common</name><revision>2022-02-10</revision></submodule><submodule><name>openconfig-ospfv2-global</name><revision>2022-02-10</revision></submodule><submodule><name>openconfig-ospfv2-lsdb</name><revision>2022-02-10</revision></submodule><submodule><name>openconfig-ospfv2-area-interface</name><revision>2022-02-10</revision></submodule></module><module><name>openconfig-platform</name><revision>2018-01-30</revision><namespace>http://openconfig.net/yang/platform</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-platform-port</name><revision>2021-04-22</revision><namespace>http://openconfig.net/yang/platform/port</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-platform-transceiver</name><revision>2021-02-23</revision><namespace>http://openconfig.net/yang/platform/transceiver</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-platform-types</name><revision>2021-01-18</revision><namespace>http://openconfig.net/yang/platform-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-policy-types</name><revision>2022-11-08</revision><namespace>http://openconfig.net/yang/policy-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-protocols</name><revision></revision><namespace>http://openconfig.net/yang/protocols</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-rib-bgp</name><revision>2022-06-06</revision><namespace>http://openconfig.net/yang/rib/bgp</namespace><conformance-type>import</conformance-type><submodule><name>openconfig-rib-bgp-attributes</name><revision>2022-06-06</revision></submodule><submodule><name>openconfig-rib-bgp-tables</name><revision>2022-06-06</revision></submodule><submodule><name>openconfig-rib-bgp-table-attributes</name><revision>2022-06-06</revision></submodule><submodule><name>openconfig-rib-bgp-shared-attributes</name><revision>2022-06-06</revision></submodule></module><module><name>openconfig-rib-bgp-types</name><revision>2019-03-14</revision><namespace>http://openconfig.net/yang/rib/bgp-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-routing-policy</name><revision>2022-05-24</revision><namespace>http://openconfig.net/yang/routing-policy</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-telemetry</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/telemetry</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-telemetry-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/telemetry-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-terminal-device</name><revision>2021-02-23</revision><namespace>http://openconfig.net/yang/terminal-device</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-transport-types</name><revision>2021-03-22</revision><namespace>http://openconfig.net/yang/transport-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-types</name><revision>2019-04-16</revision><namespace>http://openconfig.net/yang/openconfig-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-yang-types</name><revision>2021-07-14</revision><namespace>http://openconfig.net/yang/types/yang</namespace><conformance-type>import</conformance-type></module><module><name>tailf-aaa</name><revision>2015-06-16</revision><namespace>http://tail-f.com/ns/aaa/1.1</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-acm</name><revision>2013-03-07</revision><namespace>http://tail-f.com/yang/acm</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-common-monitoring</name><revision>2013-06-14</revision><namespace>http://tail-f.com/yang/common-monitoring</namespace><conformance-type>import</conformance-type></module><module><name>tailf-confd-monitoring</name><revision>2013-06-14</revision><namespace>http://tail-f.com/yang/confd-monitoring</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-kicker</name><revision>2017-03-16</revision><namespace>http://tail-f.com/ns/kicker</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-netconf-monitoring</name><revision>2016-11-24</revision><namespace>http://tail-f.com/yang/netconf-monitoring</namespace><conformance-type>implement</conformance-type></module><module><name>vlan</name><revision></revision><namespace>http://sssup.it/yang/vlan</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-segment-routing-types</name><revision>2020-02-04</revision><namespace>http://openconfig.net/yang/segment-routing-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-network-instance-types</name><revision>2021-07-14</revision><namespace>http://openconfig.net/yang/network-instance-types</namespace><conformance-type>import</conformance-type></module></modules-state></data></rpc-reply>" -[2024-06-20 13:23:54,371] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: matching from 10539 bytes from start of buffer -[2024-06-20 13:23:54,372] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: regular expression start=0, end=4 -[2024-06-20 13:23:54,372] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: found end of message delimiter -[2024-06-20 13:23:54,374] DEBUG:ncclient.operations.rpc:[host 172.17.254.41 session-id 33] Delivering to <ncclient.operations.retrieve.Get object at 0x7fa7486710a0> -[2024-06-20 13:23:54,374] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: saving back rest of message after 10543 bytes, original size 10543 -[2024-06-20 13:23:54,374] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 33] _parse11: ending -[2024-06-20 13:23:54,381] INFO:root:resource_key frequency and channgel_name {'index': 'channel-1'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:23:54,382] INFO:root:dic {'frequency': '192056250'} -[2024-06-20 13:23:54,382] INFO:root:resource_key target-output-power and channgel_name {'index': 'channel-1'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:23:54,383] INFO:root:dic {'frequency': '192056250', 'target-output-power': '1.0'} -[2024-06-20 13:23:54,384] INFO:root:resource_key operational-mode and channgel_name {'index': 'channel-1'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:23:54,385] INFO:root:dic {'frequency': '192056250', 'target-output-power': '1.0', 'operational-mode': '8'} -[2024-06-20 13:23:54,385] INFO:root:resource_key line-port and channgel_name {'index': 'channel-1'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:23:54,386] INFO:root:dic {'frequency': '192056250', 'target-output-power': '1.0', 'operational-mode': '8', 'line-port': 'transceiver-1'} -[2024-06-20 13:23:54,386] INFO:root:resource_key frequency and channgel_name {'index': 'channel-2'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:23:54,388] INFO:root:dic {'frequency': '191600000'} -[2024-06-20 13:23:54,388] INFO:root:resource_key target-output-power and channgel_name {'index': 'channel-2'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:23:54,389] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0'} -[2024-06-20 13:23:54,389] INFO:root:resource_key operational-mode and channgel_name {'index': 'channel-2'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:23:54,390] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0'} -[2024-06-20 13:23:54,391] INFO:root:resource_key line-port and channgel_name {'index': 'channel-2'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:23:54,392] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-2'} -[2024-06-20 13:23:54,392] INFO:root:resource_key frequency and channgel_name {'index': 'channel-3'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:23:54,393] INFO:root:dic {'frequency': '191600000'} -[2024-06-20 13:23:54,393] INFO:root:resource_key target-output-power and channgel_name {'index': 'channel-3'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:23:54,394] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0'} -[2024-06-20 13:23:54,395] INFO:root:resource_key operational-mode and channgel_name {'index': 'channel-3'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:23:54,396] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0'} -[2024-06-20 13:23:54,396] INFO:root:resource_key line-port and channgel_name {'index': 'channel-3'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:23:54,397] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-3'} -[2024-06-20 13:23:54,397] INFO:root:resource_key frequency and channgel_name {'index': 'channel-4'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:23:54,399] INFO:root:dic {'frequency': '191600000'} -[2024-06-20 13:23:54,399] INFO:root:resource_key target-output-power and channgel_name {'index': 'channel-4'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:23:54,400] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0'} -[2024-06-20 13:23:54,400] INFO:root:resource_key operational-mode and channgel_name {'index': 'channel-4'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:23:54,401] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0'} -[2024-06-20 13:23:54,402] INFO:root:resource_key line-port and channgel_name {'index': 'channel-4'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:23:54,403] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-4'} -[2024-06-20 13:23:54,405] INFO:root:parameters {'channels': [{'frequency': '192056250', 'target-output-power': '1.0', 'operational-mode': '8', 'line-port': 'transceiver-1', 'name': {'index': 'channel-1'}}, {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-2', 'name': {'index': 'channel-2'}}, {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-3', 'name': {'index': 'channel-3'}}, {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-4', 'name': {'index': 'channel-4'}}], 'transceivers': {'transceiver': ['transceiver-1', 'transceiver-2', 'transceiver-3', 'transceiver-4']}, 'channel_namespace': 'http://openconfig.net/yang/terminal-device', 'endpoints': [{'endpoint_uuid': {'uuid': {'index': 'channel-1'}}}, {'endpoint_uuid': {'uuid': {'index': 'channel-2'}}}, {'endpoint_uuid': {'uuid': {'index': 'channel-3'}}}, {'endpoint_uuid': {'uuid': {'index': 'channel-4'}}}], 'ports': [('/endpoints/endpoint[1]', {'uuid': '1', 'type': 'port-1'}), ('/endpoints/endpoint[2]', {'uuid': '2', 'type': 'port-2'}), ('/endpoints/endpoint[3]', {'uuid': '3', 'type': 'port-3'}), ('/endpoints/endpoint[4]', {'uuid': '4', 'type': 'port-4'})]} -[2024-06-20 13:23:54,405] DEBUG:context.client.ContextClient:SetOpticalConfig request: {"config": "{\"channels\": [{\"frequency\": \"192056250\", \"target-output-power\": \"1.0\", \"operational-mode\": \"8\", \"line-port\": \"transceiver-1\", \"name\": {\"index\": \"channel-1\"}}, {\"frequency\": \"191600000\", \"target-output-power\": \"100.0\", \"operational-mode\": \"0\", \"line-port\": \"transceiver-2\", \"name\": {\"index\": \"channel-2\"}}, {\"frequency\": \"191600000\", \"target-output-power\": \"100.0\", \"operational-mode\": \"0\", \"line-port\": \"transceiver-3\", \"name\": {\"index\": \"channel-3\"}}, {\"frequency\": \"191600000\", \"target-output-power\": \"100.0\", \"operational-mode\": \"0\", \"line-port\": \"transceiver-4\", \"name\": {\"index\": \"channel-4\"}}], \"transceivers\": {\"transceiver\": [\"transceiver-1\", \"transceiver-2\", \"transceiver-3\", \"transceiver-4\"]}, \"channel_namespace\": \"http://openconfig.net/yang/terminal-device\", \"endpoints\": [{\"endpoint_uuid\": {\"uuid\": {\"index\": \"channel-1\"}}}, {\"endpoint_uuid\": {\"uuid\": {\"index\": \"channel-2\"}}}, {\"endpoint_uuid\": {\"uuid\": {\"index\": \"channel-3\"}}}, {\"endpoint_uuid\": {\"uuid\": {\"index\": \"channel-4\"}}}], \"ports\": [[\"/endpoints/endpoint[1]\", {\"uuid\": \"1\", \"type\": \"port-1\"}], [\"/endpoints/endpoint[2]\", {\"uuid\": \"2\", \"type\": \"port-2\"}], [\"/endpoints/endpoint[3]\", {\"uuid\": \"3\", \"type\": \"port-3\"}], [\"/endpoints/endpoint[4]\", {\"uuid\": \"4\", \"type\": \"port-4\"}]]}", "device_id": {"device_uuid": {"uuid": "27c2ed23-e74a-518f-820d-ae2c8ae23086"}}} -[2024-06-20 13:23:54,434] DEBUG:context.client.ContextClient:SetOpticalConfig result: {"opticalconfig_uuid": ""} -[2024-06-20 13:23:54,435] DEBUG:context.client.ContextClient:SetDevice request: {"components": [], "controller_id": {}, "device_config": {"config_rules": [{"action": "CONFIGACTION_SET", "custom": {"resource_key": "_connect/address", "resource_value": "172.17.254.41"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "_connect/port", "resource_value": "2022"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "_connect/settings", "resource_value": "{\n\"allow_agent\": false,\n\"commit_per_rule\": false,\n\"device_params\": {\n\"name\": \"default\"\n},\n\"endpoints\": [],\n\"force_running\": false,\n\"hostkey_verify\": false,\n\"look_for_keys\": false,\n\"manager_params\": {\n\"timeout\": 120\n},\n\"password\": \"admin\",\n\"type\": \"optical-transponder\",\n\"username\": \"admin\"\n}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[1]", "resource_value": "{\"type\": \"port-1\", \"uuid\": \"1\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[2]", "resource_value": "{\"type\": \"port-2\", \"uuid\": \"2\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[3]", "resource_value": "{\"type\": \"port-3\", \"uuid\": \"3\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[4]", "resource_value": "{\"type\": \"port-4\", \"uuid\": \"4\"}"}}]}, "device_drivers": ["DEVICEDRIVER_OC"], "device_endpoints": [{"endpoint_id": {"device_id": {"device_uuid": {"uuid": "27c2ed23-e74a-518f-820d-ae2c8ae23086"}}, "endpoint_uuid": {"uuid": "1"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "port-1", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "27c2ed23-e74a-518f-820d-ae2c8ae23086"}}, "endpoint_uuid": {"uuid": "2"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "port-2", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "27c2ed23-e74a-518f-820d-ae2c8ae23086"}}, "endpoint_uuid": {"uuid": "3"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "port-3", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "27c2ed23-e74a-518f-820d-ae2c8ae23086"}}, "endpoint_uuid": {"uuid": "4"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "port-4", "kpi_sample_types": [], "name": ""}], "device_id": {"device_uuid": {"uuid": "27c2ed23-e74a-518f-820d-ae2c8ae23086"}}, "device_operational_status": "DEVICEOPERATIONALSTATUS_ENABLED", "device_type": "optical-transponder", "name": "T1.2"} -[2024-06-20 13:23:54,503] DEBUG:context.client.ContextClient:SetDevice result: {"device_uuid": {"uuid": "27c2ed23-e74a-518f-820d-ae2c8ae23086"}} -[2024-06-20 13:23:54,503] DEBUG:context.client.ContextClient:SelectDevice request: {"device_ids": {"device_ids": [{"device_uuid": {"uuid": "27c2ed23-e74a-518f-820d-ae2c8ae23086"}}]}, "include_components": false, "include_config_rules": false, "include_endpoints": true} -[2024-06-20 13:23:54,547] DEBUG:context.client.ContextClient:SelectDevice result: {"devices": [{"components": [], "controller_id": {}, "device_drivers": ["DEVICEDRIVER_OC"], "device_endpoints": [{"endpoint_id": {"device_id": {"device_uuid": {"uuid": "27c2ed23-e74a-518f-820d-ae2c8ae23086"}}, "endpoint_uuid": {"uuid": "7dc65d0e-af57-5d3c-9ba6-f6ec81a354c6"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "port-2", "kpi_sample_types": [], "name": "2"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "27c2ed23-e74a-518f-820d-ae2c8ae23086"}}, "endpoint_uuid": {"uuid": "86f69ce9-15a8-5a6b-9db1-c6ebd9de463e"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "port-4", "kpi_sample_types": [], "name": "4"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "27c2ed23-e74a-518f-820d-ae2c8ae23086"}}, "endpoint_uuid": {"uuid": "cef46beb-6533-5a93-8541-ed5adc875452"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "port-1", "kpi_sample_types": [], "name": "1"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "27c2ed23-e74a-518f-820d-ae2c8ae23086"}}, "endpoint_uuid": {"uuid": "d3cbae33-11cd-5be1-ae43-4e390754cb54"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "port-3", "kpi_sample_types": [], "name": "3"}], "device_id": {"device_uuid": {"uuid": "27c2ed23-e74a-518f-820d-ae2c8ae23086"}}, "device_operational_status": "DEVICEOPERATIONALSTATUS_ENABLED", "device_type": "optical-transponder", "name": "T1.2"}]} -[2024-06-20 13:23:54,548] DEBUG:device.service.DeviceServiceServicerImpl:AddDevice reply: {"device_uuid": {"uuid": "27c2ed23-e74a-518f-820d-ae2c8ae23086"}} -[2024-06-20 13:24:00,443] DEBUG:device.service.DeviceServiceServicerImpl:AddDevice request: {"components": [], "device_config": {"config_rules": [{"action": "CONFIGACTION_SET", "custom": {"resource_key": "_connect/address", "resource_value": "172.17.254.41"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "_connect/port", "resource_value": "2022"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "_connect/settings", "resource_value": "{\n\"allow_agent\": false,\n\"commit_per_rule\": false,\n\"device_params\": {\n\"name\": \"default\"\n},\n\"endpoints\": [],\n\"force_running\": false,\n\"hostkey_verify\": false,\n\"look_for_keys\": false,\n\"manager_params\": {\n\"timeout\": 120\n},\n\"password\": \"admin\",\n\"type\": \"optical-transponder\",\n\"username\": \"admin\"\n}"}}]}, "device_drivers": ["DEVICEDRIVER_OC"], "device_endpoints": [], "device_id": {"device_uuid": {"uuid": "T1.3"}}, "device_operational_status": "DEVICEOPERATIONALSTATUS_DISABLED", "device_type": "optical-transponder", "name": ""} -[2024-06-20 13:24:00,443] DEBUG:context.client.ContextClient:Creating channel to 10.152.183.195:1010... -[2024-06-20 13:24:00,443] DEBUG:context.client.ContextClient:Channel created -[2024-06-20 13:24:00,443] DEBUG:context.client.ContextClient:SelectDevice request: {"device_ids": {"device_ids": [{"device_uuid": {"uuid": "T1.3"}}]}, "include_components": true, "include_config_rules": true, "include_endpoints": true} -[2024-06-20 13:24:00,464] DEBUG:context.client.ContextClient:SelectDevice result: {"devices": []} -[2024-06-20 13:24:00,464] DEBUG:context.client.ContextClient:SetDevice request: {"components": [], "device_config": {"config_rules": [{"action": "CONFIGACTION_SET", "custom": {"resource_key": "_connect/address", "resource_value": "172.17.254.41"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "_connect/port", "resource_value": "2022"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "_connect/settings", "resource_value": "{\n\"allow_agent\": false,\n\"commit_per_rule\": false,\n\"device_params\": {\n\"name\": \"default\"\n},\n\"endpoints\": [],\n\"force_running\": false,\n\"hostkey_verify\": false,\n\"look_for_keys\": false,\n\"manager_params\": {\n\"timeout\": 120\n},\n\"password\": \"admin\",\n\"type\": \"optical-transponder\",\n\"username\": \"admin\"\n}"}}]}, "device_drivers": ["DEVICEDRIVER_OC"], "device_endpoints": [], "device_id": {"device_uuid": {"uuid": "T1.3"}}, "device_operational_status": "DEVICEOPERATIONALSTATUS_UNDEFINED", "device_type": "optical-transponder", "name": ""} -[2024-06-20 13:24:00,499] DEBUG:context.client.ContextClient:SetDevice result: {"device_uuid": {"uuid": "cf618e18-c0a1-58c4-9827-943a2c0523d6"}} -[2024-06-20 13:24:00,499] DEBUG:context.client.ContextClient:SelectDevice request: {"device_ids": {"device_ids": [{"device_uuid": {"uuid": "cf618e18-c0a1-58c4-9827-943a2c0523d6"}}]}, "include_components": true, "include_config_rules": true, "include_endpoints": true} -[2024-06-20 13:24:00,519] DEBUG:context.client.ContextClient:SelectDevice result: {"devices": [{"components": [], "controller_id": {}, "device_config": {"config_rules": [{"action": "CONFIGACTION_SET", "custom": {"resource_key": "_connect/address", "resource_value": "172.17.254.41"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "_connect/port", "resource_value": "2022"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "_connect/settings", "resource_value": "{\n\"allow_agent\": false,\n\"commit_per_rule\": false,\n\"device_params\": {\n\"name\": \"default\"\n},\n\"endpoints\": [],\n\"force_running\": false,\n\"hostkey_verify\": false,\n\"look_for_keys\": false,\n\"manager_params\": {\n\"timeout\": 120\n},\n\"password\": \"admin\",\n\"type\": \"optical-transponder\",\n\"username\": \"admin\"\n}"}}]}, "device_drivers": ["DEVICEDRIVER_OC"], "device_endpoints": [], "device_id": {"device_uuid": {"uuid": "cf618e18-c0a1-58c4-9827-943a2c0523d6"}}, "device_operational_status": "DEVICEOPERATIONALSTATUS_UNDEFINED", "device_type": "optical-transponder", "name": "T1.3"}]} -[2024-06-20 13:24:00,519] INFO:device.service.driver_api.DriverInstanceCache:Selecting driver for device(cf618e18-c0a1-58c4-9827-943a2c0523d6) with filter_fields({'device_type': 'optical-transponder', 'driver': [11]})... -[2024-06-20 13:24:00,519] INFO:device.service.driver_api.DriverInstanceCache:Driver(OCDriver) selected for device(cf618e18-c0a1-58c4-9827-943a2c0523d6) with filter_fields({'device_type': 'optical-transponder', 'driver': [11]})... -[2024-06-20 13:24:00,520] DEBUG:ncclient.transport.session:[host None session 0x7fa748648760] <SSHSession(session, initial daemon)> created: client_capabilities=<dict_keyiterator object at 0x7fa748667270> -[2024-06-20 13:24:00,662] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session 0x7fa748648760] parsing netconf v1.0 -[2024-06-20 13:24:00,662] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session 0x7fa748648760] parsing netconf v1.0 -[2024-06-20 13:24:00,665] INFO:root:settings {'allow_agent': False, 'commit_per_rule': False, 'device_params': {'name': 'default'}, 'endpoints': [], 'force_running': False, 'hostkey_verify': False, 'look_for_keys': False, 'manager_params': {'timeout': 120}, 'password': 'admin', 'type': 'optical-transponder', 'username': 'admin'} -[2024-06-20 13:24:00,666] INFO:ncclient.operations.rpc:[host 172.17.254.41 session-id 34] Requesting 'Get' -[2024-06-20 13:24:00,667] DEBUG:ncclient.operations.rpc:[host 172.17.254.41 session-id 34] Sync request, will wait for timeout=120 -[2024-06-20 13:24:00,819] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: starting -[2024-06-20 13:24:00,819] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:00,820] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:00,820] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:00,820] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: found chunk delimiter -[2024-06-20 13:24:00,820] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:00,820] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: not enough data for chunk yet -[2024-06-20 13:24:00,820] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: setting start to 0 -[2024-06-20 13:24:00,820] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: ending -[2024-06-20 13:24:00,820] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: starting -[2024-06-20 13:24:00,820] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:00,820] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:00,821] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:00,821] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: found chunk delimiter -[2024-06-20 13:24:00,821] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:00,821] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: not enough data for chunk yet -[2024-06-20 13:24:00,821] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: setting start to 0 -[2024-06-20 13:24:00,821] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: ending -[2024-06-20 13:24:00,821] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: starting -[2024-06-20 13:24:00,821] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:00,821] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:00,821] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:00,821] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: found chunk delimiter -[2024-06-20 13:24:00,822] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:00,822] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: not enough data for chunk yet -[2024-06-20 13:24:00,822] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: setting start to 0 -[2024-06-20 13:24:00,822] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: ending -[2024-06-20 13:24:00,822] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: starting -[2024-06-20 13:24:00,822] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:00,822] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:00,822] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:00,822] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: found chunk delimiter -[2024-06-20 13:24:00,822] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:00,823] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: appending 16376 bytes -[2024-06-20 13:24:00,823] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: fragment = "<?xml version="1.0" encoding="UTF-8"?> -<rpc-reply xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="urn:uuid:b8f3b5bd-e65d-41b2-bdda-1aca3337f797" xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0"><data><bgp-instance xmlns="http://openconfig.net/yang/bgp"><bgp><global><route-selection-options><state><always-compare-med>false</always-compare-med><ignore-as-path-length>false</ignore-as-path-length><external-compare-router-id>true</external-compare-router-id><advertise-inactive-routes>false</advertise-inactive-routes><enable-aigp>false</enable-aigp><ignore-next-hop-igp-metric>false</ignore-next-hop-igp-metric></state></route-selection-options></global></bgp></bgp-instance><interfaces xmlns="http://openconfig.net/yang/interfaces"><interface><name>eth0</name><config><name>eth0</name><enabled>true</enabled></config><state><loopback-mode>false</loopback-mode><enabled>true</enabled></state><hold-time><state><up>0</up><down>0</down></state></hold-time><ipv4 xmlns="http://openconfig.net/yang/interfaces/ip"><addresses><address><ip>192.168.1.1</ip><config><ip>192.168.1.1</ip><prefix-length>24</prefix-length></config></address></addresses><proxy-arp><state><mode>DISABLE</mode></state></proxy-arp><unnumbered><state><enabled>false</enabled></state></unnumbered><state><enabled>true</enabled><dhcp-client>false</dhcp-client></state></ipv4><ipv6 xmlns="http://openconfig.net/yang/interfaces/ip"><router-advertisement><state><suppress>false</suppress></state></router-advertisement><unnumbered><state><enabled>false</enabled></state></unnumbered><state><enabled>true</enabled><dup-addr-detect-transmits>1</dup-addr-detect-transmits><dhcp-client>false</dhcp-client></state></ipv6></interface></interfaces><lldp xmlns="http://openconfig.net/yang/lldp"><state><enabled>true</enabled></state></lldp><components xmlns="http://openconfig.net/yang/platform"><component><name>channel-1</name><config><name>channel-1</name></config><state><name>channel-1</name><type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:OPTICAL_CHANNEL</type></state><optical-channel xmlns="http://openconfig.net/yang/terminal-device"><config><frequency>192056250</frequency><target-output-power>1.0</target-output-power><operational-mode>8</operational-mode><line-port>transceiver-1</line-port></config><state><frequency>192056250</frequency><target-output-power>1.0</target-output-power><operational-mode>8</operational-mode><line-port>transceiver-1</line-port><group-id>1</group-id><output-power><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></output-power><input-power><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></input-power><laser-bias-current><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></laser-bias-current><chromatic-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></chromatic-dispersion><polarization-mode-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></polarization-mode-dispersion><second-order-polarization-mode-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></second-order-polarization-mode-dispersion><polarization-dependent-loss><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></polarization-dependent-loss></state></optical-channel></component><component><name>channel-2</name><config><name>channel-2</name></config><state><name>channel-2</name><type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:OPTICAL_CHANNEL</type></state><optical-channel xmlns="http://openconfig.net/yang/terminal-device"><config><frequency>191600000</frequency><target-output-power>100.0</target-output-power><operational-mode>0</operational-mode><line-port>transceiver-2</line-port></config><state><frequency>191600000</frequency><target-output-power>0.0</target-output-power><operational-mode>0</operational-mode><line-port>transceiver-2</line-port><group-id>1</group-id><output-power><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></output-power><input-power><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></input-power><laser-bias-current><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></laser-bias-current><chromatic-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></chromatic-dispersion><polarization-mode-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></polarization-mode-dispersion><second-order-polarization-mode-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></second-order-polarization-mode-dispersion><polarization-dependent-loss><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></polarization-dependent-loss></state></optical-channel></component><component><name>channel-3</name><config><name>channel-3</name></config><state><name>channel-3</name><type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:OPTICAL_CHANNEL</type></state><optical-channel xmlns="http://openconfig.net/yang/terminal-device"><config><frequency>191600000</frequency><target-output-power>100.0</target-output-power><operational-mode>0</operational-mode><line-port>transceiver-3</line-port></config><state><frequency>191600000</frequency><target-output-power>0.0</target-output-power><operational-mode>0</operational-mode><line-port>transceiver-3</line-port><group-id>1</group-id><output-power><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></output-power><input-power><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></input-power><laser-bias-current><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></laser-bias-current><chromatic-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></chromatic-dispersion><polarization-mode-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></polarization-mode-dispersion><second-order-polarization-mode-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></second-order-polarization-mode-dispersion><polarization-dependent-loss><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></polarization-dependent-loss></state></optical-channel></component><component><name>channel-4</name><config><name>channel-4</name></config><state><name>channel-4</name><type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:OPTICAL_CHANNEL</type></state><optical-channel xmlns="http://openconfig.net/yang/terminal-device"><config><frequency>191600000</frequency><target-output-power>100.0</target-output-power><operational-mode>0</operational-mode><line-port>transceiver-4</line-port></config><state><frequency>191600000</frequency><target-output-power>0.0</target-output-power><operational-mode>0</operational-mode><line-port>transceiver-4</line-port><group-id>1</group-id><output-power><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></output-power><input-power><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></input-power><laser-bias-current><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></laser-bias-current><chromatic-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></chromatic-dispersion><polarization-mode-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></polarization-mode-dispersion><second-order-polarization-mode-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></second-order-polarization-mode-dispersion><polarization-dependent-loss><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></polarization-dependent-loss></state></optical-channel></component><component><name>device</name><config><name>device</name></config><state><name>MellanoxSwitch</name><type xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:OPERATING_SYSTEM</type><mfg-name>SSSA-CNIT</mfg-name><hardware-version>1.0.0</hardware-version><firmware-version>1.0.0</firmware-version><software-version>1.0.0</software-version><serial-no>610610</serial-no></state></component><component><name>port-1</name><config><name>port-1</name></config><state><name>port-1</name><type xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:PORT</type></state><properties><property><name>odtn-port-type</name><config><name>odtn-port-type</name><value>line</value></config><state><name>odtn-port-type</name><value>line</value></state></property><property><name>onos-index</name><config><name>onos-index</name><value>1</value></config><state><name>onos-index</name><value>1</value></state></property></properties><subcomponents><subcomponent><name>channel-1</name><config><name>channel-1</name></config><state><name>channel-1</name></state></subcomponent></subcomponents></component><component><name>port-2</name><config><name>port-2</name></config><state><name>port-2</name><type xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:PORT</type></state><properties><property><name>odtn-port-type</name><config><name>odtn-port-type</name><value>line</value></config><state><name>odtn-port-type</name><value>line</value></state></property><property><name>onos-index</name><config><name>onos-index</name><value>2</value></config><state><name>onos-index</name><value>2</value></state></property></properties><subcomponents><subcomponent><name>channel-2</name><config><name>channel-2</name></config><state><name>channel-2</name></state></subcomponent></subcomponents></component><component><name>port-3</name><config><name>port-3</name></config><state><name>port-3</name><type xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:PORT</type></state><properties><property><name>odtn-port-type</name><config><name>odtn-port-type</name><value>line</value></config><state><name>odtn-port-type</name><value>line</value></state></property><property><name>onos-index</name><config><name>onos-index</name><value>3</value></config><state><name>onos-index</name><value>3</value></state></property></properties><subcomponents><subcomponent><name>channel-3</name><config><name>channel-3</name></config><state><name>channel-3</name></state></subcomponent></subcomponents></component><component><name>port-4</name><config><name>port-4</name></config><state><name>port-4</name><type xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:PORT</type></state><properties><property><name>odtn-port-type</name><config><name>odtn-port-type</name><value>line</value></config><state><name>odtn-port-type</name><value>line</value></state></property><property><name>onos-index</name><config><name>onos-index</name><value>4</value></config><state><name>onos-index</name><value>4</value></state></property></properties><subcomponents><subcomponent><name>channel-4</name><config><name>channel-4</name></config><state><name>channel-4</name></state></subcomponent></subcomponents></component><component><name>transceiver-1</name><config><name>transceiver-1</name></config><state><name>transceiver-1</name><type xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:TRANSCEIVER</type></state><transceiver xmlns="http://openconfig.net/yang/platform/transceiver"><config><enabled>true</enabled><form-factor-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:QSFP56_DD_TYPE1</form-factor-preconf><ethernet-pmd-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:ETH_400GBASE_ZR</ethernet-pmd-preconf><fec-mode xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:FEC_AUTO</fec-mode><module-functional-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:TYPE_DIGITAL_COHERENT_OPTIC</module-functional-type></config><state><enabled>true</enabled><form-factor-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:QSFP56_DD_TYPE1</form-factor-preconf><ethernet-pmd-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:ETH_400GBASE_ZR</ethernet-pmd-preconf><fec-mode xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:FEC_AUTO</fec-mode><module-functional-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:TYPE_DIGITAL_COHERENT_OPTIC</module-functional-type><vendor>Cisco</vendor><vendor-part>400zr-QSFP-DD</vendor-part><vendor-rev>01</vendor-rev><serial-no>1567321</serial-no></state><physical-channels><channel><index>1</index><config><index>1</index><associated-optical-channel>channel-1</associated-optical-channel></config></channel></physical-channels></transceiver></component><component><name>transceiver-2</name><config><name>transceiver-2</name></config><state><name>transceiver-2</name><type xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:TRANSCEIVER</type></state><transceiver xmlns="http://openconfig.net/yang/platform/transceiver"><config><enabled>true</enabled><form-factor-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:QSFP56_DD_TYPE1</form-factor-preconf><ethernet-pmd-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:ETH_400GBASE_ZR</ethernet-pmd-preconf><fec-mode xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:FEC_AUTO</fec-mode><module-functional-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:TYPE_DIGITAL_COHERENT_OPTIC</module-functional-type></config><state><enabled>true</enabled><form-factor-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:QSFP56_DD_TYPE1</form-factor-preconf><ethernet-pmd-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:ETH_400GBASE_ZR</ethernet-pmd-preconf><fec-mode xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:FEC_AUTO</fec-mode><module-functional-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:TYPE_DIGITAL_COHERENT_OPTIC</module-functional-type><vendor>Cisco</vendor><vendor-part>400zr-QSFP-DD</vendor-part><vendor-rev>01</vendor-rev><serial-no>1567321</serial-no></state><physical-channels><channel><index>1</index><config><index>1</index><associated-optical-channel>channel-2</associated-optical-channel></config></channel></physical-channels></transceiver></component><component><name>transceiver-3</name><config><name>transceiver-3</name></config><state><name>transceiver-3</name><type xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:TRANSCEIVER</type></state><transceiver xmlns="http://openconfig.net/yang/platform/transceiver"><config><enabled>true</enabled><form-factor-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:QSFP56_DD_TYPE1</form-factor-preconf><ethernet-pmd-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:ETH_400GBASE_ZR</ethernet-pmd-preconf><fec-mode xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:FEC_AUTO</fec-mode><module-functional-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:TYPE_DIGITAL_COHERENT_OPTIC</module-functional-type></config><state><enabled>true</enabled><form-factor-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:QSFP56_DD_TYPE1</form-factor-preconf><ethernet-pmd-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:ETH_400GBASE_ZR</ethernet-pmd-preconf><fec-mode xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:FEC_AUTO</fec-mode><module-functional-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:TYPE_DIGITAL_COHEREN" -[2024-06-20 13:24:00,823] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:00,823] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: ending -[2024-06-20 13:24:00,847] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: starting -[2024-06-20 13:24:00,848] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:00,848] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:00,848] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:00,848] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: found chunk delimiter -[2024-06-20 13:24:00,848] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:00,848] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: not enough data for chunk yet -[2024-06-20 13:24:00,848] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: setting start to 0 -[2024-06-20 13:24:00,848] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: ending -[2024-06-20 13:24:00,848] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: starting -[2024-06-20 13:24:00,848] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:00,849] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:00,849] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:00,849] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: found chunk delimiter -[2024-06-20 13:24:00,849] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:00,849] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: not enough data for chunk yet -[2024-06-20 13:24:00,849] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: setting start to 0 -[2024-06-20 13:24:00,849] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: ending -[2024-06-20 13:24:00,849] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: starting -[2024-06-20 13:24:00,849] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:00,849] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:00,850] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:00,850] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: found chunk delimiter -[2024-06-20 13:24:00,850] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:00,850] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: not enough data for chunk yet -[2024-06-20 13:24:00,850] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: setting start to 0 -[2024-06-20 13:24:00,850] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: ending -[2024-06-20 13:24:00,850] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: starting -[2024-06-20 13:24:00,850] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:00,850] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:00,850] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:00,850] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: found chunk delimiter -[2024-06-20 13:24:00,851] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:00,851] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: appending 16376 bytes -[2024-06-20 13:24:00,851] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: fragment = "T_OPTIC</module-functional-type><vendor>Cisco</vendor><vendor-part>400zr-QSFP-DD</vendor-part><vendor-rev>01</vendor-rev><serial-no>1567321</serial-no></state><physical-channels><channel><index>1</index><config><index>1</index><associated-optical-channel>channel-3</associated-optical-channel></config></channel></physical-channels></transceiver></component><component><name>transceiver-4</name><config><name>transceiver-4</name></config><state><name>transceiver-4</name><type xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:TRANSCEIVER</type></state><transceiver xmlns="http://openconfig.net/yang/platform/transceiver"><config><enabled>true</enabled><form-factor-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:QSFP56_DD_TYPE1</form-factor-preconf><ethernet-pmd-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:ETH_400GBASE_ZR</ethernet-pmd-preconf><fec-mode xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:FEC_AUTO</fec-mode><module-functional-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:TYPE_DIGITAL_COHERENT_OPTIC</module-functional-type></config><state><enabled>true</enabled><form-factor-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:QSFP56_DD_TYPE1</form-factor-preconf><ethernet-pmd-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:ETH_400GBASE_ZR</ethernet-pmd-preconf><fec-mode xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:FEC_AUTO</fec-mode><module-functional-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:TYPE_DIGITAL_COHERENT_OPTIC</module-functional-type><vendor>Cisco</vendor><vendor-part>400zr-QSFP-DD</vendor-part><vendor-rev>01</vendor-rev><serial-no>1567321</serial-no></state><physical-channels><channel><index>1</index><config><index>1</index><associated-optical-channel>channel-4</associated-optical-channel></config></channel></physical-channels></transceiver></component></components><bgp-instance xmlns="http://openconfig.net/yang/protocols"><bgp><global><route-selection-options><state><always-compare-med>false</always-compare-med><ignore-as-path-length>false</ignore-as-path-length><external-compare-router-id>true</external-compare-router-id><advertise-inactive-routes>false</advertise-inactive-routes><enable-aigp>false</enable-aigp><ignore-next-hop-igp-metric>false</ignore-next-hop-igp-metric></state></route-selection-options></global><neighbors><neighbor><neighbor-address>192.168.1.1</neighbor-address><config><neighbor-address>192.168.1.1</neighbor-address><neighbor-port>88</neighbor-port><enabled>true</enabled><peer-as>65432</peer-as></config><state><neighbor-port>179</neighbor-port><enabled>true</enabled><route-flap-damping>false</route-flap-damping><send-community>NONE</send-community><dynamically-configured>false</dynamically-configured></state><timers><state><connect-retry>30</connect-retry><hold-time>90</hold-time><keepalive-interval>30</keepalive-interval><minimum-advertisement-interval>30</minimum-advertisement-interval></state></timers><transport><state><mtu-discovery>false</mtu-discovery><passive-mode>false</passive-mode></state></transport><error-handling><state><treat-as-withdraw>false</treat-as-withdraw></state></error-handling><logging-options><state><log-neighbor-state-changes>true</log-neighbor-state-changes></state></logging-options><ebgp-multihop><state><enabled>false</enabled></state></ebgp-multihop><route-reflector><state><route-reflector-client>false</route-reflector-client></state></route-reflector><as-path-options><state><allow-own-as>0</allow-own-as><replace-peer-as>false</replace-peer-as><disable-peer-as-filter>false</disable-peer-as-filter></state></as-path-options><use-multiple-paths><state><enabled>false</enabled></state><ebgp><state><allow-multiple-as>false</allow-multiple-as></state></ebgp></use-multiple-paths><apply-policy><state><default-import-policy>REJECT_ROUTE</default-import-policy><default-export-policy>REJECT_ROUTE</default-export-policy></state></apply-policy></neighbor></neighbors></bgp></bgp-instance><ospf-instance xmlns="http://openconfig.net/yang/protocols"><ospfv2><global><state><summary-route-cost-mode>RFC2328_COMPATIBLE</summary-route-cost-mode></state></global></ospfv2></ospf-instance><terminal-device xmlns="http://openconfig.net/yang/terminal-device"><logical-channels><channel><index>1</index><config><index>1</index><description>Logical channel 1</description><admin-state>DISABLED</admin-state><logical-channel-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:PROT_OTN</logical-channel-type><loopback-mode>NONE</loopback-mode></config><state><index>1</index><description>Logical channel 1</description><admin-state>DISABLED</admin-state><logical-channel-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:PROT_OTN</logical-channel-type><loopback-mode>NONE</loopback-mode><link-state>UP</link-state></state><ingress><config><transceiver>transceiver-1</transceiver></config><state><transceiver>transceiver-1</transceiver></state></ingress><logical-channel-assignments><assignment><index>1</index><config><index>1</index><description>Optical channel assigned 100</description><assignment-type>OPTICAL_CHANNEL</assignment-type><optical-channel>channel-1</optical-channel><allocation>100.0</allocation></config><state><index>1</index><description>Optical channel assigned 100</description><assignment-type>OPTICAL_CHANNEL</assignment-type><optical-channel>channel-1</optical-channel><allocation>100.0</allocation></state></assignment></logical-channel-assignments></channel><channel><index>2</index><config><index>2</index><description>Logical channel 2</description><admin-state>DISABLED</admin-state><logical-channel-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:PROT_OTN</logical-channel-type><loopback-mode>NONE</loopback-mode></config><state><index>2</index><description>Logical channel 2</description><admin-state>DISABLED</admin-state><logical-channel-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:PROT_OTN</logical-channel-type><loopback-mode>NONE</loopback-mode><link-state>UP</link-state></state><ingress><config><transceiver>transceiver-2</transceiver></config><state><transceiver>transceiver-2</transceiver></state></ingress><logical-channel-assignments><assignment><index>1</index><config><index>1</index><description>Optical channel assigned 100</description><assignment-type>OPTICAL_CHANNEL</assignment-type><optical-channel>channel-2</optical-channel><allocation>100.0</allocation></config><state><index>1</index><description>Optical channel assigned 100</description><assignment-type>OPTICAL_CHANNEL</assignment-type><optical-channel>channel-2</optical-channel><allocation>100.0</allocation></state></assignment></logical-channel-assignments></channel><channel><index>3</index><config><index>3</index><description>Logical channel 3</description><admin-state>DISABLED</admin-state><logical-channel-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:PROT_OTN</logical-channel-type><loopback-mode>NONE</loopback-mode></config><state><index>3</index><description>Logical channel 3</description><admin-state>DISABLED</admin-state><logical-channel-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:PROT_OTN</logical-channel-type><loopback-mode>NONE</loopback-mode><link-state>UP</link-state></state><ingress><config><transceiver>transceiver-3</transceiver></config><state><transceiver>transceiver-3</transceiver></state></ingress><logical-channel-assignments><assignment><index>1</index><config><index>1</index><description>Optical channel assigned 100</description><assignment-type>OPTICAL_CHANNEL</assignment-type><optical-channel>channel-3</optical-channel><allocation>100.0</allocation></config><state><index>1</index><description>Optical channel assigned 100</description><assignment-type>OPTICAL_CHANNEL</assignment-type><optical-channel>channel-3</optical-channel><allocation>100.0</allocation></state></assignment></logical-channel-assignments></channel><channel><index>4</index><config><index>4</index><description>Logical channel 4</description><admin-state>DISABLED</admin-state><logical-channel-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:PROT_OTN</logical-channel-type><loopback-mode>NONE</loopback-mode></config><state><index>4</index><description>Logical channel 4</description><admin-state>DISABLED</admin-state><logical-channel-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:PROT_OTN</logical-channel-type><loopback-mode>NONE</loopback-mode><link-state>UP</link-state></state><ingress><config><transceiver>transceiver-4</transceiver></config><state><transceiver>transceiver-4</transceiver></state></ingress><logical-channel-assignments><assignment><index>1</index><config><index>1</index><description>Optical channel assigned 100</description><assignment-type>OPTICAL_CHANNEL</assignment-type><optical-channel>channel-4</optical-channel><allocation>100.0</allocation></config><state><index>1</index><description>Optical channel assigned 100</description><assignment-type>OPTICAL_CHANNEL</assignment-type><optical-channel>channel-4</optical-channel><allocation>100.0</allocation></state></assignment></logical-channel-assignments></channel></logical-channels><operational-modes><mode><mode-id>1</mode-id><state><mode-id>1</mode-id><description>FEC1</description><vendor-id>Ericsson</vendor-id></state></mode><mode><mode-id>2</mode-id><state><mode-id>2</mode-id><description>FEC2</description><vendor-id>Ericsson</vendor-id></state></mode></operational-modes></terminal-device><aaa xmlns="http://tail-f.com/ns/aaa/1.1"><authentication><users><user><name>admin</name><uid>9000</uid><gid>100</gid><password>$1$MAUsMGRB$0QVLq8d0AZKgnyMHQHXGj.</password><ssh_keydir>/var/confd/homes/admin/.ssh</ssh_keydir><homedir>/var/confd/homes/admin</homedir></user><user><name>oper</name><uid>9003</uid><gid>103</gid><password>$1$OuxlaJdk$U/2..0bsSRBOdB89X.V/B.</password><ssh_keydir>/var/confd/homes/oper/.ssh</ssh_keydir><homedir>/var/confd/homes/oper</homedir></user><user><name>optical</name><uid>9001</uid><gid>101</gid><password>$1$.fTK5rN8$70SU3wMX3Ppun/0gE7wsA0</password><ssh_keydir>/var/confd/homes/optical/.ssh</ssh_keydir><homedir>/var/confd/homes/optical</homedir></user><user><name>packet</name><uid>9002</uid><gid>102</gid><password>$1$2Q0WT3GS$kHtMcIEPrKOjv5AIRaIRp.</password><ssh_keydir>/var/confd/homes/packet/.ssh</ssh_keydir><homedir>/var/confd/homes/packet</homedir></user><user><name>private</name><uid>9005</uid><gid>103</gid><password>$1$kQyh8qdQ$M.AQv0IrSWDrKfW2RHAHj0</password><ssh_keydir>/var/confd/homes/private/.ssh</ssh_keydir><homedir>/var/confd/homes/private</homedir></user><user><name>public</name><uid>9004</uid><gid>100</gid><password>$1$MGwjebs5$q/SznJWMzKIsd1aIb5UN.1</password><ssh_keydir>/var/confd/homes/public/.ssh</ssh_keydir><homedir>/var/confd/homes/public</homedir></user></users></authentication><ios><level><nr>0</nr><prompt>\h> </prompt></level><level><nr>15</nr><prompt>\h# </prompt></level><privilege><mode>exec</mode><level><nr>0</nr><command><name>action</name></command><command><name>autowizard</name></command><command><name>enable</name></command><command><name>exit</name></command><command><name>help</name></command><command><name>startup</name></command></level><level><nr>15</nr><command><name>configure</name></command></level></privilege></ios></aaa><confd-state xmlns="http://tail-f.com/yang/confd-monitoring"><version>6.4</version><epoll>false</epoll><daemon-status>started</daemon-status><loaded-data-models><data-model><name>iana-crypt-hash</name><revision>2014-08-06</revision><namespace>urn:ietf:params:xml:ns:yang:iana-crypt-hash</namespace><prefix>ianach</prefix><exported-to-all/></data-model><data-model><name>ietf-inet-types</name><revision>2013-07-15</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-inet-types</namespace><prefix>inet</prefix><exported-to-all/></data-model><data-model><name>ietf-interfaces</name><revision>2014-05-08</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-interfaces</namespace><prefix>if</prefix><exported-to-all/></data-model><data-model><name>ietf-netconf-acm</name><revision>2012-02-22</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-acm</namespace><prefix>nacm</prefix><exported-to-all/></data-model><data-model><name>ietf-netconf-monitoring</name><revision>2010-10-04</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring</namespace><prefix>ncm</prefix><exported-to-all/></data-model><data-model><name>ietf-netconf-notifications</name><revision>2012-02-06</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-notifications</namespace><prefix>ncn</prefix><exported-to-all/></data-model><data-model><name>ietf-yang-library</name><revision>2016-06-21</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-library</namespace><prefix>yanglib</prefix><exported-to>netconf</exported-to><exported-to>rest</exported-to></data-model><data-model><name>ietf-yang-types</name><revision>2013-07-15</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-types</namespace><prefix>yang</prefix><exported-to-all/></data-model><data-model><name>netconf_netmod</name><namespace>urn:ietf:params:xml:ns:netmod:notification</namespace><prefix>nm</prefix><exported-to>netconf</exported-to></data-model><data-model><name>openconfig-alarm-types</name><revision>2018-01-16</revision><namespace>http://openconfig.net/yang/alarms/types</namespace><prefix>oc-alarm-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-bfd</name><revision>2022-06-28</revision><namespace>http://openconfig.net/yang/bfd</namespace><prefix>oc-bfd</prefix><exported-to-all/></data-model><data-model><name>openconfig-bgp</name><revision>2022-05-21</revision><namespace>http://openconfig.net/yang/bgp</namespace><prefix>oc-bgp</prefix><exported-to-all/></data-model><data-model><name>openconfig-bgp-types</name><revision>2021-08-06</revision><namespace>http://openconfig.net/yang/bgp-types</namespace><prefix>oc-bgp-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-evpn-types</name><revision>2021-06-21</revision><namespace>http://openconfig.net/yang/evpn-types</namespace><prefix>oc-evpn-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-if-ethernet</name><revision>2022-04-20</revision><namespace>http://openconfig.net/yang/interfaces/ethernet</namespace><prefix>oc-eth</prefix><exported-to-all/></data-model><data-model><name>openconfig-if-ip</name><revision>2019-01-08</revision><namespace>http://openconfig.net/yang/interfaces/ip</namespace><prefix>oc-ip</prefix><exported-to-all/></data-model><data-model><name>openconfig-inet-types</name><revision>2021-08-17</revision><namespace>http://openconfig.net/yang/types/inet</namespace><prefix>oc-inet</prefix><exported-to-all/></data-model><data-model><name>openconfig-interfaces</name><revision>2021-04-06</revision><namespace>http://openconfig.net/yang/interfaces</namespace><prefix>oc-if</prefix><exported-to-all/></data-model><data-model><name>openconfig-lldp</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/lldp</namespace><prefix>oc-lldp</prefix><exported-to-all/></data-model><data-model><name>openconfig-lldp-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/lldp/types</namespace><prefix>oc-lldp-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-mpls-types</name><revision>2021-12-01</revision><namespace>http://openconfig.net/yang/mpls-types</namespace><prefix>oc-mplst</prefix><exported-to-all/></data-model><data-model><name>openconfig-network-instance-types</name><revision>2021-07-14</revision><namespace>http://openconfig.net/yang/network-instance-types</namespace><prefix>oc-ni-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-ospf-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/ospf-types</namespace><prefix>oc-ospf-types</prefix><exporte" -[2024-06-20 13:24:00,851] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:00,851] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: ending -[2024-06-20 13:24:00,879] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: starting -[2024-06-20 13:24:00,879] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:00,879] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:00,879] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:00,879] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: found chunk delimiter -[2024-06-20 13:24:00,879] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:00,880] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: not enough data for chunk yet -[2024-06-20 13:24:00,880] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: setting start to 0 -[2024-06-20 13:24:00,880] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: ending -[2024-06-20 13:24:00,880] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: starting -[2024-06-20 13:24:00,880] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:00,880] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:00,880] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:00,880] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: found chunk delimiter -[2024-06-20 13:24:00,881] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:00,881] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: not enough data for chunk yet -[2024-06-20 13:24:00,881] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: setting start to 0 -[2024-06-20 13:24:00,881] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: ending -[2024-06-20 13:24:00,881] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: starting -[2024-06-20 13:24:00,881] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:00,881] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:00,882] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:00,882] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: found chunk delimiter -[2024-06-20 13:24:00,882] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:00,882] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: not enough data for chunk yet -[2024-06-20 13:24:00,882] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: setting start to 0 -[2024-06-20 13:24:00,882] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: ending -[2024-06-20 13:24:00,883] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: starting -[2024-06-20 13:24:00,883] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:00,883] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:00,883] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:00,883] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: found chunk delimiter -[2024-06-20 13:24:00,883] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:00,884] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: appending 16376 bytes -[2024-06-20 13:24:00,884] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: fragment = "d-to-all/></data-model><data-model><name>openconfig-ospfv2</name><revision>2022-02-10</revision><namespace>http://openconfig.net/yang/ospfv2</namespace><prefix>oc-ospfv2</prefix><exported-to-all/></data-model><data-model><name>openconfig-platform</name><revision>2018-01-30</revision><namespace>http://openconfig.net/yang/platform</namespace><prefix>oc-platform</prefix><exported-to-all/></data-model><data-model><name>openconfig-platform-port</name><revision>2021-04-22</revision><namespace>http://openconfig.net/yang/platform/port</namespace><prefix>oc-port</prefix><exported-to-all/></data-model><data-model><name>openconfig-platform-transceiver</name><revision>2021-02-23</revision><namespace>http://openconfig.net/yang/platform/transceiver</namespace><prefix>oc-transceiver</prefix><exported-to-all/></data-model><data-model><name>openconfig-platform-types</name><revision>2021-01-18</revision><namespace>http://openconfig.net/yang/platform-types</namespace><prefix>oc-platform-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-policy-types</name><revision>2022-11-08</revision><namespace>http://openconfig.net/yang/policy-types</namespace><prefix>oc-pol-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-protocols</name><namespace>http://openconfig.net/yang/protocols</namespace><prefix>oc-prt</prefix><exported-to-all/></data-model><data-model><name>openconfig-rib-bgp</name><revision>2022-06-06</revision><namespace>http://openconfig.net/yang/rib/bgp</namespace><prefix>oc-rib-bgp</prefix><exported-to-all/></data-model><data-model><name>openconfig-rib-bgp-types</name><revision>2019-03-14</revision><namespace>http://openconfig.net/yang/rib/bgp-types</namespace><prefix>oc-bgprib-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-routing-policy</name><revision>2022-05-24</revision><namespace>http://openconfig.net/yang/routing-policy</namespace><prefix>oc-rpol</prefix><exported-to-all/></data-model><data-model><name>openconfig-segment-routing-types</name><revision>2020-02-04</revision><namespace>http://openconfig.net/yang/segment-routing-types</namespace><prefix>oc-srt</prefix><exported-to-all/></data-model><data-model><name>openconfig-telemetry</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/telemetry</namespace><prefix>oc-telemetry</prefix><exported-to-all/></data-model><data-model><name>openconfig-telemetry-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/telemetry-types</namespace><prefix>oc-telemetry-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-terminal-device</name><revision>2021-02-23</revision><namespace>http://openconfig.net/yang/terminal-device</namespace><prefix>oc-opt-term</prefix><exported-to-all/></data-model><data-model><name>openconfig-transport-types</name><revision>2021-03-22</revision><namespace>http://openconfig.net/yang/transport-types</namespace><prefix>oc-opt-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-types</name><revision>2019-04-16</revision><namespace>http://openconfig.net/yang/openconfig-types</namespace><prefix>oc-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-yang-types</name><revision>2021-07-14</revision><namespace>http://openconfig.net/yang/types/yang</namespace><prefix>oc-yang</prefix><exported-to-all/></data-model><data-model><name>tailf-aaa</name><revision>2015-06-16</revision><namespace>http://tail-f.com/ns/aaa/1.1</namespace><prefix>aaa</prefix><exported-to-all/></data-model><data-model><name>tailf-acm</name><revision>2013-03-07</revision><namespace>http://tail-f.com/yang/acm</namespace><prefix>tacm</prefix><exported-to-all/></data-model><data-model><name>tailf-common-monitoring</name><revision>2013-06-14</revision><namespace>http://tail-f.com/yang/common-monitoring</namespace><prefix>tfcg</prefix><exported-to-all/></data-model><data-model><name>tailf-confd-monitoring</name><revision>2013-06-14</revision><namespace>http://tail-f.com/yang/confd-monitoring</namespace><prefix>tfcm</prefix><exported-to-all/></data-model><data-model><name>tailf-kicker</name><revision>2017-03-16</revision><namespace>http://tail-f.com/ns/kicker</namespace><prefix>kicker</prefix><exported-to-all/></data-model><data-model><name>tailf-netconf-monitoring</name><revision>2016-11-24</revision><namespace>http://tail-f.com/yang/netconf-monitoring</namespace><prefix>tncm</prefix><exported-to-all/></data-model><data-model><name>tailf-rollback</name><revision>2016-09-15</revision><namespace>http://tail-f.com/ns/rollback</namespace><prefix>rollback</prefix><exported-to>rest</exported-to></data-model><data-model><name>vlan</name><namespace>http://sssup.it/yang/vlan</namespace><prefix>sv</prefix><exported-to-all/></data-model></loaded-data-models><netconf><listen><tcp><ip>0.0.0.0</ip><port>2023</port></tcp><ssh><ip>0.0.0.0</ip><port>2022</port></ssh></listen></netconf><cli><listen><ssh><ip>0.0.0.0</ip><port>2024</port></ssh></listen></cli><internal><callpoints><notification-stream-replay><name>NETCONF</name><replay-support>none</replay-support></notification-stream-replay><notification-stream-replay><name>mellanox</name><replay-support>external</replay-support><daemon><id>0</id><name>notifier</name></daemon></notification-stream-replay></callpoints><cdb><datastore><name>running</name><transaction-id>1717-750544-743311</transaction-id><filename>./confd-cdb/A.cdb</filename><disk-size>13451</disk-size><ram-size>81630</ram-size><read-locks>0</read-locks><write-lock-set>false</write-lock-set><waiting-for-replication-sync>false</waiting-for-replication-sync></datastore><datastore><name>operational</name><filename>./confd-cdb/O.cdb</filename><disk-size>4</disk-size><ram-size>136</ram-size><subscription-lock-set>false</subscription-lock-set></datastore><client><name>notifier</name><info>325/6</info><type>subscriber</type><subscription><datastore>running</datastore><priority>1</priority><id>6</id><path>/terminal-device/logical-channels/channel/config</path></subscription><subscription><datastore>running</datastore><priority>2</priority><id>8</id><path>/telemetry-system/subscriptions/dynamic-subscriptions</path></subscription><subscription><datastore>running</datastore><priority>2</priority><id>7</id><path>/components/component/optical-channel/config</path></subscription><subscription><datastore>running</datastore><priority>3</priority><id>9</id><path>/switched-vlans/vlan/tagged-members/member</path></subscription><subscription><datastore>running</datastore><priority>4</priority><id>10</id><path>/switched-vlans/vlan/untagged-members/member</path></subscription><subscription><datastore>running</datastore><priority>5</priority><id>11</id><path>/interfaces/interface</path></subscription><subscription><datastore>running</datastore><priority>6</priority><id>12</id><path>/bgp-instance/bgp</path></subscription></client><client><name>notifier</name><info>325/5</info><type>inactive</type></client></cdb></internal></confd-state><netconf xmlns="urn:ietf:params:xml:ns:netmod:notification"><streams><stream><name>NETCONF</name><description>default NETCONF event stream</description><replaySupport>false</replaySupport></stream><stream><name>mellanox</name><description>Notifications regarding the transponder</description><replaySupport>true</replaySupport><replayLogCreationTime>2024-06-06T22:51:35.958749+00:00</replayLogCreationTime></stream></streams></netconf><nacm xmlns="urn:ietf:params:xml:ns:yang:ietf-netconf-acm"><enable-nacm>true</enable-nacm><read-default>permit</read-default><write-default>permit</write-default><exec-default>permit</exec-default><enable-external-groups>true</enable-external-groups><denied-operations>0</denied-operations><denied-data-writes>0</denied-data-writes><denied-notifications>0</denied-notifications><groups><group><name>admin</name><user-name>admin</user-name><user-name>private</user-name></group><group><name>oper</name><user-name>oper</user-name><user-name>public</user-name></group><group><name>opt</name><user-name>optical</user-name></group><group><name>pck</name><user-name>packet</user-name></group></groups><rule-list><name>any-group</name><group>*</group><rule><name>get</name><module-name>*</module-name><path>/</path><access-operations>read</access-operations><action>permit</action></rule><rule><name>tailf-aaa-authentication</name><module-name>tailf-aaa</module-name><path>/aaa/authentication/users/user[name='$USER']</path><access-operations>read update</access-operations><action>permit</action></rule><rule><name>tailf-aaa-user</name><module-name>tailf-aaa</module-name><path>/user[name='$USER']</path><access-operations>create read update delete</access-operations><action>permit</action></rule><rule><name>tailf-webui-user</name><module-name>tailf-webui</module-name><path>/webui/data-stores/user-profile[username='$USER']</path><access-operations>create read update delete</access-operations><action>permit</action></rule></rule-list><rule-list><name>packet</name><group>pck</group><rule><name>vlan</name><module-name>vlan</module-name><path>/switched-vlans</path><access-operations>create read update delete</access-operations><action>permit</action></rule><rule><name>terminal-device</name><module-name>*</module-name><path>/terminal-device</path><access-operations>create update delete</access-operations><action>deny</action></rule><rule><name>components</name><module-name>*</module-name><path>/components</path><access-operations>create update delete</access-operations><action>deny</action></rule></rule-list><rule-list><name>optical</name><group>opt</group><rule><name>terminal-device</name><module-name>*</module-name><path>/terminal-device</path><access-operations>create read update delete</access-operations><action>permit</action></rule><rule><name>components</name><module-name>*</module-name><path>/components</path><access-operations>create read update delete</access-operations><action>permit</action></rule><rule><name>vlan</name><module-name>vlan</module-name><path>/switched-vlans</path><access-operations>create update delete</access-operations><action>deny</action></rule></rule-list><rule-list><name>admin</name><group>admin</group><rule><name>any-access</name><action>permit</action></rule></rule-list></nacm><netconf-state xmlns="urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring"><capabilities><capability>urn:ietf:params:netconf:base:1.0</capability><capability>urn:ietf:params:netconf:base:1.1</capability><capability>urn:ietf:params:netconf:capability:writable-running:1.0</capability><capability>urn:ietf:params:netconf:capability:xpath:1.0</capability><capability>urn:ietf:params:netconf:capability:validate:1.0</capability><capability>urn:ietf:params:netconf:capability:validate:1.1</capability><capability>urn:ietf:params:netconf:capability:rollback-on-error:1.0</capability><capability>urn:ietf:params:netconf:capability:notification:1.0</capability><capability>urn:ietf:params:netconf:capability:with-defaults:1.0?basic-mode=explicit&also-supported=report-all-tagged</capability><capability>urn:ietf:params:netconf:capability:yang-library:1.0?revision=2016-06-21&module-set-id=f1285a0c7bf3c6c159ca5c87b160ec60</capability><capability>http://tail-f.com/ns/netconf/extensions</capability><capability>http://openconfig.net/yang/alarms/types?module=openconfig-alarm-types&revision=2018-01-16</capability><capability>http://openconfig.net/yang/bfd?module=openconfig-bfd&revision=2022-06-28</capability><capability>http://openconfig.net/yang/bgp?module=openconfig-bgp&revision=2022-05-21</capability><capability>http://openconfig.net/yang/bgp-types?module=openconfig-bgp-types&revision=2021-08-06</capability><capability>http://openconfig.net/yang/evpn-types?module=openconfig-evpn-types&revision=2021-06-21</capability><capability>http://openconfig.net/yang/interfaces?module=openconfig-interfaces&revision=2021-04-06</capability><capability>http://openconfig.net/yang/interfaces/ethernet?module=openconfig-if-ethernet&revision=2022-04-20</capability><capability>http://openconfig.net/yang/interfaces/ip?module=openconfig-if-ip&revision=2019-01-08</capability><capability>http://openconfig.net/yang/lldp?module=openconfig-lldp&revision=2018-11-21</capability><capability>http://openconfig.net/yang/lldp/types?module=openconfig-lldp-types&revision=2018-11-21</capability><capability>http://openconfig.net/yang/mpls-types?module=openconfig-mpls-types&revision=2021-12-01</capability><capability>http://openconfig.net/yang/network-instance-types?module=openconfig-network-instance-types&revision=2021-07-14</capability><capability>http://openconfig.net/yang/openconfig-types?module=openconfig-types&revision=2019-04-16</capability><capability>http://openconfig.net/yang/ospf-types?module=openconfig-ospf-types&revision=2018-11-21</capability><capability>http://openconfig.net/yang/ospfv2?module=openconfig-ospfv2&revision=2022-02-10</capability><capability>http://openconfig.net/yang/platform?module=openconfig-platform&revision=2018-01-30</capability><capability>http://openconfig.net/yang/platform-types?module=openconfig-platform-types&revision=2021-01-18</capability><capability>http://openconfig.net/yang/platform/port?module=openconfig-platform-port&revision=2021-04-22</capability><capability>http://openconfig.net/yang/platform/transceiver?module=openconfig-platform-transceiver&revision=2021-02-23</capability><capability>http://openconfig.net/yang/policy-types?module=openconfig-policy-types&revision=2022-11-08</capability><capability>http://openconfig.net/yang/protocols?module=openconfig-protocols</capability><capability>http://openconfig.net/yang/rib/bgp?module=openconfig-rib-bgp&revision=2022-06-06</capability><capability>http://openconfig.net/yang/rib/bgp-types?module=openconfig-rib-bgp-types&revision=2019-03-14</capability><capability>http://openconfig.net/yang/routing-policy?module=openconfig-routing-policy&revision=2022-05-24</capability><capability>http://openconfig.net/yang/segment-routing-types?module=openconfig-segment-routing-types&revision=2020-02-04</capability><capability>http://openconfig.net/yang/telemetry?module=openconfig-telemetry&revision=2018-11-21</capability><capability>http://openconfig.net/yang/telemetry-types?module=openconfig-telemetry-types&revision=2018-11-21</capability><capability>http://openconfig.net/yang/terminal-device?module=openconfig-terminal-device&revision=2021-02-23</capability><capability>http://openconfig.net/yang/transport-types?module=openconfig-transport-types&revision=2021-03-22</capability><capability>http://openconfig.net/yang/types/inet?module=openconfig-inet-types&revision=2021-08-17</capability><capability>http://openconfig.net/yang/types/yang?module=openconfig-yang-types&revision=2021-07-14</capability><capability>http://sssup.it/yang/vlan?module=vlan</capability><capability>http://tail-f.com/ns/aaa/1.1?module=tailf-aaa&revision=2015-06-16</capability><capability>http://tail-f.com/ns/kicker?module=tailf-kicker&revision=2017-03-16</capability><capability>http://tail-f.com/yang/acm?module=tailf-acm&revision=2013-03-07</capability><capability>http://tail-f.com/yang/common-monitoring?module=tailf-common-monitoring&revision=2013-06-14</capability><capability>http://tail-f.com/yang/confd-monitoring?module=tailf-confd-monitoring&revision=2013-06-14</capability><capability>http://tail-f.com/yang/netconf-monitoring?module=tailf-netconf-monitoring&revision=2016-11-24</capability><capability>urn:ietf:params:xml:ns:yang:iana-crypt-hash?module=iana-crypt-hash&revision=2014-08-06&features=crypt-hash-sha-512,crypt-hash-sha-256,crypt-hash-md5</capability><capability>urn:ietf:params:xml:ns:yang:ietf-inet-types?module=ietf-inet-types&revision=2013-07-15</capability><capability>urn:ietf:params:xml:ns:yang:ietf-interfaces?module=ietf-interfaces&revision=2014-05-08&features=pre-provisioning,if-mib,arbitrary-names</capability><capability>urn:ietf:params:xml:ns:yang:ietf-netconf-acm?module=ietf-netconf-acm&revision=2012-02-22</capability><capability>urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring?module=ietf-netconf-monitoring&revision=2010-10-04</capability><capability>urn:ietf:params:xml:ns:yang:ietf-" -[2024-06-20 13:24:00,884] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:00,884] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: ending -[2024-06-20 13:24:00,902] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: starting -[2024-06-20 13:24:00,902] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:00,902] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:00,902] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:00,902] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: found chunk delimiter -[2024-06-20 13:24:00,902] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:00,902] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: not enough data for chunk yet -[2024-06-20 13:24:00,902] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: setting start to 0 -[2024-06-20 13:24:00,902] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: ending -[2024-06-20 13:24:00,903] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: starting -[2024-06-20 13:24:00,903] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:00,903] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:00,903] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:00,903] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: found chunk delimiter -[2024-06-20 13:24:00,903] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:00,903] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: not enough data for chunk yet -[2024-06-20 13:24:00,903] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: setting start to 0 -[2024-06-20 13:24:00,903] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: ending -[2024-06-20 13:24:00,903] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: starting -[2024-06-20 13:24:00,904] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:00,904] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:00,904] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:00,904] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: found chunk delimiter -[2024-06-20 13:24:00,904] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:00,904] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: not enough data for chunk yet -[2024-06-20 13:24:00,904] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: setting start to 0 -[2024-06-20 13:24:00,904] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: ending -[2024-06-20 13:24:00,904] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: starting -[2024-06-20 13:24:00,904] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:00,905] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:00,905] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:00,905] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: found chunk delimiter -[2024-06-20 13:24:00,905] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:00,905] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: appending 16376 bytes -[2024-06-20 13:24:00,905] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: fragment = "netconf-notifications?module=ietf-netconf-notifications&revision=2012-02-06</capability><capability>urn:ietf:params:xml:ns:yang:ietf-yang-library?module=ietf-yang-library&revision=2016-06-21</capability><capability>urn:ietf:params:xml:ns:yang:ietf-yang-types?module=ietf-yang-types&revision=2013-07-15</capability><capability>urn:ietf:params:xml:ns:netconf:base:1.0?module=ietf-netconf&revision=2011-06-01</capability><capability>urn:ietf:params:xml:ns:yang:ietf-netconf-with-defaults?module=ietf-netconf-with-defaults&revision=2011-06-01</capability></capabilities><datastores><datastore><name>running</name><transaction-id xmlns="http://tail-f.com/yang/netconf-monitoring">1717-750544-743311</transaction-id></datastore></datastores><schemas><schema><identifier>iana-crypt-hash</identifier><version>2014-08-06</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:iana-crypt-hash</namespace><location>NETCONF</location></schema><schema><identifier>ietf-inet-types</identifier><version>2013-07-15</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-inet-types</namespace><location>NETCONF</location></schema><schema><identifier>ietf-interfaces</identifier><version>2014-05-08</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-interfaces</namespace><location>NETCONF</location></schema><schema><identifier>ietf-netconf</identifier><version>2011-06-01</version><format>yang</format><namespace>urn:ietf:params:xml:ns:netconf:base:1.0</namespace><location>NETCONF</location></schema><schema><identifier>ietf-netconf-acm</identifier><version>2012-02-22</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-acm</namespace><location>NETCONF</location></schema><schema><identifier>ietf-netconf-monitoring</identifier><version>2010-10-04</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring</namespace><location>NETCONF</location></schema><schema><identifier>ietf-netconf-notifications</identifier><version>2012-02-06</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-notifications</namespace><location>NETCONF</location></schema><schema><identifier>ietf-netconf-with-defaults</identifier><version>2011-06-01</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-with-defaults</namespace><location>NETCONF</location></schema><schema><identifier>ietf-yang-library</identifier><version>2016-06-21</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-library</namespace><location>NETCONF</location></schema><schema><identifier>ietf-yang-types</identifier><version>2013-07-15</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-alarm-types</identifier><version>2018-01-16</version><format>yang</format><namespace>http://openconfig.net/yang/alarms/types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bfd</identifier><version>2022-06-28</version><format>yang</format><namespace>http://openconfig.net/yang/bfd</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bgp</identifier><version>2022-05-21</version><format>yang</format><namespace>http://openconfig.net/yang/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bgp-common</identifier><version>2022-05-21</version><format>yang</format><namespace>http://openconfig.net/yang/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bgp-common-multiprotocol</identifier><version>2022-05-21</version><format>yang</format><namespace>http://openconfig.net/yang/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bgp-common-structure</identifier><version>2022-05-21</version><format>yang</format><namespace>http://openconfig.net/yang/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bgp-errors</identifier><version>2021-08-06</version><format>yang</format><namespace>http://openconfig.net/yang/bgp-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bgp-global</identifier><version>2022-05-21</version><format>yang</format><namespace>http://openconfig.net/yang/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bgp-neighbor</identifier><version>2022-05-21</version><format>yang</format><namespace>http://openconfig.net/yang/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bgp-peer-group</identifier><version>2022-05-21</version><format>yang</format><namespace>http://openconfig.net/yang/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bgp-types</identifier><version>2021-08-06</version><format>yang</format><namespace>http://openconfig.net/yang/bgp-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-evpn-types</identifier><version>2021-06-21</version><format>yang</format><namespace>http://openconfig.net/yang/evpn-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-if-ethernet</identifier><version>2022-04-20</version><format>yang</format><namespace>http://openconfig.net/yang/interfaces/ethernet</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-if-ip</identifier><version>2019-01-08</version><format>yang</format><namespace>http://openconfig.net/yang/interfaces/ip</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-inet-types</identifier><version>2021-08-17</version><format>yang</format><namespace>http://openconfig.net/yang/types/inet</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-interfaces</identifier><version>2021-04-06</version><format>yang</format><namespace>http://openconfig.net/yang/interfaces</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-lldp</identifier><version>2018-11-21</version><format>yang</format><namespace>http://openconfig.net/yang/lldp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-lldp-types</identifier><version>2018-11-21</version><format>yang</format><namespace>http://openconfig.net/yang/lldp/types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-mpls-types</identifier><version>2021-12-01</version><format>yang</format><namespace>http://openconfig.net/yang/mpls-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-network-instance-types</identifier><version>2021-07-14</version><format>yang</format><namespace>http://openconfig.net/yang/network-instance-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-ospf-types</identifier><version>2018-11-21</version><format>yang</format><namespace>http://openconfig.net/yang/ospf-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-ospfv2</identifier><version>2022-02-10</version><format>yang</format><namespace>http://openconfig.net/yang/ospfv2</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-ospfv2-area</identifier><version>2022-02-10</version><format>yang</format><namespace>http://openconfig.net/yang/ospfv2</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-ospfv2-area-interface</identifier><version>2022-02-10</version><format>yang</format><namespace>http://openconfig.net/yang/ospfv2</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-ospfv2-common</identifier><version>2022-02-10</version><format>yang</format><namespace>http://openconfig.net/yang/ospfv2</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-ospfv2-global</identifier><version>2022-02-10</version><format>yang</format><namespace>http://openconfig.net/yang/ospfv2</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-ospfv2-lsdb</identifier><version>2022-02-10</version><format>yang</format><namespace>http://openconfig.net/yang/ospfv2</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-platform</identifier><version>2018-01-30</version><format>yang</format><namespace>http://openconfig.net/yang/platform</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-platform-port</identifier><version>2021-04-22</version><format>yang</format><namespace>http://openconfig.net/yang/platform/port</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-platform-transceiver</identifier><version>2021-02-23</version><format>yang</format><namespace>http://openconfig.net/yang/platform/transceiver</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-platform-types</identifier><version>2021-01-18</version><format>yang</format><namespace>http://openconfig.net/yang/platform-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-policy-types</identifier><version>2022-11-08</version><format>yang</format><namespace>http://openconfig.net/yang/policy-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-protocols</identifier><version></version><format>yang</format><namespace>http://openconfig.net/yang/protocols</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-rib-bgp</identifier><version>2022-06-06</version><format>yang</format><namespace>http://openconfig.net/yang/rib/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-rib-bgp-attributes</identifier><version>2022-06-06</version><format>yang</format><namespace>http://openconfig.net/yang/rib/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-rib-bgp-shared-attributes</identifier><version>2022-06-06</version><format>yang</format><namespace>http://openconfig.net/yang/rib/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-rib-bgp-table-attributes</identifier><version>2022-06-06</version><format>yang</format><namespace>http://openconfig.net/yang/rib/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-rib-bgp-tables</identifier><version>2022-06-06</version><format>yang</format><namespace>http://openconfig.net/yang/rib/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-rib-bgp-types</identifier><version>2019-03-14</version><format>yang</format><namespace>http://openconfig.net/yang/rib/bgp-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-routing-policy</identifier><version>2022-05-24</version><format>yang</format><namespace>http://openconfig.net/yang/routing-policy</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-segment-routing-types</identifier><version>2020-02-04</version><format>yang</format><namespace>http://openconfig.net/yang/segment-routing-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-telemetry</identifier><version>2018-11-21</version><format>yang</format><namespace>http://openconfig.net/yang/telemetry</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-telemetry-types</identifier><version>2018-11-21</version><format>yang</format><namespace>http://openconfig.net/yang/telemetry-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-terminal-device</identifier><version>2021-02-23</version><format>yang</format><namespace>http://openconfig.net/yang/terminal-device</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-transport-types</identifier><version>2021-03-22</version><format>yang</format><namespace>http://openconfig.net/yang/transport-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-types</identifier><version>2019-04-16</version><format>yang</format><namespace>http://openconfig.net/yang/openconfig-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-yang-types</identifier><version>2021-07-14</version><format>yang</format><namespace>http://openconfig.net/yang/types/yang</namespace><location>NETCONF</location></schema><schema><identifier>tailf-aaa</identifier><version>2015-06-16</version><format>yang</format><namespace>http://tail-f.com/ns/aaa/1.1</namespace><location>NETCONF</location></schema><schema><identifier>tailf-acm</identifier><version>2013-03-07</version><format>yang</format><namespace>http://tail-f.com/yang/acm</namespace><location>NETCONF</location></schema><schema><identifier>tailf-common-monitoring</identifier><version>2013-06-14</version><format>yang</format><namespace>http://tail-f.com/yang/common-monitoring</namespace><location>NETCONF</location></schema><schema><identifier>tailf-confd-monitoring</identifier><version>2013-06-14</version><format>yang</format><namespace>http://tail-f.com/yang/confd-monitoring</namespace><location>NETCONF</location></schema><schema><identifier>tailf-kicker</identifier><version>2017-03-16</version><format>yang</format><namespace>http://tail-f.com/ns/kicker</namespace><location>NETCONF</location></schema><schema><identifier>tailf-netconf-monitoring</identifier><version>2016-11-24</version><format>yang</format><namespace>http://tail-f.com/yang/netconf-monitoring</namespace><location>NETCONF</location></schema><schema><identifier>vlan</identifier><version></version><format>yang</format><namespace>http://sssup.it/yang/vlan</namespace><location>NETCONF</location></schema></schemas><sessions><session><session-id>29</session-id><transport>netconf-ssh</transport><username>admin</username><source-host>10.30.2.206</source-host><login-time>2024-06-06T23:11:11+00:00</login-time><in-rpcs>4</in-rpcs><in-bad-rpcs>0</in-bad-rpcs><out-rpc-errors>0</out-rpc-errors><out-notifications>0</out-notifications></session><session><session-id>30</session-id><transport>netconf-ssh</transport><username>admin</username><source-host>10.30.2.206</source-host><login-time>2024-06-06T23:11:20+00:00</login-time><in-rpcs>2</in-rpcs><in-bad-rpcs>0</in-bad-rpcs><out-rpc-errors>0</out-rpc-errors><out-notifications>0</out-notifications></session><session><session-id>31</session-id><transport>netconf-ssh</transport><username>admin</username><source-host>10.30.2.206</source-host><login-time>2024-06-06T23:11:29+00:00</login-time><in-rpcs>2</in-rpcs><in-bad-rpcs>0</in-bad-rpcs><out-rpc-errors>0</out-rpc-errors><out-notifications>0</out-notifications></session><session><session-id>32</session-id><transport>netconf-ssh</transport><username>admin</username><source-host>10.30.2.208</source-host><login-time>2024-06-20T13:23:47+00:00</login-time><in-rpcs>2</in-rpcs><in-bad-rpcs>0</in-bad-rpcs><out-rpc-errors>0</out-rpc-errors><out-notifications>0</out-notifications></session><session><session-id>33</session-id><transport>netconf-ssh</transport><username>admin</username><source-host>10.30.2.208</source-host><login-time>2024-06-20T13:23:53+00:00</login-time><in-rpcs>2</in-rpcs><in-bad-rpcs>0</in-bad-rpcs><out-rpc-errors>0</out-rpc-errors><out-notifications>0</out-notifications></session><session><session-id>34</session-id><transport>netconf-ssh</transport><username>admin</username><source-host>10.30.2.208</source-host><login-time>2024-06-20T13:24:00+00:00</login-time><in-rpcs>1</in-rpcs><in-bad-rpcs>0</in-bad-rpcs><out-rpc-errors>0</out-rpc-errors><out-notifications>0</out-notifications></session></sessions><statistics><netconf-start-time>2024-06-06T22:51:35+00:00</netconf-start-time><in-bad-hellos>0</in-bad-hellos><in-sessions>6</in-sessions><dropped-sessions>0</dropped-sessions><in-rpcs>13</in-rpcs><in-bad-rpcs>0</in-bad-rpcs><out-rpc-errors>0</out-rpc-errors><out-notifications>0</out-notifications></statistics><streams xmlns="http://tail-f.com/yang/netconf-monitoring"><stream><name>NETCONF</name><description>default NETCONF event stream</description><replay-support>false</replay-support></stream><stream><name>mellanox</name><description>Notifications regarding the transponder</description><replay-support>true</replay-support><replay-log-creation-time>2024-06-06T22:51:35.958749+00:00</replay-log-creation-time></stream></streams></netconf-state><modules-state " -[2024-06-20 13:24:00,905] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:00,905] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: ending -[2024-06-20 13:24:00,910] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: starting -[2024-06-20 13:24:00,910] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:00,911] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:00,911] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:00,911] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: found chunk delimiter -[2024-06-20 13:24:00,911] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: chunk size 10847 bytes -[2024-06-20 13:24:00,911] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: not enough data for chunk yet -[2024-06-20 13:24:00,911] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: setting start to 0 -[2024-06-20 13:24:00,911] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: ending -[2024-06-20 13:24:00,911] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: starting -[2024-06-20 13:24:00,911] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:00,911] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:00,912] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:00,912] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: found chunk delimiter -[2024-06-20 13:24:00,912] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: chunk size 10847 bytes -[2024-06-20 13:24:00,912] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: not enough data for chunk yet -[2024-06-20 13:24:00,912] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: setting start to 0 -[2024-06-20 13:24:00,912] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: ending -[2024-06-20 13:24:00,912] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: starting -[2024-06-20 13:24:00,912] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: working with buffer of 10859 bytes -[2024-06-20 13:24:00,912] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:00,912] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:00,913] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: found chunk delimiter -[2024-06-20 13:24:00,913] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: chunk size 10847 bytes -[2024-06-20 13:24:00,913] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: appending 10847 bytes -[2024-06-20 13:24:00,913] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: fragment = "xmlns="urn:ietf:params:xml:ns:yang:ietf-yang-library"><module-set-id>f1285a0c7bf3c6c159ca5c87b160ec60</module-set-id><module><name>iana-crypt-hash</name><revision>2014-08-06</revision><namespace>urn:ietf:params:xml:ns:yang:iana-crypt-hash</namespace><feature>crypt-hash-sha-512</feature><feature>crypt-hash-sha-256</feature><feature>crypt-hash-md5</feature><conformance-type>import</conformance-type></module><module><name>ietf-inet-types</name><revision>2013-07-15</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-inet-types</namespace><conformance-type>import</conformance-type></module><module><name>ietf-interfaces</name><revision>2014-05-08</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-interfaces</namespace><feature>pre-provisioning</feature><feature>if-mib</feature><feature>arbitrary-names</feature><conformance-type>implement</conformance-type></module><module><name>ietf-netconf</name><revision>2011-06-01</revision><namespace>urn:ietf:params:xml:ns:netconf:base:1.0</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-netconf-acm</name><revision>2012-02-22</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-acm</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-netconf-monitoring</name><revision>2010-10-04</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-netconf-notifications</name><revision>2012-02-06</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-notifications</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-netconf-with-defaults</name><revision>2011-06-01</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-with-defaults</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-yang-library</name><revision>2016-06-21</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-library</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-yang-types</name><revision>2013-07-15</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-alarm-types</name><revision>2018-01-16</revision><namespace>http://openconfig.net/yang/alarms/types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-bfd</name><revision>2022-06-28</revision><namespace>http://openconfig.net/yang/bfd</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-bgp</name><revision>2022-05-21</revision><namespace>http://openconfig.net/yang/bgp</namespace><conformance-type>implement</conformance-type><submodule><name>openconfig-bgp-common</name><revision>2022-05-21</revision></submodule><submodule><name>openconfig-bgp-common-structure</name><revision>2022-05-21</revision></submodule><submodule><name>openconfig-bgp-global</name><revision>2022-05-21</revision></submodule><submodule><name>openconfig-bgp-neighbor</name><revision>2022-05-21</revision></submodule><submodule><name>openconfig-bgp-peer-group</name><revision>2022-05-21</revision></submodule><submodule><name>openconfig-bgp-common-multiprotocol</name><revision>2022-05-21</revision></submodule></module><module><name>openconfig-bgp-types</name><revision>2021-08-06</revision><namespace>http://openconfig.net/yang/bgp-types</namespace><conformance-type>import</conformance-type><submodule><name>openconfig-bgp-errors</name><revision>2021-08-06</revision></submodule></module><module><name>openconfig-evpn-types</name><revision>2021-06-21</revision><namespace>http://openconfig.net/yang/evpn-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-if-ethernet</name><revision>2022-04-20</revision><namespace>http://openconfig.net/yang/interfaces/ethernet</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-if-ip</name><revision>2019-01-08</revision><namespace>http://openconfig.net/yang/interfaces/ip</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-inet-types</name><revision>2021-08-17</revision><namespace>http://openconfig.net/yang/types/inet</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-interfaces</name><revision>2021-04-06</revision><namespace>http://openconfig.net/yang/interfaces</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-lldp</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/lldp</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-lldp-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/lldp/types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-mpls-types</name><revision>2021-12-01</revision><namespace>http://openconfig.net/yang/mpls-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-ospf-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/ospf-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-ospfv2</name><revision>2022-02-10</revision><namespace>http://openconfig.net/yang/ospfv2</namespace><conformance-type>import</conformance-type><submodule><name>openconfig-ospfv2-area</name><revision>2022-02-10</revision></submodule><submodule><name>openconfig-ospfv2-common</name><revision>2022-02-10</revision></submodule><submodule><name>openconfig-ospfv2-global</name><revision>2022-02-10</revision></submodule><submodule><name>openconfig-ospfv2-lsdb</name><revision>2022-02-10</revision></submodule><submodule><name>openconfig-ospfv2-area-interface</name><revision>2022-02-10</revision></submodule></module><module><name>openconfig-platform</name><revision>2018-01-30</revision><namespace>http://openconfig.net/yang/platform</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-platform-port</name><revision>2021-04-22</revision><namespace>http://openconfig.net/yang/platform/port</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-platform-transceiver</name><revision>2021-02-23</revision><namespace>http://openconfig.net/yang/platform/transceiver</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-platform-types</name><revision>2021-01-18</revision><namespace>http://openconfig.net/yang/platform-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-policy-types</name><revision>2022-11-08</revision><namespace>http://openconfig.net/yang/policy-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-protocols</name><revision></revision><namespace>http://openconfig.net/yang/protocols</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-rib-bgp</name><revision>2022-06-06</revision><namespace>http://openconfig.net/yang/rib/bgp</namespace><conformance-type>import</conformance-type><submodule><name>openconfig-rib-bgp-attributes</name><revision>2022-06-06</revision></submodule><submodule><name>openconfig-rib-bgp-tables</name><revision>2022-06-06</revision></submodule><submodule><name>openconfig-rib-bgp-table-attributes</name><revision>2022-06-06</revision></submodule><submodule><name>openconfig-rib-bgp-shared-attributes</name><revision>2022-06-06</revision></submodule></module><module><name>openconfig-rib-bgp-types</name><revision>2019-03-14</revision><namespace>http://openconfig.net/yang/rib/bgp-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-routing-policy</name><revision>2022-05-24</revision><namespace>http://openconfig.net/yang/routing-policy</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-telemetry</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/telemetry</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-telemetry-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/telemetry-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-terminal-device</name><revision>2021-02-23</revision><namespace>http://openconfig.net/yang/terminal-device</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-transport-types</name><revision>2021-03-22</revision><namespace>http://openconfig.net/yang/transport-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-types</name><revision>2019-04-16</revision><namespace>http://openconfig.net/yang/openconfig-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-yang-types</name><revision>2021-07-14</revision><namespace>http://openconfig.net/yang/types/yang</namespace><conformance-type>import</conformance-type></module><module><name>tailf-aaa</name><revision>2015-06-16</revision><namespace>http://tail-f.com/ns/aaa/1.1</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-acm</name><revision>2013-03-07</revision><namespace>http://tail-f.com/yang/acm</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-common-monitoring</name><revision>2013-06-14</revision><namespace>http://tail-f.com/yang/common-monitoring</namespace><conformance-type>import</conformance-type></module><module><name>tailf-confd-monitoring</name><revision>2013-06-14</revision><namespace>http://tail-f.com/yang/confd-monitoring</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-kicker</name><revision>2017-03-16</revision><namespace>http://tail-f.com/ns/kicker</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-netconf-monitoring</name><revision>2016-11-24</revision><namespace>http://tail-f.com/yang/netconf-monitoring</namespace><conformance-type>implement</conformance-type></module><module><name>vlan</name><revision></revision><namespace>http://sssup.it/yang/vlan</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-segment-routing-types</name><revision>2020-02-04</revision><namespace>http://openconfig.net/yang/segment-routing-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-network-instance-types</name><revision>2021-07-14</revision><namespace>http://openconfig.net/yang/network-instance-types</namespace><conformance-type>import</conformance-type></module></modules-state></data></rpc-reply>" -[2024-06-20 13:24:00,913] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: matching from 10855 bytes from start of buffer -[2024-06-20 13:24:00,913] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: regular expression start=0, end=4 -[2024-06-20 13:24:00,913] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: found end of message delimiter -[2024-06-20 13:24:00,915] DEBUG:ncclient.operations.rpc:[host 172.17.254.41 session-id 34] Delivering to <ncclient.operations.retrieve.Get object at 0x7fa7486bd550> -[2024-06-20 13:24:00,915] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: saving back rest of message after 10859 bytes, original size 10859 -[2024-06-20 13:24:00,915] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: ending -[2024-06-20 13:24:00,922] INFO:root:resource_key frequency and channgel_name {'index': 'channel-1'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:24:00,923] INFO:root:dic {'frequency': '192056250'} -[2024-06-20 13:24:00,924] INFO:root:resource_key target-output-power and channgel_name {'index': 'channel-1'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:24:00,925] INFO:root:dic {'frequency': '192056250', 'target-output-power': '1.0'} -[2024-06-20 13:24:00,925] INFO:root:resource_key operational-mode and channgel_name {'index': 'channel-1'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:24:00,927] INFO:root:dic {'frequency': '192056250', 'target-output-power': '1.0', 'operational-mode': '8'} -[2024-06-20 13:24:00,927] INFO:root:resource_key line-port and channgel_name {'index': 'channel-1'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:24:00,928] INFO:root:dic {'frequency': '192056250', 'target-output-power': '1.0', 'operational-mode': '8', 'line-port': 'transceiver-1'} -[2024-06-20 13:24:00,929] INFO:root:resource_key frequency and channgel_name {'index': 'channel-2'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:24:00,930] INFO:root:dic {'frequency': '191600000'} -[2024-06-20 13:24:00,930] INFO:root:resource_key target-output-power and channgel_name {'index': 'channel-2'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:24:00,931] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0'} -[2024-06-20 13:24:00,932] INFO:root:resource_key operational-mode and channgel_name {'index': 'channel-2'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:24:00,933] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0'} -[2024-06-20 13:24:00,933] INFO:root:resource_key line-port and channgel_name {'index': 'channel-2'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:24:00,935] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-2'} -[2024-06-20 13:24:00,935] INFO:root:resource_key frequency and channgel_name {'index': 'channel-3'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:24:00,936] INFO:root:dic {'frequency': '191600000'} -[2024-06-20 13:24:00,936] INFO:root:resource_key target-output-power and channgel_name {'index': 'channel-3'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:24:00,938] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0'} -[2024-06-20 13:24:00,938] INFO:root:resource_key operational-mode and channgel_name {'index': 'channel-3'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:24:00,939] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0'} -[2024-06-20 13:24:00,940] INFO:root:resource_key line-port and channgel_name {'index': 'channel-3'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:24:00,941] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-3'} -[2024-06-20 13:24:00,941] INFO:root:resource_key frequency and channgel_name {'index': 'channel-4'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:24:00,943] INFO:root:dic {'frequency': '191600000'} -[2024-06-20 13:24:00,943] INFO:root:resource_key target-output-power and channgel_name {'index': 'channel-4'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:24:00,944] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0'} -[2024-06-20 13:24:00,945] INFO:root:resource_key operational-mode and channgel_name {'index': 'channel-4'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:24:00,946] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0'} -[2024-06-20 13:24:00,946] INFO:root:resource_key line-port and channgel_name {'index': 'channel-4'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:24:00,947] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-4'} -[2024-06-20 13:24:00,949] INFO:root:parameters {'channels': [{'frequency': '192056250', 'target-output-power': '1.0', 'operational-mode': '8', 'line-port': 'transceiver-1', 'name': {'index': 'channel-1'}}, {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-2', 'name': {'index': 'channel-2'}}, {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-3', 'name': {'index': 'channel-3'}}, {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-4', 'name': {'index': 'channel-4'}}], 'transceivers': {'transceiver': ['transceiver-1', 'transceiver-2', 'transceiver-3', 'transceiver-4']}, 'channel_namespace': 'http://openconfig.net/yang/terminal-device', 'endpoints': [{'endpoint_uuid': {'uuid': {'index': 'channel-1'}}}, {'endpoint_uuid': {'uuid': {'index': 'channel-2'}}}, {'endpoint_uuid': {'uuid': {'index': 'channel-3'}}}, {'endpoint_uuid': {'uuid': {'index': 'channel-4'}}}], 'ports': [('/endpoints/endpoint[1]', {'uuid': '1', 'type': 'port-1'}), ('/endpoints/endpoint[2]', {'uuid': '2', 'type': 'port-2'}), ('/endpoints/endpoint[3]', {'uuid': '3', 'type': 'port-3'}), ('/endpoints/endpoint[4]', {'uuid': '4', 'type': 'port-4'})]} -[2024-06-20 13:24:00,950] DEBUG:context.client.ContextClient:SetOpticalConfig request: {"config": "{\"channels\": [{\"frequency\": \"192056250\", \"target-output-power\": \"1.0\", \"operational-mode\": \"8\", \"line-port\": \"transceiver-1\", \"name\": {\"index\": \"channel-1\"}}, {\"frequency\": \"191600000\", \"target-output-power\": \"100.0\", \"operational-mode\": \"0\", \"line-port\": \"transceiver-2\", \"name\": {\"index\": \"channel-2\"}}, {\"frequency\": \"191600000\", \"target-output-power\": \"100.0\", \"operational-mode\": \"0\", \"line-port\": \"transceiver-3\", \"name\": {\"index\": \"channel-3\"}}, {\"frequency\": \"191600000\", \"target-output-power\": \"100.0\", \"operational-mode\": \"0\", \"line-port\": \"transceiver-4\", \"name\": {\"index\": \"channel-4\"}}], \"transceivers\": {\"transceiver\": [\"transceiver-1\", \"transceiver-2\", \"transceiver-3\", \"transceiver-4\"]}, \"channel_namespace\": \"http://openconfig.net/yang/terminal-device\", \"endpoints\": [{\"endpoint_uuid\": {\"uuid\": {\"index\": \"channel-1\"}}}, {\"endpoint_uuid\": {\"uuid\": {\"index\": \"channel-2\"}}}, {\"endpoint_uuid\": {\"uuid\": {\"index\": \"channel-3\"}}}, {\"endpoint_uuid\": {\"uuid\": {\"index\": \"channel-4\"}}}], \"ports\": [[\"/endpoints/endpoint[1]\", {\"uuid\": \"1\", \"type\": \"port-1\"}], [\"/endpoints/endpoint[2]\", {\"uuid\": \"2\", \"type\": \"port-2\"}], [\"/endpoints/endpoint[3]\", {\"uuid\": \"3\", \"type\": \"port-3\"}], [\"/endpoints/endpoint[4]\", {\"uuid\": \"4\", \"type\": \"port-4\"}]]}", "device_id": {"device_uuid": {"uuid": "cf618e18-c0a1-58c4-9827-943a2c0523d6"}}} -[2024-06-20 13:24:00,986] DEBUG:context.client.ContextClient:SetOpticalConfig result: {"opticalconfig_uuid": ""} -[2024-06-20 13:24:00,987] DEBUG:device.service.Tools:results_getconfig = [('/endpoints/endpoint[1]', {'uuid': '1', 'type': 'port-1'}), ('/endpoints/endpoint[2]', {'uuid': '2', 'type': 'port-2'}), ('/endpoints/endpoint[3]', {'uuid': '3', 'type': 'port-3'}), ('/endpoints/endpoint[4]', {'uuid': '4', 'type': 'port-4'})] -[2024-06-20 13:24:00,987] INFO:device.service.Tools:results_getconfig = [('/endpoints/endpoint[1]', {'uuid': '1', 'type': 'port-1'}), ('/endpoints/endpoint[2]', {'uuid': '2', 'type': 'port-2'}), ('/endpoints/endpoint[3]', {'uuid': '3', 'type': 'port-3'}), ('/endpoints/endpoint[4]', {'uuid': '4', 'type': 'port-4'})] -[2024-06-20 13:24:00,988] INFO:ncclient.operations.rpc:[host 172.17.254.41 session-id 34] Requesting 'Get' -[2024-06-20 13:24:00,988] DEBUG:ncclient.operations.rpc:[host 172.17.254.41 session-id 34] Sync request, will wait for timeout=120 -[2024-06-20 13:24:01,052] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: starting -[2024-06-20 13:24:01,052] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:01,052] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:01,052] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:01,053] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: found chunk delimiter -[2024-06-20 13:24:01,053] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:01,053] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: not enough data for chunk yet -[2024-06-20 13:24:01,053] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: setting start to 0 -[2024-06-20 13:24:01,053] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: ending -[2024-06-20 13:24:01,053] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: starting -[2024-06-20 13:24:01,053] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:01,054] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:01,054] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:01,054] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: found chunk delimiter -[2024-06-20 13:24:01,054] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:01,054] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: not enough data for chunk yet -[2024-06-20 13:24:01,054] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: setting start to 0 -[2024-06-20 13:24:01,055] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: ending -[2024-06-20 13:24:01,055] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: starting -[2024-06-20 13:24:01,055] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:01,055] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:01,055] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:01,055] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: found chunk delimiter -[2024-06-20 13:24:01,056] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:01,056] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: not enough data for chunk yet -[2024-06-20 13:24:01,056] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: setting start to 0 -[2024-06-20 13:24:01,056] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: ending -[2024-06-20 13:24:01,056] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: starting -[2024-06-20 13:24:01,056] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:01,057] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:01,057] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:01,057] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: found chunk delimiter -[2024-06-20 13:24:01,057] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:01,057] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: appending 16376 bytes -[2024-06-20 13:24:01,057] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: fragment = "<?xml version="1.0" encoding="UTF-8"?> -<rpc-reply xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="urn:uuid:b982f36d-3cfd-41e8-a818-1214330ae1f0" xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0"><data><bgp-instance xmlns="http://openconfig.net/yang/bgp"><bgp><global><route-selection-options><state><always-compare-med>false</always-compare-med><ignore-as-path-length>false</ignore-as-path-length><external-compare-router-id>true</external-compare-router-id><advertise-inactive-routes>false</advertise-inactive-routes><enable-aigp>false</enable-aigp><ignore-next-hop-igp-metric>false</ignore-next-hop-igp-metric></state></route-selection-options></global></bgp></bgp-instance><interfaces xmlns="http://openconfig.net/yang/interfaces"><interface><name>eth0</name><config><name>eth0</name><enabled>true</enabled></config><state><loopback-mode>false</loopback-mode><enabled>true</enabled></state><hold-time><state><up>0</up><down>0</down></state></hold-time><ipv4 xmlns="http://openconfig.net/yang/interfaces/ip"><addresses><address><ip>192.168.1.1</ip><config><ip>192.168.1.1</ip><prefix-length>24</prefix-length></config></address></addresses><proxy-arp><state><mode>DISABLE</mode></state></proxy-arp><unnumbered><state><enabled>false</enabled></state></unnumbered><state><enabled>true</enabled><dhcp-client>false</dhcp-client></state></ipv4><ipv6 xmlns="http://openconfig.net/yang/interfaces/ip"><router-advertisement><state><suppress>false</suppress></state></router-advertisement><unnumbered><state><enabled>false</enabled></state></unnumbered><state><enabled>true</enabled><dup-addr-detect-transmits>1</dup-addr-detect-transmits><dhcp-client>false</dhcp-client></state></ipv6></interface></interfaces><lldp xmlns="http://openconfig.net/yang/lldp"><state><enabled>true</enabled></state></lldp><components xmlns="http://openconfig.net/yang/platform"><component><name>channel-1</name><config><name>channel-1</name></config><state><name>channel-1</name><type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:OPTICAL_CHANNEL</type></state><optical-channel xmlns="http://openconfig.net/yang/terminal-device"><config><frequency>192056250</frequency><target-output-power>1.0</target-output-power><operational-mode>8</operational-mode><line-port>transceiver-1</line-port></config><state><frequency>192056250</frequency><target-output-power>1.0</target-output-power><operational-mode>8</operational-mode><line-port>transceiver-1</line-port><group-id>1</group-id><output-power><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></output-power><input-power><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></input-power><laser-bias-current><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></laser-bias-current><chromatic-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></chromatic-dispersion><polarization-mode-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></polarization-mode-dispersion><second-order-polarization-mode-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></second-order-polarization-mode-dispersion><polarization-dependent-loss><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></polarization-dependent-loss></state></optical-channel></component><component><name>channel-2</name><config><name>channel-2</name></config><state><name>channel-2</name><type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:OPTICAL_CHANNEL</type></state><optical-channel xmlns="http://openconfig.net/yang/terminal-device"><config><frequency>191600000</frequency><target-output-power>100.0</target-output-power><operational-mode>0</operational-mode><line-port>transceiver-2</line-port></config><state><frequency>191600000</frequency><target-output-power>0.0</target-output-power><operational-mode>0</operational-mode><line-port>transceiver-2</line-port><group-id>1</group-id><output-power><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></output-power><input-power><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></input-power><laser-bias-current><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></laser-bias-current><chromatic-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></chromatic-dispersion><polarization-mode-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></polarization-mode-dispersion><second-order-polarization-mode-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></second-order-polarization-mode-dispersion><polarization-dependent-loss><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></polarization-dependent-loss></state></optical-channel></component><component><name>channel-3</name><config><name>channel-3</name></config><state><name>channel-3</name><type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:OPTICAL_CHANNEL</type></state><optical-channel xmlns="http://openconfig.net/yang/terminal-device"><config><frequency>191600000</frequency><target-output-power>100.0</target-output-power><operational-mode>0</operational-mode><line-port>transceiver-3</line-port></config><state><frequency>191600000</frequency><target-output-power>0.0</target-output-power><operational-mode>0</operational-mode><line-port>transceiver-3</line-port><group-id>1</group-id><output-power><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></output-power><input-power><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></input-power><laser-bias-current><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></laser-bias-current><chromatic-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></chromatic-dispersion><polarization-mode-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></polarization-mode-dispersion><second-order-polarization-mode-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></second-order-polarization-mode-dispersion><polarization-dependent-loss><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></polarization-dependent-loss></state></optical-channel></component><component><name>channel-4</name><config><name>channel-4</name></config><state><name>channel-4</name><type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:OPTICAL_CHANNEL</type></state><optical-channel xmlns="http://openconfig.net/yang/terminal-device"><config><frequency>191600000</frequency><target-output-power>100.0</target-output-power><operational-mode>0</operational-mode><line-port>transceiver-4</line-port></config><state><frequency>191600000</frequency><target-output-power>0.0</target-output-power><operational-mode>0</operational-mode><line-port>transceiver-4</line-port><group-id>1</group-id><output-power><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></output-power><input-power><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></input-power><laser-bias-current><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></laser-bias-current><chromatic-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></chromatic-dispersion><polarization-mode-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></polarization-mode-dispersion><second-order-polarization-mode-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></second-order-polarization-mode-dispersion><polarization-dependent-loss><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></polarization-dependent-loss></state></optical-channel></component><component><name>device</name><config><name>device</name></config><state><name>MellanoxSwitch</name><type xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:OPERATING_SYSTEM</type><mfg-name>SSSA-CNIT</mfg-name><hardware-version>1.0.0</hardware-version><firmware-version>1.0.0</firmware-version><software-version>1.0.0</software-version><serial-no>610610</serial-no></state></component><component><name>port-1</name><config><name>port-1</name></config><state><name>port-1</name><type xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:PORT</type></state><properties><property><name>odtn-port-type</name><config><name>odtn-port-type</name><value>line</value></config><state><name>odtn-port-type</name><value>line</value></state></property><property><name>onos-index</name><config><name>onos-index</name><value>1</value></config><state><name>onos-index</name><value>1</value></state></property></properties><subcomponents><subcomponent><name>channel-1</name><config><name>channel-1</name></config><state><name>channel-1</name></state></subcomponent></subcomponents></component><component><name>port-2</name><config><name>port-2</name></config><state><name>port-2</name><type xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:PORT</type></state><properties><property><name>odtn-port-type</name><config><name>odtn-port-type</name><value>line</value></config><state><name>odtn-port-type</name><value>line</value></state></property><property><name>onos-index</name><config><name>onos-index</name><value>2</value></config><state><name>onos-index</name><value>2</value></state></property></properties><subcomponents><subcomponent><name>channel-2</name><config><name>channel-2</name></config><state><name>channel-2</name></state></subcomponent></subcomponents></component><component><name>port-3</name><config><name>port-3</name></config><state><name>port-3</name><type xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:PORT</type></state><properties><property><name>odtn-port-type</name><config><name>odtn-port-type</name><value>line</value></config><state><name>odtn-port-type</name><value>line</value></state></property><property><name>onos-index</name><config><name>onos-index</name><value>3</value></config><state><name>onos-index</name><value>3</value></state></property></properties><subcomponents><subcomponent><name>channel-3</name><config><name>channel-3</name></config><state><name>channel-3</name></state></subcomponent></subcomponents></component><component><name>port-4</name><config><name>port-4</name></config><state><name>port-4</name><type xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:PORT</type></state><properties><property><name>odtn-port-type</name><config><name>odtn-port-type</name><value>line</value></config><state><name>odtn-port-type</name><value>line</value></state></property><property><name>onos-index</name><config><name>onos-index</name><value>4</value></config><state><name>onos-index</name><value>4</value></state></property></properties><subcomponents><subcomponent><name>channel-4</name><config><name>channel-4</name></config><state><name>channel-4</name></state></subcomponent></subcomponents></component><component><name>transceiver-1</name><config><name>transceiver-1</name></config><state><name>transceiver-1</name><type xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:TRANSCEIVER</type></state><transceiver xmlns="http://openconfig.net/yang/platform/transceiver"><config><enabled>true</enabled><form-factor-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:QSFP56_DD_TYPE1</form-factor-preconf><ethernet-pmd-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:ETH_400GBASE_ZR</ethernet-pmd-preconf><fec-mode xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:FEC_AUTO</fec-mode><module-functional-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:TYPE_DIGITAL_COHERENT_OPTIC</module-functional-type></config><state><enabled>true</enabled><form-factor-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:QSFP56_DD_TYPE1</form-factor-preconf><ethernet-pmd-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:ETH_400GBASE_ZR</ethernet-pmd-preconf><fec-mode xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:FEC_AUTO</fec-mode><module-functional-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:TYPE_DIGITAL_COHERENT_OPTIC</module-functional-type><vendor>Cisco</vendor><vendor-part>400zr-QSFP-DD</vendor-part><vendor-rev>01</vendor-rev><serial-no>1567321</serial-no></state><physical-channels><channel><index>1</index><config><index>1</index><associated-optical-channel>channel-1</associated-optical-channel></config></channel></physical-channels></transceiver></component><component><name>transceiver-2</name><config><name>transceiver-2</name></config><state><name>transceiver-2</name><type xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:TRANSCEIVER</type></state><transceiver xmlns="http://openconfig.net/yang/platform/transceiver"><config><enabled>true</enabled><form-factor-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:QSFP56_DD_TYPE1</form-factor-preconf><ethernet-pmd-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:ETH_400GBASE_ZR</ethernet-pmd-preconf><fec-mode xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:FEC_AUTO</fec-mode><module-functional-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:TYPE_DIGITAL_COHERENT_OPTIC</module-functional-type></config><state><enabled>true</enabled><form-factor-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:QSFP56_DD_TYPE1</form-factor-preconf><ethernet-pmd-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:ETH_400GBASE_ZR</ethernet-pmd-preconf><fec-mode xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:FEC_AUTO</fec-mode><module-functional-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:TYPE_DIGITAL_COHERENT_OPTIC</module-functional-type><vendor>Cisco</vendor><vendor-part>400zr-QSFP-DD</vendor-part><vendor-rev>01</vendor-rev><serial-no>1567321</serial-no></state><physical-channels><channel><index>1</index><config><index>1</index><associated-optical-channel>channel-2</associated-optical-channel></config></channel></physical-channels></transceiver></component><component><name>transceiver-3</name><config><name>transceiver-3</name></config><state><name>transceiver-3</name><type xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:TRANSCEIVER</type></state><transceiver xmlns="http://openconfig.net/yang/platform/transceiver"><config><enabled>true</enabled><form-factor-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:QSFP56_DD_TYPE1</form-factor-preconf><ethernet-pmd-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:ETH_400GBASE_ZR</ethernet-pmd-preconf><fec-mode xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:FEC_AUTO</fec-mode><module-functional-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:TYPE_DIGITAL_COHERENT_OPTIC</module-functional-type></config><state><enabled>true</enabled><form-factor-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:QSFP56_DD_TYPE1</form-factor-preconf><ethernet-pmd-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:ETH_400GBASE_ZR</ethernet-pmd-preconf><fec-mode xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:FEC_AUTO</fec-mode><module-functional-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:TYPE_DIGITAL_COHEREN" -[2024-06-20 13:24:01,057] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:01,058] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: ending -[2024-06-20 13:24:01,074] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: starting -[2024-06-20 13:24:01,074] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:01,074] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:01,074] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:01,074] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: found chunk delimiter -[2024-06-20 13:24:01,075] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:01,075] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: not enough data for chunk yet -[2024-06-20 13:24:01,075] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: setting start to 0 -[2024-06-20 13:24:01,075] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: ending -[2024-06-20 13:24:01,075] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: starting -[2024-06-20 13:24:01,076] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:01,076] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:01,076] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:01,076] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: found chunk delimiter -[2024-06-20 13:24:01,076] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:01,076] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: not enough data for chunk yet -[2024-06-20 13:24:01,076] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: setting start to 0 -[2024-06-20 13:24:01,076] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: ending -[2024-06-20 13:24:01,077] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: starting -[2024-06-20 13:24:01,077] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:01,077] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:01,077] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:01,077] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: found chunk delimiter -[2024-06-20 13:24:01,077] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:01,077] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: not enough data for chunk yet -[2024-06-20 13:24:01,077] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: setting start to 0 -[2024-06-20 13:24:01,077] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: ending -[2024-06-20 13:24:01,077] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: starting -[2024-06-20 13:24:01,077] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:01,077] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:01,078] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:01,078] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: found chunk delimiter -[2024-06-20 13:24:01,078] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:01,078] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: appending 16376 bytes -[2024-06-20 13:24:01,078] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: fragment = "T_OPTIC</module-functional-type><vendor>Cisco</vendor><vendor-part>400zr-QSFP-DD</vendor-part><vendor-rev>01</vendor-rev><serial-no>1567321</serial-no></state><physical-channels><channel><index>1</index><config><index>1</index><associated-optical-channel>channel-3</associated-optical-channel></config></channel></physical-channels></transceiver></component><component><name>transceiver-4</name><config><name>transceiver-4</name></config><state><name>transceiver-4</name><type xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:TRANSCEIVER</type></state><transceiver xmlns="http://openconfig.net/yang/platform/transceiver"><config><enabled>true</enabled><form-factor-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:QSFP56_DD_TYPE1</form-factor-preconf><ethernet-pmd-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:ETH_400GBASE_ZR</ethernet-pmd-preconf><fec-mode xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:FEC_AUTO</fec-mode><module-functional-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:TYPE_DIGITAL_COHERENT_OPTIC</module-functional-type></config><state><enabled>true</enabled><form-factor-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:QSFP56_DD_TYPE1</form-factor-preconf><ethernet-pmd-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:ETH_400GBASE_ZR</ethernet-pmd-preconf><fec-mode xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:FEC_AUTO</fec-mode><module-functional-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:TYPE_DIGITAL_COHERENT_OPTIC</module-functional-type><vendor>Cisco</vendor><vendor-part>400zr-QSFP-DD</vendor-part><vendor-rev>01</vendor-rev><serial-no>1567321</serial-no></state><physical-channels><channel><index>1</index><config><index>1</index><associated-optical-channel>channel-4</associated-optical-channel></config></channel></physical-channels></transceiver></component></components><bgp-instance xmlns="http://openconfig.net/yang/protocols"><bgp><global><route-selection-options><state><always-compare-med>false</always-compare-med><ignore-as-path-length>false</ignore-as-path-length><external-compare-router-id>true</external-compare-router-id><advertise-inactive-routes>false</advertise-inactive-routes><enable-aigp>false</enable-aigp><ignore-next-hop-igp-metric>false</ignore-next-hop-igp-metric></state></route-selection-options></global><neighbors><neighbor><neighbor-address>192.168.1.1</neighbor-address><config><neighbor-address>192.168.1.1</neighbor-address><neighbor-port>88</neighbor-port><enabled>true</enabled><peer-as>65432</peer-as></config><state><neighbor-port>179</neighbor-port><enabled>true</enabled><route-flap-damping>false</route-flap-damping><send-community>NONE</send-community><dynamically-configured>false</dynamically-configured></state><timers><state><connect-retry>30</connect-retry><hold-time>90</hold-time><keepalive-interval>30</keepalive-interval><minimum-advertisement-interval>30</minimum-advertisement-interval></state></timers><transport><state><mtu-discovery>false</mtu-discovery><passive-mode>false</passive-mode></state></transport><error-handling><state><treat-as-withdraw>false</treat-as-withdraw></state></error-handling><logging-options><state><log-neighbor-state-changes>true</log-neighbor-state-changes></state></logging-options><ebgp-multihop><state><enabled>false</enabled></state></ebgp-multihop><route-reflector><state><route-reflector-client>false</route-reflector-client></state></route-reflector><as-path-options><state><allow-own-as>0</allow-own-as><replace-peer-as>false</replace-peer-as><disable-peer-as-filter>false</disable-peer-as-filter></state></as-path-options><use-multiple-paths><state><enabled>false</enabled></state><ebgp><state><allow-multiple-as>false</allow-multiple-as></state></ebgp></use-multiple-paths><apply-policy><state><default-import-policy>REJECT_ROUTE</default-import-policy><default-export-policy>REJECT_ROUTE</default-export-policy></state></apply-policy></neighbor></neighbors></bgp></bgp-instance><ospf-instance xmlns="http://openconfig.net/yang/protocols"><ospfv2><global><state><summary-route-cost-mode>RFC2328_COMPATIBLE</summary-route-cost-mode></state></global></ospfv2></ospf-instance><terminal-device xmlns="http://openconfig.net/yang/terminal-device"><logical-channels><channel><index>1</index><config><index>1</index><description>Logical channel 1</description><admin-state>DISABLED</admin-state><logical-channel-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:PROT_OTN</logical-channel-type><loopback-mode>NONE</loopback-mode></config><state><index>1</index><description>Logical channel 1</description><admin-state>DISABLED</admin-state><logical-channel-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:PROT_OTN</logical-channel-type><loopback-mode>NONE</loopback-mode><link-state>UP</link-state></state><ingress><config><transceiver>transceiver-1</transceiver></config><state><transceiver>transceiver-1</transceiver></state></ingress><logical-channel-assignments><assignment><index>1</index><config><index>1</index><description>Optical channel assigned 100</description><assignment-type>OPTICAL_CHANNEL</assignment-type><optical-channel>channel-1</optical-channel><allocation>100.0</allocation></config><state><index>1</index><description>Optical channel assigned 100</description><assignment-type>OPTICAL_CHANNEL</assignment-type><optical-channel>channel-1</optical-channel><allocation>100.0</allocation></state></assignment></logical-channel-assignments></channel><channel><index>2</index><config><index>2</index><description>Logical channel 2</description><admin-state>DISABLED</admin-state><logical-channel-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:PROT_OTN</logical-channel-type><loopback-mode>NONE</loopback-mode></config><state><index>2</index><description>Logical channel 2</description><admin-state>DISABLED</admin-state><logical-channel-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:PROT_OTN</logical-channel-type><loopback-mode>NONE</loopback-mode><link-state>UP</link-state></state><ingress><config><transceiver>transceiver-2</transceiver></config><state><transceiver>transceiver-2</transceiver></state></ingress><logical-channel-assignments><assignment><index>1</index><config><index>1</index><description>Optical channel assigned 100</description><assignment-type>OPTICAL_CHANNEL</assignment-type><optical-channel>channel-2</optical-channel><allocation>100.0</allocation></config><state><index>1</index><description>Optical channel assigned 100</description><assignment-type>OPTICAL_CHANNEL</assignment-type><optical-channel>channel-2</optical-channel><allocation>100.0</allocation></state></assignment></logical-channel-assignments></channel><channel><index>3</index><config><index>3</index><description>Logical channel 3</description><admin-state>DISABLED</admin-state><logical-channel-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:PROT_OTN</logical-channel-type><loopback-mode>NONE</loopback-mode></config><state><index>3</index><description>Logical channel 3</description><admin-state>DISABLED</admin-state><logical-channel-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:PROT_OTN</logical-channel-type><loopback-mode>NONE</loopback-mode><link-state>UP</link-state></state><ingress><config><transceiver>transceiver-3</transceiver></config><state><transceiver>transceiver-3</transceiver></state></ingress><logical-channel-assignments><assignment><index>1</index><config><index>1</index><description>Optical channel assigned 100</description><assignment-type>OPTICAL_CHANNEL</assignment-type><optical-channel>channel-3</optical-channel><allocation>100.0</allocation></config><state><index>1</index><description>Optical channel assigned 100</description><assignment-type>OPTICAL_CHANNEL</assignment-type><optical-channel>channel-3</optical-channel><allocation>100.0</allocation></state></assignment></logical-channel-assignments></channel><channel><index>4</index><config><index>4</index><description>Logical channel 4</description><admin-state>DISABLED</admin-state><logical-channel-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:PROT_OTN</logical-channel-type><loopback-mode>NONE</loopback-mode></config><state><index>4</index><description>Logical channel 4</description><admin-state>DISABLED</admin-state><logical-channel-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:PROT_OTN</logical-channel-type><loopback-mode>NONE</loopback-mode><link-state>UP</link-state></state><ingress><config><transceiver>transceiver-4</transceiver></config><state><transceiver>transceiver-4</transceiver></state></ingress><logical-channel-assignments><assignment><index>1</index><config><index>1</index><description>Optical channel assigned 100</description><assignment-type>OPTICAL_CHANNEL</assignment-type><optical-channel>channel-4</optical-channel><allocation>100.0</allocation></config><state><index>1</index><description>Optical channel assigned 100</description><assignment-type>OPTICAL_CHANNEL</assignment-type><optical-channel>channel-4</optical-channel><allocation>100.0</allocation></state></assignment></logical-channel-assignments></channel></logical-channels><operational-modes><mode><mode-id>1</mode-id><state><mode-id>1</mode-id><description>FEC1</description><vendor-id>Ericsson</vendor-id></state></mode><mode><mode-id>2</mode-id><state><mode-id>2</mode-id><description>FEC2</description><vendor-id>Ericsson</vendor-id></state></mode></operational-modes></terminal-device><aaa xmlns="http://tail-f.com/ns/aaa/1.1"><authentication><users><user><name>admin</name><uid>9000</uid><gid>100</gid><password>$1$MAUsMGRB$0QVLq8d0AZKgnyMHQHXGj.</password><ssh_keydir>/var/confd/homes/admin/.ssh</ssh_keydir><homedir>/var/confd/homes/admin</homedir></user><user><name>oper</name><uid>9003</uid><gid>103</gid><password>$1$OuxlaJdk$U/2..0bsSRBOdB89X.V/B.</password><ssh_keydir>/var/confd/homes/oper/.ssh</ssh_keydir><homedir>/var/confd/homes/oper</homedir></user><user><name>optical</name><uid>9001</uid><gid>101</gid><password>$1$.fTK5rN8$70SU3wMX3Ppun/0gE7wsA0</password><ssh_keydir>/var/confd/homes/optical/.ssh</ssh_keydir><homedir>/var/confd/homes/optical</homedir></user><user><name>packet</name><uid>9002</uid><gid>102</gid><password>$1$2Q0WT3GS$kHtMcIEPrKOjv5AIRaIRp.</password><ssh_keydir>/var/confd/homes/packet/.ssh</ssh_keydir><homedir>/var/confd/homes/packet</homedir></user><user><name>private</name><uid>9005</uid><gid>103</gid><password>$1$kQyh8qdQ$M.AQv0IrSWDrKfW2RHAHj0</password><ssh_keydir>/var/confd/homes/private/.ssh</ssh_keydir><homedir>/var/confd/homes/private</homedir></user><user><name>public</name><uid>9004</uid><gid>100</gid><password>$1$MGwjebs5$q/SznJWMzKIsd1aIb5UN.1</password><ssh_keydir>/var/confd/homes/public/.ssh</ssh_keydir><homedir>/var/confd/homes/public</homedir></user></users></authentication><ios><level><nr>0</nr><prompt>\h> </prompt></level><level><nr>15</nr><prompt>\h# </prompt></level><privilege><mode>exec</mode><level><nr>0</nr><command><name>action</name></command><command><name>autowizard</name></command><command><name>enable</name></command><command><name>exit</name></command><command><name>help</name></command><command><name>startup</name></command></level><level><nr>15</nr><command><name>configure</name></command></level></privilege></ios></aaa><confd-state xmlns="http://tail-f.com/yang/confd-monitoring"><version>6.4</version><epoll>false</epoll><daemon-status>started</daemon-status><loaded-data-models><data-model><name>iana-crypt-hash</name><revision>2014-08-06</revision><namespace>urn:ietf:params:xml:ns:yang:iana-crypt-hash</namespace><prefix>ianach</prefix><exported-to-all/></data-model><data-model><name>ietf-inet-types</name><revision>2013-07-15</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-inet-types</namespace><prefix>inet</prefix><exported-to-all/></data-model><data-model><name>ietf-interfaces</name><revision>2014-05-08</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-interfaces</namespace><prefix>if</prefix><exported-to-all/></data-model><data-model><name>ietf-netconf-acm</name><revision>2012-02-22</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-acm</namespace><prefix>nacm</prefix><exported-to-all/></data-model><data-model><name>ietf-netconf-monitoring</name><revision>2010-10-04</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring</namespace><prefix>ncm</prefix><exported-to-all/></data-model><data-model><name>ietf-netconf-notifications</name><revision>2012-02-06</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-notifications</namespace><prefix>ncn</prefix><exported-to-all/></data-model><data-model><name>ietf-yang-library</name><revision>2016-06-21</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-library</namespace><prefix>yanglib</prefix><exported-to>netconf</exported-to><exported-to>rest</exported-to></data-model><data-model><name>ietf-yang-types</name><revision>2013-07-15</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-types</namespace><prefix>yang</prefix><exported-to-all/></data-model><data-model><name>netconf_netmod</name><namespace>urn:ietf:params:xml:ns:netmod:notification</namespace><prefix>nm</prefix><exported-to>netconf</exported-to></data-model><data-model><name>openconfig-alarm-types</name><revision>2018-01-16</revision><namespace>http://openconfig.net/yang/alarms/types</namespace><prefix>oc-alarm-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-bfd</name><revision>2022-06-28</revision><namespace>http://openconfig.net/yang/bfd</namespace><prefix>oc-bfd</prefix><exported-to-all/></data-model><data-model><name>openconfig-bgp</name><revision>2022-05-21</revision><namespace>http://openconfig.net/yang/bgp</namespace><prefix>oc-bgp</prefix><exported-to-all/></data-model><data-model><name>openconfig-bgp-types</name><revision>2021-08-06</revision><namespace>http://openconfig.net/yang/bgp-types</namespace><prefix>oc-bgp-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-evpn-types</name><revision>2021-06-21</revision><namespace>http://openconfig.net/yang/evpn-types</namespace><prefix>oc-evpn-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-if-ethernet</name><revision>2022-04-20</revision><namespace>http://openconfig.net/yang/interfaces/ethernet</namespace><prefix>oc-eth</prefix><exported-to-all/></data-model><data-model><name>openconfig-if-ip</name><revision>2019-01-08</revision><namespace>http://openconfig.net/yang/interfaces/ip</namespace><prefix>oc-ip</prefix><exported-to-all/></data-model><data-model><name>openconfig-inet-types</name><revision>2021-08-17</revision><namespace>http://openconfig.net/yang/types/inet</namespace><prefix>oc-inet</prefix><exported-to-all/></data-model><data-model><name>openconfig-interfaces</name><revision>2021-04-06</revision><namespace>http://openconfig.net/yang/interfaces</namespace><prefix>oc-if</prefix><exported-to-all/></data-model><data-model><name>openconfig-lldp</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/lldp</namespace><prefix>oc-lldp</prefix><exported-to-all/></data-model><data-model><name>openconfig-lldp-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/lldp/types</namespace><prefix>oc-lldp-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-mpls-types</name><revision>2021-12-01</revision><namespace>http://openconfig.net/yang/mpls-types</namespace><prefix>oc-mplst</prefix><exported-to-all/></data-model><data-model><name>openconfig-network-instance-types</name><revision>2021-07-14</revision><namespace>http://openconfig.net/yang/network-instance-types</namespace><prefix>oc-ni-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-ospf-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/ospf-types</namespace><prefix>oc-ospf-types</prefix><exporte" -[2024-06-20 13:24:01,078] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:01,078] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: ending -[2024-06-20 13:24:01,087] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: starting -[2024-06-20 13:24:01,087] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:01,087] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:01,087] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:01,087] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: found chunk delimiter -[2024-06-20 13:24:01,087] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:01,087] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: not enough data for chunk yet -[2024-06-20 13:24:01,087] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: setting start to 0 -[2024-06-20 13:24:01,088] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: ending -[2024-06-20 13:24:01,088] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: starting -[2024-06-20 13:24:01,088] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:01,088] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:01,088] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:01,088] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: found chunk delimiter -[2024-06-20 13:24:01,088] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:01,088] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: not enough data for chunk yet -[2024-06-20 13:24:01,090] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: setting start to 0 -[2024-06-20 13:24:01,090] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: ending -[2024-06-20 13:24:01,090] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: starting -[2024-06-20 13:24:01,090] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:01,090] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:01,090] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:01,091] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: found chunk delimiter -[2024-06-20 13:24:01,091] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:01,091] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: not enough data for chunk yet -[2024-06-20 13:24:01,091] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: setting start to 0 -[2024-06-20 13:24:01,091] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: ending -[2024-06-20 13:24:01,092] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: starting -[2024-06-20 13:24:01,092] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:01,092] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:01,093] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:01,093] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: found chunk delimiter -[2024-06-20 13:24:01,093] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:01,093] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: appending 16376 bytes -[2024-06-20 13:24:01,093] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: fragment = "d-to-all/></data-model><data-model><name>openconfig-ospfv2</name><revision>2022-02-10</revision><namespace>http://openconfig.net/yang/ospfv2</namespace><prefix>oc-ospfv2</prefix><exported-to-all/></data-model><data-model><name>openconfig-platform</name><revision>2018-01-30</revision><namespace>http://openconfig.net/yang/platform</namespace><prefix>oc-platform</prefix><exported-to-all/></data-model><data-model><name>openconfig-platform-port</name><revision>2021-04-22</revision><namespace>http://openconfig.net/yang/platform/port</namespace><prefix>oc-port</prefix><exported-to-all/></data-model><data-model><name>openconfig-platform-transceiver</name><revision>2021-02-23</revision><namespace>http://openconfig.net/yang/platform/transceiver</namespace><prefix>oc-transceiver</prefix><exported-to-all/></data-model><data-model><name>openconfig-platform-types</name><revision>2021-01-18</revision><namespace>http://openconfig.net/yang/platform-types</namespace><prefix>oc-platform-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-policy-types</name><revision>2022-11-08</revision><namespace>http://openconfig.net/yang/policy-types</namespace><prefix>oc-pol-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-protocols</name><namespace>http://openconfig.net/yang/protocols</namespace><prefix>oc-prt</prefix><exported-to-all/></data-model><data-model><name>openconfig-rib-bgp</name><revision>2022-06-06</revision><namespace>http://openconfig.net/yang/rib/bgp</namespace><prefix>oc-rib-bgp</prefix><exported-to-all/></data-model><data-model><name>openconfig-rib-bgp-types</name><revision>2019-03-14</revision><namespace>http://openconfig.net/yang/rib/bgp-types</namespace><prefix>oc-bgprib-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-routing-policy</name><revision>2022-05-24</revision><namespace>http://openconfig.net/yang/routing-policy</namespace><prefix>oc-rpol</prefix><exported-to-all/></data-model><data-model><name>openconfig-segment-routing-types</name><revision>2020-02-04</revision><namespace>http://openconfig.net/yang/segment-routing-types</namespace><prefix>oc-srt</prefix><exported-to-all/></data-model><data-model><name>openconfig-telemetry</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/telemetry</namespace><prefix>oc-telemetry</prefix><exported-to-all/></data-model><data-model><name>openconfig-telemetry-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/telemetry-types</namespace><prefix>oc-telemetry-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-terminal-device</name><revision>2021-02-23</revision><namespace>http://openconfig.net/yang/terminal-device</namespace><prefix>oc-opt-term</prefix><exported-to-all/></data-model><data-model><name>openconfig-transport-types</name><revision>2021-03-22</revision><namespace>http://openconfig.net/yang/transport-types</namespace><prefix>oc-opt-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-types</name><revision>2019-04-16</revision><namespace>http://openconfig.net/yang/openconfig-types</namespace><prefix>oc-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-yang-types</name><revision>2021-07-14</revision><namespace>http://openconfig.net/yang/types/yang</namespace><prefix>oc-yang</prefix><exported-to-all/></data-model><data-model><name>tailf-aaa</name><revision>2015-06-16</revision><namespace>http://tail-f.com/ns/aaa/1.1</namespace><prefix>aaa</prefix><exported-to-all/></data-model><data-model><name>tailf-acm</name><revision>2013-03-07</revision><namespace>http://tail-f.com/yang/acm</namespace><prefix>tacm</prefix><exported-to-all/></data-model><data-model><name>tailf-common-monitoring</name><revision>2013-06-14</revision><namespace>http://tail-f.com/yang/common-monitoring</namespace><prefix>tfcg</prefix><exported-to-all/></data-model><data-model><name>tailf-confd-monitoring</name><revision>2013-06-14</revision><namespace>http://tail-f.com/yang/confd-monitoring</namespace><prefix>tfcm</prefix><exported-to-all/></data-model><data-model><name>tailf-kicker</name><revision>2017-03-16</revision><namespace>http://tail-f.com/ns/kicker</namespace><prefix>kicker</prefix><exported-to-all/></data-model><data-model><name>tailf-netconf-monitoring</name><revision>2016-11-24</revision><namespace>http://tail-f.com/yang/netconf-monitoring</namespace><prefix>tncm</prefix><exported-to-all/></data-model><data-model><name>tailf-rollback</name><revision>2016-09-15</revision><namespace>http://tail-f.com/ns/rollback</namespace><prefix>rollback</prefix><exported-to>rest</exported-to></data-model><data-model><name>vlan</name><namespace>http://sssup.it/yang/vlan</namespace><prefix>sv</prefix><exported-to-all/></data-model></loaded-data-models><netconf><listen><tcp><ip>0.0.0.0</ip><port>2023</port></tcp><ssh><ip>0.0.0.0</ip><port>2022</port></ssh></listen></netconf><cli><listen><ssh><ip>0.0.0.0</ip><port>2024</port></ssh></listen></cli><internal><callpoints><notification-stream-replay><name>NETCONF</name><replay-support>none</replay-support></notification-stream-replay><notification-stream-replay><name>mellanox</name><replay-support>external</replay-support><daemon><id>0</id><name>notifier</name></daemon></notification-stream-replay></callpoints><cdb><datastore><name>running</name><transaction-id>1717-750544-743311</transaction-id><filename>./confd-cdb/A.cdb</filename><disk-size>13451</disk-size><ram-size>81630</ram-size><read-locks>0</read-locks><write-lock-set>false</write-lock-set><waiting-for-replication-sync>false</waiting-for-replication-sync></datastore><datastore><name>operational</name><filename>./confd-cdb/O.cdb</filename><disk-size>4</disk-size><ram-size>136</ram-size><subscription-lock-set>false</subscription-lock-set></datastore><client><name>notifier</name><info>325/6</info><type>subscriber</type><subscription><datastore>running</datastore><priority>1</priority><id>6</id><path>/terminal-device/logical-channels/channel/config</path></subscription><subscription><datastore>running</datastore><priority>2</priority><id>8</id><path>/telemetry-system/subscriptions/dynamic-subscriptions</path></subscription><subscription><datastore>running</datastore><priority>2</priority><id>7</id><path>/components/component/optical-channel/config</path></subscription><subscription><datastore>running</datastore><priority>3</priority><id>9</id><path>/switched-vlans/vlan/tagged-members/member</path></subscription><subscription><datastore>running</datastore><priority>4</priority><id>10</id><path>/switched-vlans/vlan/untagged-members/member</path></subscription><subscription><datastore>running</datastore><priority>5</priority><id>11</id><path>/interfaces/interface</path></subscription><subscription><datastore>running</datastore><priority>6</priority><id>12</id><path>/bgp-instance/bgp</path></subscription></client><client><name>notifier</name><info>325/5</info><type>inactive</type></client></cdb></internal></confd-state><netconf xmlns="urn:ietf:params:xml:ns:netmod:notification"><streams><stream><name>NETCONF</name><description>default NETCONF event stream</description><replaySupport>false</replaySupport></stream><stream><name>mellanox</name><description>Notifications regarding the transponder</description><replaySupport>true</replaySupport><replayLogCreationTime>2024-06-06T22:51:35.958749+00:00</replayLogCreationTime></stream></streams></netconf><nacm xmlns="urn:ietf:params:xml:ns:yang:ietf-netconf-acm"><enable-nacm>true</enable-nacm><read-default>permit</read-default><write-default>permit</write-default><exec-default>permit</exec-default><enable-external-groups>true</enable-external-groups><denied-operations>0</denied-operations><denied-data-writes>0</denied-data-writes><denied-notifications>0</denied-notifications><groups><group><name>admin</name><user-name>admin</user-name><user-name>private</user-name></group><group><name>oper</name><user-name>oper</user-name><user-name>public</user-name></group><group><name>opt</name><user-name>optical</user-name></group><group><name>pck</name><user-name>packet</user-name></group></groups><rule-list><name>any-group</name><group>*</group><rule><name>get</name><module-name>*</module-name><path>/</path><access-operations>read</access-operations><action>permit</action></rule><rule><name>tailf-aaa-authentication</name><module-name>tailf-aaa</module-name><path>/aaa/authentication/users/user[name='$USER']</path><access-operations>read update</access-operations><action>permit</action></rule><rule><name>tailf-aaa-user</name><module-name>tailf-aaa</module-name><path>/user[name='$USER']</path><access-operations>create read update delete</access-operations><action>permit</action></rule><rule><name>tailf-webui-user</name><module-name>tailf-webui</module-name><path>/webui/data-stores/user-profile[username='$USER']</path><access-operations>create read update delete</access-operations><action>permit</action></rule></rule-list><rule-list><name>packet</name><group>pck</group><rule><name>vlan</name><module-name>vlan</module-name><path>/switched-vlans</path><access-operations>create read update delete</access-operations><action>permit</action></rule><rule><name>terminal-device</name><module-name>*</module-name><path>/terminal-device</path><access-operations>create update delete</access-operations><action>deny</action></rule><rule><name>components</name><module-name>*</module-name><path>/components</path><access-operations>create update delete</access-operations><action>deny</action></rule></rule-list><rule-list><name>optical</name><group>opt</group><rule><name>terminal-device</name><module-name>*</module-name><path>/terminal-device</path><access-operations>create read update delete</access-operations><action>permit</action></rule><rule><name>components</name><module-name>*</module-name><path>/components</path><access-operations>create read update delete</access-operations><action>permit</action></rule><rule><name>vlan</name><module-name>vlan</module-name><path>/switched-vlans</path><access-operations>create update delete</access-operations><action>deny</action></rule></rule-list><rule-list><name>admin</name><group>admin</group><rule><name>any-access</name><action>permit</action></rule></rule-list></nacm><netconf-state xmlns="urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring"><capabilities><capability>urn:ietf:params:netconf:base:1.0</capability><capability>urn:ietf:params:netconf:base:1.1</capability><capability>urn:ietf:params:netconf:capability:writable-running:1.0</capability><capability>urn:ietf:params:netconf:capability:xpath:1.0</capability><capability>urn:ietf:params:netconf:capability:validate:1.0</capability><capability>urn:ietf:params:netconf:capability:validate:1.1</capability><capability>urn:ietf:params:netconf:capability:rollback-on-error:1.0</capability><capability>urn:ietf:params:netconf:capability:notification:1.0</capability><capability>urn:ietf:params:netconf:capability:with-defaults:1.0?basic-mode=explicit&also-supported=report-all-tagged</capability><capability>urn:ietf:params:netconf:capability:yang-library:1.0?revision=2016-06-21&module-set-id=f1285a0c7bf3c6c159ca5c87b160ec60</capability><capability>http://tail-f.com/ns/netconf/extensions</capability><capability>http://openconfig.net/yang/alarms/types?module=openconfig-alarm-types&revision=2018-01-16</capability><capability>http://openconfig.net/yang/bfd?module=openconfig-bfd&revision=2022-06-28</capability><capability>http://openconfig.net/yang/bgp?module=openconfig-bgp&revision=2022-05-21</capability><capability>http://openconfig.net/yang/bgp-types?module=openconfig-bgp-types&revision=2021-08-06</capability><capability>http://openconfig.net/yang/evpn-types?module=openconfig-evpn-types&revision=2021-06-21</capability><capability>http://openconfig.net/yang/interfaces?module=openconfig-interfaces&revision=2021-04-06</capability><capability>http://openconfig.net/yang/interfaces/ethernet?module=openconfig-if-ethernet&revision=2022-04-20</capability><capability>http://openconfig.net/yang/interfaces/ip?module=openconfig-if-ip&revision=2019-01-08</capability><capability>http://openconfig.net/yang/lldp?module=openconfig-lldp&revision=2018-11-21</capability><capability>http://openconfig.net/yang/lldp/types?module=openconfig-lldp-types&revision=2018-11-21</capability><capability>http://openconfig.net/yang/mpls-types?module=openconfig-mpls-types&revision=2021-12-01</capability><capability>http://openconfig.net/yang/network-instance-types?module=openconfig-network-instance-types&revision=2021-07-14</capability><capability>http://openconfig.net/yang/openconfig-types?module=openconfig-types&revision=2019-04-16</capability><capability>http://openconfig.net/yang/ospf-types?module=openconfig-ospf-types&revision=2018-11-21</capability><capability>http://openconfig.net/yang/ospfv2?module=openconfig-ospfv2&revision=2022-02-10</capability><capability>http://openconfig.net/yang/platform?module=openconfig-platform&revision=2018-01-30</capability><capability>http://openconfig.net/yang/platform-types?module=openconfig-platform-types&revision=2021-01-18</capability><capability>http://openconfig.net/yang/platform/port?module=openconfig-platform-port&revision=2021-04-22</capability><capability>http://openconfig.net/yang/platform/transceiver?module=openconfig-platform-transceiver&revision=2021-02-23</capability><capability>http://openconfig.net/yang/policy-types?module=openconfig-policy-types&revision=2022-11-08</capability><capability>http://openconfig.net/yang/protocols?module=openconfig-protocols</capability><capability>http://openconfig.net/yang/rib/bgp?module=openconfig-rib-bgp&revision=2022-06-06</capability><capability>http://openconfig.net/yang/rib/bgp-types?module=openconfig-rib-bgp-types&revision=2019-03-14</capability><capability>http://openconfig.net/yang/routing-policy?module=openconfig-routing-policy&revision=2022-05-24</capability><capability>http://openconfig.net/yang/segment-routing-types?module=openconfig-segment-routing-types&revision=2020-02-04</capability><capability>http://openconfig.net/yang/telemetry?module=openconfig-telemetry&revision=2018-11-21</capability><capability>http://openconfig.net/yang/telemetry-types?module=openconfig-telemetry-types&revision=2018-11-21</capability><capability>http://openconfig.net/yang/terminal-device?module=openconfig-terminal-device&revision=2021-02-23</capability><capability>http://openconfig.net/yang/transport-types?module=openconfig-transport-types&revision=2021-03-22</capability><capability>http://openconfig.net/yang/types/inet?module=openconfig-inet-types&revision=2021-08-17</capability><capability>http://openconfig.net/yang/types/yang?module=openconfig-yang-types&revision=2021-07-14</capability><capability>http://sssup.it/yang/vlan?module=vlan</capability><capability>http://tail-f.com/ns/aaa/1.1?module=tailf-aaa&revision=2015-06-16</capability><capability>http://tail-f.com/ns/kicker?module=tailf-kicker&revision=2017-03-16</capability><capability>http://tail-f.com/yang/acm?module=tailf-acm&revision=2013-03-07</capability><capability>http://tail-f.com/yang/common-monitoring?module=tailf-common-monitoring&revision=2013-06-14</capability><capability>http://tail-f.com/yang/confd-monitoring?module=tailf-confd-monitoring&revision=2013-06-14</capability><capability>http://tail-f.com/yang/netconf-monitoring?module=tailf-netconf-monitoring&revision=2016-11-24</capability><capability>urn:ietf:params:xml:ns:yang:iana-crypt-hash?module=iana-crypt-hash&revision=2014-08-06&features=crypt-hash-sha-512,crypt-hash-sha-256,crypt-hash-md5</capability><capability>urn:ietf:params:xml:ns:yang:ietf-inet-types?module=ietf-inet-types&revision=2013-07-15</capability><capability>urn:ietf:params:xml:ns:yang:ietf-interfaces?module=ietf-interfaces&revision=2014-05-08&features=pre-provisioning,if-mib,arbitrary-names</capability><capability>urn:ietf:params:xml:ns:yang:ietf-netconf-acm?module=ietf-netconf-acm&revision=2012-02-22</capability><capability>urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring?module=ietf-netconf-monitoring&revision=2010-10-04</capability><capability>urn:ietf:params:xml:ns:yang:ietf-" -[2024-06-20 13:24:01,094] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:01,094] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: ending -[2024-06-20 13:24:01,118] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: starting -[2024-06-20 13:24:01,118] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:01,118] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:01,118] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:01,118] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: found chunk delimiter -[2024-06-20 13:24:01,118] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:01,118] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: not enough data for chunk yet -[2024-06-20 13:24:01,118] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: setting start to 0 -[2024-06-20 13:24:01,119] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: ending -[2024-06-20 13:24:01,119] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: starting -[2024-06-20 13:24:01,119] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:01,119] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:01,119] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:01,119] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: found chunk delimiter -[2024-06-20 13:24:01,119] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:01,119] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: not enough data for chunk yet -[2024-06-20 13:24:01,120] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: setting start to 0 -[2024-06-20 13:24:01,120] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: ending -[2024-06-20 13:24:01,120] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: starting -[2024-06-20 13:24:01,120] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:01,120] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:01,121] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:01,121] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: found chunk delimiter -[2024-06-20 13:24:01,121] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:01,121] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: not enough data for chunk yet -[2024-06-20 13:24:01,122] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: setting start to 0 -[2024-06-20 13:24:01,122] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: ending -[2024-06-20 13:24:01,122] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: starting -[2024-06-20 13:24:01,122] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:01,123] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:01,123] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:01,123] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: found chunk delimiter -[2024-06-20 13:24:01,123] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:01,123] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: appending 16376 bytes -[2024-06-20 13:24:01,123] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: fragment = "netconf-notifications?module=ietf-netconf-notifications&revision=2012-02-06</capability><capability>urn:ietf:params:xml:ns:yang:ietf-yang-library?module=ietf-yang-library&revision=2016-06-21</capability><capability>urn:ietf:params:xml:ns:yang:ietf-yang-types?module=ietf-yang-types&revision=2013-07-15</capability><capability>urn:ietf:params:xml:ns:netconf:base:1.0?module=ietf-netconf&revision=2011-06-01</capability><capability>urn:ietf:params:xml:ns:yang:ietf-netconf-with-defaults?module=ietf-netconf-with-defaults&revision=2011-06-01</capability></capabilities><datastores><datastore><name>running</name><transaction-id xmlns="http://tail-f.com/yang/netconf-monitoring">1717-750544-743311</transaction-id></datastore></datastores><schemas><schema><identifier>iana-crypt-hash</identifier><version>2014-08-06</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:iana-crypt-hash</namespace><location>NETCONF</location></schema><schema><identifier>ietf-inet-types</identifier><version>2013-07-15</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-inet-types</namespace><location>NETCONF</location></schema><schema><identifier>ietf-interfaces</identifier><version>2014-05-08</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-interfaces</namespace><location>NETCONF</location></schema><schema><identifier>ietf-netconf</identifier><version>2011-06-01</version><format>yang</format><namespace>urn:ietf:params:xml:ns:netconf:base:1.0</namespace><location>NETCONF</location></schema><schema><identifier>ietf-netconf-acm</identifier><version>2012-02-22</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-acm</namespace><location>NETCONF</location></schema><schema><identifier>ietf-netconf-monitoring</identifier><version>2010-10-04</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring</namespace><location>NETCONF</location></schema><schema><identifier>ietf-netconf-notifications</identifier><version>2012-02-06</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-notifications</namespace><location>NETCONF</location></schema><schema><identifier>ietf-netconf-with-defaults</identifier><version>2011-06-01</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-with-defaults</namespace><location>NETCONF</location></schema><schema><identifier>ietf-yang-library</identifier><version>2016-06-21</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-library</namespace><location>NETCONF</location></schema><schema><identifier>ietf-yang-types</identifier><version>2013-07-15</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-alarm-types</identifier><version>2018-01-16</version><format>yang</format><namespace>http://openconfig.net/yang/alarms/types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bfd</identifier><version>2022-06-28</version><format>yang</format><namespace>http://openconfig.net/yang/bfd</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bgp</identifier><version>2022-05-21</version><format>yang</format><namespace>http://openconfig.net/yang/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bgp-common</identifier><version>2022-05-21</version><format>yang</format><namespace>http://openconfig.net/yang/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bgp-common-multiprotocol</identifier><version>2022-05-21</version><format>yang</format><namespace>http://openconfig.net/yang/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bgp-common-structure</identifier><version>2022-05-21</version><format>yang</format><namespace>http://openconfig.net/yang/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bgp-errors</identifier><version>2021-08-06</version><format>yang</format><namespace>http://openconfig.net/yang/bgp-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bgp-global</identifier><version>2022-05-21</version><format>yang</format><namespace>http://openconfig.net/yang/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bgp-neighbor</identifier><version>2022-05-21</version><format>yang</format><namespace>http://openconfig.net/yang/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bgp-peer-group</identifier><version>2022-05-21</version><format>yang</format><namespace>http://openconfig.net/yang/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bgp-types</identifier><version>2021-08-06</version><format>yang</format><namespace>http://openconfig.net/yang/bgp-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-evpn-types</identifier><version>2021-06-21</version><format>yang</format><namespace>http://openconfig.net/yang/evpn-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-if-ethernet</identifier><version>2022-04-20</version><format>yang</format><namespace>http://openconfig.net/yang/interfaces/ethernet</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-if-ip</identifier><version>2019-01-08</version><format>yang</format><namespace>http://openconfig.net/yang/interfaces/ip</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-inet-types</identifier><version>2021-08-17</version><format>yang</format><namespace>http://openconfig.net/yang/types/inet</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-interfaces</identifier><version>2021-04-06</version><format>yang</format><namespace>http://openconfig.net/yang/interfaces</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-lldp</identifier><version>2018-11-21</version><format>yang</format><namespace>http://openconfig.net/yang/lldp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-lldp-types</identifier><version>2018-11-21</version><format>yang</format><namespace>http://openconfig.net/yang/lldp/types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-mpls-types</identifier><version>2021-12-01</version><format>yang</format><namespace>http://openconfig.net/yang/mpls-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-network-instance-types</identifier><version>2021-07-14</version><format>yang</format><namespace>http://openconfig.net/yang/network-instance-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-ospf-types</identifier><version>2018-11-21</version><format>yang</format><namespace>http://openconfig.net/yang/ospf-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-ospfv2</identifier><version>2022-02-10</version><format>yang</format><namespace>http://openconfig.net/yang/ospfv2</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-ospfv2-area</identifier><version>2022-02-10</version><format>yang</format><namespace>http://openconfig.net/yang/ospfv2</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-ospfv2-area-interface</identifier><version>2022-02-10</version><format>yang</format><namespace>http://openconfig.net/yang/ospfv2</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-ospfv2-common</identifier><version>2022-02-10</version><format>yang</format><namespace>http://openconfig.net/yang/ospfv2</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-ospfv2-global</identifier><version>2022-02-10</version><format>yang</format><namespace>http://openconfig.net/yang/ospfv2</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-ospfv2-lsdb</identifier><version>2022-02-10</version><format>yang</format><namespace>http://openconfig.net/yang/ospfv2</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-platform</identifier><version>2018-01-30</version><format>yang</format><namespace>http://openconfig.net/yang/platform</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-platform-port</identifier><version>2021-04-22</version><format>yang</format><namespace>http://openconfig.net/yang/platform/port</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-platform-transceiver</identifier><version>2021-02-23</version><format>yang</format><namespace>http://openconfig.net/yang/platform/transceiver</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-platform-types</identifier><version>2021-01-18</version><format>yang</format><namespace>http://openconfig.net/yang/platform-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-policy-types</identifier><version>2022-11-08</version><format>yang</format><namespace>http://openconfig.net/yang/policy-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-protocols</identifier><version></version><format>yang</format><namespace>http://openconfig.net/yang/protocols</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-rib-bgp</identifier><version>2022-06-06</version><format>yang</format><namespace>http://openconfig.net/yang/rib/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-rib-bgp-attributes</identifier><version>2022-06-06</version><format>yang</format><namespace>http://openconfig.net/yang/rib/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-rib-bgp-shared-attributes</identifier><version>2022-06-06</version><format>yang</format><namespace>http://openconfig.net/yang/rib/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-rib-bgp-table-attributes</identifier><version>2022-06-06</version><format>yang</format><namespace>http://openconfig.net/yang/rib/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-rib-bgp-tables</identifier><version>2022-06-06</version><format>yang</format><namespace>http://openconfig.net/yang/rib/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-rib-bgp-types</identifier><version>2019-03-14</version><format>yang</format><namespace>http://openconfig.net/yang/rib/bgp-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-routing-policy</identifier><version>2022-05-24</version><format>yang</format><namespace>http://openconfig.net/yang/routing-policy</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-segment-routing-types</identifier><version>2020-02-04</version><format>yang</format><namespace>http://openconfig.net/yang/segment-routing-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-telemetry</identifier><version>2018-11-21</version><format>yang</format><namespace>http://openconfig.net/yang/telemetry</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-telemetry-types</identifier><version>2018-11-21</version><format>yang</format><namespace>http://openconfig.net/yang/telemetry-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-terminal-device</identifier><version>2021-02-23</version><format>yang</format><namespace>http://openconfig.net/yang/terminal-device</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-transport-types</identifier><version>2021-03-22</version><format>yang</format><namespace>http://openconfig.net/yang/transport-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-types</identifier><version>2019-04-16</version><format>yang</format><namespace>http://openconfig.net/yang/openconfig-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-yang-types</identifier><version>2021-07-14</version><format>yang</format><namespace>http://openconfig.net/yang/types/yang</namespace><location>NETCONF</location></schema><schema><identifier>tailf-aaa</identifier><version>2015-06-16</version><format>yang</format><namespace>http://tail-f.com/ns/aaa/1.1</namespace><location>NETCONF</location></schema><schema><identifier>tailf-acm</identifier><version>2013-03-07</version><format>yang</format><namespace>http://tail-f.com/yang/acm</namespace><location>NETCONF</location></schema><schema><identifier>tailf-common-monitoring</identifier><version>2013-06-14</version><format>yang</format><namespace>http://tail-f.com/yang/common-monitoring</namespace><location>NETCONF</location></schema><schema><identifier>tailf-confd-monitoring</identifier><version>2013-06-14</version><format>yang</format><namespace>http://tail-f.com/yang/confd-monitoring</namespace><location>NETCONF</location></schema><schema><identifier>tailf-kicker</identifier><version>2017-03-16</version><format>yang</format><namespace>http://tail-f.com/ns/kicker</namespace><location>NETCONF</location></schema><schema><identifier>tailf-netconf-monitoring</identifier><version>2016-11-24</version><format>yang</format><namespace>http://tail-f.com/yang/netconf-monitoring</namespace><location>NETCONF</location></schema><schema><identifier>vlan</identifier><version></version><format>yang</format><namespace>http://sssup.it/yang/vlan</namespace><location>NETCONF</location></schema></schemas><sessions><session><session-id>29</session-id><transport>netconf-ssh</transport><username>admin</username><source-host>10.30.2.206</source-host><login-time>2024-06-06T23:11:11+00:00</login-time><in-rpcs>4</in-rpcs><in-bad-rpcs>0</in-bad-rpcs><out-rpc-errors>0</out-rpc-errors><out-notifications>0</out-notifications></session><session><session-id>30</session-id><transport>netconf-ssh</transport><username>admin</username><source-host>10.30.2.206</source-host><login-time>2024-06-06T23:11:20+00:00</login-time><in-rpcs>2</in-rpcs><in-bad-rpcs>0</in-bad-rpcs><out-rpc-errors>0</out-rpc-errors><out-notifications>0</out-notifications></session><session><session-id>31</session-id><transport>netconf-ssh</transport><username>admin</username><source-host>10.30.2.206</source-host><login-time>2024-06-06T23:11:29+00:00</login-time><in-rpcs>2</in-rpcs><in-bad-rpcs>0</in-bad-rpcs><out-rpc-errors>0</out-rpc-errors><out-notifications>0</out-notifications></session><session><session-id>32</session-id><transport>netconf-ssh</transport><username>admin</username><source-host>10.30.2.208</source-host><login-time>2024-06-20T13:23:47+00:00</login-time><in-rpcs>2</in-rpcs><in-bad-rpcs>0</in-bad-rpcs><out-rpc-errors>0</out-rpc-errors><out-notifications>0</out-notifications></session><session><session-id>33</session-id><transport>netconf-ssh</transport><username>admin</username><source-host>10.30.2.208</source-host><login-time>2024-06-20T13:23:53+00:00</login-time><in-rpcs>2</in-rpcs><in-bad-rpcs>0</in-bad-rpcs><out-rpc-errors>0</out-rpc-errors><out-notifications>0</out-notifications></session><session><session-id>34</session-id><transport>netconf-ssh</transport><username>admin</username><source-host>10.30.2.208</source-host><login-time>2024-06-20T13:24:00+00:00</login-time><in-rpcs>2</in-rpcs><in-bad-rpcs>0</in-bad-rpcs><out-rpc-errors>0</out-rpc-errors><out-notifications>0</out-notifications></session></sessions><statistics><netconf-start-time>2024-06-06T22:51:35+00:00</netconf-start-time><in-bad-hellos>0</in-bad-hellos><in-sessions>6</in-sessions><dropped-sessions>0</dropped-sessions><in-rpcs>14</in-rpcs><in-bad-rpcs>0</in-bad-rpcs><out-rpc-errors>0</out-rpc-errors><out-notifications>0</out-notifications></statistics><streams xmlns="http://tail-f.com/yang/netconf-monitoring"><stream><name>NETCONF</name><description>default NETCONF event stream</description><replay-support>false</replay-support></stream><stream><name>mellanox</name><description>Notifications regarding the transponder</description><replay-support>true</replay-support><replay-log-creation-time>2024-06-06T22:51:35.958749+00:00</replay-log-creation-time></stream></streams></netconf-state><modules-state " -[2024-06-20 13:24:01,123] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:01,123] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: ending -[2024-06-20 13:24:01,126] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: starting -[2024-06-20 13:24:01,126] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:01,126] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:01,126] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:01,126] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: found chunk delimiter -[2024-06-20 13:24:01,126] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: chunk size 10847 bytes -[2024-06-20 13:24:01,127] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: not enough data for chunk yet -[2024-06-20 13:24:01,127] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: setting start to 0 -[2024-06-20 13:24:01,127] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: ending -[2024-06-20 13:24:01,127] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: starting -[2024-06-20 13:24:01,127] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:01,128] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:01,128] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:01,128] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: found chunk delimiter -[2024-06-20 13:24:01,128] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: chunk size 10847 bytes -[2024-06-20 13:24:01,128] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: not enough data for chunk yet -[2024-06-20 13:24:01,129] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: setting start to 0 -[2024-06-20 13:24:01,129] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: ending -[2024-06-20 13:24:01,129] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: starting -[2024-06-20 13:24:01,129] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: working with buffer of 10859 bytes -[2024-06-20 13:24:01,130] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:01,130] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:01,130] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: found chunk delimiter -[2024-06-20 13:24:01,130] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: chunk size 10847 bytes -[2024-06-20 13:24:01,130] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: appending 10847 bytes -[2024-06-20 13:24:01,131] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: fragment = "xmlns="urn:ietf:params:xml:ns:yang:ietf-yang-library"><module-set-id>f1285a0c7bf3c6c159ca5c87b160ec60</module-set-id><module><name>iana-crypt-hash</name><revision>2014-08-06</revision><namespace>urn:ietf:params:xml:ns:yang:iana-crypt-hash</namespace><feature>crypt-hash-sha-512</feature><feature>crypt-hash-sha-256</feature><feature>crypt-hash-md5</feature><conformance-type>import</conformance-type></module><module><name>ietf-inet-types</name><revision>2013-07-15</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-inet-types</namespace><conformance-type>import</conformance-type></module><module><name>ietf-interfaces</name><revision>2014-05-08</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-interfaces</namespace><feature>pre-provisioning</feature><feature>if-mib</feature><feature>arbitrary-names</feature><conformance-type>implement</conformance-type></module><module><name>ietf-netconf</name><revision>2011-06-01</revision><namespace>urn:ietf:params:xml:ns:netconf:base:1.0</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-netconf-acm</name><revision>2012-02-22</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-acm</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-netconf-monitoring</name><revision>2010-10-04</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-netconf-notifications</name><revision>2012-02-06</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-notifications</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-netconf-with-defaults</name><revision>2011-06-01</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-with-defaults</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-yang-library</name><revision>2016-06-21</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-library</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-yang-types</name><revision>2013-07-15</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-alarm-types</name><revision>2018-01-16</revision><namespace>http://openconfig.net/yang/alarms/types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-bfd</name><revision>2022-06-28</revision><namespace>http://openconfig.net/yang/bfd</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-bgp</name><revision>2022-05-21</revision><namespace>http://openconfig.net/yang/bgp</namespace><conformance-type>implement</conformance-type><submodule><name>openconfig-bgp-common</name><revision>2022-05-21</revision></submodule><submodule><name>openconfig-bgp-common-structure</name><revision>2022-05-21</revision></submodule><submodule><name>openconfig-bgp-global</name><revision>2022-05-21</revision></submodule><submodule><name>openconfig-bgp-neighbor</name><revision>2022-05-21</revision></submodule><submodule><name>openconfig-bgp-peer-group</name><revision>2022-05-21</revision></submodule><submodule><name>openconfig-bgp-common-multiprotocol</name><revision>2022-05-21</revision></submodule></module><module><name>openconfig-bgp-types</name><revision>2021-08-06</revision><namespace>http://openconfig.net/yang/bgp-types</namespace><conformance-type>import</conformance-type><submodule><name>openconfig-bgp-errors</name><revision>2021-08-06</revision></submodule></module><module><name>openconfig-evpn-types</name><revision>2021-06-21</revision><namespace>http://openconfig.net/yang/evpn-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-if-ethernet</name><revision>2022-04-20</revision><namespace>http://openconfig.net/yang/interfaces/ethernet</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-if-ip</name><revision>2019-01-08</revision><namespace>http://openconfig.net/yang/interfaces/ip</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-inet-types</name><revision>2021-08-17</revision><namespace>http://openconfig.net/yang/types/inet</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-interfaces</name><revision>2021-04-06</revision><namespace>http://openconfig.net/yang/interfaces</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-lldp</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/lldp</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-lldp-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/lldp/types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-mpls-types</name><revision>2021-12-01</revision><namespace>http://openconfig.net/yang/mpls-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-ospf-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/ospf-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-ospfv2</name><revision>2022-02-10</revision><namespace>http://openconfig.net/yang/ospfv2</namespace><conformance-type>import</conformance-type><submodule><name>openconfig-ospfv2-area</name><revision>2022-02-10</revision></submodule><submodule><name>openconfig-ospfv2-common</name><revision>2022-02-10</revision></submodule><submodule><name>openconfig-ospfv2-global</name><revision>2022-02-10</revision></submodule><submodule><name>openconfig-ospfv2-lsdb</name><revision>2022-02-10</revision></submodule><submodule><name>openconfig-ospfv2-area-interface</name><revision>2022-02-10</revision></submodule></module><module><name>openconfig-platform</name><revision>2018-01-30</revision><namespace>http://openconfig.net/yang/platform</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-platform-port</name><revision>2021-04-22</revision><namespace>http://openconfig.net/yang/platform/port</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-platform-transceiver</name><revision>2021-02-23</revision><namespace>http://openconfig.net/yang/platform/transceiver</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-platform-types</name><revision>2021-01-18</revision><namespace>http://openconfig.net/yang/platform-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-policy-types</name><revision>2022-11-08</revision><namespace>http://openconfig.net/yang/policy-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-protocols</name><revision></revision><namespace>http://openconfig.net/yang/protocols</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-rib-bgp</name><revision>2022-06-06</revision><namespace>http://openconfig.net/yang/rib/bgp</namespace><conformance-type>import</conformance-type><submodule><name>openconfig-rib-bgp-attributes</name><revision>2022-06-06</revision></submodule><submodule><name>openconfig-rib-bgp-tables</name><revision>2022-06-06</revision></submodule><submodule><name>openconfig-rib-bgp-table-attributes</name><revision>2022-06-06</revision></submodule><submodule><name>openconfig-rib-bgp-shared-attributes</name><revision>2022-06-06</revision></submodule></module><module><name>openconfig-rib-bgp-types</name><revision>2019-03-14</revision><namespace>http://openconfig.net/yang/rib/bgp-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-routing-policy</name><revision>2022-05-24</revision><namespace>http://openconfig.net/yang/routing-policy</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-telemetry</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/telemetry</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-telemetry-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/telemetry-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-terminal-device</name><revision>2021-02-23</revision><namespace>http://openconfig.net/yang/terminal-device</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-transport-types</name><revision>2021-03-22</revision><namespace>http://openconfig.net/yang/transport-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-types</name><revision>2019-04-16</revision><namespace>http://openconfig.net/yang/openconfig-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-yang-types</name><revision>2021-07-14</revision><namespace>http://openconfig.net/yang/types/yang</namespace><conformance-type>import</conformance-type></module><module><name>tailf-aaa</name><revision>2015-06-16</revision><namespace>http://tail-f.com/ns/aaa/1.1</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-acm</name><revision>2013-03-07</revision><namespace>http://tail-f.com/yang/acm</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-common-monitoring</name><revision>2013-06-14</revision><namespace>http://tail-f.com/yang/common-monitoring</namespace><conformance-type>import</conformance-type></module><module><name>tailf-confd-monitoring</name><revision>2013-06-14</revision><namespace>http://tail-f.com/yang/confd-monitoring</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-kicker</name><revision>2017-03-16</revision><namespace>http://tail-f.com/ns/kicker</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-netconf-monitoring</name><revision>2016-11-24</revision><namespace>http://tail-f.com/yang/netconf-monitoring</namespace><conformance-type>implement</conformance-type></module><module><name>vlan</name><revision></revision><namespace>http://sssup.it/yang/vlan</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-segment-routing-types</name><revision>2020-02-04</revision><namespace>http://openconfig.net/yang/segment-routing-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-network-instance-types</name><revision>2021-07-14</revision><namespace>http://openconfig.net/yang/network-instance-types</namespace><conformance-type>import</conformance-type></module></modules-state></data></rpc-reply>" -[2024-06-20 13:24:01,131] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: matching from 10855 bytes from start of buffer -[2024-06-20 13:24:01,131] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: regular expression start=0, end=4 -[2024-06-20 13:24:01,131] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: found end of message delimiter -[2024-06-20 13:24:01,133] DEBUG:ncclient.operations.rpc:[host 172.17.254.41 session-id 34] Delivering to <ncclient.operations.retrieve.Get object at 0x7fa7486a1910> -[2024-06-20 13:24:01,134] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: saving back rest of message after 10859 bytes, original size 10859 -[2024-06-20 13:24:01,135] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 34] _parse11: ending -[2024-06-20 13:24:01,141] INFO:root:resource_key frequency and channgel_name {'index': 'channel-1'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:24:01,142] INFO:root:dic {'frequency': '192056250'} -[2024-06-20 13:24:01,142] INFO:root:resource_key target-output-power and channgel_name {'index': 'channel-1'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:24:01,144] INFO:root:dic {'frequency': '192056250', 'target-output-power': '1.0'} -[2024-06-20 13:24:01,144] INFO:root:resource_key operational-mode and channgel_name {'index': 'channel-1'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:24:01,145] INFO:root:dic {'frequency': '192056250', 'target-output-power': '1.0', 'operational-mode': '8'} -[2024-06-20 13:24:01,145] INFO:root:resource_key line-port and channgel_name {'index': 'channel-1'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:24:01,147] INFO:root:dic {'frequency': '192056250', 'target-output-power': '1.0', 'operational-mode': '8', 'line-port': 'transceiver-1'} -[2024-06-20 13:24:01,147] INFO:root:resource_key frequency and channgel_name {'index': 'channel-2'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:24:01,148] INFO:root:dic {'frequency': '191600000'} -[2024-06-20 13:24:01,149] INFO:root:resource_key target-output-power and channgel_name {'index': 'channel-2'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:24:01,150] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0'} -[2024-06-20 13:24:01,150] INFO:root:resource_key operational-mode and channgel_name {'index': 'channel-2'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:24:01,152] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0'} -[2024-06-20 13:24:01,152] INFO:root:resource_key line-port and channgel_name {'index': 'channel-2'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:24:01,153] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-2'} -[2024-06-20 13:24:01,154] INFO:root:resource_key frequency and channgel_name {'index': 'channel-3'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:24:01,155] INFO:root:dic {'frequency': '191600000'} -[2024-06-20 13:24:01,155] INFO:root:resource_key target-output-power and channgel_name {'index': 'channel-3'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:24:01,157] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0'} -[2024-06-20 13:24:01,157] INFO:root:resource_key operational-mode and channgel_name {'index': 'channel-3'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:24:01,158] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0'} -[2024-06-20 13:24:01,159] INFO:root:resource_key line-port and channgel_name {'index': 'channel-3'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:24:01,160] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-3'} -[2024-06-20 13:24:01,160] INFO:root:resource_key frequency and channgel_name {'index': 'channel-4'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:24:01,162] INFO:root:dic {'frequency': '191600000'} -[2024-06-20 13:24:01,162] INFO:root:resource_key target-output-power and channgel_name {'index': 'channel-4'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:24:01,163] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0'} -[2024-06-20 13:24:01,164] INFO:root:resource_key operational-mode and channgel_name {'index': 'channel-4'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:24:01,165] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0'} -[2024-06-20 13:24:01,165] INFO:root:resource_key line-port and channgel_name {'index': 'channel-4'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:24:01,167] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-4'} -[2024-06-20 13:24:01,169] INFO:root:parameters {'channels': [{'frequency': '192056250', 'target-output-power': '1.0', 'operational-mode': '8', 'line-port': 'transceiver-1', 'name': {'index': 'channel-1'}}, {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-2', 'name': {'index': 'channel-2'}}, {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-3', 'name': {'index': 'channel-3'}}, {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-4', 'name': {'index': 'channel-4'}}], 'transceivers': {'transceiver': ['transceiver-1', 'transceiver-2', 'transceiver-3', 'transceiver-4']}, 'channel_namespace': 'http://openconfig.net/yang/terminal-device', 'endpoints': [{'endpoint_uuid': {'uuid': {'index': 'channel-1'}}}, {'endpoint_uuid': {'uuid': {'index': 'channel-2'}}}, {'endpoint_uuid': {'uuid': {'index': 'channel-3'}}}, {'endpoint_uuid': {'uuid': {'index': 'channel-4'}}}], 'ports': [('/endpoints/endpoint[1]', {'uuid': '1', 'type': 'port-1'}), ('/endpoints/endpoint[2]', {'uuid': '2', 'type': 'port-2'}), ('/endpoints/endpoint[3]', {'uuid': '3', 'type': 'port-3'}), ('/endpoints/endpoint[4]', {'uuid': '4', 'type': 'port-4'})]} -[2024-06-20 13:24:01,169] DEBUG:context.client.ContextClient:SetOpticalConfig request: {"config": "{\"channels\": [{\"frequency\": \"192056250\", \"target-output-power\": \"1.0\", \"operational-mode\": \"8\", \"line-port\": \"transceiver-1\", \"name\": {\"index\": \"channel-1\"}}, {\"frequency\": \"191600000\", \"target-output-power\": \"100.0\", \"operational-mode\": \"0\", \"line-port\": \"transceiver-2\", \"name\": {\"index\": \"channel-2\"}}, {\"frequency\": \"191600000\", \"target-output-power\": \"100.0\", \"operational-mode\": \"0\", \"line-port\": \"transceiver-3\", \"name\": {\"index\": \"channel-3\"}}, {\"frequency\": \"191600000\", \"target-output-power\": \"100.0\", \"operational-mode\": \"0\", \"line-port\": \"transceiver-4\", \"name\": {\"index\": \"channel-4\"}}], \"transceivers\": {\"transceiver\": [\"transceiver-1\", \"transceiver-2\", \"transceiver-3\", \"transceiver-4\"]}, \"channel_namespace\": \"http://openconfig.net/yang/terminal-device\", \"endpoints\": [{\"endpoint_uuid\": {\"uuid\": {\"index\": \"channel-1\"}}}, {\"endpoint_uuid\": {\"uuid\": {\"index\": \"channel-2\"}}}, {\"endpoint_uuid\": {\"uuid\": {\"index\": \"channel-3\"}}}, {\"endpoint_uuid\": {\"uuid\": {\"index\": \"channel-4\"}}}], \"ports\": [[\"/endpoints/endpoint[1]\", {\"uuid\": \"1\", \"type\": \"port-1\"}], [\"/endpoints/endpoint[2]\", {\"uuid\": \"2\", \"type\": \"port-2\"}], [\"/endpoints/endpoint[3]\", {\"uuid\": \"3\", \"type\": \"port-3\"}], [\"/endpoints/endpoint[4]\", {\"uuid\": \"4\", \"type\": \"port-4\"}]]}", "device_id": {"device_uuid": {"uuid": "cf618e18-c0a1-58c4-9827-943a2c0523d6"}}} -[2024-06-20 13:24:01,193] DEBUG:context.client.ContextClient:SetOpticalConfig result: {"opticalconfig_uuid": ""} -[2024-06-20 13:24:01,195] DEBUG:context.client.ContextClient:SetDevice request: {"components": [], "controller_id": {}, "device_config": {"config_rules": [{"action": "CONFIGACTION_SET", "custom": {"resource_key": "_connect/address", "resource_value": "172.17.254.41"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "_connect/port", "resource_value": "2022"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "_connect/settings", "resource_value": "{\n\"allow_agent\": false,\n\"commit_per_rule\": false,\n\"device_params\": {\n\"name\": \"default\"\n},\n\"endpoints\": [],\n\"force_running\": false,\n\"hostkey_verify\": false,\n\"look_for_keys\": false,\n\"manager_params\": {\n\"timeout\": 120\n},\n\"password\": \"admin\",\n\"type\": \"optical-transponder\",\n\"username\": \"admin\"\n}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[1]", "resource_value": "{\"type\": \"port-1\", \"uuid\": \"1\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[2]", "resource_value": "{\"type\": \"port-2\", \"uuid\": \"2\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[3]", "resource_value": "{\"type\": \"port-3\", \"uuid\": \"3\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[4]", "resource_value": "{\"type\": \"port-4\", \"uuid\": \"4\"}"}}]}, "device_drivers": ["DEVICEDRIVER_OC"], "device_endpoints": [{"endpoint_id": {"device_id": {"device_uuid": {"uuid": "cf618e18-c0a1-58c4-9827-943a2c0523d6"}}, "endpoint_uuid": {"uuid": "1"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "port-1", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "cf618e18-c0a1-58c4-9827-943a2c0523d6"}}, "endpoint_uuid": {"uuid": "2"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "port-2", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "cf618e18-c0a1-58c4-9827-943a2c0523d6"}}, "endpoint_uuid": {"uuid": "3"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "port-3", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "cf618e18-c0a1-58c4-9827-943a2c0523d6"}}, "endpoint_uuid": {"uuid": "4"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "port-4", "kpi_sample_types": [], "name": ""}], "device_id": {"device_uuid": {"uuid": "cf618e18-c0a1-58c4-9827-943a2c0523d6"}}, "device_operational_status": "DEVICEOPERATIONALSTATUS_ENABLED", "device_type": "optical-transponder", "name": "T1.3"} -[2024-06-20 13:24:01,241] DEBUG:context.client.ContextClient:SetDevice result: {"device_uuid": {"uuid": "cf618e18-c0a1-58c4-9827-943a2c0523d6"}} -[2024-06-20 13:24:01,241] DEBUG:context.client.ContextClient:SelectDevice request: {"device_ids": {"device_ids": [{"device_uuid": {"uuid": "cf618e18-c0a1-58c4-9827-943a2c0523d6"}}]}, "include_components": false, "include_config_rules": false, "include_endpoints": true} -[2024-06-20 13:24:01,305] DEBUG:context.client.ContextClient:SelectDevice result: {"devices": [{"components": [], "controller_id": {}, "device_drivers": ["DEVICEDRIVER_OC"], "device_endpoints": [{"endpoint_id": {"device_id": {"device_uuid": {"uuid": "cf618e18-c0a1-58c4-9827-943a2c0523d6"}}, "endpoint_uuid": {"uuid": "15a02a82-64d0-5929-ac72-14585a8f01c6"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "port-4", "kpi_sample_types": [], "name": "4"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "cf618e18-c0a1-58c4-9827-943a2c0523d6"}}, "endpoint_uuid": {"uuid": "b727350a-c291-56e8-b1c6-b46ec8d994f4"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "port-2", "kpi_sample_types": [], "name": "2"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "cf618e18-c0a1-58c4-9827-943a2c0523d6"}}, "endpoint_uuid": {"uuid": "bbdfc5ef-4f8b-5921-9d1f-33dd9a5f18c8"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "port-3", "kpi_sample_types": [], "name": "3"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "cf618e18-c0a1-58c4-9827-943a2c0523d6"}}, "endpoint_uuid": {"uuid": "dcaae3e3-42c5-50b5-bafb-d3097d567d09"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "port-1", "kpi_sample_types": [], "name": "1"}], "device_id": {"device_uuid": {"uuid": "cf618e18-c0a1-58c4-9827-943a2c0523d6"}}, "device_operational_status": "DEVICEOPERATIONALSTATUS_ENABLED", "device_type": "optical-transponder", "name": "T1.3"}]} -[2024-06-20 13:24:01,306] DEBUG:device.service.DeviceServiceServicerImpl:AddDevice reply: {"device_uuid": {"uuid": "cf618e18-c0a1-58c4-9827-943a2c0523d6"}} -[2024-06-20 13:24:10,868] DEBUG:device.service.DeviceServiceServicerImpl:AddDevice request: {"components": [], "device_config": {"config_rules": [{"action": "CONFIGACTION_SET", "custom": {"resource_key": "_connect/address", "resource_value": "172.17.254.42"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "_connect/port", "resource_value": "2022"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "_connect/settings", "resource_value": "{\n\"allow_agent\": false,\n\"commit_per_rule\": false,\n\"device_params\": {\n\"name\": \"default\"\n},\n\"endpoints\": [],\n\"force_running\": false,\n\"hostkey_verify\": false,\n\"look_for_keys\": false,\n\"manager_params\": {\n\"timeout\": 120\n},\n\"password\": \"admin\",\n\"type\": \"optical-transponder\",\n\"username\": \"admin\"\n}"}}]}, "device_drivers": ["DEVICEDRIVER_OC"], "device_endpoints": [], "device_id": {"device_uuid": {"uuid": "T2.1"}}, "device_operational_status": "DEVICEOPERATIONALSTATUS_DISABLED", "device_type": "optical-transponder", "name": ""} -[2024-06-20 13:24:10,868] DEBUG:context.client.ContextClient:Creating channel to 10.152.183.195:1010... -[2024-06-20 13:24:10,869] DEBUG:context.client.ContextClient:Channel created -[2024-06-20 13:24:10,869] DEBUG:context.client.ContextClient:SelectDevice request: {"device_ids": {"device_ids": [{"device_uuid": {"uuid": "T2.1"}}]}, "include_components": true, "include_config_rules": true, "include_endpoints": true} -[2024-06-20 13:24:10,880] DEBUG:context.client.ContextClient:SelectDevice result: {"devices": []} -[2024-06-20 13:24:10,880] DEBUG:context.client.ContextClient:SetDevice request: {"components": [], "device_config": {"config_rules": [{"action": "CONFIGACTION_SET", "custom": {"resource_key": "_connect/address", "resource_value": "172.17.254.42"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "_connect/port", "resource_value": "2022"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "_connect/settings", "resource_value": "{\n\"allow_agent\": false,\n\"commit_per_rule\": false,\n\"device_params\": {\n\"name\": \"default\"\n},\n\"endpoints\": [],\n\"force_running\": false,\n\"hostkey_verify\": false,\n\"look_for_keys\": false,\n\"manager_params\": {\n\"timeout\": 120\n},\n\"password\": \"admin\",\n\"type\": \"optical-transponder\",\n\"username\": \"admin\"\n}"}}]}, "device_drivers": ["DEVICEDRIVER_OC"], "device_endpoints": [], "device_id": {"device_uuid": {"uuid": "T2.1"}}, "device_operational_status": "DEVICEOPERATIONALSTATUS_UNDEFINED", "device_type": "optical-transponder", "name": ""} -[2024-06-20 13:24:10,910] DEBUG:context.client.ContextClient:SetDevice result: {"device_uuid": {"uuid": "87d74166-65e3-595e-b643-122b4fd0303f"}} -[2024-06-20 13:24:10,910] DEBUG:context.client.ContextClient:SelectDevice request: {"device_ids": {"device_ids": [{"device_uuid": {"uuid": "87d74166-65e3-595e-b643-122b4fd0303f"}}]}, "include_components": true, "include_config_rules": true, "include_endpoints": true} -[2024-06-20 13:24:10,934] DEBUG:context.client.ContextClient:SelectDevice result: {"devices": [{"components": [], "controller_id": {}, "device_config": {"config_rules": [{"action": "CONFIGACTION_SET", "custom": {"resource_key": "_connect/address", "resource_value": "172.17.254.42"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "_connect/port", "resource_value": "2022"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "_connect/settings", "resource_value": "{\n\"allow_agent\": false,\n\"commit_per_rule\": false,\n\"device_params\": {\n\"name\": \"default\"\n},\n\"endpoints\": [],\n\"force_running\": false,\n\"hostkey_verify\": false,\n\"look_for_keys\": false,\n\"manager_params\": {\n\"timeout\": 120\n},\n\"password\": \"admin\",\n\"type\": \"optical-transponder\",\n\"username\": \"admin\"\n}"}}]}, "device_drivers": ["DEVICEDRIVER_OC"], "device_endpoints": [], "device_id": {"device_uuid": {"uuid": "87d74166-65e3-595e-b643-122b4fd0303f"}}, "device_operational_status": "DEVICEOPERATIONALSTATUS_UNDEFINED", "device_type": "optical-transponder", "name": "T2.1"}]} -[2024-06-20 13:24:10,934] INFO:device.service.driver_api.DriverInstanceCache:Selecting driver for device(87d74166-65e3-595e-b643-122b4fd0303f) with filter_fields({'device_type': 'optical-transponder', 'driver': [11]})... -[2024-06-20 13:24:10,934] INFO:device.service.driver_api.DriverInstanceCache:Driver(OCDriver) selected for device(87d74166-65e3-595e-b643-122b4fd0303f) with filter_fields({'device_type': 'optical-transponder', 'driver': [11]})... -[2024-06-20 13:24:10,935] DEBUG:ncclient.transport.session:[host None session 0x7fa7486bd070] <SSHSession(session, initial daemon)> created: client_capabilities=<dict_keyiterator object at 0x7fa74868e680> -[2024-06-20 13:24:11,079] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session 0x7fa7486bd070] parsing netconf v1.0 -[2024-06-20 13:24:11,079] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session 0x7fa7486bd070] parsing netconf v1.0 -[2024-06-20 13:24:11,082] INFO:root:settings {'allow_agent': False, 'commit_per_rule': False, 'device_params': {'name': 'default'}, 'endpoints': [], 'force_running': False, 'hostkey_verify': False, 'look_for_keys': False, 'manager_params': {'timeout': 120}, 'password': 'admin', 'type': 'optical-transponder', 'username': 'admin'} -[2024-06-20 13:24:11,082] INFO:ncclient.operations.rpc:[host 172.17.254.42 session-id 32] Requesting 'Get' -[2024-06-20 13:24:11,083] DEBUG:ncclient.operations.rpc:[host 172.17.254.42 session-id 32] Sync request, will wait for timeout=120 -[2024-06-20 13:24:11,226] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: starting -[2024-06-20 13:24:11,226] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:11,226] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:11,226] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:11,226] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: found chunk delimiter -[2024-06-20 13:24:11,227] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:11,227] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: not enough data for chunk yet -[2024-06-20 13:24:11,227] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: setting start to 0 -[2024-06-20 13:24:11,227] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: ending -[2024-06-20 13:24:11,227] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: starting -[2024-06-20 13:24:11,227] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:11,227] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:11,227] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:11,227] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: found chunk delimiter -[2024-06-20 13:24:11,227] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:11,227] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: not enough data for chunk yet -[2024-06-20 13:24:11,228] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: setting start to 0 -[2024-06-20 13:24:11,228] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: ending -[2024-06-20 13:24:11,228] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: starting -[2024-06-20 13:24:11,228] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:11,228] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:11,228] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:11,228] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: found chunk delimiter -[2024-06-20 13:24:11,228] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:11,228] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: not enough data for chunk yet -[2024-06-20 13:24:11,228] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: setting start to 0 -[2024-06-20 13:24:11,228] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: ending -[2024-06-20 13:24:11,229] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: starting -[2024-06-20 13:24:11,229] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:11,229] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:11,229] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:11,229] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: found chunk delimiter -[2024-06-20 13:24:11,229] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:11,229] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: appending 16376 bytes -[2024-06-20 13:24:11,230] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: fragment = "<?xml version="1.0" encoding="UTF-8"?> -<rpc-reply xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="urn:uuid:73b8c1cb-0189-48b8-abbd-e7398c19303c" xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0"><data><bgp-instance xmlns="http://openconfig.net/yang/bgp"><bgp><global><route-selection-options><state><always-compare-med>false</always-compare-med><ignore-as-path-length>false</ignore-as-path-length><external-compare-router-id>true</external-compare-router-id><advertise-inactive-routes>false</advertise-inactive-routes><enable-aigp>false</enable-aigp><ignore-next-hop-igp-metric>false</ignore-next-hop-igp-metric></state></route-selection-options></global></bgp></bgp-instance><interfaces xmlns="http://openconfig.net/yang/interfaces"><interface><name>eth0</name><config><name>eth0</name><enabled>true</enabled></config><state><loopback-mode>false</loopback-mode><enabled>true</enabled></state><hold-time><state><up>0</up><down>0</down></state></hold-time><ipv4 xmlns="http://openconfig.net/yang/interfaces/ip"><addresses><address><ip>192.168.1.1</ip><config><ip>192.168.1.1</ip><prefix-length>24</prefix-length></config></address></addresses><proxy-arp><state><mode>DISABLE</mode></state></proxy-arp><unnumbered><state><enabled>false</enabled></state></unnumbered><state><enabled>true</enabled><dhcp-client>false</dhcp-client></state></ipv4><ipv6 xmlns="http://openconfig.net/yang/interfaces/ip"><router-advertisement><state><suppress>false</suppress></state></router-advertisement><unnumbered><state><enabled>false</enabled></state></unnumbered><state><enabled>true</enabled><dup-addr-detect-transmits>1</dup-addr-detect-transmits><dhcp-client>false</dhcp-client></state></ipv6></interface></interfaces><lldp xmlns="http://openconfig.net/yang/lldp"><state><enabled>true</enabled></state></lldp><components xmlns="http://openconfig.net/yang/platform"><component><name>channel-1</name><config><name>channel-1</name></config><state><name>channel-1</name><type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:OPTICAL_CHANNEL</type></state><optical-channel xmlns="http://openconfig.net/yang/terminal-device"><config><frequency>192056250</frequency><target-output-power>1.0</target-output-power><operational-mode>8</operational-mode><line-port>transceiver-1</line-port></config><state><frequency>192056250</frequency><target-output-power>1.0</target-output-power><operational-mode>8</operational-mode><line-port>transceiver-1</line-port><group-id>1</group-id><output-power><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></output-power><input-power><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></input-power><laser-bias-current><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></laser-bias-current><chromatic-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></chromatic-dispersion><polarization-mode-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></polarization-mode-dispersion><second-order-polarization-mode-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></second-order-polarization-mode-dispersion><polarization-dependent-loss><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></polarization-dependent-loss></state></optical-channel></component><component><name>channel-2</name><config><name>channel-2</name></config><state><name>channel-2</name><type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:OPTICAL_CHANNEL</type></state><optical-channel xmlns="http://openconfig.net/yang/terminal-device"><config><frequency>191600000</frequency><target-output-power>100.0</target-output-power><operational-mode>0</operational-mode><line-port>transceiver-2</line-port></config><state><frequency>191600000</frequency><target-output-power>0.0</target-output-power><operational-mode>0</operational-mode><line-port>transceiver-2</line-port><group-id>1</group-id><output-power><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></output-power><input-power><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></input-power><laser-bias-current><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></laser-bias-current><chromatic-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></chromatic-dispersion><polarization-mode-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></polarization-mode-dispersion><second-order-polarization-mode-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></second-order-polarization-mode-dispersion><polarization-dependent-loss><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></polarization-dependent-loss></state></optical-channel></component><component><name>channel-3</name><config><name>channel-3</name></config><state><name>channel-3</name><type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:OPTICAL_CHANNEL</type></state><optical-channel xmlns="http://openconfig.net/yang/terminal-device"><config><frequency>191600000</frequency><target-output-power>100.0</target-output-power><operational-mode>0</operational-mode><line-port>transceiver-3</line-port></config><state><frequency>191600000</frequency><target-output-power>0.0</target-output-power><operational-mode>0</operational-mode><line-port>transceiver-3</line-port><group-id>1</group-id><output-power><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></output-power><input-power><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></input-power><laser-bias-current><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></laser-bias-current><chromatic-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></chromatic-dispersion><polarization-mode-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></polarization-mode-dispersion><second-order-polarization-mode-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></second-order-polarization-mode-dispersion><polarization-dependent-loss><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></polarization-dependent-loss></state></optical-channel></component><component><name>channel-4</name><config><name>channel-4</name></config><state><name>channel-4</name><type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:OPTICAL_CHANNEL</type></state><optical-channel xmlns="http://openconfig.net/yang/terminal-device"><config><frequency>191600000</frequency><target-output-power>100.0</target-output-power><operational-mode>0</operational-mode><line-port>transceiver-4</line-port></config><state><frequency>191600000</frequency><target-output-power>0.0</target-output-power><operational-mode>0</operational-mode><line-port>transceiver-4</line-port><group-id>1</group-id><output-power><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></output-power><input-power><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></input-power><laser-bias-current><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></laser-bias-current><chromatic-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></chromatic-dispersion><polarization-mode-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></polarization-mode-dispersion><second-order-polarization-mode-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></second-order-polarization-mode-dispersion><polarization-dependent-loss><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></polarization-dependent-loss></state></optical-channel></component><component><name>device</name><config><name>device</name></config><state><name>MellanoxSwitch</name><type xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:OPERATING_SYSTEM</type><mfg-name>SSSA-CNIT</mfg-name><hardware-version>1.0.0</hardware-version><firmware-version>1.0.0</firmware-version><software-version>1.0.0</software-version><serial-no>610610</serial-no></state></component><component><name>port-1</name><config><name>port-1</name></config><state><name>port-1</name><type xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:PORT</type></state><properties><property><name>odtn-port-type</name><config><name>odtn-port-type</name><value>line</value></config><state><name>odtn-port-type</name><value>line</value></state></property><property><name>onos-index</name><config><name>onos-index</name><value>1</value></config><state><name>onos-index</name><value>1</value></state></property></properties><subcomponents><subcomponent><name>channel-1</name><config><name>channel-1</name></config><state><name>channel-1</name></state></subcomponent></subcomponents></component><component><name>port-2</name><config><name>port-2</name></config><state><name>port-2</name><type xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:PORT</type></state><properties><property><name>odtn-port-type</name><config><name>odtn-port-type</name><value>line</value></config><state><name>odtn-port-type</name><value>line</value></state></property><property><name>onos-index</name><config><name>onos-index</name><value>2</value></config><state><name>onos-index</name><value>2</value></state></property></properties><subcomponents><subcomponent><name>channel-2</name><config><name>channel-2</name></config><state><name>channel-2</name></state></subcomponent></subcomponents></component><component><name>port-3</name><config><name>port-3</name></config><state><name>port-3</name><type xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:PORT</type></state><properties><property><name>odtn-port-type</name><config><name>odtn-port-type</name><value>line</value></config><state><name>odtn-port-type</name><value>line</value></state></property><property><name>onos-index</name><config><name>onos-index</name><value>3</value></config><state><name>onos-index</name><value>3</value></state></property></properties><subcomponents><subcomponent><name>channel-3</name><config><name>channel-3</name></config><state><name>channel-3</name></state></subcomponent></subcomponents></component><component><name>port-4</name><config><name>port-4</name></config><state><name>port-4</name><type xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:PORT</type></state><properties><property><name>odtn-port-type</name><config><name>odtn-port-type</name><value>line</value></config><state><name>odtn-port-type</name><value>line</value></state></property><property><name>onos-index</name><config><name>onos-index</name><value>4</value></config><state><name>onos-index</name><value>4</value></state></property></properties><subcomponents><subcomponent><name>channel-4</name><config><name>channel-4</name></config><state><name>channel-4</name></state></subcomponent></subcomponents></component><component><name>transceiver-1</name><config><name>transceiver-1</name></config><state><name>transceiver-1</name><type xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:TRANSCEIVER</type></state><transceiver xmlns="http://openconfig.net/yang/platform/transceiver"><config><enabled>true</enabled><form-factor-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:QSFP56_DD_TYPE1</form-factor-preconf><ethernet-pmd-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:ETH_400GBASE_ZR</ethernet-pmd-preconf><fec-mode xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:FEC_AUTO</fec-mode><module-functional-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:TYPE_DIGITAL_COHERENT_OPTIC</module-functional-type></config><state><enabled>true</enabled><form-factor-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:QSFP56_DD_TYPE1</form-factor-preconf><ethernet-pmd-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:ETH_400GBASE_ZR</ethernet-pmd-preconf><fec-mode xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:FEC_AUTO</fec-mode><module-functional-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:TYPE_DIGITAL_COHERENT_OPTIC</module-functional-type><vendor>Cisco</vendor><vendor-part>400zr-QSFP-DD</vendor-part><vendor-rev>01</vendor-rev><serial-no>1567321</serial-no></state><physical-channels><channel><index>1</index><config><index>1</index><associated-optical-channel>channel-1</associated-optical-channel></config></channel></physical-channels></transceiver></component><component><name>transceiver-2</name><config><name>transceiver-2</name></config><state><name>transceiver-2</name><type xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:TRANSCEIVER</type></state><transceiver xmlns="http://openconfig.net/yang/platform/transceiver"><config><enabled>true</enabled><form-factor-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:QSFP56_DD_TYPE1</form-factor-preconf><ethernet-pmd-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:ETH_400GBASE_ZR</ethernet-pmd-preconf><fec-mode xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:FEC_AUTO</fec-mode><module-functional-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:TYPE_DIGITAL_COHERENT_OPTIC</module-functional-type></config><state><enabled>true</enabled><form-factor-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:QSFP56_DD_TYPE1</form-factor-preconf><ethernet-pmd-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:ETH_400GBASE_ZR</ethernet-pmd-preconf><fec-mode xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:FEC_AUTO</fec-mode><module-functional-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:TYPE_DIGITAL_COHERENT_OPTIC</module-functional-type><vendor>Cisco</vendor><vendor-part>400zr-QSFP-DD</vendor-part><vendor-rev>01</vendor-rev><serial-no>1567321</serial-no></state><physical-channels><channel><index>1</index><config><index>1</index><associated-optical-channel>channel-2</associated-optical-channel></config></channel></physical-channels></transceiver></component><component><name>transceiver-3</name><config><name>transceiver-3</name></config><state><name>transceiver-3</name><type xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:TRANSCEIVER</type></state><transceiver xmlns="http://openconfig.net/yang/platform/transceiver"><config><enabled>true</enabled><form-factor-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:QSFP56_DD_TYPE1</form-factor-preconf><ethernet-pmd-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:ETH_400GBASE_ZR</ethernet-pmd-preconf><fec-mode xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:FEC_AUTO</fec-mode><module-functional-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:TYPE_DIGITAL_COHERENT_OPTIC</module-functional-type></config><state><enabled>true</enabled><form-factor-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:QSFP56_DD_TYPE1</form-factor-preconf><ethernet-pmd-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:ETH_400GBASE_ZR</ethernet-pmd-preconf><fec-mode xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:FEC_AUTO</fec-mode><module-functional-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:TYPE_DIGITAL_COHEREN" -[2024-06-20 13:24:11,230] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:11,230] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: ending -[2024-06-20 13:24:11,249] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: starting -[2024-06-20 13:24:11,250] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:11,250] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:11,250] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:11,250] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: found chunk delimiter -[2024-06-20 13:24:11,250] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:11,250] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: not enough data for chunk yet -[2024-06-20 13:24:11,250] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: setting start to 0 -[2024-06-20 13:24:11,251] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: ending -[2024-06-20 13:24:11,251] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: starting -[2024-06-20 13:24:11,251] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:11,251] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:11,252] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:11,252] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: found chunk delimiter -[2024-06-20 13:24:11,252] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:11,252] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: not enough data for chunk yet -[2024-06-20 13:24:11,253] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: setting start to 0 -[2024-06-20 13:24:11,253] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: ending -[2024-06-20 13:24:11,253] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: starting -[2024-06-20 13:24:11,253] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:11,254] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:11,254] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:11,254] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: found chunk delimiter -[2024-06-20 13:24:11,255] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:11,255] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: not enough data for chunk yet -[2024-06-20 13:24:11,255] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: setting start to 0 -[2024-06-20 13:24:11,255] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: ending -[2024-06-20 13:24:11,255] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: starting -[2024-06-20 13:24:11,255] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:11,256] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:11,256] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:11,256] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: found chunk delimiter -[2024-06-20 13:24:11,256] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:11,256] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: appending 16376 bytes -[2024-06-20 13:24:11,257] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: fragment = "T_OPTIC</module-functional-type><vendor>Cisco</vendor><vendor-part>400zr-QSFP-DD</vendor-part><vendor-rev>01</vendor-rev><serial-no>1567321</serial-no></state><physical-channels><channel><index>1</index><config><index>1</index><associated-optical-channel>channel-3</associated-optical-channel></config></channel></physical-channels></transceiver></component><component><name>transceiver-4</name><config><name>transceiver-4</name></config><state><name>transceiver-4</name><type xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:TRANSCEIVER</type></state><transceiver xmlns="http://openconfig.net/yang/platform/transceiver"><config><enabled>true</enabled><form-factor-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:QSFP56_DD_TYPE1</form-factor-preconf><ethernet-pmd-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:ETH_400GBASE_ZR</ethernet-pmd-preconf><fec-mode xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:FEC_AUTO</fec-mode><module-functional-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:TYPE_DIGITAL_COHERENT_OPTIC</module-functional-type></config><state><enabled>true</enabled><form-factor-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:QSFP56_DD_TYPE1</form-factor-preconf><ethernet-pmd-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:ETH_400GBASE_ZR</ethernet-pmd-preconf><fec-mode xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:FEC_AUTO</fec-mode><module-functional-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:TYPE_DIGITAL_COHERENT_OPTIC</module-functional-type><vendor>Cisco</vendor><vendor-part>400zr-QSFP-DD</vendor-part><vendor-rev>01</vendor-rev><serial-no>1567321</serial-no></state><physical-channels><channel><index>1</index><config><index>1</index><associated-optical-channel>channel-4</associated-optical-channel></config></channel></physical-channels></transceiver></component></components><bgp-instance xmlns="http://openconfig.net/yang/protocols"><bgp><global><route-selection-options><state><always-compare-med>false</always-compare-med><ignore-as-path-length>false</ignore-as-path-length><external-compare-router-id>true</external-compare-router-id><advertise-inactive-routes>false</advertise-inactive-routes><enable-aigp>false</enable-aigp><ignore-next-hop-igp-metric>false</ignore-next-hop-igp-metric></state></route-selection-options></global><neighbors><neighbor><neighbor-address>192.168.1.1</neighbor-address><config><neighbor-address>192.168.1.1</neighbor-address><neighbor-port>88</neighbor-port><enabled>true</enabled><peer-as>65432</peer-as></config><state><neighbor-port>179</neighbor-port><enabled>true</enabled><route-flap-damping>false</route-flap-damping><send-community>NONE</send-community><dynamically-configured>false</dynamically-configured></state><timers><state><connect-retry>30</connect-retry><hold-time>90</hold-time><keepalive-interval>30</keepalive-interval><minimum-advertisement-interval>30</minimum-advertisement-interval></state></timers><transport><state><mtu-discovery>false</mtu-discovery><passive-mode>false</passive-mode></state></transport><error-handling><state><treat-as-withdraw>false</treat-as-withdraw></state></error-handling><logging-options><state><log-neighbor-state-changes>true</log-neighbor-state-changes></state></logging-options><ebgp-multihop><state><enabled>false</enabled></state></ebgp-multihop><route-reflector><state><route-reflector-client>false</route-reflector-client></state></route-reflector><as-path-options><state><allow-own-as>0</allow-own-as><replace-peer-as>false</replace-peer-as><disable-peer-as-filter>false</disable-peer-as-filter></state></as-path-options><use-multiple-paths><state><enabled>false</enabled></state><ebgp><state><allow-multiple-as>false</allow-multiple-as></state></ebgp></use-multiple-paths><apply-policy><state><default-import-policy>REJECT_ROUTE</default-import-policy><default-export-policy>REJECT_ROUTE</default-export-policy></state></apply-policy></neighbor></neighbors></bgp></bgp-instance><ospf-instance xmlns="http://openconfig.net/yang/protocols"><ospfv2><global><state><summary-route-cost-mode>RFC2328_COMPATIBLE</summary-route-cost-mode></state></global></ospfv2></ospf-instance><terminal-device xmlns="http://openconfig.net/yang/terminal-device"><logical-channels><channel><index>1</index><config><index>1</index><description>Logical channel 1</description><admin-state>DISABLED</admin-state><logical-channel-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:PROT_OTN</logical-channel-type><loopback-mode>NONE</loopback-mode></config><state><index>1</index><description>Logical channel 1</description><admin-state>DISABLED</admin-state><logical-channel-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:PROT_OTN</logical-channel-type><loopback-mode>NONE</loopback-mode><link-state>UP</link-state></state><ingress><config><transceiver>transceiver-1</transceiver></config><state><transceiver>transceiver-1</transceiver></state></ingress><logical-channel-assignments><assignment><index>1</index><config><index>1</index><description>Optical channel assigned 100</description><assignment-type>OPTICAL_CHANNEL</assignment-type><optical-channel>channel-1</optical-channel><allocation>100.0</allocation></config><state><index>1</index><description>Optical channel assigned 100</description><assignment-type>OPTICAL_CHANNEL</assignment-type><optical-channel>channel-1</optical-channel><allocation>100.0</allocation></state></assignment></logical-channel-assignments></channel><channel><index>2</index><config><index>2</index><description>Logical channel 2</description><admin-state>DISABLED</admin-state><logical-channel-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:PROT_OTN</logical-channel-type><loopback-mode>NONE</loopback-mode></config><state><index>2</index><description>Logical channel 2</description><admin-state>DISABLED</admin-state><logical-channel-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:PROT_OTN</logical-channel-type><loopback-mode>NONE</loopback-mode><link-state>UP</link-state></state><ingress><config><transceiver>transceiver-2</transceiver></config><state><transceiver>transceiver-2</transceiver></state></ingress><logical-channel-assignments><assignment><index>1</index><config><index>1</index><description>Optical channel assigned 100</description><assignment-type>OPTICAL_CHANNEL</assignment-type><optical-channel>channel-2</optical-channel><allocation>100.0</allocation></config><state><index>1</index><description>Optical channel assigned 100</description><assignment-type>OPTICAL_CHANNEL</assignment-type><optical-channel>channel-2</optical-channel><allocation>100.0</allocation></state></assignment></logical-channel-assignments></channel><channel><index>3</index><config><index>3</index><description>Logical channel 3</description><admin-state>DISABLED</admin-state><logical-channel-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:PROT_OTN</logical-channel-type><loopback-mode>NONE</loopback-mode></config><state><index>3</index><description>Logical channel 3</description><admin-state>DISABLED</admin-state><logical-channel-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:PROT_OTN</logical-channel-type><loopback-mode>NONE</loopback-mode><link-state>UP</link-state></state><ingress><config><transceiver>transceiver-3</transceiver></config><state><transceiver>transceiver-3</transceiver></state></ingress><logical-channel-assignments><assignment><index>1</index><config><index>1</index><description>Optical channel assigned 100</description><assignment-type>OPTICAL_CHANNEL</assignment-type><optical-channel>channel-3</optical-channel><allocation>100.0</allocation></config><state><index>1</index><description>Optical channel assigned 100</description><assignment-type>OPTICAL_CHANNEL</assignment-type><optical-channel>channel-3</optical-channel><allocation>100.0</allocation></state></assignment></logical-channel-assignments></channel><channel><index>4</index><config><index>4</index><description>Logical channel 4</description><admin-state>DISABLED</admin-state><logical-channel-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:PROT_OTN</logical-channel-type><loopback-mode>NONE</loopback-mode></config><state><index>4</index><description>Logical channel 4</description><admin-state>DISABLED</admin-state><logical-channel-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:PROT_OTN</logical-channel-type><loopback-mode>NONE</loopback-mode><link-state>UP</link-state></state><ingress><config><transceiver>transceiver-4</transceiver></config><state><transceiver>transceiver-4</transceiver></state></ingress><logical-channel-assignments><assignment><index>1</index><config><index>1</index><description>Optical channel assigned 100</description><assignment-type>OPTICAL_CHANNEL</assignment-type><optical-channel>channel-4</optical-channel><allocation>100.0</allocation></config><state><index>1</index><description>Optical channel assigned 100</description><assignment-type>OPTICAL_CHANNEL</assignment-type><optical-channel>channel-4</optical-channel><allocation>100.0</allocation></state></assignment></logical-channel-assignments></channel></logical-channels><operational-modes><mode><mode-id>1</mode-id><state><mode-id>1</mode-id><description>FEC1</description><vendor-id>Ericsson</vendor-id></state></mode><mode><mode-id>2</mode-id><state><mode-id>2</mode-id><description>FEC2</description><vendor-id>Ericsson</vendor-id></state></mode></operational-modes></terminal-device><aaa xmlns="http://tail-f.com/ns/aaa/1.1"><authentication><users><user><name>admin</name><uid>9000</uid><gid>100</gid><password>$1$lPNyHD3D$t9eLr07hXOEy1983ReE8k0</password><ssh_keydir>/var/confd/homes/admin/.ssh</ssh_keydir><homedir>/var/confd/homes/admin</homedir></user><user><name>oper</name><uid>9003</uid><gid>103</gid><password>$1$gflBsGcV$PdW1/SBjHWGBRlZuBfdva/</password><ssh_keydir>/var/confd/homes/oper/.ssh</ssh_keydir><homedir>/var/confd/homes/oper</homedir></user><user><name>optical</name><uid>9001</uid><gid>101</gid><password>$1$HCxex4ow$jHGQxsbMB1dWNK97ydKv20</password><ssh_keydir>/var/confd/homes/optical/.ssh</ssh_keydir><homedir>/var/confd/homes/optical</homedir></user><user><name>packet</name><uid>9002</uid><gid>102</gid><password>$1$2CYgcCNT$bV6L4CxgDPQP9EMyZ4Rsc1</password><ssh_keydir>/var/confd/homes/packet/.ssh</ssh_keydir><homedir>/var/confd/homes/packet</homedir></user><user><name>private</name><uid>9005</uid><gid>103</gid><password>$1$2MXxtlsM$qZfOcm4WXD2c8duQXzdru0</password><ssh_keydir>/var/confd/homes/private/.ssh</ssh_keydir><homedir>/var/confd/homes/private</homedir></user><user><name>public</name><uid>9004</uid><gid>100</gid><password>$1$1tOWUHZV$iad9vZD8aF68c6x21nhHo/</password><ssh_keydir>/var/confd/homes/public/.ssh</ssh_keydir><homedir>/var/confd/homes/public</homedir></user></users></authentication><ios><level><nr>0</nr><prompt>\h> </prompt></level><level><nr>15</nr><prompt>\h# </prompt></level><privilege><mode>exec</mode><level><nr>0</nr><command><name>action</name></command><command><name>autowizard</name></command><command><name>enable</name></command><command><name>exit</name></command><command><name>help</name></command><command><name>startup</name></command></level><level><nr>15</nr><command><name>configure</name></command></level></privilege></ios></aaa><confd-state xmlns="http://tail-f.com/yang/confd-monitoring"><version>6.4</version><epoll>false</epoll><daemon-status>started</daemon-status><loaded-data-models><data-model><name>iana-crypt-hash</name><revision>2014-08-06</revision><namespace>urn:ietf:params:xml:ns:yang:iana-crypt-hash</namespace><prefix>ianach</prefix><exported-to-all/></data-model><data-model><name>ietf-inet-types</name><revision>2013-07-15</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-inet-types</namespace><prefix>inet</prefix><exported-to-all/></data-model><data-model><name>ietf-interfaces</name><revision>2014-05-08</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-interfaces</namespace><prefix>if</prefix><exported-to-all/></data-model><data-model><name>ietf-netconf-acm</name><revision>2012-02-22</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-acm</namespace><prefix>nacm</prefix><exported-to-all/></data-model><data-model><name>ietf-netconf-monitoring</name><revision>2010-10-04</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring</namespace><prefix>ncm</prefix><exported-to-all/></data-model><data-model><name>ietf-netconf-notifications</name><revision>2012-02-06</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-notifications</namespace><prefix>ncn</prefix><exported-to-all/></data-model><data-model><name>ietf-yang-library</name><revision>2016-06-21</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-library</namespace><prefix>yanglib</prefix><exported-to>netconf</exported-to><exported-to>rest</exported-to></data-model><data-model><name>ietf-yang-types</name><revision>2013-07-15</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-types</namespace><prefix>yang</prefix><exported-to-all/></data-model><data-model><name>netconf_netmod</name><namespace>urn:ietf:params:xml:ns:netmod:notification</namespace><prefix>nm</prefix><exported-to>netconf</exported-to></data-model><data-model><name>openconfig-alarm-types</name><revision>2018-01-16</revision><namespace>http://openconfig.net/yang/alarms/types</namespace><prefix>oc-alarm-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-bfd</name><revision>2022-06-28</revision><namespace>http://openconfig.net/yang/bfd</namespace><prefix>oc-bfd</prefix><exported-to-all/></data-model><data-model><name>openconfig-bgp</name><revision>2022-05-21</revision><namespace>http://openconfig.net/yang/bgp</namespace><prefix>oc-bgp</prefix><exported-to-all/></data-model><data-model><name>openconfig-bgp-types</name><revision>2021-08-06</revision><namespace>http://openconfig.net/yang/bgp-types</namespace><prefix>oc-bgp-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-evpn-types</name><revision>2021-06-21</revision><namespace>http://openconfig.net/yang/evpn-types</namespace><prefix>oc-evpn-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-if-ethernet</name><revision>2022-04-20</revision><namespace>http://openconfig.net/yang/interfaces/ethernet</namespace><prefix>oc-eth</prefix><exported-to-all/></data-model><data-model><name>openconfig-if-ip</name><revision>2019-01-08</revision><namespace>http://openconfig.net/yang/interfaces/ip</namespace><prefix>oc-ip</prefix><exported-to-all/></data-model><data-model><name>openconfig-inet-types</name><revision>2021-08-17</revision><namespace>http://openconfig.net/yang/types/inet</namespace><prefix>oc-inet</prefix><exported-to-all/></data-model><data-model><name>openconfig-interfaces</name><revision>2021-04-06</revision><namespace>http://openconfig.net/yang/interfaces</namespace><prefix>oc-if</prefix><exported-to-all/></data-model><data-model><name>openconfig-lldp</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/lldp</namespace><prefix>oc-lldp</prefix><exported-to-all/></data-model><data-model><name>openconfig-lldp-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/lldp/types</namespace><prefix>oc-lldp-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-mpls-types</name><revision>2021-12-01</revision><namespace>http://openconfig.net/yang/mpls-types</namespace><prefix>oc-mplst</prefix><exported-to-all/></data-model><data-model><name>openconfig-network-instance-types</name><revision>2021-07-14</revision><namespace>http://openconfig.net/yang/network-instance-types</namespace><prefix>oc-ni-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-ospf-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/ospf-types</namespace><prefix>oc-ospf-types</prefix><exporte" -[2024-06-20 13:24:11,257] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:11,264] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: ending -[2024-06-20 13:24:11,286] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: starting -[2024-06-20 13:24:11,287] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:11,287] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:11,287] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:11,288] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: found chunk delimiter -[2024-06-20 13:24:11,288] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:11,288] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: not enough data for chunk yet -[2024-06-20 13:24:11,288] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: setting start to 0 -[2024-06-20 13:24:11,289] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: ending -[2024-06-20 13:24:11,289] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: starting -[2024-06-20 13:24:11,289] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:11,289] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:11,290] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:11,290] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: found chunk delimiter -[2024-06-20 13:24:11,290] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:11,290] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: not enough data for chunk yet -[2024-06-20 13:24:11,291] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: setting start to 0 -[2024-06-20 13:24:11,291] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: ending -[2024-06-20 13:24:11,291] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: starting -[2024-06-20 13:24:11,291] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:11,292] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:11,292] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:11,292] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: found chunk delimiter -[2024-06-20 13:24:11,292] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:11,292] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: not enough data for chunk yet -[2024-06-20 13:24:11,293] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: setting start to 0 -[2024-06-20 13:24:11,293] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: ending -[2024-06-20 13:24:11,293] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: starting -[2024-06-20 13:24:11,293] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:11,293] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:11,294] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:11,294] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: found chunk delimiter -[2024-06-20 13:24:11,294] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:11,294] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: appending 16376 bytes -[2024-06-20 13:24:11,294] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: fragment = "d-to-all/></data-model><data-model><name>openconfig-ospfv2</name><revision>2022-02-10</revision><namespace>http://openconfig.net/yang/ospfv2</namespace><prefix>oc-ospfv2</prefix><exported-to-all/></data-model><data-model><name>openconfig-platform</name><revision>2018-01-30</revision><namespace>http://openconfig.net/yang/platform</namespace><prefix>oc-platform</prefix><exported-to-all/></data-model><data-model><name>openconfig-platform-port</name><revision>2021-04-22</revision><namespace>http://openconfig.net/yang/platform/port</namespace><prefix>oc-port</prefix><exported-to-all/></data-model><data-model><name>openconfig-platform-transceiver</name><revision>2021-02-23</revision><namespace>http://openconfig.net/yang/platform/transceiver</namespace><prefix>oc-transceiver</prefix><exported-to-all/></data-model><data-model><name>openconfig-platform-types</name><revision>2021-01-18</revision><namespace>http://openconfig.net/yang/platform-types</namespace><prefix>oc-platform-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-policy-types</name><revision>2022-11-08</revision><namespace>http://openconfig.net/yang/policy-types</namespace><prefix>oc-pol-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-protocols</name><namespace>http://openconfig.net/yang/protocols</namespace><prefix>oc-prt</prefix><exported-to-all/></data-model><data-model><name>openconfig-rib-bgp</name><revision>2022-06-06</revision><namespace>http://openconfig.net/yang/rib/bgp</namespace><prefix>oc-rib-bgp</prefix><exported-to-all/></data-model><data-model><name>openconfig-rib-bgp-types</name><revision>2019-03-14</revision><namespace>http://openconfig.net/yang/rib/bgp-types</namespace><prefix>oc-bgprib-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-routing-policy</name><revision>2022-05-24</revision><namespace>http://openconfig.net/yang/routing-policy</namespace><prefix>oc-rpol</prefix><exported-to-all/></data-model><data-model><name>openconfig-segment-routing-types</name><revision>2020-02-04</revision><namespace>http://openconfig.net/yang/segment-routing-types</namespace><prefix>oc-srt</prefix><exported-to-all/></data-model><data-model><name>openconfig-telemetry</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/telemetry</namespace><prefix>oc-telemetry</prefix><exported-to-all/></data-model><data-model><name>openconfig-telemetry-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/telemetry-types</namespace><prefix>oc-telemetry-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-terminal-device</name><revision>2021-02-23</revision><namespace>http://openconfig.net/yang/terminal-device</namespace><prefix>oc-opt-term</prefix><exported-to-all/></data-model><data-model><name>openconfig-transport-types</name><revision>2021-03-22</revision><namespace>http://openconfig.net/yang/transport-types</namespace><prefix>oc-opt-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-types</name><revision>2019-04-16</revision><namespace>http://openconfig.net/yang/openconfig-types</namespace><prefix>oc-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-yang-types</name><revision>2021-07-14</revision><namespace>http://openconfig.net/yang/types/yang</namespace><prefix>oc-yang</prefix><exported-to-all/></data-model><data-model><name>tailf-aaa</name><revision>2015-06-16</revision><namespace>http://tail-f.com/ns/aaa/1.1</namespace><prefix>aaa</prefix><exported-to-all/></data-model><data-model><name>tailf-acm</name><revision>2013-03-07</revision><namespace>http://tail-f.com/yang/acm</namespace><prefix>tacm</prefix><exported-to-all/></data-model><data-model><name>tailf-common-monitoring</name><revision>2013-06-14</revision><namespace>http://tail-f.com/yang/common-monitoring</namespace><prefix>tfcg</prefix><exported-to-all/></data-model><data-model><name>tailf-confd-monitoring</name><revision>2013-06-14</revision><namespace>http://tail-f.com/yang/confd-monitoring</namespace><prefix>tfcm</prefix><exported-to-all/></data-model><data-model><name>tailf-kicker</name><revision>2017-03-16</revision><namespace>http://tail-f.com/ns/kicker</namespace><prefix>kicker</prefix><exported-to-all/></data-model><data-model><name>tailf-netconf-monitoring</name><revision>2016-11-24</revision><namespace>http://tail-f.com/yang/netconf-monitoring</namespace><prefix>tncm</prefix><exported-to-all/></data-model><data-model><name>tailf-rollback</name><revision>2016-09-15</revision><namespace>http://tail-f.com/ns/rollback</namespace><prefix>rollback</prefix><exported-to>rest</exported-to></data-model><data-model><name>vlan</name><namespace>http://sssup.it/yang/vlan</namespace><prefix>sv</prefix><exported-to-all/></data-model></loaded-data-models><netconf><listen><tcp><ip>0.0.0.0</ip><port>2023</port></tcp><ssh><ip>0.0.0.0</ip><port>2022</port></ssh></listen></netconf><cli><listen><ssh><ip>0.0.0.0</ip><port>2024</port></ssh></listen></cli><internal><callpoints><notification-stream-replay><name>NETCONF</name><replay-support>none</replay-support></notification-stream-replay><notification-stream-replay><name>mellanox</name><replay-support>external</replay-support><daemon><id>0</id><name>notifier</name></daemon></notification-stream-replay></callpoints><cdb><datastore><name>running</name><transaction-id>1717-750545-631285</transaction-id><filename>./confd-cdb/A.cdb</filename><disk-size>13451</disk-size><ram-size>81462</ram-size><read-locks>0</read-locks><write-lock-set>false</write-lock-set><waiting-for-replication-sync>false</waiting-for-replication-sync></datastore><datastore><name>operational</name><filename>./confd-cdb/O.cdb</filename><disk-size>4</disk-size><ram-size>136</ram-size><subscription-lock-set>false</subscription-lock-set></datastore><client><name>notifier</name><info>325/6</info><type>subscriber</type><subscription><datastore>running</datastore><priority>1</priority><id>6</id><path>/terminal-device/logical-channels/channel/config</path></subscription><subscription><datastore>running</datastore><priority>2</priority><id>8</id><path>/telemetry-system/subscriptions/dynamic-subscriptions</path></subscription><subscription><datastore>running</datastore><priority>2</priority><id>7</id><path>/components/component/optical-channel/config</path></subscription><subscription><datastore>running</datastore><priority>3</priority><id>9</id><path>/switched-vlans/vlan/tagged-members/member</path></subscription><subscription><datastore>running</datastore><priority>4</priority><id>10</id><path>/switched-vlans/vlan/untagged-members/member</path></subscription><subscription><datastore>running</datastore><priority>5</priority><id>11</id><path>/interfaces/interface</path></subscription><subscription><datastore>running</datastore><priority>6</priority><id>12</id><path>/bgp-instance/bgp</path></subscription></client><client><name>notifier</name><info>325/5</info><type>inactive</type></client></cdb></internal></confd-state><netconf xmlns="urn:ietf:params:xml:ns:netmod:notification"><streams><stream><name>NETCONF</name><description>default NETCONF event stream</description><replaySupport>false</replaySupport></stream><stream><name>mellanox</name><description>Notifications regarding the transponder</description><replaySupport>true</replaySupport><replayLogCreationTime>2024-06-06T22:51:42.135613+00:00</replayLogCreationTime></stream></streams></netconf><nacm xmlns="urn:ietf:params:xml:ns:yang:ietf-netconf-acm"><enable-nacm>true</enable-nacm><read-default>permit</read-default><write-default>permit</write-default><exec-default>permit</exec-default><enable-external-groups>true</enable-external-groups><denied-operations>0</denied-operations><denied-data-writes>0</denied-data-writes><denied-notifications>0</denied-notifications><groups><group><name>admin</name><user-name>admin</user-name><user-name>private</user-name></group><group><name>oper</name><user-name>oper</user-name><user-name>public</user-name></group><group><name>opt</name><user-name>optical</user-name></group><group><name>pck</name><user-name>packet</user-name></group></groups><rule-list><name>any-group</name><group>*</group><rule><name>get</name><module-name>*</module-name><path>/</path><access-operations>read</access-operations><action>permit</action></rule><rule><name>tailf-aaa-authentication</name><module-name>tailf-aaa</module-name><path>/aaa/authentication/users/user[name='$USER']</path><access-operations>read update</access-operations><action>permit</action></rule><rule><name>tailf-aaa-user</name><module-name>tailf-aaa</module-name><path>/user[name='$USER']</path><access-operations>create read update delete</access-operations><action>permit</action></rule><rule><name>tailf-webui-user</name><module-name>tailf-webui</module-name><path>/webui/data-stores/user-profile[username='$USER']</path><access-operations>create read update delete</access-operations><action>permit</action></rule></rule-list><rule-list><name>packet</name><group>pck</group><rule><name>vlan</name><module-name>vlan</module-name><path>/switched-vlans</path><access-operations>create read update delete</access-operations><action>permit</action></rule><rule><name>terminal-device</name><module-name>*</module-name><path>/terminal-device</path><access-operations>create update delete</access-operations><action>deny</action></rule><rule><name>components</name><module-name>*</module-name><path>/components</path><access-operations>create update delete</access-operations><action>deny</action></rule></rule-list><rule-list><name>optical</name><group>opt</group><rule><name>terminal-device</name><module-name>*</module-name><path>/terminal-device</path><access-operations>create read update delete</access-operations><action>permit</action></rule><rule><name>components</name><module-name>*</module-name><path>/components</path><access-operations>create read update delete</access-operations><action>permit</action></rule><rule><name>vlan</name><module-name>vlan</module-name><path>/switched-vlans</path><access-operations>create update delete</access-operations><action>deny</action></rule></rule-list><rule-list><name>admin</name><group>admin</group><rule><name>any-access</name><action>permit</action></rule></rule-list></nacm><netconf-state xmlns="urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring"><capabilities><capability>urn:ietf:params:netconf:base:1.0</capability><capability>urn:ietf:params:netconf:base:1.1</capability><capability>urn:ietf:params:netconf:capability:writable-running:1.0</capability><capability>urn:ietf:params:netconf:capability:xpath:1.0</capability><capability>urn:ietf:params:netconf:capability:validate:1.0</capability><capability>urn:ietf:params:netconf:capability:validate:1.1</capability><capability>urn:ietf:params:netconf:capability:rollback-on-error:1.0</capability><capability>urn:ietf:params:netconf:capability:notification:1.0</capability><capability>urn:ietf:params:netconf:capability:with-defaults:1.0?basic-mode=explicit&also-supported=report-all-tagged</capability><capability>urn:ietf:params:netconf:capability:yang-library:1.0?revision=2016-06-21&module-set-id=f1285a0c7bf3c6c159ca5c87b160ec60</capability><capability>http://tail-f.com/ns/netconf/extensions</capability><capability>http://openconfig.net/yang/alarms/types?module=openconfig-alarm-types&revision=2018-01-16</capability><capability>http://openconfig.net/yang/bfd?module=openconfig-bfd&revision=2022-06-28</capability><capability>http://openconfig.net/yang/bgp?module=openconfig-bgp&revision=2022-05-21</capability><capability>http://openconfig.net/yang/bgp-types?module=openconfig-bgp-types&revision=2021-08-06</capability><capability>http://openconfig.net/yang/evpn-types?module=openconfig-evpn-types&revision=2021-06-21</capability><capability>http://openconfig.net/yang/interfaces?module=openconfig-interfaces&revision=2021-04-06</capability><capability>http://openconfig.net/yang/interfaces/ethernet?module=openconfig-if-ethernet&revision=2022-04-20</capability><capability>http://openconfig.net/yang/interfaces/ip?module=openconfig-if-ip&revision=2019-01-08</capability><capability>http://openconfig.net/yang/lldp?module=openconfig-lldp&revision=2018-11-21</capability><capability>http://openconfig.net/yang/lldp/types?module=openconfig-lldp-types&revision=2018-11-21</capability><capability>http://openconfig.net/yang/mpls-types?module=openconfig-mpls-types&revision=2021-12-01</capability><capability>http://openconfig.net/yang/network-instance-types?module=openconfig-network-instance-types&revision=2021-07-14</capability><capability>http://openconfig.net/yang/openconfig-types?module=openconfig-types&revision=2019-04-16</capability><capability>http://openconfig.net/yang/ospf-types?module=openconfig-ospf-types&revision=2018-11-21</capability><capability>http://openconfig.net/yang/ospfv2?module=openconfig-ospfv2&revision=2022-02-10</capability><capability>http://openconfig.net/yang/platform?module=openconfig-platform&revision=2018-01-30</capability><capability>http://openconfig.net/yang/platform-types?module=openconfig-platform-types&revision=2021-01-18</capability><capability>http://openconfig.net/yang/platform/port?module=openconfig-platform-port&revision=2021-04-22</capability><capability>http://openconfig.net/yang/platform/transceiver?module=openconfig-platform-transceiver&revision=2021-02-23</capability><capability>http://openconfig.net/yang/policy-types?module=openconfig-policy-types&revision=2022-11-08</capability><capability>http://openconfig.net/yang/protocols?module=openconfig-protocols</capability><capability>http://openconfig.net/yang/rib/bgp?module=openconfig-rib-bgp&revision=2022-06-06</capability><capability>http://openconfig.net/yang/rib/bgp-types?module=openconfig-rib-bgp-types&revision=2019-03-14</capability><capability>http://openconfig.net/yang/routing-policy?module=openconfig-routing-policy&revision=2022-05-24</capability><capability>http://openconfig.net/yang/segment-routing-types?module=openconfig-segment-routing-types&revision=2020-02-04</capability><capability>http://openconfig.net/yang/telemetry?module=openconfig-telemetry&revision=2018-11-21</capability><capability>http://openconfig.net/yang/telemetry-types?module=openconfig-telemetry-types&revision=2018-11-21</capability><capability>http://openconfig.net/yang/terminal-device?module=openconfig-terminal-device&revision=2021-02-23</capability><capability>http://openconfig.net/yang/transport-types?module=openconfig-transport-types&revision=2021-03-22</capability><capability>http://openconfig.net/yang/types/inet?module=openconfig-inet-types&revision=2021-08-17</capability><capability>http://openconfig.net/yang/types/yang?module=openconfig-yang-types&revision=2021-07-14</capability><capability>http://sssup.it/yang/vlan?module=vlan</capability><capability>http://tail-f.com/ns/aaa/1.1?module=tailf-aaa&revision=2015-06-16</capability><capability>http://tail-f.com/ns/kicker?module=tailf-kicker&revision=2017-03-16</capability><capability>http://tail-f.com/yang/acm?module=tailf-acm&revision=2013-03-07</capability><capability>http://tail-f.com/yang/common-monitoring?module=tailf-common-monitoring&revision=2013-06-14</capability><capability>http://tail-f.com/yang/confd-monitoring?module=tailf-confd-monitoring&revision=2013-06-14</capability><capability>http://tail-f.com/yang/netconf-monitoring?module=tailf-netconf-monitoring&revision=2016-11-24</capability><capability>urn:ietf:params:xml:ns:yang:iana-crypt-hash?module=iana-crypt-hash&revision=2014-08-06&features=crypt-hash-sha-512,crypt-hash-sha-256,crypt-hash-md5</capability><capability>urn:ietf:params:xml:ns:yang:ietf-inet-types?module=ietf-inet-types&revision=2013-07-15</capability><capability>urn:ietf:params:xml:ns:yang:ietf-interfaces?module=ietf-interfaces&revision=2014-05-08&features=pre-provisioning,if-mib,arbitrary-names</capability><capability>urn:ietf:params:xml:ns:yang:ietf-netconf-acm?module=ietf-netconf-acm&revision=2012-02-22</capability><capability>urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring?module=ietf-netconf-monitoring&revision=2010-10-04</capability><capability>urn:ietf:params:xml:ns:yang:ietf-" -[2024-06-20 13:24:11,295] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:11,295] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: ending -[2024-06-20 13:24:11,311] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: starting -[2024-06-20 13:24:11,311] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:11,312] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:11,312] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:11,312] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: found chunk delimiter -[2024-06-20 13:24:11,312] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:11,312] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: not enough data for chunk yet -[2024-06-20 13:24:11,313] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: setting start to 0 -[2024-06-20 13:24:11,313] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: ending -[2024-06-20 13:24:11,313] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: starting -[2024-06-20 13:24:11,314] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:11,314] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:11,314] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:11,314] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: found chunk delimiter -[2024-06-20 13:24:11,314] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:11,314] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: not enough data for chunk yet -[2024-06-20 13:24:11,315] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: setting start to 0 -[2024-06-20 13:24:11,315] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: ending -[2024-06-20 13:24:11,315] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: starting -[2024-06-20 13:24:11,315] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:11,315] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:11,316] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:11,316] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: found chunk delimiter -[2024-06-20 13:24:11,317] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:11,318] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: not enough data for chunk yet -[2024-06-20 13:24:11,318] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: setting start to 0 -[2024-06-20 13:24:11,318] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: ending -[2024-06-20 13:24:11,318] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: starting -[2024-06-20 13:24:11,318] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:11,318] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:11,318] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:11,318] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: found chunk delimiter -[2024-06-20 13:24:11,319] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:11,319] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: appending 16376 bytes -[2024-06-20 13:24:11,319] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: fragment = "netconf-notifications?module=ietf-netconf-notifications&revision=2012-02-06</capability><capability>urn:ietf:params:xml:ns:yang:ietf-yang-library?module=ietf-yang-library&revision=2016-06-21</capability><capability>urn:ietf:params:xml:ns:yang:ietf-yang-types?module=ietf-yang-types&revision=2013-07-15</capability><capability>urn:ietf:params:xml:ns:netconf:base:1.0?module=ietf-netconf&revision=2011-06-01</capability><capability>urn:ietf:params:xml:ns:yang:ietf-netconf-with-defaults?module=ietf-netconf-with-defaults&revision=2011-06-01</capability></capabilities><datastores><datastore><name>running</name><transaction-id xmlns="http://tail-f.com/yang/netconf-monitoring">1717-750545-631285</transaction-id></datastore></datastores><schemas><schema><identifier>iana-crypt-hash</identifier><version>2014-08-06</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:iana-crypt-hash</namespace><location>NETCONF</location></schema><schema><identifier>ietf-inet-types</identifier><version>2013-07-15</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-inet-types</namespace><location>NETCONF</location></schema><schema><identifier>ietf-interfaces</identifier><version>2014-05-08</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-interfaces</namespace><location>NETCONF</location></schema><schema><identifier>ietf-netconf</identifier><version>2011-06-01</version><format>yang</format><namespace>urn:ietf:params:xml:ns:netconf:base:1.0</namespace><location>NETCONF</location></schema><schema><identifier>ietf-netconf-acm</identifier><version>2012-02-22</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-acm</namespace><location>NETCONF</location></schema><schema><identifier>ietf-netconf-monitoring</identifier><version>2010-10-04</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring</namespace><location>NETCONF</location></schema><schema><identifier>ietf-netconf-notifications</identifier><version>2012-02-06</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-notifications</namespace><location>NETCONF</location></schema><schema><identifier>ietf-netconf-with-defaults</identifier><version>2011-06-01</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-with-defaults</namespace><location>NETCONF</location></schema><schema><identifier>ietf-yang-library</identifier><version>2016-06-21</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-library</namespace><location>NETCONF</location></schema><schema><identifier>ietf-yang-types</identifier><version>2013-07-15</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-alarm-types</identifier><version>2018-01-16</version><format>yang</format><namespace>http://openconfig.net/yang/alarms/types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bfd</identifier><version>2022-06-28</version><format>yang</format><namespace>http://openconfig.net/yang/bfd</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bgp</identifier><version>2022-05-21</version><format>yang</format><namespace>http://openconfig.net/yang/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bgp-common</identifier><version>2022-05-21</version><format>yang</format><namespace>http://openconfig.net/yang/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bgp-common-multiprotocol</identifier><version>2022-05-21</version><format>yang</format><namespace>http://openconfig.net/yang/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bgp-common-structure</identifier><version>2022-05-21</version><format>yang</format><namespace>http://openconfig.net/yang/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bgp-errors</identifier><version>2021-08-06</version><format>yang</format><namespace>http://openconfig.net/yang/bgp-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bgp-global</identifier><version>2022-05-21</version><format>yang</format><namespace>http://openconfig.net/yang/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bgp-neighbor</identifier><version>2022-05-21</version><format>yang</format><namespace>http://openconfig.net/yang/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bgp-peer-group</identifier><version>2022-05-21</version><format>yang</format><namespace>http://openconfig.net/yang/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bgp-types</identifier><version>2021-08-06</version><format>yang</format><namespace>http://openconfig.net/yang/bgp-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-evpn-types</identifier><version>2021-06-21</version><format>yang</format><namespace>http://openconfig.net/yang/evpn-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-if-ethernet</identifier><version>2022-04-20</version><format>yang</format><namespace>http://openconfig.net/yang/interfaces/ethernet</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-if-ip</identifier><version>2019-01-08</version><format>yang</format><namespace>http://openconfig.net/yang/interfaces/ip</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-inet-types</identifier><version>2021-08-17</version><format>yang</format><namespace>http://openconfig.net/yang/types/inet</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-interfaces</identifier><version>2021-04-06</version><format>yang</format><namespace>http://openconfig.net/yang/interfaces</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-lldp</identifier><version>2018-11-21</version><format>yang</format><namespace>http://openconfig.net/yang/lldp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-lldp-types</identifier><version>2018-11-21</version><format>yang</format><namespace>http://openconfig.net/yang/lldp/types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-mpls-types</identifier><version>2021-12-01</version><format>yang</format><namespace>http://openconfig.net/yang/mpls-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-network-instance-types</identifier><version>2021-07-14</version><format>yang</format><namespace>http://openconfig.net/yang/network-instance-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-ospf-types</identifier><version>2018-11-21</version><format>yang</format><namespace>http://openconfig.net/yang/ospf-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-ospfv2</identifier><version>2022-02-10</version><format>yang</format><namespace>http://openconfig.net/yang/ospfv2</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-ospfv2-area</identifier><version>2022-02-10</version><format>yang</format><namespace>http://openconfig.net/yang/ospfv2</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-ospfv2-area-interface</identifier><version>2022-02-10</version><format>yang</format><namespace>http://openconfig.net/yang/ospfv2</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-ospfv2-common</identifier><version>2022-02-10</version><format>yang</format><namespace>http://openconfig.net/yang/ospfv2</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-ospfv2-global</identifier><version>2022-02-10</version><format>yang</format><namespace>http://openconfig.net/yang/ospfv2</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-ospfv2-lsdb</identifier><version>2022-02-10</version><format>yang</format><namespace>http://openconfig.net/yang/ospfv2</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-platform</identifier><version>2018-01-30</version><format>yang</format><namespace>http://openconfig.net/yang/platform</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-platform-port</identifier><version>2021-04-22</version><format>yang</format><namespace>http://openconfig.net/yang/platform/port</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-platform-transceiver</identifier><version>2021-02-23</version><format>yang</format><namespace>http://openconfig.net/yang/platform/transceiver</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-platform-types</identifier><version>2021-01-18</version><format>yang</format><namespace>http://openconfig.net/yang/platform-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-policy-types</identifier><version>2022-11-08</version><format>yang</format><namespace>http://openconfig.net/yang/policy-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-protocols</identifier><version></version><format>yang</format><namespace>http://openconfig.net/yang/protocols</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-rib-bgp</identifier><version>2022-06-06</version><format>yang</format><namespace>http://openconfig.net/yang/rib/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-rib-bgp-attributes</identifier><version>2022-06-06</version><format>yang</format><namespace>http://openconfig.net/yang/rib/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-rib-bgp-shared-attributes</identifier><version>2022-06-06</version><format>yang</format><namespace>http://openconfig.net/yang/rib/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-rib-bgp-table-attributes</identifier><version>2022-06-06</version><format>yang</format><namespace>http://openconfig.net/yang/rib/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-rib-bgp-tables</identifier><version>2022-06-06</version><format>yang</format><namespace>http://openconfig.net/yang/rib/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-rib-bgp-types</identifier><version>2019-03-14</version><format>yang</format><namespace>http://openconfig.net/yang/rib/bgp-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-routing-policy</identifier><version>2022-05-24</version><format>yang</format><namespace>http://openconfig.net/yang/routing-policy</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-segment-routing-types</identifier><version>2020-02-04</version><format>yang</format><namespace>http://openconfig.net/yang/segment-routing-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-telemetry</identifier><version>2018-11-21</version><format>yang</format><namespace>http://openconfig.net/yang/telemetry</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-telemetry-types</identifier><version>2018-11-21</version><format>yang</format><namespace>http://openconfig.net/yang/telemetry-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-terminal-device</identifier><version>2021-02-23</version><format>yang</format><namespace>http://openconfig.net/yang/terminal-device</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-transport-types</identifier><version>2021-03-22</version><format>yang</format><namespace>http://openconfig.net/yang/transport-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-types</identifier><version>2019-04-16</version><format>yang</format><namespace>http://openconfig.net/yang/openconfig-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-yang-types</identifier><version>2021-07-14</version><format>yang</format><namespace>http://openconfig.net/yang/types/yang</namespace><location>NETCONF</location></schema><schema><identifier>tailf-aaa</identifier><version>2015-06-16</version><format>yang</format><namespace>http://tail-f.com/ns/aaa/1.1</namespace><location>NETCONF</location></schema><schema><identifier>tailf-acm</identifier><version>2013-03-07</version><format>yang</format><namespace>http://tail-f.com/yang/acm</namespace><location>NETCONF</location></schema><schema><identifier>tailf-common-monitoring</identifier><version>2013-06-14</version><format>yang</format><namespace>http://tail-f.com/yang/common-monitoring</namespace><location>NETCONF</location></schema><schema><identifier>tailf-confd-monitoring</identifier><version>2013-06-14</version><format>yang</format><namespace>http://tail-f.com/yang/confd-monitoring</namespace><location>NETCONF</location></schema><schema><identifier>tailf-kicker</identifier><version>2017-03-16</version><format>yang</format><namespace>http://tail-f.com/ns/kicker</namespace><location>NETCONF</location></schema><schema><identifier>tailf-netconf-monitoring</identifier><version>2016-11-24</version><format>yang</format><namespace>http://tail-f.com/yang/netconf-monitoring</namespace><location>NETCONF</location></schema><schema><identifier>vlan</identifier><version></version><format>yang</format><namespace>http://sssup.it/yang/vlan</namespace><location>NETCONF</location></schema></schemas><sessions><session><session-id>29</session-id><transport>netconf-ssh</transport><username>admin</username><source-host>10.30.2.206</source-host><login-time>2024-06-06T23:11:47+00:00</login-time><in-rpcs>2</in-rpcs><in-bad-rpcs>0</in-bad-rpcs><out-rpc-errors>0</out-rpc-errors><out-notifications>0</out-notifications></session><session><session-id>30</session-id><transport>netconf-ssh</transport><username>admin</username><source-host>10.30.2.206</source-host><login-time>2024-06-06T23:11:57+00:00</login-time><in-rpcs>4</in-rpcs><in-bad-rpcs>0</in-bad-rpcs><out-rpc-errors>0</out-rpc-errors><out-notifications>0</out-notifications></session><session><session-id>31</session-id><transport>netconf-ssh</transport><username>admin</username><source-host>10.30.2.206</source-host><login-time>2024-06-06T23:12:08+00:00</login-time><in-rpcs>2</in-rpcs><in-bad-rpcs>0</in-bad-rpcs><out-rpc-errors>0</out-rpc-errors><out-notifications>0</out-notifications></session><session><session-id>32</session-id><transport>netconf-ssh</transport><username>admin</username><source-host>10.30.2.208</source-host><login-time>2024-06-20T13:24:11+00:00</login-time><in-rpcs>1</in-rpcs><in-bad-rpcs>0</in-bad-rpcs><out-rpc-errors>0</out-rpc-errors><out-notifications>0</out-notifications></session></sessions><statistics><netconf-start-time>2024-06-06T22:51:41+00:00</netconf-start-time><in-bad-hellos>0</in-bad-hellos><in-sessions>4</in-sessions><dropped-sessions>0</dropped-sessions><in-rpcs>9</in-rpcs><in-bad-rpcs>0</in-bad-rpcs><out-rpc-errors>0</out-rpc-errors><out-notifications>0</out-notifications></statistics><streams xmlns="http://tail-f.com/yang/netconf-monitoring"><stream><name>NETCONF</name><description>default NETCONF event stream</description><replay-support>false</replay-support></stream><stream><name>mellanox</name><description>Notifications regarding the transponder</description><replay-support>true</replay-support><replay-log-creation-time>2024-06-06T22:51:42.135613+00:00</replay-log-creation-time></stream></streams></netconf-state><modules-state xmlns="urn:ietf:params:xml:ns:yang:ietf-yang-library"><module-set-id>f1285a0c7bf3c6c159ca5c87b160ec60</module-set-id><module><name>iana-crypt-hash</name><revision>2014-08-06</revision><namespace>urn:ietf:params:xml:ns:yang:iana-crypt-hash</namespace><feature>crypt-hash-sha-512</feature><feature>crypt-hash-sha-256</feature><feature>crypt-hash-md5</feature><conformance-type>import</conformance-type></module><module><name>ietf-inet-types</name><revision>2013-07-15</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-inet-types</namespace><conformance-type>import</conformance-type></module><module><name>ietf-interfaces</name><re" -[2024-06-20 13:24:11,319] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:11,319] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: ending -[2024-06-20 13:24:11,320] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: starting -[2024-06-20 13:24:11,320] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:11,321] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:11,321] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:11,321] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: found chunk delimiter -[2024-06-20 13:24:11,321] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: chunk size 10214 bytes -[2024-06-20 13:24:11,321] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: not enough data for chunk yet -[2024-06-20 13:24:11,321] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: setting start to 0 -[2024-06-20 13:24:11,321] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: ending -[2024-06-20 13:24:11,321] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: starting -[2024-06-20 13:24:11,321] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:11,322] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:11,322] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:11,322] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: found chunk delimiter -[2024-06-20 13:24:11,322] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: chunk size 10214 bytes -[2024-06-20 13:24:11,322] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: not enough data for chunk yet -[2024-06-20 13:24:11,322] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: setting start to 0 -[2024-06-20 13:24:11,323] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: ending -[2024-06-20 13:24:11,323] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: starting -[2024-06-20 13:24:11,323] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: working with buffer of 10226 bytes -[2024-06-20 13:24:11,323] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:11,323] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:11,323] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: found chunk delimiter -[2024-06-20 13:24:11,323] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: chunk size 10214 bytes -[2024-06-20 13:24:11,323] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: appending 10214 bytes -[2024-06-20 13:24:11,323] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: fragment = "vision>2014-05-08</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-interfaces</namespace><feature>pre-provisioning</feature><feature>if-mib</feature><feature>arbitrary-names</feature><conformance-type>implement</conformance-type></module><module><name>ietf-netconf</name><revision>2011-06-01</revision><namespace>urn:ietf:params:xml:ns:netconf:base:1.0</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-netconf-acm</name><revision>2012-02-22</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-acm</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-netconf-monitoring</name><revision>2010-10-04</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-netconf-notifications</name><revision>2012-02-06</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-notifications</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-netconf-with-defaults</name><revision>2011-06-01</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-with-defaults</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-yang-library</name><revision>2016-06-21</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-library</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-yang-types</name><revision>2013-07-15</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-alarm-types</name><revision>2018-01-16</revision><namespace>http://openconfig.net/yang/alarms/types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-bfd</name><revision>2022-06-28</revision><namespace>http://openconfig.net/yang/bfd</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-bgp</name><revision>2022-05-21</revision><namespace>http://openconfig.net/yang/bgp</namespace><conformance-type>implement</conformance-type><submodule><name>openconfig-bgp-common</name><revision>2022-05-21</revision></submodule><submodule><name>openconfig-bgp-common-structure</name><revision>2022-05-21</revision></submodule><submodule><name>openconfig-bgp-global</name><revision>2022-05-21</revision></submodule><submodule><name>openconfig-bgp-neighbor</name><revision>2022-05-21</revision></submodule><submodule><name>openconfig-bgp-peer-group</name><revision>2022-05-21</revision></submodule><submodule><name>openconfig-bgp-common-multiprotocol</name><revision>2022-05-21</revision></submodule></module><module><name>openconfig-bgp-types</name><revision>2021-08-06</revision><namespace>http://openconfig.net/yang/bgp-types</namespace><conformance-type>import</conformance-type><submodule><name>openconfig-bgp-errors</name><revision>2021-08-06</revision></submodule></module><module><name>openconfig-evpn-types</name><revision>2021-06-21</revision><namespace>http://openconfig.net/yang/evpn-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-if-ethernet</name><revision>2022-04-20</revision><namespace>http://openconfig.net/yang/interfaces/ethernet</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-if-ip</name><revision>2019-01-08</revision><namespace>http://openconfig.net/yang/interfaces/ip</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-inet-types</name><revision>2021-08-17</revision><namespace>http://openconfig.net/yang/types/inet</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-interfaces</name><revision>2021-04-06</revision><namespace>http://openconfig.net/yang/interfaces</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-lldp</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/lldp</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-lldp-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/lldp/types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-mpls-types</name><revision>2021-12-01</revision><namespace>http://openconfig.net/yang/mpls-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-ospf-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/ospf-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-ospfv2</name><revision>2022-02-10</revision><namespace>http://openconfig.net/yang/ospfv2</namespace><conformance-type>import</conformance-type><submodule><name>openconfig-ospfv2-area</name><revision>2022-02-10</revision></submodule><submodule><name>openconfig-ospfv2-common</name><revision>2022-02-10</revision></submodule><submodule><name>openconfig-ospfv2-global</name><revision>2022-02-10</revision></submodule><submodule><name>openconfig-ospfv2-lsdb</name><revision>2022-02-10</revision></submodule><submodule><name>openconfig-ospfv2-area-interface</name><revision>2022-02-10</revision></submodule></module><module><name>openconfig-platform</name><revision>2018-01-30</revision><namespace>http://openconfig.net/yang/platform</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-platform-port</name><revision>2021-04-22</revision><namespace>http://openconfig.net/yang/platform/port</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-platform-transceiver</name><revision>2021-02-23</revision><namespace>http://openconfig.net/yang/platform/transceiver</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-platform-types</name><revision>2021-01-18</revision><namespace>http://openconfig.net/yang/platform-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-policy-types</name><revision>2022-11-08</revision><namespace>http://openconfig.net/yang/policy-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-protocols</name><revision></revision><namespace>http://openconfig.net/yang/protocols</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-rib-bgp</name><revision>2022-06-06</revision><namespace>http://openconfig.net/yang/rib/bgp</namespace><conformance-type>import</conformance-type><submodule><name>openconfig-rib-bgp-attributes</name><revision>2022-06-06</revision></submodule><submodule><name>openconfig-rib-bgp-tables</name><revision>2022-06-06</revision></submodule><submodule><name>openconfig-rib-bgp-table-attributes</name><revision>2022-06-06</revision></submodule><submodule><name>openconfig-rib-bgp-shared-attributes</name><revision>2022-06-06</revision></submodule></module><module><name>openconfig-rib-bgp-types</name><revision>2019-03-14</revision><namespace>http://openconfig.net/yang/rib/bgp-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-routing-policy</name><revision>2022-05-24</revision><namespace>http://openconfig.net/yang/routing-policy</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-telemetry</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/telemetry</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-telemetry-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/telemetry-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-terminal-device</name><revision>2021-02-23</revision><namespace>http://openconfig.net/yang/terminal-device</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-transport-types</name><revision>2021-03-22</revision><namespace>http://openconfig.net/yang/transport-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-types</name><revision>2019-04-16</revision><namespace>http://openconfig.net/yang/openconfig-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-yang-types</name><revision>2021-07-14</revision><namespace>http://openconfig.net/yang/types/yang</namespace><conformance-type>import</conformance-type></module><module><name>tailf-aaa</name><revision>2015-06-16</revision><namespace>http://tail-f.com/ns/aaa/1.1</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-acm</name><revision>2013-03-07</revision><namespace>http://tail-f.com/yang/acm</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-common-monitoring</name><revision>2013-06-14</revision><namespace>http://tail-f.com/yang/common-monitoring</namespace><conformance-type>import</conformance-type></module><module><name>tailf-confd-monitoring</name><revision>2013-06-14</revision><namespace>http://tail-f.com/yang/confd-monitoring</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-kicker</name><revision>2017-03-16</revision><namespace>http://tail-f.com/ns/kicker</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-netconf-monitoring</name><revision>2016-11-24</revision><namespace>http://tail-f.com/yang/netconf-monitoring</namespace><conformance-type>implement</conformance-type></module><module><name>vlan</name><revision></revision><namespace>http://sssup.it/yang/vlan</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-segment-routing-types</name><revision>2020-02-04</revision><namespace>http://openconfig.net/yang/segment-routing-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-network-instance-types</name><revision>2021-07-14</revision><namespace>http://openconfig.net/yang/network-instance-types</namespace><conformance-type>import</conformance-type></module></modules-state></data></rpc-reply>" -[2024-06-20 13:24:11,323] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: matching from 10222 bytes from start of buffer -[2024-06-20 13:24:11,324] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: regular expression start=0, end=4 -[2024-06-20 13:24:11,324] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: found end of message delimiter -[2024-06-20 13:24:11,325] DEBUG:ncclient.operations.rpc:[host 172.17.254.42 session-id 32] Delivering to <ncclient.operations.retrieve.Get object at 0x7fa7486b8c40> -[2024-06-20 13:24:11,326] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: saving back rest of message after 10226 bytes, original size 10226 -[2024-06-20 13:24:11,326] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: ending -[2024-06-20 13:24:11,332] INFO:root:resource_key frequency and channgel_name {'index': 'channel-1'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:24:11,334] INFO:root:dic {'frequency': '192056250'} -[2024-06-20 13:24:11,334] INFO:root:resource_key target-output-power and channgel_name {'index': 'channel-1'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:24:11,335] INFO:root:dic {'frequency': '192056250', 'target-output-power': '1.0'} -[2024-06-20 13:24:11,335] INFO:root:resource_key operational-mode and channgel_name {'index': 'channel-1'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:24:11,337] INFO:root:dic {'frequency': '192056250', 'target-output-power': '1.0', 'operational-mode': '8'} -[2024-06-20 13:24:11,337] INFO:root:resource_key line-port and channgel_name {'index': 'channel-1'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:24:11,338] INFO:root:dic {'frequency': '192056250', 'target-output-power': '1.0', 'operational-mode': '8', 'line-port': 'transceiver-1'} -[2024-06-20 13:24:11,338] INFO:root:resource_key frequency and channgel_name {'index': 'channel-2'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:24:11,340] INFO:root:dic {'frequency': '191600000'} -[2024-06-20 13:24:11,340] INFO:root:resource_key target-output-power and channgel_name {'index': 'channel-2'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:24:11,341] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0'} -[2024-06-20 13:24:11,341] INFO:root:resource_key operational-mode and channgel_name {'index': 'channel-2'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:24:11,343] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0'} -[2024-06-20 13:24:11,343] INFO:root:resource_key line-port and channgel_name {'index': 'channel-2'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:24:11,344] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-2'} -[2024-06-20 13:24:11,344] INFO:root:resource_key frequency and channgel_name {'index': 'channel-3'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:24:11,346] INFO:root:dic {'frequency': '191600000'} -[2024-06-20 13:24:11,346] INFO:root:resource_key target-output-power and channgel_name {'index': 'channel-3'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:24:11,347] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0'} -[2024-06-20 13:24:11,347] INFO:root:resource_key operational-mode and channgel_name {'index': 'channel-3'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:24:11,349] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0'} -[2024-06-20 13:24:11,349] INFO:root:resource_key line-port and channgel_name {'index': 'channel-3'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:24:11,350] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-3'} -[2024-06-20 13:24:11,350] INFO:root:resource_key frequency and channgel_name {'index': 'channel-4'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:24:11,352] INFO:root:dic {'frequency': '191600000'} -[2024-06-20 13:24:11,352] INFO:root:resource_key target-output-power and channgel_name {'index': 'channel-4'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:24:11,353] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0'} -[2024-06-20 13:24:11,353] INFO:root:resource_key operational-mode and channgel_name {'index': 'channel-4'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:24:11,355] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0'} -[2024-06-20 13:24:11,355] INFO:root:resource_key line-port and channgel_name {'index': 'channel-4'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:24:11,356] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-4'} -[2024-06-20 13:24:11,358] INFO:root:parameters {'channels': [{'frequency': '192056250', 'target-output-power': '1.0', 'operational-mode': '8', 'line-port': 'transceiver-1', 'name': {'index': 'channel-1'}}, {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-2', 'name': {'index': 'channel-2'}}, {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-3', 'name': {'index': 'channel-3'}}, {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-4', 'name': {'index': 'channel-4'}}], 'transceivers': {'transceiver': ['transceiver-1', 'transceiver-2', 'transceiver-3', 'transceiver-4']}, 'channel_namespace': 'http://openconfig.net/yang/terminal-device', 'endpoints': [{'endpoint_uuid': {'uuid': {'index': 'channel-1'}}}, {'endpoint_uuid': {'uuid': {'index': 'channel-2'}}}, {'endpoint_uuid': {'uuid': {'index': 'channel-3'}}}, {'endpoint_uuid': {'uuid': {'index': 'channel-4'}}}], 'ports': [('/endpoints/endpoint[1]', {'uuid': '1', 'type': 'port-1'}), ('/endpoints/endpoint[2]', {'uuid': '2', 'type': 'port-2'}), ('/endpoints/endpoint[3]', {'uuid': '3', 'type': 'port-3'}), ('/endpoints/endpoint[4]', {'uuid': '4', 'type': 'port-4'})]} -[2024-06-20 13:24:11,358] DEBUG:context.client.ContextClient:SetOpticalConfig request: {"config": "{\"channels\": [{\"frequency\": \"192056250\", \"target-output-power\": \"1.0\", \"operational-mode\": \"8\", \"line-port\": \"transceiver-1\", \"name\": {\"index\": \"channel-1\"}}, {\"frequency\": \"191600000\", \"target-output-power\": \"100.0\", \"operational-mode\": \"0\", \"line-port\": \"transceiver-2\", \"name\": {\"index\": \"channel-2\"}}, {\"frequency\": \"191600000\", \"target-output-power\": \"100.0\", \"operational-mode\": \"0\", \"line-port\": \"transceiver-3\", \"name\": {\"index\": \"channel-3\"}}, {\"frequency\": \"191600000\", \"target-output-power\": \"100.0\", \"operational-mode\": \"0\", \"line-port\": \"transceiver-4\", \"name\": {\"index\": \"channel-4\"}}], \"transceivers\": {\"transceiver\": [\"transceiver-1\", \"transceiver-2\", \"transceiver-3\", \"transceiver-4\"]}, \"channel_namespace\": \"http://openconfig.net/yang/terminal-device\", \"endpoints\": [{\"endpoint_uuid\": {\"uuid\": {\"index\": \"channel-1\"}}}, {\"endpoint_uuid\": {\"uuid\": {\"index\": \"channel-2\"}}}, {\"endpoint_uuid\": {\"uuid\": {\"index\": \"channel-3\"}}}, {\"endpoint_uuid\": {\"uuid\": {\"index\": \"channel-4\"}}}], \"ports\": [[\"/endpoints/endpoint[1]\", {\"uuid\": \"1\", \"type\": \"port-1\"}], [\"/endpoints/endpoint[2]\", {\"uuid\": \"2\", \"type\": \"port-2\"}], [\"/endpoints/endpoint[3]\", {\"uuid\": \"3\", \"type\": \"port-3\"}], [\"/endpoints/endpoint[4]\", {\"uuid\": \"4\", \"type\": \"port-4\"}]]}", "device_id": {"device_uuid": {"uuid": "87d74166-65e3-595e-b643-122b4fd0303f"}}} -[2024-06-20 13:24:11,385] DEBUG:context.client.ContextClient:SetOpticalConfig result: {"opticalconfig_uuid": ""} -[2024-06-20 13:24:11,385] DEBUG:device.service.Tools:results_getconfig = [('/endpoints/endpoint[1]', {'uuid': '1', 'type': 'port-1'}), ('/endpoints/endpoint[2]', {'uuid': '2', 'type': 'port-2'}), ('/endpoints/endpoint[3]', {'uuid': '3', 'type': 'port-3'}), ('/endpoints/endpoint[4]', {'uuid': '4', 'type': 'port-4'})] -[2024-06-20 13:24:11,386] INFO:device.service.Tools:results_getconfig = [('/endpoints/endpoint[1]', {'uuid': '1', 'type': 'port-1'}), ('/endpoints/endpoint[2]', {'uuid': '2', 'type': 'port-2'}), ('/endpoints/endpoint[3]', {'uuid': '3', 'type': 'port-3'}), ('/endpoints/endpoint[4]', {'uuid': '4', 'type': 'port-4'})] -[2024-06-20 13:24:11,386] INFO:ncclient.operations.rpc:[host 172.17.254.42 session-id 32] Requesting 'Get' -[2024-06-20 13:24:11,387] DEBUG:ncclient.operations.rpc:[host 172.17.254.42 session-id 32] Sync request, will wait for timeout=120 -[2024-06-20 13:24:11,458] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: starting -[2024-06-20 13:24:11,458] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:11,459] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:11,459] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:11,459] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: found chunk delimiter -[2024-06-20 13:24:11,459] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:11,460] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: not enough data for chunk yet -[2024-06-20 13:24:11,460] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: setting start to 0 -[2024-06-20 13:24:11,460] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: ending -[2024-06-20 13:24:11,461] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: starting -[2024-06-20 13:24:11,461] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:11,461] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:11,461] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:11,462] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: found chunk delimiter -[2024-06-20 13:24:11,462] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:11,462] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: not enough data for chunk yet -[2024-06-20 13:24:11,462] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: setting start to 0 -[2024-06-20 13:24:11,463] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: ending -[2024-06-20 13:24:11,464] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: starting -[2024-06-20 13:24:11,464] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:11,464] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:11,464] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:11,464] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: found chunk delimiter -[2024-06-20 13:24:11,465] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:11,465] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: not enough data for chunk yet -[2024-06-20 13:24:11,465] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: setting start to 0 -[2024-06-20 13:24:11,465] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: ending -[2024-06-20 13:24:11,466] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: starting -[2024-06-20 13:24:11,466] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:11,466] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:11,466] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:11,467] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: found chunk delimiter -[2024-06-20 13:24:11,467] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:11,467] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: appending 16376 bytes -[2024-06-20 13:24:11,467] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: fragment = "<?xml version="1.0" encoding="UTF-8"?> -<rpc-reply xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="urn:uuid:403fe7b2-972b-436b-bac2-5c898a517b3c" xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0"><data><bgp-instance xmlns="http://openconfig.net/yang/bgp"><bgp><global><route-selection-options><state><always-compare-med>false</always-compare-med><ignore-as-path-length>false</ignore-as-path-length><external-compare-router-id>true</external-compare-router-id><advertise-inactive-routes>false</advertise-inactive-routes><enable-aigp>false</enable-aigp><ignore-next-hop-igp-metric>false</ignore-next-hop-igp-metric></state></route-selection-options></global></bgp></bgp-instance><interfaces xmlns="http://openconfig.net/yang/interfaces"><interface><name>eth0</name><config><name>eth0</name><enabled>true</enabled></config><state><loopback-mode>false</loopback-mode><enabled>true</enabled></state><hold-time><state><up>0</up><down>0</down></state></hold-time><ipv4 xmlns="http://openconfig.net/yang/interfaces/ip"><addresses><address><ip>192.168.1.1</ip><config><ip>192.168.1.1</ip><prefix-length>24</prefix-length></config></address></addresses><proxy-arp><state><mode>DISABLE</mode></state></proxy-arp><unnumbered><state><enabled>false</enabled></state></unnumbered><state><enabled>true</enabled><dhcp-client>false</dhcp-client></state></ipv4><ipv6 xmlns="http://openconfig.net/yang/interfaces/ip"><router-advertisement><state><suppress>false</suppress></state></router-advertisement><unnumbered><state><enabled>false</enabled></state></unnumbered><state><enabled>true</enabled><dup-addr-detect-transmits>1</dup-addr-detect-transmits><dhcp-client>false</dhcp-client></state></ipv6></interface></interfaces><lldp xmlns="http://openconfig.net/yang/lldp"><state><enabled>true</enabled></state></lldp><components xmlns="http://openconfig.net/yang/platform"><component><name>channel-1</name><config><name>channel-1</name></config><state><name>channel-1</name><type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:OPTICAL_CHANNEL</type></state><optical-channel xmlns="http://openconfig.net/yang/terminal-device"><config><frequency>192056250</frequency><target-output-power>1.0</target-output-power><operational-mode>8</operational-mode><line-port>transceiver-1</line-port></config><state><frequency>192056250</frequency><target-output-power>1.0</target-output-power><operational-mode>8</operational-mode><line-port>transceiver-1</line-port><group-id>1</group-id><output-power><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></output-power><input-power><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></input-power><laser-bias-current><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></laser-bias-current><chromatic-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></chromatic-dispersion><polarization-mode-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></polarization-mode-dispersion><second-order-polarization-mode-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></second-order-polarization-mode-dispersion><polarization-dependent-loss><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></polarization-dependent-loss></state></optical-channel></component><component><name>channel-2</name><config><name>channel-2</name></config><state><name>channel-2</name><type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:OPTICAL_CHANNEL</type></state><optical-channel xmlns="http://openconfig.net/yang/terminal-device"><config><frequency>191600000</frequency><target-output-power>100.0</target-output-power><operational-mode>0</operational-mode><line-port>transceiver-2</line-port></config><state><frequency>191600000</frequency><target-output-power>0.0</target-output-power><operational-mode>0</operational-mode><line-port>transceiver-2</line-port><group-id>1</group-id><output-power><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></output-power><input-power><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></input-power><laser-bias-current><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></laser-bias-current><chromatic-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></chromatic-dispersion><polarization-mode-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></polarization-mode-dispersion><second-order-polarization-mode-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></second-order-polarization-mode-dispersion><polarization-dependent-loss><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></polarization-dependent-loss></state></optical-channel></component><component><name>channel-3</name><config><name>channel-3</name></config><state><name>channel-3</name><type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:OPTICAL_CHANNEL</type></state><optical-channel xmlns="http://openconfig.net/yang/terminal-device"><config><frequency>191600000</frequency><target-output-power>100.0</target-output-power><operational-mode>0</operational-mode><line-port>transceiver-3</line-port></config><state><frequency>191600000</frequency><target-output-power>0.0</target-output-power><operational-mode>0</operational-mode><line-port>transceiver-3</line-port><group-id>1</group-id><output-power><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></output-power><input-power><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></input-power><laser-bias-current><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></laser-bias-current><chromatic-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></chromatic-dispersion><polarization-mode-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></polarization-mode-dispersion><second-order-polarization-mode-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></second-order-polarization-mode-dispersion><polarization-dependent-loss><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></polarization-dependent-loss></state></optical-channel></component><component><name>channel-4</name><config><name>channel-4</name></config><state><name>channel-4</name><type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:OPTICAL_CHANNEL</type></state><optical-channel xmlns="http://openconfig.net/yang/terminal-device"><config><frequency>191600000</frequency><target-output-power>100.0</target-output-power><operational-mode>0</operational-mode><line-port>transceiver-4</line-port></config><state><frequency>191600000</frequency><target-output-power>0.0</target-output-power><operational-mode>0</operational-mode><line-port>transceiver-4</line-port><group-id>1</group-id><output-power><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></output-power><input-power><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></input-power><laser-bias-current><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></laser-bias-current><chromatic-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></chromatic-dispersion><polarization-mode-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></polarization-mode-dispersion><second-order-polarization-mode-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></second-order-polarization-mode-dispersion><polarization-dependent-loss><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></polarization-dependent-loss></state></optical-channel></component><component><name>device</name><config><name>device</name></config><state><name>MellanoxSwitch</name><type xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:OPERATING_SYSTEM</type><mfg-name>SSSA-CNIT</mfg-name><hardware-version>1.0.0</hardware-version><firmware-version>1.0.0</firmware-version><software-version>1.0.0</software-version><serial-no>610610</serial-no></state></component><component><name>port-1</name><config><name>port-1</name></config><state><name>port-1</name><type xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:PORT</type></state><properties><property><name>odtn-port-type</name><config><name>odtn-port-type</name><value>line</value></config><state><name>odtn-port-type</name><value>line</value></state></property><property><name>onos-index</name><config><name>onos-index</name><value>1</value></config><state><name>onos-index</name><value>1</value></state></property></properties><subcomponents><subcomponent><name>channel-1</name><config><name>channel-1</name></config><state><name>channel-1</name></state></subcomponent></subcomponents></component><component><name>port-2</name><config><name>port-2</name></config><state><name>port-2</name><type xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:PORT</type></state><properties><property><name>odtn-port-type</name><config><name>odtn-port-type</name><value>line</value></config><state><name>odtn-port-type</name><value>line</value></state></property><property><name>onos-index</name><config><name>onos-index</name><value>2</value></config><state><name>onos-index</name><value>2</value></state></property></properties><subcomponents><subcomponent><name>channel-2</name><config><name>channel-2</name></config><state><name>channel-2</name></state></subcomponent></subcomponents></component><component><name>port-3</name><config><name>port-3</name></config><state><name>port-3</name><type xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:PORT</type></state><properties><property><name>odtn-port-type</name><config><name>odtn-port-type</name><value>line</value></config><state><name>odtn-port-type</name><value>line</value></state></property><property><name>onos-index</name><config><name>onos-index</name><value>3</value></config><state><name>onos-index</name><value>3</value></state></property></properties><subcomponents><subcomponent><name>channel-3</name><config><name>channel-3</name></config><state><name>channel-3</name></state></subcomponent></subcomponents></component><component><name>port-4</name><config><name>port-4</name></config><state><name>port-4</name><type xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:PORT</type></state><properties><property><name>odtn-port-type</name><config><name>odtn-port-type</name><value>line</value></config><state><name>odtn-port-type</name><value>line</value></state></property><property><name>onos-index</name><config><name>onos-index</name><value>4</value></config><state><name>onos-index</name><value>4</value></state></property></properties><subcomponents><subcomponent><name>channel-4</name><config><name>channel-4</name></config><state><name>channel-4</name></state></subcomponent></subcomponents></component><component><name>transceiver-1</name><config><name>transceiver-1</name></config><state><name>transceiver-1</name><type xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:TRANSCEIVER</type></state><transceiver xmlns="http://openconfig.net/yang/platform/transceiver"><config><enabled>true</enabled><form-factor-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:QSFP56_DD_TYPE1</form-factor-preconf><ethernet-pmd-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:ETH_400GBASE_ZR</ethernet-pmd-preconf><fec-mode xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:FEC_AUTO</fec-mode><module-functional-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:TYPE_DIGITAL_COHERENT_OPTIC</module-functional-type></config><state><enabled>true</enabled><form-factor-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:QSFP56_DD_TYPE1</form-factor-preconf><ethernet-pmd-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:ETH_400GBASE_ZR</ethernet-pmd-preconf><fec-mode xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:FEC_AUTO</fec-mode><module-functional-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:TYPE_DIGITAL_COHERENT_OPTIC</module-functional-type><vendor>Cisco</vendor><vendor-part>400zr-QSFP-DD</vendor-part><vendor-rev>01</vendor-rev><serial-no>1567321</serial-no></state><physical-channels><channel><index>1</index><config><index>1</index><associated-optical-channel>channel-1</associated-optical-channel></config></channel></physical-channels></transceiver></component><component><name>transceiver-2</name><config><name>transceiver-2</name></config><state><name>transceiver-2</name><type xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:TRANSCEIVER</type></state><transceiver xmlns="http://openconfig.net/yang/platform/transceiver"><config><enabled>true</enabled><form-factor-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:QSFP56_DD_TYPE1</form-factor-preconf><ethernet-pmd-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:ETH_400GBASE_ZR</ethernet-pmd-preconf><fec-mode xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:FEC_AUTO</fec-mode><module-functional-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:TYPE_DIGITAL_COHERENT_OPTIC</module-functional-type></config><state><enabled>true</enabled><form-factor-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:QSFP56_DD_TYPE1</form-factor-preconf><ethernet-pmd-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:ETH_400GBASE_ZR</ethernet-pmd-preconf><fec-mode xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:FEC_AUTO</fec-mode><module-functional-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:TYPE_DIGITAL_COHERENT_OPTIC</module-functional-type><vendor>Cisco</vendor><vendor-part>400zr-QSFP-DD</vendor-part><vendor-rev>01</vendor-rev><serial-no>1567321</serial-no></state><physical-channels><channel><index>1</index><config><index>1</index><associated-optical-channel>channel-2</associated-optical-channel></config></channel></physical-channels></transceiver></component><component><name>transceiver-3</name><config><name>transceiver-3</name></config><state><name>transceiver-3</name><type xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:TRANSCEIVER</type></state><transceiver xmlns="http://openconfig.net/yang/platform/transceiver"><config><enabled>true</enabled><form-factor-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:QSFP56_DD_TYPE1</form-factor-preconf><ethernet-pmd-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:ETH_400GBASE_ZR</ethernet-pmd-preconf><fec-mode xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:FEC_AUTO</fec-mode><module-functional-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:TYPE_DIGITAL_COHERENT_OPTIC</module-functional-type></config><state><enabled>true</enabled><form-factor-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:QSFP56_DD_TYPE1</form-factor-preconf><ethernet-pmd-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:ETH_400GBASE_ZR</ethernet-pmd-preconf><fec-mode xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:FEC_AUTO</fec-mode><module-functional-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:TYPE_DIGITAL_COHEREN" -[2024-06-20 13:24:11,467] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:11,468] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: ending -[2024-06-20 13:24:11,477] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: starting -[2024-06-20 13:24:11,477] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:11,478] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:11,478] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:11,478] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: found chunk delimiter -[2024-06-20 13:24:11,478] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:11,478] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: not enough data for chunk yet -[2024-06-20 13:24:11,478] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: setting start to 0 -[2024-06-20 13:24:11,479] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: ending -[2024-06-20 13:24:11,479] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: starting -[2024-06-20 13:24:11,479] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:11,479] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:11,479] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:11,479] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: found chunk delimiter -[2024-06-20 13:24:11,480] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:11,480] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: not enough data for chunk yet -[2024-06-20 13:24:11,480] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: setting start to 0 -[2024-06-20 13:24:11,480] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: ending -[2024-06-20 13:24:11,480] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: starting -[2024-06-20 13:24:11,480] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:11,481] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:11,481] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:11,481] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: found chunk delimiter -[2024-06-20 13:24:11,481] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:11,481] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: not enough data for chunk yet -[2024-06-20 13:24:11,481] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: setting start to 0 -[2024-06-20 13:24:11,481] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: ending -[2024-06-20 13:24:11,482] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: starting -[2024-06-20 13:24:11,482] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:11,482] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:11,482] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:11,482] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: found chunk delimiter -[2024-06-20 13:24:11,482] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:11,482] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: appending 16376 bytes -[2024-06-20 13:24:11,482] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: fragment = "T_OPTIC</module-functional-type><vendor>Cisco</vendor><vendor-part>400zr-QSFP-DD</vendor-part><vendor-rev>01</vendor-rev><serial-no>1567321</serial-no></state><physical-channels><channel><index>1</index><config><index>1</index><associated-optical-channel>channel-3</associated-optical-channel></config></channel></physical-channels></transceiver></component><component><name>transceiver-4</name><config><name>transceiver-4</name></config><state><name>transceiver-4</name><type xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:TRANSCEIVER</type></state><transceiver xmlns="http://openconfig.net/yang/platform/transceiver"><config><enabled>true</enabled><form-factor-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:QSFP56_DD_TYPE1</form-factor-preconf><ethernet-pmd-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:ETH_400GBASE_ZR</ethernet-pmd-preconf><fec-mode xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:FEC_AUTO</fec-mode><module-functional-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:TYPE_DIGITAL_COHERENT_OPTIC</module-functional-type></config><state><enabled>true</enabled><form-factor-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:QSFP56_DD_TYPE1</form-factor-preconf><ethernet-pmd-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:ETH_400GBASE_ZR</ethernet-pmd-preconf><fec-mode xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:FEC_AUTO</fec-mode><module-functional-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:TYPE_DIGITAL_COHERENT_OPTIC</module-functional-type><vendor>Cisco</vendor><vendor-part>400zr-QSFP-DD</vendor-part><vendor-rev>01</vendor-rev><serial-no>1567321</serial-no></state><physical-channels><channel><index>1</index><config><index>1</index><associated-optical-channel>channel-4</associated-optical-channel></config></channel></physical-channels></transceiver></component></components><bgp-instance xmlns="http://openconfig.net/yang/protocols"><bgp><global><route-selection-options><state><always-compare-med>false</always-compare-med><ignore-as-path-length>false</ignore-as-path-length><external-compare-router-id>true</external-compare-router-id><advertise-inactive-routes>false</advertise-inactive-routes><enable-aigp>false</enable-aigp><ignore-next-hop-igp-metric>false</ignore-next-hop-igp-metric></state></route-selection-options></global><neighbors><neighbor><neighbor-address>192.168.1.1</neighbor-address><config><neighbor-address>192.168.1.1</neighbor-address><neighbor-port>88</neighbor-port><enabled>true</enabled><peer-as>65432</peer-as></config><state><neighbor-port>179</neighbor-port><enabled>true</enabled><route-flap-damping>false</route-flap-damping><send-community>NONE</send-community><dynamically-configured>false</dynamically-configured></state><timers><state><connect-retry>30</connect-retry><hold-time>90</hold-time><keepalive-interval>30</keepalive-interval><minimum-advertisement-interval>30</minimum-advertisement-interval></state></timers><transport><state><mtu-discovery>false</mtu-discovery><passive-mode>false</passive-mode></state></transport><error-handling><state><treat-as-withdraw>false</treat-as-withdraw></state></error-handling><logging-options><state><log-neighbor-state-changes>true</log-neighbor-state-changes></state></logging-options><ebgp-multihop><state><enabled>false</enabled></state></ebgp-multihop><route-reflector><state><route-reflector-client>false</route-reflector-client></state></route-reflector><as-path-options><state><allow-own-as>0</allow-own-as><replace-peer-as>false</replace-peer-as><disable-peer-as-filter>false</disable-peer-as-filter></state></as-path-options><use-multiple-paths><state><enabled>false</enabled></state><ebgp><state><allow-multiple-as>false</allow-multiple-as></state></ebgp></use-multiple-paths><apply-policy><state><default-import-policy>REJECT_ROUTE</default-import-policy><default-export-policy>REJECT_ROUTE</default-export-policy></state></apply-policy></neighbor></neighbors></bgp></bgp-instance><ospf-instance xmlns="http://openconfig.net/yang/protocols"><ospfv2><global><state><summary-route-cost-mode>RFC2328_COMPATIBLE</summary-route-cost-mode></state></global></ospfv2></ospf-instance><terminal-device xmlns="http://openconfig.net/yang/terminal-device"><logical-channels><channel><index>1</index><config><index>1</index><description>Logical channel 1</description><admin-state>DISABLED</admin-state><logical-channel-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:PROT_OTN</logical-channel-type><loopback-mode>NONE</loopback-mode></config><state><index>1</index><description>Logical channel 1</description><admin-state>DISABLED</admin-state><logical-channel-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:PROT_OTN</logical-channel-type><loopback-mode>NONE</loopback-mode><link-state>UP</link-state></state><ingress><config><transceiver>transceiver-1</transceiver></config><state><transceiver>transceiver-1</transceiver></state></ingress><logical-channel-assignments><assignment><index>1</index><config><index>1</index><description>Optical channel assigned 100</description><assignment-type>OPTICAL_CHANNEL</assignment-type><optical-channel>channel-1</optical-channel><allocation>100.0</allocation></config><state><index>1</index><description>Optical channel assigned 100</description><assignment-type>OPTICAL_CHANNEL</assignment-type><optical-channel>channel-1</optical-channel><allocation>100.0</allocation></state></assignment></logical-channel-assignments></channel><channel><index>2</index><config><index>2</index><description>Logical channel 2</description><admin-state>DISABLED</admin-state><logical-channel-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:PROT_OTN</logical-channel-type><loopback-mode>NONE</loopback-mode></config><state><index>2</index><description>Logical channel 2</description><admin-state>DISABLED</admin-state><logical-channel-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:PROT_OTN</logical-channel-type><loopback-mode>NONE</loopback-mode><link-state>UP</link-state></state><ingress><config><transceiver>transceiver-2</transceiver></config><state><transceiver>transceiver-2</transceiver></state></ingress><logical-channel-assignments><assignment><index>1</index><config><index>1</index><description>Optical channel assigned 100</description><assignment-type>OPTICAL_CHANNEL</assignment-type><optical-channel>channel-2</optical-channel><allocation>100.0</allocation></config><state><index>1</index><description>Optical channel assigned 100</description><assignment-type>OPTICAL_CHANNEL</assignment-type><optical-channel>channel-2</optical-channel><allocation>100.0</allocation></state></assignment></logical-channel-assignments></channel><channel><index>3</index><config><index>3</index><description>Logical channel 3</description><admin-state>DISABLED</admin-state><logical-channel-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:PROT_OTN</logical-channel-type><loopback-mode>NONE</loopback-mode></config><state><index>3</index><description>Logical channel 3</description><admin-state>DISABLED</admin-state><logical-channel-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:PROT_OTN</logical-channel-type><loopback-mode>NONE</loopback-mode><link-state>UP</link-state></state><ingress><config><transceiver>transceiver-3</transceiver></config><state><transceiver>transceiver-3</transceiver></state></ingress><logical-channel-assignments><assignment><index>1</index><config><index>1</index><description>Optical channel assigned 100</description><assignment-type>OPTICAL_CHANNEL</assignment-type><optical-channel>channel-3</optical-channel><allocation>100.0</allocation></config><state><index>1</index><description>Optical channel assigned 100</description><assignment-type>OPTICAL_CHANNEL</assignment-type><optical-channel>channel-3</optical-channel><allocation>100.0</allocation></state></assignment></logical-channel-assignments></channel><channel><index>4</index><config><index>4</index><description>Logical channel 4</description><admin-state>DISABLED</admin-state><logical-channel-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:PROT_OTN</logical-channel-type><loopback-mode>NONE</loopback-mode></config><state><index>4</index><description>Logical channel 4</description><admin-state>DISABLED</admin-state><logical-channel-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:PROT_OTN</logical-channel-type><loopback-mode>NONE</loopback-mode><link-state>UP</link-state></state><ingress><config><transceiver>transceiver-4</transceiver></config><state><transceiver>transceiver-4</transceiver></state></ingress><logical-channel-assignments><assignment><index>1</index><config><index>1</index><description>Optical channel assigned 100</description><assignment-type>OPTICAL_CHANNEL</assignment-type><optical-channel>channel-4</optical-channel><allocation>100.0</allocation></config><state><index>1</index><description>Optical channel assigned 100</description><assignment-type>OPTICAL_CHANNEL</assignment-type><optical-channel>channel-4</optical-channel><allocation>100.0</allocation></state></assignment></logical-channel-assignments></channel></logical-channels><operational-modes><mode><mode-id>1</mode-id><state><mode-id>1</mode-id><description>FEC1</description><vendor-id>Ericsson</vendor-id></state></mode><mode><mode-id>2</mode-id><state><mode-id>2</mode-id><description>FEC2</description><vendor-id>Ericsson</vendor-id></state></mode></operational-modes></terminal-device><aaa xmlns="http://tail-f.com/ns/aaa/1.1"><authentication><users><user><name>admin</name><uid>9000</uid><gid>100</gid><password>$1$lPNyHD3D$t9eLr07hXOEy1983ReE8k0</password><ssh_keydir>/var/confd/homes/admin/.ssh</ssh_keydir><homedir>/var/confd/homes/admin</homedir></user><user><name>oper</name><uid>9003</uid><gid>103</gid><password>$1$gflBsGcV$PdW1/SBjHWGBRlZuBfdva/</password><ssh_keydir>/var/confd/homes/oper/.ssh</ssh_keydir><homedir>/var/confd/homes/oper</homedir></user><user><name>optical</name><uid>9001</uid><gid>101</gid><password>$1$HCxex4ow$jHGQxsbMB1dWNK97ydKv20</password><ssh_keydir>/var/confd/homes/optical/.ssh</ssh_keydir><homedir>/var/confd/homes/optical</homedir></user><user><name>packet</name><uid>9002</uid><gid>102</gid><password>$1$2CYgcCNT$bV6L4CxgDPQP9EMyZ4Rsc1</password><ssh_keydir>/var/confd/homes/packet/.ssh</ssh_keydir><homedir>/var/confd/homes/packet</homedir></user><user><name>private</name><uid>9005</uid><gid>103</gid><password>$1$2MXxtlsM$qZfOcm4WXD2c8duQXzdru0</password><ssh_keydir>/var/confd/homes/private/.ssh</ssh_keydir><homedir>/var/confd/homes/private</homedir></user><user><name>public</name><uid>9004</uid><gid>100</gid><password>$1$1tOWUHZV$iad9vZD8aF68c6x21nhHo/</password><ssh_keydir>/var/confd/homes/public/.ssh</ssh_keydir><homedir>/var/confd/homes/public</homedir></user></users></authentication><ios><level><nr>0</nr><prompt>\h> </prompt></level><level><nr>15</nr><prompt>\h# </prompt></level><privilege><mode>exec</mode><level><nr>0</nr><command><name>action</name></command><command><name>autowizard</name></command><command><name>enable</name></command><command><name>exit</name></command><command><name>help</name></command><command><name>startup</name></command></level><level><nr>15</nr><command><name>configure</name></command></level></privilege></ios></aaa><confd-state xmlns="http://tail-f.com/yang/confd-monitoring"><version>6.4</version><epoll>false</epoll><daemon-status>started</daemon-status><loaded-data-models><data-model><name>iana-crypt-hash</name><revision>2014-08-06</revision><namespace>urn:ietf:params:xml:ns:yang:iana-crypt-hash</namespace><prefix>ianach</prefix><exported-to-all/></data-model><data-model><name>ietf-inet-types</name><revision>2013-07-15</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-inet-types</namespace><prefix>inet</prefix><exported-to-all/></data-model><data-model><name>ietf-interfaces</name><revision>2014-05-08</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-interfaces</namespace><prefix>if</prefix><exported-to-all/></data-model><data-model><name>ietf-netconf-acm</name><revision>2012-02-22</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-acm</namespace><prefix>nacm</prefix><exported-to-all/></data-model><data-model><name>ietf-netconf-monitoring</name><revision>2010-10-04</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring</namespace><prefix>ncm</prefix><exported-to-all/></data-model><data-model><name>ietf-netconf-notifications</name><revision>2012-02-06</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-notifications</namespace><prefix>ncn</prefix><exported-to-all/></data-model><data-model><name>ietf-yang-library</name><revision>2016-06-21</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-library</namespace><prefix>yanglib</prefix><exported-to>netconf</exported-to><exported-to>rest</exported-to></data-model><data-model><name>ietf-yang-types</name><revision>2013-07-15</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-types</namespace><prefix>yang</prefix><exported-to-all/></data-model><data-model><name>netconf_netmod</name><namespace>urn:ietf:params:xml:ns:netmod:notification</namespace><prefix>nm</prefix><exported-to>netconf</exported-to></data-model><data-model><name>openconfig-alarm-types</name><revision>2018-01-16</revision><namespace>http://openconfig.net/yang/alarms/types</namespace><prefix>oc-alarm-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-bfd</name><revision>2022-06-28</revision><namespace>http://openconfig.net/yang/bfd</namespace><prefix>oc-bfd</prefix><exported-to-all/></data-model><data-model><name>openconfig-bgp</name><revision>2022-05-21</revision><namespace>http://openconfig.net/yang/bgp</namespace><prefix>oc-bgp</prefix><exported-to-all/></data-model><data-model><name>openconfig-bgp-types</name><revision>2021-08-06</revision><namespace>http://openconfig.net/yang/bgp-types</namespace><prefix>oc-bgp-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-evpn-types</name><revision>2021-06-21</revision><namespace>http://openconfig.net/yang/evpn-types</namespace><prefix>oc-evpn-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-if-ethernet</name><revision>2022-04-20</revision><namespace>http://openconfig.net/yang/interfaces/ethernet</namespace><prefix>oc-eth</prefix><exported-to-all/></data-model><data-model><name>openconfig-if-ip</name><revision>2019-01-08</revision><namespace>http://openconfig.net/yang/interfaces/ip</namespace><prefix>oc-ip</prefix><exported-to-all/></data-model><data-model><name>openconfig-inet-types</name><revision>2021-08-17</revision><namespace>http://openconfig.net/yang/types/inet</namespace><prefix>oc-inet</prefix><exported-to-all/></data-model><data-model><name>openconfig-interfaces</name><revision>2021-04-06</revision><namespace>http://openconfig.net/yang/interfaces</namespace><prefix>oc-if</prefix><exported-to-all/></data-model><data-model><name>openconfig-lldp</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/lldp</namespace><prefix>oc-lldp</prefix><exported-to-all/></data-model><data-model><name>openconfig-lldp-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/lldp/types</namespace><prefix>oc-lldp-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-mpls-types</name><revision>2021-12-01</revision><namespace>http://openconfig.net/yang/mpls-types</namespace><prefix>oc-mplst</prefix><exported-to-all/></data-model><data-model><name>openconfig-network-instance-types</name><revision>2021-07-14</revision><namespace>http://openconfig.net/yang/network-instance-types</namespace><prefix>oc-ni-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-ospf-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/ospf-types</namespace><prefix>oc-ospf-types</prefix><exporte" -[2024-06-20 13:24:11,482] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:11,483] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: ending -[2024-06-20 13:24:11,487] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: starting -[2024-06-20 13:24:11,487] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:11,487] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:11,487] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:11,488] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: found chunk delimiter -[2024-06-20 13:24:11,488] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:11,488] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: not enough data for chunk yet -[2024-06-20 13:24:11,488] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: setting start to 0 -[2024-06-20 13:24:11,488] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: ending -[2024-06-20 13:24:11,489] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: starting -[2024-06-20 13:24:11,489] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:11,489] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:11,489] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:11,490] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: found chunk delimiter -[2024-06-20 13:24:11,490] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:11,490] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: not enough data for chunk yet -[2024-06-20 13:24:11,490] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: setting start to 0 -[2024-06-20 13:24:11,490] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: ending -[2024-06-20 13:24:11,491] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: starting -[2024-06-20 13:24:11,491] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:11,491] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:11,491] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:11,491] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: found chunk delimiter -[2024-06-20 13:24:11,492] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:11,492] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: not enough data for chunk yet -[2024-06-20 13:24:11,492] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: setting start to 0 -[2024-06-20 13:24:11,492] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: ending -[2024-06-20 13:24:11,492] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: starting -[2024-06-20 13:24:11,492] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:11,493] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:11,493] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:11,493] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: found chunk delimiter -[2024-06-20 13:24:11,493] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:11,493] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: appending 16376 bytes -[2024-06-20 13:24:11,494] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: fragment = "d-to-all/></data-model><data-model><name>openconfig-ospfv2</name><revision>2022-02-10</revision><namespace>http://openconfig.net/yang/ospfv2</namespace><prefix>oc-ospfv2</prefix><exported-to-all/></data-model><data-model><name>openconfig-platform</name><revision>2018-01-30</revision><namespace>http://openconfig.net/yang/platform</namespace><prefix>oc-platform</prefix><exported-to-all/></data-model><data-model><name>openconfig-platform-port</name><revision>2021-04-22</revision><namespace>http://openconfig.net/yang/platform/port</namespace><prefix>oc-port</prefix><exported-to-all/></data-model><data-model><name>openconfig-platform-transceiver</name><revision>2021-02-23</revision><namespace>http://openconfig.net/yang/platform/transceiver</namespace><prefix>oc-transceiver</prefix><exported-to-all/></data-model><data-model><name>openconfig-platform-types</name><revision>2021-01-18</revision><namespace>http://openconfig.net/yang/platform-types</namespace><prefix>oc-platform-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-policy-types</name><revision>2022-11-08</revision><namespace>http://openconfig.net/yang/policy-types</namespace><prefix>oc-pol-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-protocols</name><namespace>http://openconfig.net/yang/protocols</namespace><prefix>oc-prt</prefix><exported-to-all/></data-model><data-model><name>openconfig-rib-bgp</name><revision>2022-06-06</revision><namespace>http://openconfig.net/yang/rib/bgp</namespace><prefix>oc-rib-bgp</prefix><exported-to-all/></data-model><data-model><name>openconfig-rib-bgp-types</name><revision>2019-03-14</revision><namespace>http://openconfig.net/yang/rib/bgp-types</namespace><prefix>oc-bgprib-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-routing-policy</name><revision>2022-05-24</revision><namespace>http://openconfig.net/yang/routing-policy</namespace><prefix>oc-rpol</prefix><exported-to-all/></data-model><data-model><name>openconfig-segment-routing-types</name><revision>2020-02-04</revision><namespace>http://openconfig.net/yang/segment-routing-types</namespace><prefix>oc-srt</prefix><exported-to-all/></data-model><data-model><name>openconfig-telemetry</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/telemetry</namespace><prefix>oc-telemetry</prefix><exported-to-all/></data-model><data-model><name>openconfig-telemetry-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/telemetry-types</namespace><prefix>oc-telemetry-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-terminal-device</name><revision>2021-02-23</revision><namespace>http://openconfig.net/yang/terminal-device</namespace><prefix>oc-opt-term</prefix><exported-to-all/></data-model><data-model><name>openconfig-transport-types</name><revision>2021-03-22</revision><namespace>http://openconfig.net/yang/transport-types</namespace><prefix>oc-opt-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-types</name><revision>2019-04-16</revision><namespace>http://openconfig.net/yang/openconfig-types</namespace><prefix>oc-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-yang-types</name><revision>2021-07-14</revision><namespace>http://openconfig.net/yang/types/yang</namespace><prefix>oc-yang</prefix><exported-to-all/></data-model><data-model><name>tailf-aaa</name><revision>2015-06-16</revision><namespace>http://tail-f.com/ns/aaa/1.1</namespace><prefix>aaa</prefix><exported-to-all/></data-model><data-model><name>tailf-acm</name><revision>2013-03-07</revision><namespace>http://tail-f.com/yang/acm</namespace><prefix>tacm</prefix><exported-to-all/></data-model><data-model><name>tailf-common-monitoring</name><revision>2013-06-14</revision><namespace>http://tail-f.com/yang/common-monitoring</namespace><prefix>tfcg</prefix><exported-to-all/></data-model><data-model><name>tailf-confd-monitoring</name><revision>2013-06-14</revision><namespace>http://tail-f.com/yang/confd-monitoring</namespace><prefix>tfcm</prefix><exported-to-all/></data-model><data-model><name>tailf-kicker</name><revision>2017-03-16</revision><namespace>http://tail-f.com/ns/kicker</namespace><prefix>kicker</prefix><exported-to-all/></data-model><data-model><name>tailf-netconf-monitoring</name><revision>2016-11-24</revision><namespace>http://tail-f.com/yang/netconf-monitoring</namespace><prefix>tncm</prefix><exported-to-all/></data-model><data-model><name>tailf-rollback</name><revision>2016-09-15</revision><namespace>http://tail-f.com/ns/rollback</namespace><prefix>rollback</prefix><exported-to>rest</exported-to></data-model><data-model><name>vlan</name><namespace>http://sssup.it/yang/vlan</namespace><prefix>sv</prefix><exported-to-all/></data-model></loaded-data-models><netconf><listen><tcp><ip>0.0.0.0</ip><port>2023</port></tcp><ssh><ip>0.0.0.0</ip><port>2022</port></ssh></listen></netconf><cli><listen><ssh><ip>0.0.0.0</ip><port>2024</port></ssh></listen></cli><internal><callpoints><notification-stream-replay><name>NETCONF</name><replay-support>none</replay-support></notification-stream-replay><notification-stream-replay><name>mellanox</name><replay-support>external</replay-support><daemon><id>0</id><name>notifier</name></daemon></notification-stream-replay></callpoints><cdb><datastore><name>running</name><transaction-id>1717-750545-631285</transaction-id><filename>./confd-cdb/A.cdb</filename><disk-size>13451</disk-size><ram-size>81462</ram-size><read-locks>0</read-locks><write-lock-set>false</write-lock-set><waiting-for-replication-sync>false</waiting-for-replication-sync></datastore><datastore><name>operational</name><filename>./confd-cdb/O.cdb</filename><disk-size>4</disk-size><ram-size>136</ram-size><subscription-lock-set>false</subscription-lock-set></datastore><client><name>notifier</name><info>325/6</info><type>subscriber</type><subscription><datastore>running</datastore><priority>1</priority><id>6</id><path>/terminal-device/logical-channels/channel/config</path></subscription><subscription><datastore>running</datastore><priority>2</priority><id>8</id><path>/telemetry-system/subscriptions/dynamic-subscriptions</path></subscription><subscription><datastore>running</datastore><priority>2</priority><id>7</id><path>/components/component/optical-channel/config</path></subscription><subscription><datastore>running</datastore><priority>3</priority><id>9</id><path>/switched-vlans/vlan/tagged-members/member</path></subscription><subscription><datastore>running</datastore><priority>4</priority><id>10</id><path>/switched-vlans/vlan/untagged-members/member</path></subscription><subscription><datastore>running</datastore><priority>5</priority><id>11</id><path>/interfaces/interface</path></subscription><subscription><datastore>running</datastore><priority>6</priority><id>12</id><path>/bgp-instance/bgp</path></subscription></client><client><name>notifier</name><info>325/5</info><type>inactive</type></client></cdb></internal></confd-state><netconf xmlns="urn:ietf:params:xml:ns:netmod:notification"><streams><stream><name>NETCONF</name><description>default NETCONF event stream</description><replaySupport>false</replaySupport></stream><stream><name>mellanox</name><description>Notifications regarding the transponder</description><replaySupport>true</replaySupport><replayLogCreationTime>2024-06-06T22:51:42.135613+00:00</replayLogCreationTime></stream></streams></netconf><nacm xmlns="urn:ietf:params:xml:ns:yang:ietf-netconf-acm"><enable-nacm>true</enable-nacm><read-default>permit</read-default><write-default>permit</write-default><exec-default>permit</exec-default><enable-external-groups>true</enable-external-groups><denied-operations>0</denied-operations><denied-data-writes>0</denied-data-writes><denied-notifications>0</denied-notifications><groups><group><name>admin</name><user-name>admin</user-name><user-name>private</user-name></group><group><name>oper</name><user-name>oper</user-name><user-name>public</user-name></group><group><name>opt</name><user-name>optical</user-name></group><group><name>pck</name><user-name>packet</user-name></group></groups><rule-list><name>any-group</name><group>*</group><rule><name>get</name><module-name>*</module-name><path>/</path><access-operations>read</access-operations><action>permit</action></rule><rule><name>tailf-aaa-authentication</name><module-name>tailf-aaa</module-name><path>/aaa/authentication/users/user[name='$USER']</path><access-operations>read update</access-operations><action>permit</action></rule><rule><name>tailf-aaa-user</name><module-name>tailf-aaa</module-name><path>/user[name='$USER']</path><access-operations>create read update delete</access-operations><action>permit</action></rule><rule><name>tailf-webui-user</name><module-name>tailf-webui</module-name><path>/webui/data-stores/user-profile[username='$USER']</path><access-operations>create read update delete</access-operations><action>permit</action></rule></rule-list><rule-list><name>packet</name><group>pck</group><rule><name>vlan</name><module-name>vlan</module-name><path>/switched-vlans</path><access-operations>create read update delete</access-operations><action>permit</action></rule><rule><name>terminal-device</name><module-name>*</module-name><path>/terminal-device</path><access-operations>create update delete</access-operations><action>deny</action></rule><rule><name>components</name><module-name>*</module-name><path>/components</path><access-operations>create update delete</access-operations><action>deny</action></rule></rule-list><rule-list><name>optical</name><group>opt</group><rule><name>terminal-device</name><module-name>*</module-name><path>/terminal-device</path><access-operations>create read update delete</access-operations><action>permit</action></rule><rule><name>components</name><module-name>*</module-name><path>/components</path><access-operations>create read update delete</access-operations><action>permit</action></rule><rule><name>vlan</name><module-name>vlan</module-name><path>/switched-vlans</path><access-operations>create update delete</access-operations><action>deny</action></rule></rule-list><rule-list><name>admin</name><group>admin</group><rule><name>any-access</name><action>permit</action></rule></rule-list></nacm><netconf-state xmlns="urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring"><capabilities><capability>urn:ietf:params:netconf:base:1.0</capability><capability>urn:ietf:params:netconf:base:1.1</capability><capability>urn:ietf:params:netconf:capability:writable-running:1.0</capability><capability>urn:ietf:params:netconf:capability:xpath:1.0</capability><capability>urn:ietf:params:netconf:capability:validate:1.0</capability><capability>urn:ietf:params:netconf:capability:validate:1.1</capability><capability>urn:ietf:params:netconf:capability:rollback-on-error:1.0</capability><capability>urn:ietf:params:netconf:capability:notification:1.0</capability><capability>urn:ietf:params:netconf:capability:with-defaults:1.0?basic-mode=explicit&also-supported=report-all-tagged</capability><capability>urn:ietf:params:netconf:capability:yang-library:1.0?revision=2016-06-21&module-set-id=f1285a0c7bf3c6c159ca5c87b160ec60</capability><capability>http://tail-f.com/ns/netconf/extensions</capability><capability>http://openconfig.net/yang/alarms/types?module=openconfig-alarm-types&revision=2018-01-16</capability><capability>http://openconfig.net/yang/bfd?module=openconfig-bfd&revision=2022-06-28</capability><capability>http://openconfig.net/yang/bgp?module=openconfig-bgp&revision=2022-05-21</capability><capability>http://openconfig.net/yang/bgp-types?module=openconfig-bgp-types&revision=2021-08-06</capability><capability>http://openconfig.net/yang/evpn-types?module=openconfig-evpn-types&revision=2021-06-21</capability><capability>http://openconfig.net/yang/interfaces?module=openconfig-interfaces&revision=2021-04-06</capability><capability>http://openconfig.net/yang/interfaces/ethernet?module=openconfig-if-ethernet&revision=2022-04-20</capability><capability>http://openconfig.net/yang/interfaces/ip?module=openconfig-if-ip&revision=2019-01-08</capability><capability>http://openconfig.net/yang/lldp?module=openconfig-lldp&revision=2018-11-21</capability><capability>http://openconfig.net/yang/lldp/types?module=openconfig-lldp-types&revision=2018-11-21</capability><capability>http://openconfig.net/yang/mpls-types?module=openconfig-mpls-types&revision=2021-12-01</capability><capability>http://openconfig.net/yang/network-instance-types?module=openconfig-network-instance-types&revision=2021-07-14</capability><capability>http://openconfig.net/yang/openconfig-types?module=openconfig-types&revision=2019-04-16</capability><capability>http://openconfig.net/yang/ospf-types?module=openconfig-ospf-types&revision=2018-11-21</capability><capability>http://openconfig.net/yang/ospfv2?module=openconfig-ospfv2&revision=2022-02-10</capability><capability>http://openconfig.net/yang/platform?module=openconfig-platform&revision=2018-01-30</capability><capability>http://openconfig.net/yang/platform-types?module=openconfig-platform-types&revision=2021-01-18</capability><capability>http://openconfig.net/yang/platform/port?module=openconfig-platform-port&revision=2021-04-22</capability><capability>http://openconfig.net/yang/platform/transceiver?module=openconfig-platform-transceiver&revision=2021-02-23</capability><capability>http://openconfig.net/yang/policy-types?module=openconfig-policy-types&revision=2022-11-08</capability><capability>http://openconfig.net/yang/protocols?module=openconfig-protocols</capability><capability>http://openconfig.net/yang/rib/bgp?module=openconfig-rib-bgp&revision=2022-06-06</capability><capability>http://openconfig.net/yang/rib/bgp-types?module=openconfig-rib-bgp-types&revision=2019-03-14</capability><capability>http://openconfig.net/yang/routing-policy?module=openconfig-routing-policy&revision=2022-05-24</capability><capability>http://openconfig.net/yang/segment-routing-types?module=openconfig-segment-routing-types&revision=2020-02-04</capability><capability>http://openconfig.net/yang/telemetry?module=openconfig-telemetry&revision=2018-11-21</capability><capability>http://openconfig.net/yang/telemetry-types?module=openconfig-telemetry-types&revision=2018-11-21</capability><capability>http://openconfig.net/yang/terminal-device?module=openconfig-terminal-device&revision=2021-02-23</capability><capability>http://openconfig.net/yang/transport-types?module=openconfig-transport-types&revision=2021-03-22</capability><capability>http://openconfig.net/yang/types/inet?module=openconfig-inet-types&revision=2021-08-17</capability><capability>http://openconfig.net/yang/types/yang?module=openconfig-yang-types&revision=2021-07-14</capability><capability>http://sssup.it/yang/vlan?module=vlan</capability><capability>http://tail-f.com/ns/aaa/1.1?module=tailf-aaa&revision=2015-06-16</capability><capability>http://tail-f.com/ns/kicker?module=tailf-kicker&revision=2017-03-16</capability><capability>http://tail-f.com/yang/acm?module=tailf-acm&revision=2013-03-07</capability><capability>http://tail-f.com/yang/common-monitoring?module=tailf-common-monitoring&revision=2013-06-14</capability><capability>http://tail-f.com/yang/confd-monitoring?module=tailf-confd-monitoring&revision=2013-06-14</capability><capability>http://tail-f.com/yang/netconf-monitoring?module=tailf-netconf-monitoring&revision=2016-11-24</capability><capability>urn:ietf:params:xml:ns:yang:iana-crypt-hash?module=iana-crypt-hash&revision=2014-08-06&features=crypt-hash-sha-512,crypt-hash-sha-256,crypt-hash-md5</capability><capability>urn:ietf:params:xml:ns:yang:ietf-inet-types?module=ietf-inet-types&revision=2013-07-15</capability><capability>urn:ietf:params:xml:ns:yang:ietf-interfaces?module=ietf-interfaces&revision=2014-05-08&features=pre-provisioning,if-mib,arbitrary-names</capability><capability>urn:ietf:params:xml:ns:yang:ietf-netconf-acm?module=ietf-netconf-acm&revision=2012-02-22</capability><capability>urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring?module=ietf-netconf-monitoring&revision=2010-10-04</capability><capability>urn:ietf:params:xml:ns:yang:ietf-" -[2024-06-20 13:24:11,494] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:11,494] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: ending -[2024-06-20 13:24:11,511] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: starting -[2024-06-20 13:24:11,511] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:11,511] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:11,512] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:11,512] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: found chunk delimiter -[2024-06-20 13:24:11,512] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:11,512] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: not enough data for chunk yet -[2024-06-20 13:24:11,512] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: setting start to 0 -[2024-06-20 13:24:11,512] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: ending -[2024-06-20 13:24:11,512] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: starting -[2024-06-20 13:24:11,512] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:11,512] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:11,513] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:11,513] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: found chunk delimiter -[2024-06-20 13:24:11,513] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:11,513] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: not enough data for chunk yet -[2024-06-20 13:24:11,513] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: setting start to 0 -[2024-06-20 13:24:11,513] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: ending -[2024-06-20 13:24:11,513] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: starting -[2024-06-20 13:24:11,513] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:11,513] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:11,513] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:11,514] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: found chunk delimiter -[2024-06-20 13:24:11,514] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:11,514] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: not enough data for chunk yet -[2024-06-20 13:24:11,514] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: setting start to 0 -[2024-06-20 13:24:11,514] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: ending -[2024-06-20 13:24:11,515] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: starting -[2024-06-20 13:24:11,515] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:11,515] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:11,515] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:11,515] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: found chunk delimiter -[2024-06-20 13:24:11,515] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:11,516] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: appending 16376 bytes -[2024-06-20 13:24:11,516] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: fragment = "netconf-notifications?module=ietf-netconf-notifications&revision=2012-02-06</capability><capability>urn:ietf:params:xml:ns:yang:ietf-yang-library?module=ietf-yang-library&revision=2016-06-21</capability><capability>urn:ietf:params:xml:ns:yang:ietf-yang-types?module=ietf-yang-types&revision=2013-07-15</capability><capability>urn:ietf:params:xml:ns:netconf:base:1.0?module=ietf-netconf&revision=2011-06-01</capability><capability>urn:ietf:params:xml:ns:yang:ietf-netconf-with-defaults?module=ietf-netconf-with-defaults&revision=2011-06-01</capability></capabilities><datastores><datastore><name>running</name><transaction-id xmlns="http://tail-f.com/yang/netconf-monitoring">1717-750545-631285</transaction-id></datastore></datastores><schemas><schema><identifier>iana-crypt-hash</identifier><version>2014-08-06</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:iana-crypt-hash</namespace><location>NETCONF</location></schema><schema><identifier>ietf-inet-types</identifier><version>2013-07-15</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-inet-types</namespace><location>NETCONF</location></schema><schema><identifier>ietf-interfaces</identifier><version>2014-05-08</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-interfaces</namespace><location>NETCONF</location></schema><schema><identifier>ietf-netconf</identifier><version>2011-06-01</version><format>yang</format><namespace>urn:ietf:params:xml:ns:netconf:base:1.0</namespace><location>NETCONF</location></schema><schema><identifier>ietf-netconf-acm</identifier><version>2012-02-22</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-acm</namespace><location>NETCONF</location></schema><schema><identifier>ietf-netconf-monitoring</identifier><version>2010-10-04</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring</namespace><location>NETCONF</location></schema><schema><identifier>ietf-netconf-notifications</identifier><version>2012-02-06</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-notifications</namespace><location>NETCONF</location></schema><schema><identifier>ietf-netconf-with-defaults</identifier><version>2011-06-01</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-with-defaults</namespace><location>NETCONF</location></schema><schema><identifier>ietf-yang-library</identifier><version>2016-06-21</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-library</namespace><location>NETCONF</location></schema><schema><identifier>ietf-yang-types</identifier><version>2013-07-15</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-alarm-types</identifier><version>2018-01-16</version><format>yang</format><namespace>http://openconfig.net/yang/alarms/types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bfd</identifier><version>2022-06-28</version><format>yang</format><namespace>http://openconfig.net/yang/bfd</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bgp</identifier><version>2022-05-21</version><format>yang</format><namespace>http://openconfig.net/yang/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bgp-common</identifier><version>2022-05-21</version><format>yang</format><namespace>http://openconfig.net/yang/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bgp-common-multiprotocol</identifier><version>2022-05-21</version><format>yang</format><namespace>http://openconfig.net/yang/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bgp-common-structure</identifier><version>2022-05-21</version><format>yang</format><namespace>http://openconfig.net/yang/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bgp-errors</identifier><version>2021-08-06</version><format>yang</format><namespace>http://openconfig.net/yang/bgp-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bgp-global</identifier><version>2022-05-21</version><format>yang</format><namespace>http://openconfig.net/yang/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bgp-neighbor</identifier><version>2022-05-21</version><format>yang</format><namespace>http://openconfig.net/yang/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bgp-peer-group</identifier><version>2022-05-21</version><format>yang</format><namespace>http://openconfig.net/yang/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bgp-types</identifier><version>2021-08-06</version><format>yang</format><namespace>http://openconfig.net/yang/bgp-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-evpn-types</identifier><version>2021-06-21</version><format>yang</format><namespace>http://openconfig.net/yang/evpn-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-if-ethernet</identifier><version>2022-04-20</version><format>yang</format><namespace>http://openconfig.net/yang/interfaces/ethernet</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-if-ip</identifier><version>2019-01-08</version><format>yang</format><namespace>http://openconfig.net/yang/interfaces/ip</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-inet-types</identifier><version>2021-08-17</version><format>yang</format><namespace>http://openconfig.net/yang/types/inet</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-interfaces</identifier><version>2021-04-06</version><format>yang</format><namespace>http://openconfig.net/yang/interfaces</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-lldp</identifier><version>2018-11-21</version><format>yang</format><namespace>http://openconfig.net/yang/lldp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-lldp-types</identifier><version>2018-11-21</version><format>yang</format><namespace>http://openconfig.net/yang/lldp/types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-mpls-types</identifier><version>2021-12-01</version><format>yang</format><namespace>http://openconfig.net/yang/mpls-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-network-instance-types</identifier><version>2021-07-14</version><format>yang</format><namespace>http://openconfig.net/yang/network-instance-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-ospf-types</identifier><version>2018-11-21</version><format>yang</format><namespace>http://openconfig.net/yang/ospf-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-ospfv2</identifier><version>2022-02-10</version><format>yang</format><namespace>http://openconfig.net/yang/ospfv2</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-ospfv2-area</identifier><version>2022-02-10</version><format>yang</format><namespace>http://openconfig.net/yang/ospfv2</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-ospfv2-area-interface</identifier><version>2022-02-10</version><format>yang</format><namespace>http://openconfig.net/yang/ospfv2</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-ospfv2-common</identifier><version>2022-02-10</version><format>yang</format><namespace>http://openconfig.net/yang/ospfv2</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-ospfv2-global</identifier><version>2022-02-10</version><format>yang</format><namespace>http://openconfig.net/yang/ospfv2</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-ospfv2-lsdb</identifier><version>2022-02-10</version><format>yang</format><namespace>http://openconfig.net/yang/ospfv2</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-platform</identifier><version>2018-01-30</version><format>yang</format><namespace>http://openconfig.net/yang/platform</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-platform-port</identifier><version>2021-04-22</version><format>yang</format><namespace>http://openconfig.net/yang/platform/port</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-platform-transceiver</identifier><version>2021-02-23</version><format>yang</format><namespace>http://openconfig.net/yang/platform/transceiver</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-platform-types</identifier><version>2021-01-18</version><format>yang</format><namespace>http://openconfig.net/yang/platform-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-policy-types</identifier><version>2022-11-08</version><format>yang</format><namespace>http://openconfig.net/yang/policy-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-protocols</identifier><version></version><format>yang</format><namespace>http://openconfig.net/yang/protocols</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-rib-bgp</identifier><version>2022-06-06</version><format>yang</format><namespace>http://openconfig.net/yang/rib/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-rib-bgp-attributes</identifier><version>2022-06-06</version><format>yang</format><namespace>http://openconfig.net/yang/rib/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-rib-bgp-shared-attributes</identifier><version>2022-06-06</version><format>yang</format><namespace>http://openconfig.net/yang/rib/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-rib-bgp-table-attributes</identifier><version>2022-06-06</version><format>yang</format><namespace>http://openconfig.net/yang/rib/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-rib-bgp-tables</identifier><version>2022-06-06</version><format>yang</format><namespace>http://openconfig.net/yang/rib/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-rib-bgp-types</identifier><version>2019-03-14</version><format>yang</format><namespace>http://openconfig.net/yang/rib/bgp-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-routing-policy</identifier><version>2022-05-24</version><format>yang</format><namespace>http://openconfig.net/yang/routing-policy</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-segment-routing-types</identifier><version>2020-02-04</version><format>yang</format><namespace>http://openconfig.net/yang/segment-routing-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-telemetry</identifier><version>2018-11-21</version><format>yang</format><namespace>http://openconfig.net/yang/telemetry</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-telemetry-types</identifier><version>2018-11-21</version><format>yang</format><namespace>http://openconfig.net/yang/telemetry-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-terminal-device</identifier><version>2021-02-23</version><format>yang</format><namespace>http://openconfig.net/yang/terminal-device</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-transport-types</identifier><version>2021-03-22</version><format>yang</format><namespace>http://openconfig.net/yang/transport-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-types</identifier><version>2019-04-16</version><format>yang</format><namespace>http://openconfig.net/yang/openconfig-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-yang-types</identifier><version>2021-07-14</version><format>yang</format><namespace>http://openconfig.net/yang/types/yang</namespace><location>NETCONF</location></schema><schema><identifier>tailf-aaa</identifier><version>2015-06-16</version><format>yang</format><namespace>http://tail-f.com/ns/aaa/1.1</namespace><location>NETCONF</location></schema><schema><identifier>tailf-acm</identifier><version>2013-03-07</version><format>yang</format><namespace>http://tail-f.com/yang/acm</namespace><location>NETCONF</location></schema><schema><identifier>tailf-common-monitoring</identifier><version>2013-06-14</version><format>yang</format><namespace>http://tail-f.com/yang/common-monitoring</namespace><location>NETCONF</location></schema><schema><identifier>tailf-confd-monitoring</identifier><version>2013-06-14</version><format>yang</format><namespace>http://tail-f.com/yang/confd-monitoring</namespace><location>NETCONF</location></schema><schema><identifier>tailf-kicker</identifier><version>2017-03-16</version><format>yang</format><namespace>http://tail-f.com/ns/kicker</namespace><location>NETCONF</location></schema><schema><identifier>tailf-netconf-monitoring</identifier><version>2016-11-24</version><format>yang</format><namespace>http://tail-f.com/yang/netconf-monitoring</namespace><location>NETCONF</location></schema><schema><identifier>vlan</identifier><version></version><format>yang</format><namespace>http://sssup.it/yang/vlan</namespace><location>NETCONF</location></schema></schemas><sessions><session><session-id>29</session-id><transport>netconf-ssh</transport><username>admin</username><source-host>10.30.2.206</source-host><login-time>2024-06-06T23:11:47+00:00</login-time><in-rpcs>2</in-rpcs><in-bad-rpcs>0</in-bad-rpcs><out-rpc-errors>0</out-rpc-errors><out-notifications>0</out-notifications></session><session><session-id>30</session-id><transport>netconf-ssh</transport><username>admin</username><source-host>10.30.2.206</source-host><login-time>2024-06-06T23:11:57+00:00</login-time><in-rpcs>4</in-rpcs><in-bad-rpcs>0</in-bad-rpcs><out-rpc-errors>0</out-rpc-errors><out-notifications>0</out-notifications></session><session><session-id>31</session-id><transport>netconf-ssh</transport><username>admin</username><source-host>10.30.2.206</source-host><login-time>2024-06-06T23:12:08+00:00</login-time><in-rpcs>2</in-rpcs><in-bad-rpcs>0</in-bad-rpcs><out-rpc-errors>0</out-rpc-errors><out-notifications>0</out-notifications></session><session><session-id>32</session-id><transport>netconf-ssh</transport><username>admin</username><source-host>10.30.2.208</source-host><login-time>2024-06-20T13:24:11+00:00</login-time><in-rpcs>2</in-rpcs><in-bad-rpcs>0</in-bad-rpcs><out-rpc-errors>0</out-rpc-errors><out-notifications>0</out-notifications></session></sessions><statistics><netconf-start-time>2024-06-06T22:51:41+00:00</netconf-start-time><in-bad-hellos>0</in-bad-hellos><in-sessions>4</in-sessions><dropped-sessions>0</dropped-sessions><in-rpcs>10</in-rpcs><in-bad-rpcs>0</in-bad-rpcs><out-rpc-errors>0</out-rpc-errors><out-notifications>0</out-notifications></statistics><streams xmlns="http://tail-f.com/yang/netconf-monitoring"><stream><name>NETCONF</name><description>default NETCONF event stream</description><replay-support>false</replay-support></stream><stream><name>mellanox</name><description>Notifications regarding the transponder</description><replay-support>true</replay-support><replay-log-creation-time>2024-06-06T22:51:42.135613+00:00</replay-log-creation-time></stream></streams></netconf-state><modules-state xmlns="urn:ietf:params:xml:ns:yang:ietf-yang-library"><module-set-id>f1285a0c7bf3c6c159ca5c87b160ec60</module-set-id><module><name>iana-crypt-hash</name><revision>2014-08-06</revision><namespace>urn:ietf:params:xml:ns:yang:iana-crypt-hash</namespace><feature>crypt-hash-sha-512</feature><feature>crypt-hash-sha-256</feature><feature>crypt-hash-md5</feature><conformance-type>import</conformance-type></module><module><name>ietf-inet-types</name><revision>2013-07-15</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-inet-types</namespace><conformance-type>import</conformance-type></module><module><name>ietf-interfaces</name><r" -[2024-06-20 13:24:11,516] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:11,516] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: ending -[2024-06-20 13:24:11,520] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: starting -[2024-06-20 13:24:11,520] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:11,520] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:11,520] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:11,521] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: found chunk delimiter -[2024-06-20 13:24:11,521] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: chunk size 10215 bytes -[2024-06-20 13:24:11,521] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: not enough data for chunk yet -[2024-06-20 13:24:11,521] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: setting start to 0 -[2024-06-20 13:24:11,521] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: ending -[2024-06-20 13:24:11,521] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: starting -[2024-06-20 13:24:11,521] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:11,521] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:11,521] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:11,521] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: found chunk delimiter -[2024-06-20 13:24:11,521] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: chunk size 10215 bytes -[2024-06-20 13:24:11,522] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: not enough data for chunk yet -[2024-06-20 13:24:11,522] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: setting start to 0 -[2024-06-20 13:24:11,522] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: ending -[2024-06-20 13:24:11,522] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: starting -[2024-06-20 13:24:11,522] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: working with buffer of 10227 bytes -[2024-06-20 13:24:11,522] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:11,522] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:11,522] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: found chunk delimiter -[2024-06-20 13:24:11,523] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: chunk size 10215 bytes -[2024-06-20 13:24:11,523] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: appending 10215 bytes -[2024-06-20 13:24:11,523] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: fragment = "evision>2014-05-08</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-interfaces</namespace><feature>pre-provisioning</feature><feature>if-mib</feature><feature>arbitrary-names</feature><conformance-type>implement</conformance-type></module><module><name>ietf-netconf</name><revision>2011-06-01</revision><namespace>urn:ietf:params:xml:ns:netconf:base:1.0</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-netconf-acm</name><revision>2012-02-22</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-acm</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-netconf-monitoring</name><revision>2010-10-04</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-netconf-notifications</name><revision>2012-02-06</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-notifications</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-netconf-with-defaults</name><revision>2011-06-01</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-with-defaults</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-yang-library</name><revision>2016-06-21</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-library</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-yang-types</name><revision>2013-07-15</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-alarm-types</name><revision>2018-01-16</revision><namespace>http://openconfig.net/yang/alarms/types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-bfd</name><revision>2022-06-28</revision><namespace>http://openconfig.net/yang/bfd</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-bgp</name><revision>2022-05-21</revision><namespace>http://openconfig.net/yang/bgp</namespace><conformance-type>implement</conformance-type><submodule><name>openconfig-bgp-common</name><revision>2022-05-21</revision></submodule><submodule><name>openconfig-bgp-common-structure</name><revision>2022-05-21</revision></submodule><submodule><name>openconfig-bgp-global</name><revision>2022-05-21</revision></submodule><submodule><name>openconfig-bgp-neighbor</name><revision>2022-05-21</revision></submodule><submodule><name>openconfig-bgp-peer-group</name><revision>2022-05-21</revision></submodule><submodule><name>openconfig-bgp-common-multiprotocol</name><revision>2022-05-21</revision></submodule></module><module><name>openconfig-bgp-types</name><revision>2021-08-06</revision><namespace>http://openconfig.net/yang/bgp-types</namespace><conformance-type>import</conformance-type><submodule><name>openconfig-bgp-errors</name><revision>2021-08-06</revision></submodule></module><module><name>openconfig-evpn-types</name><revision>2021-06-21</revision><namespace>http://openconfig.net/yang/evpn-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-if-ethernet</name><revision>2022-04-20</revision><namespace>http://openconfig.net/yang/interfaces/ethernet</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-if-ip</name><revision>2019-01-08</revision><namespace>http://openconfig.net/yang/interfaces/ip</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-inet-types</name><revision>2021-08-17</revision><namespace>http://openconfig.net/yang/types/inet</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-interfaces</name><revision>2021-04-06</revision><namespace>http://openconfig.net/yang/interfaces</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-lldp</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/lldp</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-lldp-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/lldp/types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-mpls-types</name><revision>2021-12-01</revision><namespace>http://openconfig.net/yang/mpls-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-ospf-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/ospf-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-ospfv2</name><revision>2022-02-10</revision><namespace>http://openconfig.net/yang/ospfv2</namespace><conformance-type>import</conformance-type><submodule><name>openconfig-ospfv2-area</name><revision>2022-02-10</revision></submodule><submodule><name>openconfig-ospfv2-common</name><revision>2022-02-10</revision></submodule><submodule><name>openconfig-ospfv2-global</name><revision>2022-02-10</revision></submodule><submodule><name>openconfig-ospfv2-lsdb</name><revision>2022-02-10</revision></submodule><submodule><name>openconfig-ospfv2-area-interface</name><revision>2022-02-10</revision></submodule></module><module><name>openconfig-platform</name><revision>2018-01-30</revision><namespace>http://openconfig.net/yang/platform</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-platform-port</name><revision>2021-04-22</revision><namespace>http://openconfig.net/yang/platform/port</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-platform-transceiver</name><revision>2021-02-23</revision><namespace>http://openconfig.net/yang/platform/transceiver</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-platform-types</name><revision>2021-01-18</revision><namespace>http://openconfig.net/yang/platform-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-policy-types</name><revision>2022-11-08</revision><namespace>http://openconfig.net/yang/policy-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-protocols</name><revision></revision><namespace>http://openconfig.net/yang/protocols</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-rib-bgp</name><revision>2022-06-06</revision><namespace>http://openconfig.net/yang/rib/bgp</namespace><conformance-type>import</conformance-type><submodule><name>openconfig-rib-bgp-attributes</name><revision>2022-06-06</revision></submodule><submodule><name>openconfig-rib-bgp-tables</name><revision>2022-06-06</revision></submodule><submodule><name>openconfig-rib-bgp-table-attributes</name><revision>2022-06-06</revision></submodule><submodule><name>openconfig-rib-bgp-shared-attributes</name><revision>2022-06-06</revision></submodule></module><module><name>openconfig-rib-bgp-types</name><revision>2019-03-14</revision><namespace>http://openconfig.net/yang/rib/bgp-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-routing-policy</name><revision>2022-05-24</revision><namespace>http://openconfig.net/yang/routing-policy</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-telemetry</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/telemetry</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-telemetry-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/telemetry-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-terminal-device</name><revision>2021-02-23</revision><namespace>http://openconfig.net/yang/terminal-device</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-transport-types</name><revision>2021-03-22</revision><namespace>http://openconfig.net/yang/transport-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-types</name><revision>2019-04-16</revision><namespace>http://openconfig.net/yang/openconfig-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-yang-types</name><revision>2021-07-14</revision><namespace>http://openconfig.net/yang/types/yang</namespace><conformance-type>import</conformance-type></module><module><name>tailf-aaa</name><revision>2015-06-16</revision><namespace>http://tail-f.com/ns/aaa/1.1</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-acm</name><revision>2013-03-07</revision><namespace>http://tail-f.com/yang/acm</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-common-monitoring</name><revision>2013-06-14</revision><namespace>http://tail-f.com/yang/common-monitoring</namespace><conformance-type>import</conformance-type></module><module><name>tailf-confd-monitoring</name><revision>2013-06-14</revision><namespace>http://tail-f.com/yang/confd-monitoring</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-kicker</name><revision>2017-03-16</revision><namespace>http://tail-f.com/ns/kicker</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-netconf-monitoring</name><revision>2016-11-24</revision><namespace>http://tail-f.com/yang/netconf-monitoring</namespace><conformance-type>implement</conformance-type></module><module><name>vlan</name><revision></revision><namespace>http://sssup.it/yang/vlan</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-segment-routing-types</name><revision>2020-02-04</revision><namespace>http://openconfig.net/yang/segment-routing-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-network-instance-types</name><revision>2021-07-14</revision><namespace>http://openconfig.net/yang/network-instance-types</namespace><conformance-type>import</conformance-type></module></modules-state></data></rpc-reply>" -[2024-06-20 13:24:11,523] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: matching from 10223 bytes from start of buffer -[2024-06-20 13:24:11,523] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: regular expression start=0, end=4 -[2024-06-20 13:24:11,523] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: found end of message delimiter -[2024-06-20 13:24:11,525] DEBUG:ncclient.operations.rpc:[host 172.17.254.42 session-id 32] Delivering to <ncclient.operations.retrieve.Get object at 0x7fa7486b8ee0> -[2024-06-20 13:24:11,525] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: saving back rest of message after 10227 bytes, original size 10227 -[2024-06-20 13:24:11,525] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: ending -[2024-06-20 13:24:11,532] INFO:root:resource_key frequency and channgel_name {'index': 'channel-1'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:24:11,534] INFO:root:dic {'frequency': '192056250'} -[2024-06-20 13:24:11,534] INFO:root:resource_key target-output-power and channgel_name {'index': 'channel-1'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:24:11,535] INFO:root:dic {'frequency': '192056250', 'target-output-power': '1.0'} -[2024-06-20 13:24:11,535] INFO:root:resource_key operational-mode and channgel_name {'index': 'channel-1'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:24:11,536] INFO:root:dic {'frequency': '192056250', 'target-output-power': '1.0', 'operational-mode': '8'} -[2024-06-20 13:24:11,537] INFO:root:resource_key line-port and channgel_name {'index': 'channel-1'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:24:11,538] INFO:root:dic {'frequency': '192056250', 'target-output-power': '1.0', 'operational-mode': '8', 'line-port': 'transceiver-1'} -[2024-06-20 13:24:11,539] INFO:root:resource_key frequency and channgel_name {'index': 'channel-2'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:24:11,540] INFO:root:dic {'frequency': '191600000'} -[2024-06-20 13:24:11,540] INFO:root:resource_key target-output-power and channgel_name {'index': 'channel-2'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:24:11,542] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0'} -[2024-06-20 13:24:11,542] INFO:root:resource_key operational-mode and channgel_name {'index': 'channel-2'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:24:11,543] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0'} -[2024-06-20 13:24:11,543] INFO:root:resource_key line-port and channgel_name {'index': 'channel-2'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:24:11,545] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-2'} -[2024-06-20 13:24:11,545] INFO:root:resource_key frequency and channgel_name {'index': 'channel-3'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:24:11,547] INFO:root:dic {'frequency': '191600000'} -[2024-06-20 13:24:11,547] INFO:root:resource_key target-output-power and channgel_name {'index': 'channel-3'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:24:11,548] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0'} -[2024-06-20 13:24:11,548] INFO:root:resource_key operational-mode and channgel_name {'index': 'channel-3'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:24:11,550] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0'} -[2024-06-20 13:24:11,550] INFO:root:resource_key line-port and channgel_name {'index': 'channel-3'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:24:11,551] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-3'} -[2024-06-20 13:24:11,551] INFO:root:resource_key frequency and channgel_name {'index': 'channel-4'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:24:11,553] INFO:root:dic {'frequency': '191600000'} -[2024-06-20 13:24:11,553] INFO:root:resource_key target-output-power and channgel_name {'index': 'channel-4'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:24:11,554] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0'} -[2024-06-20 13:24:11,554] INFO:root:resource_key operational-mode and channgel_name {'index': 'channel-4'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:24:11,556] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0'} -[2024-06-20 13:24:11,556] INFO:root:resource_key line-port and channgel_name {'index': 'channel-4'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:24:11,557] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-4'} -[2024-06-20 13:24:11,559] INFO:root:parameters {'channels': [{'frequency': '192056250', 'target-output-power': '1.0', 'operational-mode': '8', 'line-port': 'transceiver-1', 'name': {'index': 'channel-1'}}, {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-2', 'name': {'index': 'channel-2'}}, {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-3', 'name': {'index': 'channel-3'}}, {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-4', 'name': {'index': 'channel-4'}}], 'transceivers': {'transceiver': ['transceiver-1', 'transceiver-2', 'transceiver-3', 'transceiver-4']}, 'channel_namespace': 'http://openconfig.net/yang/terminal-device', 'endpoints': [{'endpoint_uuid': {'uuid': {'index': 'channel-1'}}}, {'endpoint_uuid': {'uuid': {'index': 'channel-2'}}}, {'endpoint_uuid': {'uuid': {'index': 'channel-3'}}}, {'endpoint_uuid': {'uuid': {'index': 'channel-4'}}}], 'ports': [('/endpoints/endpoint[1]', {'uuid': '1', 'type': 'port-1'}), ('/endpoints/endpoint[2]', {'uuid': '2', 'type': 'port-2'}), ('/endpoints/endpoint[3]', {'uuid': '3', 'type': 'port-3'}), ('/endpoints/endpoint[4]', {'uuid': '4', 'type': 'port-4'})]} -[2024-06-20 13:24:11,559] DEBUG:context.client.ContextClient:SetOpticalConfig request: {"config": "{\"channels\": [{\"frequency\": \"192056250\", \"target-output-power\": \"1.0\", \"operational-mode\": \"8\", \"line-port\": \"transceiver-1\", \"name\": {\"index\": \"channel-1\"}}, {\"frequency\": \"191600000\", \"target-output-power\": \"100.0\", \"operational-mode\": \"0\", \"line-port\": \"transceiver-2\", \"name\": {\"index\": \"channel-2\"}}, {\"frequency\": \"191600000\", \"target-output-power\": \"100.0\", \"operational-mode\": \"0\", \"line-port\": \"transceiver-3\", \"name\": {\"index\": \"channel-3\"}}, {\"frequency\": \"191600000\", \"target-output-power\": \"100.0\", \"operational-mode\": \"0\", \"line-port\": \"transceiver-4\", \"name\": {\"index\": \"channel-4\"}}], \"transceivers\": {\"transceiver\": [\"transceiver-1\", \"transceiver-2\", \"transceiver-3\", \"transceiver-4\"]}, \"channel_namespace\": \"http://openconfig.net/yang/terminal-device\", \"endpoints\": [{\"endpoint_uuid\": {\"uuid\": {\"index\": \"channel-1\"}}}, {\"endpoint_uuid\": {\"uuid\": {\"index\": \"channel-2\"}}}, {\"endpoint_uuid\": {\"uuid\": {\"index\": \"channel-3\"}}}, {\"endpoint_uuid\": {\"uuid\": {\"index\": \"channel-4\"}}}], \"ports\": [[\"/endpoints/endpoint[1]\", {\"uuid\": \"1\", \"type\": \"port-1\"}], [\"/endpoints/endpoint[2]\", {\"uuid\": \"2\", \"type\": \"port-2\"}], [\"/endpoints/endpoint[3]\", {\"uuid\": \"3\", \"type\": \"port-3\"}], [\"/endpoints/endpoint[4]\", {\"uuid\": \"4\", \"type\": \"port-4\"}]]}", "device_id": {"device_uuid": {"uuid": "87d74166-65e3-595e-b643-122b4fd0303f"}}} -[2024-06-20 13:24:11,583] DEBUG:context.client.ContextClient:SetOpticalConfig result: {"opticalconfig_uuid": ""} -[2024-06-20 13:24:11,584] DEBUG:context.client.ContextClient:SetDevice request: {"components": [], "controller_id": {}, "device_config": {"config_rules": [{"action": "CONFIGACTION_SET", "custom": {"resource_key": "_connect/address", "resource_value": "172.17.254.42"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "_connect/port", "resource_value": "2022"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "_connect/settings", "resource_value": "{\n\"allow_agent\": false,\n\"commit_per_rule\": false,\n\"device_params\": {\n\"name\": \"default\"\n},\n\"endpoints\": [],\n\"force_running\": false,\n\"hostkey_verify\": false,\n\"look_for_keys\": false,\n\"manager_params\": {\n\"timeout\": 120\n},\n\"password\": \"admin\",\n\"type\": \"optical-transponder\",\n\"username\": \"admin\"\n}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[1]", "resource_value": "{\"type\": \"port-1\", \"uuid\": \"1\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[2]", "resource_value": "{\"type\": \"port-2\", \"uuid\": \"2\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[3]", "resource_value": "{\"type\": \"port-3\", \"uuid\": \"3\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[4]", "resource_value": "{\"type\": \"port-4\", \"uuid\": \"4\"}"}}]}, "device_drivers": ["DEVICEDRIVER_OC"], "device_endpoints": [{"endpoint_id": {"device_id": {"device_uuid": {"uuid": "87d74166-65e3-595e-b643-122b4fd0303f"}}, "endpoint_uuid": {"uuid": "1"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "port-1", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "87d74166-65e3-595e-b643-122b4fd0303f"}}, "endpoint_uuid": {"uuid": "2"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "port-2", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "87d74166-65e3-595e-b643-122b4fd0303f"}}, "endpoint_uuid": {"uuid": "3"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "port-3", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "87d74166-65e3-595e-b643-122b4fd0303f"}}, "endpoint_uuid": {"uuid": "4"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "port-4", "kpi_sample_types": [], "name": ""}], "device_id": {"device_uuid": {"uuid": "87d74166-65e3-595e-b643-122b4fd0303f"}}, "device_operational_status": "DEVICEOPERATIONALSTATUS_ENABLED", "device_type": "optical-transponder", "name": "T2.1"} -[2024-06-20 13:24:11,628] DEBUG:context.client.ContextClient:SetDevice result: {"device_uuid": {"uuid": "87d74166-65e3-595e-b643-122b4fd0303f"}} -[2024-06-20 13:24:11,629] DEBUG:context.client.ContextClient:SelectDevice request: {"device_ids": {"device_ids": [{"device_uuid": {"uuid": "87d74166-65e3-595e-b643-122b4fd0303f"}}]}, "include_components": false, "include_config_rules": false, "include_endpoints": true} -[2024-06-20 13:24:11,651] DEBUG:context.client.ContextClient:SelectDevice result: {"devices": [{"components": [], "controller_id": {}, "device_drivers": ["DEVICEDRIVER_OC"], "device_endpoints": [{"endpoint_id": {"device_id": {"device_uuid": {"uuid": "87d74166-65e3-595e-b643-122b4fd0303f"}}, "endpoint_uuid": {"uuid": "0329c3cb-7e98-504b-9a08-67a5480eb0a0"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "port-4", "kpi_sample_types": [], "name": "4"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "87d74166-65e3-595e-b643-122b4fd0303f"}}, "endpoint_uuid": {"uuid": "274a5fa6-0915-5a53-ba0e-996fc25d0aa2"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "port-2", "kpi_sample_types": [], "name": "2"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "87d74166-65e3-595e-b643-122b4fd0303f"}}, "endpoint_uuid": {"uuid": "2a307a8e-d326-5ea2-9437-b0320fb4c2a6"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "port-1", "kpi_sample_types": [], "name": "1"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "87d74166-65e3-595e-b643-122b4fd0303f"}}, "endpoint_uuid": {"uuid": "70d6a261-98fe-5953-8f28-3379a9f626ab"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "port-3", "kpi_sample_types": [], "name": "3"}], "device_id": {"device_uuid": {"uuid": "87d74166-65e3-595e-b643-122b4fd0303f"}}, "device_operational_status": "DEVICEOPERATIONALSTATUS_ENABLED", "device_type": "optical-transponder", "name": "T2.1"}]} -[2024-06-20 13:24:11,652] DEBUG:device.service.DeviceServiceServicerImpl:AddDevice reply: {"device_uuid": {"uuid": "87d74166-65e3-595e-b643-122b4fd0303f"}} -[2024-06-20 13:24:16,605] DEBUG:device.service.DeviceServiceServicerImpl:AddDevice request: {"components": [], "device_config": {"config_rules": [{"action": "CONFIGACTION_SET", "custom": {"resource_key": "_connect/address", "resource_value": "172.17.254.42"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "_connect/port", "resource_value": "2022"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "_connect/settings", "resource_value": "{\n\"allow_agent\": false,\n\"commit_per_rule\": false,\n\"device_params\": {\n\"name\": \"default\"\n},\n\"endpoints\": [],\n\"force_running\": false,\n\"hostkey_verify\": false,\n\"look_for_keys\": false,\n\"manager_params\": {\n\"timeout\": 120\n},\n\"password\": \"admin\",\n\"type\": \"optical-transponder\",\n\"username\": \"admin\"\n}"}}]}, "device_drivers": ["DEVICEDRIVER_OC"], "device_endpoints": [], "device_id": {"device_uuid": {"uuid": "T2.2"}}, "device_operational_status": "DEVICEOPERATIONALSTATUS_DISABLED", "device_type": "optical-transponder", "name": ""} -[2024-06-20 13:24:16,606] DEBUG:context.client.ContextClient:Creating channel to 10.152.183.195:1010... -[2024-06-20 13:24:16,606] DEBUG:context.client.ContextClient:Channel created -[2024-06-20 13:24:16,606] DEBUG:context.client.ContextClient:SelectDevice request: {"device_ids": {"device_ids": [{"device_uuid": {"uuid": "T2.2"}}]}, "include_components": true, "include_config_rules": true, "include_endpoints": true} -[2024-06-20 13:24:16,614] DEBUG:context.client.ContextClient:SelectDevice result: {"devices": []} -[2024-06-20 13:24:16,615] DEBUG:context.client.ContextClient:SetDevice request: {"components": [], "device_config": {"config_rules": [{"action": "CONFIGACTION_SET", "custom": {"resource_key": "_connect/address", "resource_value": "172.17.254.42"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "_connect/port", "resource_value": "2022"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "_connect/settings", "resource_value": "{\n\"allow_agent\": false,\n\"commit_per_rule\": false,\n\"device_params\": {\n\"name\": \"default\"\n},\n\"endpoints\": [],\n\"force_running\": false,\n\"hostkey_verify\": false,\n\"look_for_keys\": false,\n\"manager_params\": {\n\"timeout\": 120\n},\n\"password\": \"admin\",\n\"type\": \"optical-transponder\",\n\"username\": \"admin\"\n}"}}]}, "device_drivers": ["DEVICEDRIVER_OC"], "device_endpoints": [], "device_id": {"device_uuid": {"uuid": "T2.2"}}, "device_operational_status": "DEVICEOPERATIONALSTATUS_UNDEFINED", "device_type": "optical-transponder", "name": ""} -[2024-06-20 13:24:16,648] DEBUG:context.client.ContextClient:SetDevice result: {"device_uuid": {"uuid": "012c4e67-0024-5f30-b527-55ec6daf2639"}} -[2024-06-20 13:24:16,649] DEBUG:context.client.ContextClient:SelectDevice request: {"device_ids": {"device_ids": [{"device_uuid": {"uuid": "012c4e67-0024-5f30-b527-55ec6daf2639"}}]}, "include_components": true, "include_config_rules": true, "include_endpoints": true} -[2024-06-20 13:24:16,672] DEBUG:context.client.ContextClient:SelectDevice result: {"devices": [{"components": [], "controller_id": {}, "device_config": {"config_rules": [{"action": "CONFIGACTION_SET", "custom": {"resource_key": "_connect/address", "resource_value": "172.17.254.42"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "_connect/port", "resource_value": "2022"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "_connect/settings", "resource_value": "{\n\"allow_agent\": false,\n\"commit_per_rule\": false,\n\"device_params\": {\n\"name\": \"default\"\n},\n\"endpoints\": [],\n\"force_running\": false,\n\"hostkey_verify\": false,\n\"look_for_keys\": false,\n\"manager_params\": {\n\"timeout\": 120\n},\n\"password\": \"admin\",\n\"type\": \"optical-transponder\",\n\"username\": \"admin\"\n}"}}]}, "device_drivers": ["DEVICEDRIVER_OC"], "device_endpoints": [], "device_id": {"device_uuid": {"uuid": "012c4e67-0024-5f30-b527-55ec6daf2639"}}, "device_operational_status": "DEVICEOPERATIONALSTATUS_UNDEFINED", "device_type": "optical-transponder", "name": "T2.2"}]} -[2024-06-20 13:24:16,673] INFO:device.service.driver_api.DriverInstanceCache:Selecting driver for device(012c4e67-0024-5f30-b527-55ec6daf2639) with filter_fields({'device_type': 'optical-transponder', 'driver': [11]})... -[2024-06-20 13:24:16,673] INFO:device.service.driver_api.DriverInstanceCache:Driver(OCDriver) selected for device(012c4e67-0024-5f30-b527-55ec6daf2639) with filter_fields({'device_type': 'optical-transponder', 'driver': [11]})... -[2024-06-20 13:24:16,674] DEBUG:ncclient.transport.session:[host None session 0x7fa749889f40] <SSHSession(session, initial daemon)> created: client_capabilities=<dict_keyiterator object at 0x7fa74869a810> -[2024-06-20 13:24:16,815] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session 0x7fa749889f40] parsing netconf v1.0 -[2024-06-20 13:24:16,816] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session 0x7fa749889f40] parsing netconf v1.0 -[2024-06-20 13:24:16,818] INFO:root:settings {'allow_agent': False, 'commit_per_rule': False, 'device_params': {'name': 'default'}, 'endpoints': [], 'force_running': False, 'hostkey_verify': False, 'look_for_keys': False, 'manager_params': {'timeout': 120}, 'password': 'admin', 'type': 'optical-transponder', 'username': 'admin'} -[2024-06-20 13:24:16,819] INFO:ncclient.operations.rpc:[host 172.17.254.42 session-id 33] Requesting 'Get' -[2024-06-20 13:24:16,819] DEBUG:ncclient.operations.rpc:[host 172.17.254.42 session-id 33] Sync request, will wait for timeout=120 -[2024-06-20 13:24:16,976] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: starting -[2024-06-20 13:24:16,976] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:16,976] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:16,976] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:16,976] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: found chunk delimiter -[2024-06-20 13:24:16,977] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:16,977] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: not enough data for chunk yet -[2024-06-20 13:24:16,977] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: setting start to 0 -[2024-06-20 13:24:16,977] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: ending -[2024-06-20 13:24:16,977] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: starting -[2024-06-20 13:24:16,977] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:16,977] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:16,977] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:16,977] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: found chunk delimiter -[2024-06-20 13:24:16,978] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:16,978] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: not enough data for chunk yet -[2024-06-20 13:24:16,978] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: setting start to 0 -[2024-06-20 13:24:16,978] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: ending -[2024-06-20 13:24:16,978] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: starting -[2024-06-20 13:24:16,978] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:16,978] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:16,978] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:16,978] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: found chunk delimiter -[2024-06-20 13:24:16,978] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:16,979] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: not enough data for chunk yet -[2024-06-20 13:24:16,979] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: setting start to 0 -[2024-06-20 13:24:16,979] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: ending -[2024-06-20 13:24:16,979] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: starting -[2024-06-20 13:24:16,979] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:16,979] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:16,979] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:16,979] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: found chunk delimiter -[2024-06-20 13:24:16,979] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:16,980] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: appending 16376 bytes -[2024-06-20 13:24:16,980] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: fragment = "<?xml version="1.0" encoding="UTF-8"?> -<rpc-reply xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="urn:uuid:c1e1d8c5-f51f-4792-98c8-92f5d0541d5e" xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0"><data><bgp-instance xmlns="http://openconfig.net/yang/bgp"><bgp><global><route-selection-options><state><always-compare-med>false</always-compare-med><ignore-as-path-length>false</ignore-as-path-length><external-compare-router-id>true</external-compare-router-id><advertise-inactive-routes>false</advertise-inactive-routes><enable-aigp>false</enable-aigp><ignore-next-hop-igp-metric>false</ignore-next-hop-igp-metric></state></route-selection-options></global></bgp></bgp-instance><interfaces xmlns="http://openconfig.net/yang/interfaces"><interface><name>eth0</name><config><name>eth0</name><enabled>true</enabled></config><state><loopback-mode>false</loopback-mode><enabled>true</enabled></state><hold-time><state><up>0</up><down>0</down></state></hold-time><ipv4 xmlns="http://openconfig.net/yang/interfaces/ip"><addresses><address><ip>192.168.1.1</ip><config><ip>192.168.1.1</ip><prefix-length>24</prefix-length></config></address></addresses><proxy-arp><state><mode>DISABLE</mode></state></proxy-arp><unnumbered><state><enabled>false</enabled></state></unnumbered><state><enabled>true</enabled><dhcp-client>false</dhcp-client></state></ipv4><ipv6 xmlns="http://openconfig.net/yang/interfaces/ip"><router-advertisement><state><suppress>false</suppress></state></router-advertisement><unnumbered><state><enabled>false</enabled></state></unnumbered><state><enabled>true</enabled><dup-addr-detect-transmits>1</dup-addr-detect-transmits><dhcp-client>false</dhcp-client></state></ipv6></interface></interfaces><lldp xmlns="http://openconfig.net/yang/lldp"><state><enabled>true</enabled></state></lldp><components xmlns="http://openconfig.net/yang/platform"><component><name>channel-1</name><config><name>channel-1</name></config><state><name>channel-1</name><type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:OPTICAL_CHANNEL</type></state><optical-channel xmlns="http://openconfig.net/yang/terminal-device"><config><frequency>192056250</frequency><target-output-power>1.0</target-output-power><operational-mode>8</operational-mode><line-port>transceiver-1</line-port></config><state><frequency>192056250</frequency><target-output-power>1.0</target-output-power><operational-mode>8</operational-mode><line-port>transceiver-1</line-port><group-id>1</group-id><output-power><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></output-power><input-power><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></input-power><laser-bias-current><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></laser-bias-current><chromatic-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></chromatic-dispersion><polarization-mode-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></polarization-mode-dispersion><second-order-polarization-mode-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></second-order-polarization-mode-dispersion><polarization-dependent-loss><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></polarization-dependent-loss></state></optical-channel></component><component><name>channel-2</name><config><name>channel-2</name></config><state><name>channel-2</name><type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:OPTICAL_CHANNEL</type></state><optical-channel xmlns="http://openconfig.net/yang/terminal-device"><config><frequency>191600000</frequency><target-output-power>100.0</target-output-power><operational-mode>0</operational-mode><line-port>transceiver-2</line-port></config><state><frequency>191600000</frequency><target-output-power>0.0</target-output-power><operational-mode>0</operational-mode><line-port>transceiver-2</line-port><group-id>1</group-id><output-power><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></output-power><input-power><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></input-power><laser-bias-current><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></laser-bias-current><chromatic-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></chromatic-dispersion><polarization-mode-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></polarization-mode-dispersion><second-order-polarization-mode-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></second-order-polarization-mode-dispersion><polarization-dependent-loss><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></polarization-dependent-loss></state></optical-channel></component><component><name>channel-3</name><config><name>channel-3</name></config><state><name>channel-3</name><type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:OPTICAL_CHANNEL</type></state><optical-channel xmlns="http://openconfig.net/yang/terminal-device"><config><frequency>191600000</frequency><target-output-power>100.0</target-output-power><operational-mode>0</operational-mode><line-port>transceiver-3</line-port></config><state><frequency>191600000</frequency><target-output-power>0.0</target-output-power><operational-mode>0</operational-mode><line-port>transceiver-3</line-port><group-id>1</group-id><output-power><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></output-power><input-power><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></input-power><laser-bias-current><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></laser-bias-current><chromatic-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></chromatic-dispersion><polarization-mode-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></polarization-mode-dispersion><second-order-polarization-mode-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></second-order-polarization-mode-dispersion><polarization-dependent-loss><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></polarization-dependent-loss></state></optical-channel></component><component><name>channel-4</name><config><name>channel-4</name></config><state><name>channel-4</name><type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:OPTICAL_CHANNEL</type></state><optical-channel xmlns="http://openconfig.net/yang/terminal-device"><config><frequency>191600000</frequency><target-output-power>100.0</target-output-power><operational-mode>0</operational-mode><line-port>transceiver-4</line-port></config><state><frequency>191600000</frequency><target-output-power>0.0</target-output-power><operational-mode>0</operational-mode><line-port>transceiver-4</line-port><group-id>1</group-id><output-power><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></output-power><input-power><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></input-power><laser-bias-current><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></laser-bias-current><chromatic-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></chromatic-dispersion><polarization-mode-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></polarization-mode-dispersion><second-order-polarization-mode-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></second-order-polarization-mode-dispersion><polarization-dependent-loss><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></polarization-dependent-loss></state></optical-channel></component><component><name>device</name><config><name>device</name></config><state><name>MellanoxSwitch</name><type xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:OPERATING_SYSTEM</type><mfg-name>SSSA-CNIT</mfg-name><hardware-version>1.0.0</hardware-version><firmware-version>1.0.0</firmware-version><software-version>1.0.0</software-version><serial-no>610610</serial-no></state></component><component><name>port-1</name><config><name>port-1</name></config><state><name>port-1</name><type xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:PORT</type></state><properties><property><name>odtn-port-type</name><config><name>odtn-port-type</name><value>line</value></config><state><name>odtn-port-type</name><value>line</value></state></property><property><name>onos-index</name><config><name>onos-index</name><value>1</value></config><state><name>onos-index</name><value>1</value></state></property></properties><subcomponents><subcomponent><name>channel-1</name><config><name>channel-1</name></config><state><name>channel-1</name></state></subcomponent></subcomponents></component><component><name>port-2</name><config><name>port-2</name></config><state><name>port-2</name><type xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:PORT</type></state><properties><property><name>odtn-port-type</name><config><name>odtn-port-type</name><value>line</value></config><state><name>odtn-port-type</name><value>line</value></state></property><property><name>onos-index</name><config><name>onos-index</name><value>2</value></config><state><name>onos-index</name><value>2</value></state></property></properties><subcomponents><subcomponent><name>channel-2</name><config><name>channel-2</name></config><state><name>channel-2</name></state></subcomponent></subcomponents></component><component><name>port-3</name><config><name>port-3</name></config><state><name>port-3</name><type xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:PORT</type></state><properties><property><name>odtn-port-type</name><config><name>odtn-port-type</name><value>line</value></config><state><name>odtn-port-type</name><value>line</value></state></property><property><name>onos-index</name><config><name>onos-index</name><value>3</value></config><state><name>onos-index</name><value>3</value></state></property></properties><subcomponents><subcomponent><name>channel-3</name><config><name>channel-3</name></config><state><name>channel-3</name></state></subcomponent></subcomponents></component><component><name>port-4</name><config><name>port-4</name></config><state><name>port-4</name><type xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:PORT</type></state><properties><property><name>odtn-port-type</name><config><name>odtn-port-type</name><value>line</value></config><state><name>odtn-port-type</name><value>line</value></state></property><property><name>onos-index</name><config><name>onos-index</name><value>4</value></config><state><name>onos-index</name><value>4</value></state></property></properties><subcomponents><subcomponent><name>channel-4</name><config><name>channel-4</name></config><state><name>channel-4</name></state></subcomponent></subcomponents></component><component><name>transceiver-1</name><config><name>transceiver-1</name></config><state><name>transceiver-1</name><type xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:TRANSCEIVER</type></state><transceiver xmlns="http://openconfig.net/yang/platform/transceiver"><config><enabled>true</enabled><form-factor-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:QSFP56_DD_TYPE1</form-factor-preconf><ethernet-pmd-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:ETH_400GBASE_ZR</ethernet-pmd-preconf><fec-mode xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:FEC_AUTO</fec-mode><module-functional-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:TYPE_DIGITAL_COHERENT_OPTIC</module-functional-type></config><state><enabled>true</enabled><form-factor-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:QSFP56_DD_TYPE1</form-factor-preconf><ethernet-pmd-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:ETH_400GBASE_ZR</ethernet-pmd-preconf><fec-mode xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:FEC_AUTO</fec-mode><module-functional-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:TYPE_DIGITAL_COHERENT_OPTIC</module-functional-type><vendor>Cisco</vendor><vendor-part>400zr-QSFP-DD</vendor-part><vendor-rev>01</vendor-rev><serial-no>1567321</serial-no></state><physical-channels><channel><index>1</index><config><index>1</index><associated-optical-channel>channel-1</associated-optical-channel></config></channel></physical-channels></transceiver></component><component><name>transceiver-2</name><config><name>transceiver-2</name></config><state><name>transceiver-2</name><type xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:TRANSCEIVER</type></state><transceiver xmlns="http://openconfig.net/yang/platform/transceiver"><config><enabled>true</enabled><form-factor-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:QSFP56_DD_TYPE1</form-factor-preconf><ethernet-pmd-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:ETH_400GBASE_ZR</ethernet-pmd-preconf><fec-mode xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:FEC_AUTO</fec-mode><module-functional-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:TYPE_DIGITAL_COHERENT_OPTIC</module-functional-type></config><state><enabled>true</enabled><form-factor-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:QSFP56_DD_TYPE1</form-factor-preconf><ethernet-pmd-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:ETH_400GBASE_ZR</ethernet-pmd-preconf><fec-mode xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:FEC_AUTO</fec-mode><module-functional-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:TYPE_DIGITAL_COHERENT_OPTIC</module-functional-type><vendor>Cisco</vendor><vendor-part>400zr-QSFP-DD</vendor-part><vendor-rev>01</vendor-rev><serial-no>1567321</serial-no></state><physical-channels><channel><index>1</index><config><index>1</index><associated-optical-channel>channel-2</associated-optical-channel></config></channel></physical-channels></transceiver></component><component><name>transceiver-3</name><config><name>transceiver-3</name></config><state><name>transceiver-3</name><type xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:TRANSCEIVER</type></state><transceiver xmlns="http://openconfig.net/yang/platform/transceiver"><config><enabled>true</enabled><form-factor-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:QSFP56_DD_TYPE1</form-factor-preconf><ethernet-pmd-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:ETH_400GBASE_ZR</ethernet-pmd-preconf><fec-mode xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:FEC_AUTO</fec-mode><module-functional-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:TYPE_DIGITAL_COHERENT_OPTIC</module-functional-type></config><state><enabled>true</enabled><form-factor-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:QSFP56_DD_TYPE1</form-factor-preconf><ethernet-pmd-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:ETH_400GBASE_ZR</ethernet-pmd-preconf><fec-mode xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:FEC_AUTO</fec-mode><module-functional-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:TYPE_DIGITAL_COHEREN" -[2024-06-20 13:24:16,980] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:16,980] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: ending -[2024-06-20 13:24:17,007] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: starting -[2024-06-20 13:24:17,007] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:17,007] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:17,007] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:17,007] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: found chunk delimiter -[2024-06-20 13:24:17,007] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:17,007] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: not enough data for chunk yet -[2024-06-20 13:24:17,008] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: setting start to 0 -[2024-06-20 13:24:17,008] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: ending -[2024-06-20 13:24:17,008] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: starting -[2024-06-20 13:24:17,008] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:17,008] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:17,008] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:17,008] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: found chunk delimiter -[2024-06-20 13:24:17,008] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:17,008] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: not enough data for chunk yet -[2024-06-20 13:24:17,009] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: setting start to 0 -[2024-06-20 13:24:17,009] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: ending -[2024-06-20 13:24:17,009] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: starting -[2024-06-20 13:24:17,009] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:17,009] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:17,009] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:17,009] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: found chunk delimiter -[2024-06-20 13:24:17,009] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:17,009] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: not enough data for chunk yet -[2024-06-20 13:24:17,009] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: setting start to 0 -[2024-06-20 13:24:17,010] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: ending -[2024-06-20 13:24:17,010] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: starting -[2024-06-20 13:24:17,010] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:17,010] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:17,010] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:17,010] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: found chunk delimiter -[2024-06-20 13:24:17,010] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:17,010] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: appending 16376 bytes -[2024-06-20 13:24:17,010] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: fragment = "T_OPTIC</module-functional-type><vendor>Cisco</vendor><vendor-part>400zr-QSFP-DD</vendor-part><vendor-rev>01</vendor-rev><serial-no>1567321</serial-no></state><physical-channels><channel><index>1</index><config><index>1</index><associated-optical-channel>channel-3</associated-optical-channel></config></channel></physical-channels></transceiver></component><component><name>transceiver-4</name><config><name>transceiver-4</name></config><state><name>transceiver-4</name><type xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:TRANSCEIVER</type></state><transceiver xmlns="http://openconfig.net/yang/platform/transceiver"><config><enabled>true</enabled><form-factor-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:QSFP56_DD_TYPE1</form-factor-preconf><ethernet-pmd-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:ETH_400GBASE_ZR</ethernet-pmd-preconf><fec-mode xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:FEC_AUTO</fec-mode><module-functional-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:TYPE_DIGITAL_COHERENT_OPTIC</module-functional-type></config><state><enabled>true</enabled><form-factor-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:QSFP56_DD_TYPE1</form-factor-preconf><ethernet-pmd-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:ETH_400GBASE_ZR</ethernet-pmd-preconf><fec-mode xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:FEC_AUTO</fec-mode><module-functional-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:TYPE_DIGITAL_COHERENT_OPTIC</module-functional-type><vendor>Cisco</vendor><vendor-part>400zr-QSFP-DD</vendor-part><vendor-rev>01</vendor-rev><serial-no>1567321</serial-no></state><physical-channels><channel><index>1</index><config><index>1</index><associated-optical-channel>channel-4</associated-optical-channel></config></channel></physical-channels></transceiver></component></components><bgp-instance xmlns="http://openconfig.net/yang/protocols"><bgp><global><route-selection-options><state><always-compare-med>false</always-compare-med><ignore-as-path-length>false</ignore-as-path-length><external-compare-router-id>true</external-compare-router-id><advertise-inactive-routes>false</advertise-inactive-routes><enable-aigp>false</enable-aigp><ignore-next-hop-igp-metric>false</ignore-next-hop-igp-metric></state></route-selection-options></global><neighbors><neighbor><neighbor-address>192.168.1.1</neighbor-address><config><neighbor-address>192.168.1.1</neighbor-address><neighbor-port>88</neighbor-port><enabled>true</enabled><peer-as>65432</peer-as></config><state><neighbor-port>179</neighbor-port><enabled>true</enabled><route-flap-damping>false</route-flap-damping><send-community>NONE</send-community><dynamically-configured>false</dynamically-configured></state><timers><state><connect-retry>30</connect-retry><hold-time>90</hold-time><keepalive-interval>30</keepalive-interval><minimum-advertisement-interval>30</minimum-advertisement-interval></state></timers><transport><state><mtu-discovery>false</mtu-discovery><passive-mode>false</passive-mode></state></transport><error-handling><state><treat-as-withdraw>false</treat-as-withdraw></state></error-handling><logging-options><state><log-neighbor-state-changes>true</log-neighbor-state-changes></state></logging-options><ebgp-multihop><state><enabled>false</enabled></state></ebgp-multihop><route-reflector><state><route-reflector-client>false</route-reflector-client></state></route-reflector><as-path-options><state><allow-own-as>0</allow-own-as><replace-peer-as>false</replace-peer-as><disable-peer-as-filter>false</disable-peer-as-filter></state></as-path-options><use-multiple-paths><state><enabled>false</enabled></state><ebgp><state><allow-multiple-as>false</allow-multiple-as></state></ebgp></use-multiple-paths><apply-policy><state><default-import-policy>REJECT_ROUTE</default-import-policy><default-export-policy>REJECT_ROUTE</default-export-policy></state></apply-policy></neighbor></neighbors></bgp></bgp-instance><ospf-instance xmlns="http://openconfig.net/yang/protocols"><ospfv2><global><state><summary-route-cost-mode>RFC2328_COMPATIBLE</summary-route-cost-mode></state></global></ospfv2></ospf-instance><terminal-device xmlns="http://openconfig.net/yang/terminal-device"><logical-channels><channel><index>1</index><config><index>1</index><description>Logical channel 1</description><admin-state>DISABLED</admin-state><logical-channel-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:PROT_OTN</logical-channel-type><loopback-mode>NONE</loopback-mode></config><state><index>1</index><description>Logical channel 1</description><admin-state>DISABLED</admin-state><logical-channel-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:PROT_OTN</logical-channel-type><loopback-mode>NONE</loopback-mode><link-state>UP</link-state></state><ingress><config><transceiver>transceiver-1</transceiver></config><state><transceiver>transceiver-1</transceiver></state></ingress><logical-channel-assignments><assignment><index>1</index><config><index>1</index><description>Optical channel assigned 100</description><assignment-type>OPTICAL_CHANNEL</assignment-type><optical-channel>channel-1</optical-channel><allocation>100.0</allocation></config><state><index>1</index><description>Optical channel assigned 100</description><assignment-type>OPTICAL_CHANNEL</assignment-type><optical-channel>channel-1</optical-channel><allocation>100.0</allocation></state></assignment></logical-channel-assignments></channel><channel><index>2</index><config><index>2</index><description>Logical channel 2</description><admin-state>DISABLED</admin-state><logical-channel-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:PROT_OTN</logical-channel-type><loopback-mode>NONE</loopback-mode></config><state><index>2</index><description>Logical channel 2</description><admin-state>DISABLED</admin-state><logical-channel-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:PROT_OTN</logical-channel-type><loopback-mode>NONE</loopback-mode><link-state>UP</link-state></state><ingress><config><transceiver>transceiver-2</transceiver></config><state><transceiver>transceiver-2</transceiver></state></ingress><logical-channel-assignments><assignment><index>1</index><config><index>1</index><description>Optical channel assigned 100</description><assignment-type>OPTICAL_CHANNEL</assignment-type><optical-channel>channel-2</optical-channel><allocation>100.0</allocation></config><state><index>1</index><description>Optical channel assigned 100</description><assignment-type>OPTICAL_CHANNEL</assignment-type><optical-channel>channel-2</optical-channel><allocation>100.0</allocation></state></assignment></logical-channel-assignments></channel><channel><index>3</index><config><index>3</index><description>Logical channel 3</description><admin-state>DISABLED</admin-state><logical-channel-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:PROT_OTN</logical-channel-type><loopback-mode>NONE</loopback-mode></config><state><index>3</index><description>Logical channel 3</description><admin-state>DISABLED</admin-state><logical-channel-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:PROT_OTN</logical-channel-type><loopback-mode>NONE</loopback-mode><link-state>UP</link-state></state><ingress><config><transceiver>transceiver-3</transceiver></config><state><transceiver>transceiver-3</transceiver></state></ingress><logical-channel-assignments><assignment><index>1</index><config><index>1</index><description>Optical channel assigned 100</description><assignment-type>OPTICAL_CHANNEL</assignment-type><optical-channel>channel-3</optical-channel><allocation>100.0</allocation></config><state><index>1</index><description>Optical channel assigned 100</description><assignment-type>OPTICAL_CHANNEL</assignment-type><optical-channel>channel-3</optical-channel><allocation>100.0</allocation></state></assignment></logical-channel-assignments></channel><channel><index>4</index><config><index>4</index><description>Logical channel 4</description><admin-state>DISABLED</admin-state><logical-channel-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:PROT_OTN</logical-channel-type><loopback-mode>NONE</loopback-mode></config><state><index>4</index><description>Logical channel 4</description><admin-state>DISABLED</admin-state><logical-channel-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:PROT_OTN</logical-channel-type><loopback-mode>NONE</loopback-mode><link-state>UP</link-state></state><ingress><config><transceiver>transceiver-4</transceiver></config><state><transceiver>transceiver-4</transceiver></state></ingress><logical-channel-assignments><assignment><index>1</index><config><index>1</index><description>Optical channel assigned 100</description><assignment-type>OPTICAL_CHANNEL</assignment-type><optical-channel>channel-4</optical-channel><allocation>100.0</allocation></config><state><index>1</index><description>Optical channel assigned 100</description><assignment-type>OPTICAL_CHANNEL</assignment-type><optical-channel>channel-4</optical-channel><allocation>100.0</allocation></state></assignment></logical-channel-assignments></channel></logical-channels><operational-modes><mode><mode-id>1</mode-id><state><mode-id>1</mode-id><description>FEC1</description><vendor-id>Ericsson</vendor-id></state></mode><mode><mode-id>2</mode-id><state><mode-id>2</mode-id><description>FEC2</description><vendor-id>Ericsson</vendor-id></state></mode></operational-modes></terminal-device><aaa xmlns="http://tail-f.com/ns/aaa/1.1"><authentication><users><user><name>admin</name><uid>9000</uid><gid>100</gid><password>$1$lPNyHD3D$t9eLr07hXOEy1983ReE8k0</password><ssh_keydir>/var/confd/homes/admin/.ssh</ssh_keydir><homedir>/var/confd/homes/admin</homedir></user><user><name>oper</name><uid>9003</uid><gid>103</gid><password>$1$gflBsGcV$PdW1/SBjHWGBRlZuBfdva/</password><ssh_keydir>/var/confd/homes/oper/.ssh</ssh_keydir><homedir>/var/confd/homes/oper</homedir></user><user><name>optical</name><uid>9001</uid><gid>101</gid><password>$1$HCxex4ow$jHGQxsbMB1dWNK97ydKv20</password><ssh_keydir>/var/confd/homes/optical/.ssh</ssh_keydir><homedir>/var/confd/homes/optical</homedir></user><user><name>packet</name><uid>9002</uid><gid>102</gid><password>$1$2CYgcCNT$bV6L4CxgDPQP9EMyZ4Rsc1</password><ssh_keydir>/var/confd/homes/packet/.ssh</ssh_keydir><homedir>/var/confd/homes/packet</homedir></user><user><name>private</name><uid>9005</uid><gid>103</gid><password>$1$2MXxtlsM$qZfOcm4WXD2c8duQXzdru0</password><ssh_keydir>/var/confd/homes/private/.ssh</ssh_keydir><homedir>/var/confd/homes/private</homedir></user><user><name>public</name><uid>9004</uid><gid>100</gid><password>$1$1tOWUHZV$iad9vZD8aF68c6x21nhHo/</password><ssh_keydir>/var/confd/homes/public/.ssh</ssh_keydir><homedir>/var/confd/homes/public</homedir></user></users></authentication><ios><level><nr>0</nr><prompt>\h> </prompt></level><level><nr>15</nr><prompt>\h# </prompt></level><privilege><mode>exec</mode><level><nr>0</nr><command><name>action</name></command><command><name>autowizard</name></command><command><name>enable</name></command><command><name>exit</name></command><command><name>help</name></command><command><name>startup</name></command></level><level><nr>15</nr><command><name>configure</name></command></level></privilege></ios></aaa><confd-state xmlns="http://tail-f.com/yang/confd-monitoring"><version>6.4</version><epoll>false</epoll><daemon-status>started</daemon-status><loaded-data-models><data-model><name>iana-crypt-hash</name><revision>2014-08-06</revision><namespace>urn:ietf:params:xml:ns:yang:iana-crypt-hash</namespace><prefix>ianach</prefix><exported-to-all/></data-model><data-model><name>ietf-inet-types</name><revision>2013-07-15</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-inet-types</namespace><prefix>inet</prefix><exported-to-all/></data-model><data-model><name>ietf-interfaces</name><revision>2014-05-08</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-interfaces</namespace><prefix>if</prefix><exported-to-all/></data-model><data-model><name>ietf-netconf-acm</name><revision>2012-02-22</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-acm</namespace><prefix>nacm</prefix><exported-to-all/></data-model><data-model><name>ietf-netconf-monitoring</name><revision>2010-10-04</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring</namespace><prefix>ncm</prefix><exported-to-all/></data-model><data-model><name>ietf-netconf-notifications</name><revision>2012-02-06</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-notifications</namespace><prefix>ncn</prefix><exported-to-all/></data-model><data-model><name>ietf-yang-library</name><revision>2016-06-21</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-library</namespace><prefix>yanglib</prefix><exported-to>netconf</exported-to><exported-to>rest</exported-to></data-model><data-model><name>ietf-yang-types</name><revision>2013-07-15</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-types</namespace><prefix>yang</prefix><exported-to-all/></data-model><data-model><name>netconf_netmod</name><namespace>urn:ietf:params:xml:ns:netmod:notification</namespace><prefix>nm</prefix><exported-to>netconf</exported-to></data-model><data-model><name>openconfig-alarm-types</name><revision>2018-01-16</revision><namespace>http://openconfig.net/yang/alarms/types</namespace><prefix>oc-alarm-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-bfd</name><revision>2022-06-28</revision><namespace>http://openconfig.net/yang/bfd</namespace><prefix>oc-bfd</prefix><exported-to-all/></data-model><data-model><name>openconfig-bgp</name><revision>2022-05-21</revision><namespace>http://openconfig.net/yang/bgp</namespace><prefix>oc-bgp</prefix><exported-to-all/></data-model><data-model><name>openconfig-bgp-types</name><revision>2021-08-06</revision><namespace>http://openconfig.net/yang/bgp-types</namespace><prefix>oc-bgp-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-evpn-types</name><revision>2021-06-21</revision><namespace>http://openconfig.net/yang/evpn-types</namespace><prefix>oc-evpn-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-if-ethernet</name><revision>2022-04-20</revision><namespace>http://openconfig.net/yang/interfaces/ethernet</namespace><prefix>oc-eth</prefix><exported-to-all/></data-model><data-model><name>openconfig-if-ip</name><revision>2019-01-08</revision><namespace>http://openconfig.net/yang/interfaces/ip</namespace><prefix>oc-ip</prefix><exported-to-all/></data-model><data-model><name>openconfig-inet-types</name><revision>2021-08-17</revision><namespace>http://openconfig.net/yang/types/inet</namespace><prefix>oc-inet</prefix><exported-to-all/></data-model><data-model><name>openconfig-interfaces</name><revision>2021-04-06</revision><namespace>http://openconfig.net/yang/interfaces</namespace><prefix>oc-if</prefix><exported-to-all/></data-model><data-model><name>openconfig-lldp</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/lldp</namespace><prefix>oc-lldp</prefix><exported-to-all/></data-model><data-model><name>openconfig-lldp-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/lldp/types</namespace><prefix>oc-lldp-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-mpls-types</name><revision>2021-12-01</revision><namespace>http://openconfig.net/yang/mpls-types</namespace><prefix>oc-mplst</prefix><exported-to-all/></data-model><data-model><name>openconfig-network-instance-types</name><revision>2021-07-14</revision><namespace>http://openconfig.net/yang/network-instance-types</namespace><prefix>oc-ni-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-ospf-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/ospf-types</namespace><prefix>oc-ospf-types</prefix><exporte" -[2024-06-20 13:24:17,011] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:17,011] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: ending -[2024-06-20 13:24:17,049] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: starting -[2024-06-20 13:24:17,049] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:17,049] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:17,049] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:17,050] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: found chunk delimiter -[2024-06-20 13:24:17,050] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:17,050] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: not enough data for chunk yet -[2024-06-20 13:24:17,050] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: setting start to 0 -[2024-06-20 13:24:17,050] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: ending -[2024-06-20 13:24:17,050] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: starting -[2024-06-20 13:24:17,050] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:17,050] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:17,050] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:17,050] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: found chunk delimiter -[2024-06-20 13:24:17,051] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:17,051] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: not enough data for chunk yet -[2024-06-20 13:24:17,051] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: setting start to 0 -[2024-06-20 13:24:17,051] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: ending -[2024-06-20 13:24:17,051] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: starting -[2024-06-20 13:24:17,051] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:17,051] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:17,051] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:17,051] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: found chunk delimiter -[2024-06-20 13:24:17,051] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:17,052] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: not enough data for chunk yet -[2024-06-20 13:24:17,052] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: setting start to 0 -[2024-06-20 13:24:17,052] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: ending -[2024-06-20 13:24:17,052] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: starting -[2024-06-20 13:24:17,052] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:17,052] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:17,052] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:17,052] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: found chunk delimiter -[2024-06-20 13:24:17,052] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:17,053] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: appending 16376 bytes -[2024-06-20 13:24:17,053] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: fragment = "d-to-all/></data-model><data-model><name>openconfig-ospfv2</name><revision>2022-02-10</revision><namespace>http://openconfig.net/yang/ospfv2</namespace><prefix>oc-ospfv2</prefix><exported-to-all/></data-model><data-model><name>openconfig-platform</name><revision>2018-01-30</revision><namespace>http://openconfig.net/yang/platform</namespace><prefix>oc-platform</prefix><exported-to-all/></data-model><data-model><name>openconfig-platform-port</name><revision>2021-04-22</revision><namespace>http://openconfig.net/yang/platform/port</namespace><prefix>oc-port</prefix><exported-to-all/></data-model><data-model><name>openconfig-platform-transceiver</name><revision>2021-02-23</revision><namespace>http://openconfig.net/yang/platform/transceiver</namespace><prefix>oc-transceiver</prefix><exported-to-all/></data-model><data-model><name>openconfig-platform-types</name><revision>2021-01-18</revision><namespace>http://openconfig.net/yang/platform-types</namespace><prefix>oc-platform-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-policy-types</name><revision>2022-11-08</revision><namespace>http://openconfig.net/yang/policy-types</namespace><prefix>oc-pol-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-protocols</name><namespace>http://openconfig.net/yang/protocols</namespace><prefix>oc-prt</prefix><exported-to-all/></data-model><data-model><name>openconfig-rib-bgp</name><revision>2022-06-06</revision><namespace>http://openconfig.net/yang/rib/bgp</namespace><prefix>oc-rib-bgp</prefix><exported-to-all/></data-model><data-model><name>openconfig-rib-bgp-types</name><revision>2019-03-14</revision><namespace>http://openconfig.net/yang/rib/bgp-types</namespace><prefix>oc-bgprib-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-routing-policy</name><revision>2022-05-24</revision><namespace>http://openconfig.net/yang/routing-policy</namespace><prefix>oc-rpol</prefix><exported-to-all/></data-model><data-model><name>openconfig-segment-routing-types</name><revision>2020-02-04</revision><namespace>http://openconfig.net/yang/segment-routing-types</namespace><prefix>oc-srt</prefix><exported-to-all/></data-model><data-model><name>openconfig-telemetry</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/telemetry</namespace><prefix>oc-telemetry</prefix><exported-to-all/></data-model><data-model><name>openconfig-telemetry-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/telemetry-types</namespace><prefix>oc-telemetry-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-terminal-device</name><revision>2021-02-23</revision><namespace>http://openconfig.net/yang/terminal-device</namespace><prefix>oc-opt-term</prefix><exported-to-all/></data-model><data-model><name>openconfig-transport-types</name><revision>2021-03-22</revision><namespace>http://openconfig.net/yang/transport-types</namespace><prefix>oc-opt-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-types</name><revision>2019-04-16</revision><namespace>http://openconfig.net/yang/openconfig-types</namespace><prefix>oc-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-yang-types</name><revision>2021-07-14</revision><namespace>http://openconfig.net/yang/types/yang</namespace><prefix>oc-yang</prefix><exported-to-all/></data-model><data-model><name>tailf-aaa</name><revision>2015-06-16</revision><namespace>http://tail-f.com/ns/aaa/1.1</namespace><prefix>aaa</prefix><exported-to-all/></data-model><data-model><name>tailf-acm</name><revision>2013-03-07</revision><namespace>http://tail-f.com/yang/acm</namespace><prefix>tacm</prefix><exported-to-all/></data-model><data-model><name>tailf-common-monitoring</name><revision>2013-06-14</revision><namespace>http://tail-f.com/yang/common-monitoring</namespace><prefix>tfcg</prefix><exported-to-all/></data-model><data-model><name>tailf-confd-monitoring</name><revision>2013-06-14</revision><namespace>http://tail-f.com/yang/confd-monitoring</namespace><prefix>tfcm</prefix><exported-to-all/></data-model><data-model><name>tailf-kicker</name><revision>2017-03-16</revision><namespace>http://tail-f.com/ns/kicker</namespace><prefix>kicker</prefix><exported-to-all/></data-model><data-model><name>tailf-netconf-monitoring</name><revision>2016-11-24</revision><namespace>http://tail-f.com/yang/netconf-monitoring</namespace><prefix>tncm</prefix><exported-to-all/></data-model><data-model><name>tailf-rollback</name><revision>2016-09-15</revision><namespace>http://tail-f.com/ns/rollback</namespace><prefix>rollback</prefix><exported-to>rest</exported-to></data-model><data-model><name>vlan</name><namespace>http://sssup.it/yang/vlan</namespace><prefix>sv</prefix><exported-to-all/></data-model></loaded-data-models><netconf><listen><tcp><ip>0.0.0.0</ip><port>2023</port></tcp><ssh><ip>0.0.0.0</ip><port>2022</port></ssh></listen></netconf><cli><listen><ssh><ip>0.0.0.0</ip><port>2024</port></ssh></listen></cli><internal><callpoints><notification-stream-replay><name>NETCONF</name><replay-support>none</replay-support></notification-stream-replay><notification-stream-replay><name>mellanox</name><replay-support>external</replay-support><daemon><id>0</id><name>notifier</name></daemon></notification-stream-replay></callpoints><cdb><datastore><name>running</name><transaction-id>1717-750545-631285</transaction-id><filename>./confd-cdb/A.cdb</filename><disk-size>13451</disk-size><ram-size>81462</ram-size><read-locks>0</read-locks><write-lock-set>false</write-lock-set><waiting-for-replication-sync>false</waiting-for-replication-sync></datastore><datastore><name>operational</name><filename>./confd-cdb/O.cdb</filename><disk-size>4</disk-size><ram-size>136</ram-size><subscription-lock-set>false</subscription-lock-set></datastore><client><name>notifier</name><info>325/6</info><type>subscriber</type><subscription><datastore>running</datastore><priority>1</priority><id>6</id><path>/terminal-device/logical-channels/channel/config</path></subscription><subscription><datastore>running</datastore><priority>2</priority><id>8</id><path>/telemetry-system/subscriptions/dynamic-subscriptions</path></subscription><subscription><datastore>running</datastore><priority>2</priority><id>7</id><path>/components/component/optical-channel/config</path></subscription><subscription><datastore>running</datastore><priority>3</priority><id>9</id><path>/switched-vlans/vlan/tagged-members/member</path></subscription><subscription><datastore>running</datastore><priority>4</priority><id>10</id><path>/switched-vlans/vlan/untagged-members/member</path></subscription><subscription><datastore>running</datastore><priority>5</priority><id>11</id><path>/interfaces/interface</path></subscription><subscription><datastore>running</datastore><priority>6</priority><id>12</id><path>/bgp-instance/bgp</path></subscription></client><client><name>notifier</name><info>325/5</info><type>inactive</type></client></cdb></internal></confd-state><netconf xmlns="urn:ietf:params:xml:ns:netmod:notification"><streams><stream><name>NETCONF</name><description>default NETCONF event stream</description><replaySupport>false</replaySupport></stream><stream><name>mellanox</name><description>Notifications regarding the transponder</description><replaySupport>true</replaySupport><replayLogCreationTime>2024-06-06T22:51:42.135613+00:00</replayLogCreationTime></stream></streams></netconf><nacm xmlns="urn:ietf:params:xml:ns:yang:ietf-netconf-acm"><enable-nacm>true</enable-nacm><read-default>permit</read-default><write-default>permit</write-default><exec-default>permit</exec-default><enable-external-groups>true</enable-external-groups><denied-operations>0</denied-operations><denied-data-writes>0</denied-data-writes><denied-notifications>0</denied-notifications><groups><group><name>admin</name><user-name>admin</user-name><user-name>private</user-name></group><group><name>oper</name><user-name>oper</user-name><user-name>public</user-name></group><group><name>opt</name><user-name>optical</user-name></group><group><name>pck</name><user-name>packet</user-name></group></groups><rule-list><name>any-group</name><group>*</group><rule><name>get</name><module-name>*</module-name><path>/</path><access-operations>read</access-operations><action>permit</action></rule><rule><name>tailf-aaa-authentication</name><module-name>tailf-aaa</module-name><path>/aaa/authentication/users/user[name='$USER']</path><access-operations>read update</access-operations><action>permit</action></rule><rule><name>tailf-aaa-user</name><module-name>tailf-aaa</module-name><path>/user[name='$USER']</path><access-operations>create read update delete</access-operations><action>permit</action></rule><rule><name>tailf-webui-user</name><module-name>tailf-webui</module-name><path>/webui/data-stores/user-profile[username='$USER']</path><access-operations>create read update delete</access-operations><action>permit</action></rule></rule-list><rule-list><name>packet</name><group>pck</group><rule><name>vlan</name><module-name>vlan</module-name><path>/switched-vlans</path><access-operations>create read update delete</access-operations><action>permit</action></rule><rule><name>terminal-device</name><module-name>*</module-name><path>/terminal-device</path><access-operations>create update delete</access-operations><action>deny</action></rule><rule><name>components</name><module-name>*</module-name><path>/components</path><access-operations>create update delete</access-operations><action>deny</action></rule></rule-list><rule-list><name>optical</name><group>opt</group><rule><name>terminal-device</name><module-name>*</module-name><path>/terminal-device</path><access-operations>create read update delete</access-operations><action>permit</action></rule><rule><name>components</name><module-name>*</module-name><path>/components</path><access-operations>create read update delete</access-operations><action>permit</action></rule><rule><name>vlan</name><module-name>vlan</module-name><path>/switched-vlans</path><access-operations>create update delete</access-operations><action>deny</action></rule></rule-list><rule-list><name>admin</name><group>admin</group><rule><name>any-access</name><action>permit</action></rule></rule-list></nacm><netconf-state xmlns="urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring"><capabilities><capability>urn:ietf:params:netconf:base:1.0</capability><capability>urn:ietf:params:netconf:base:1.1</capability><capability>urn:ietf:params:netconf:capability:writable-running:1.0</capability><capability>urn:ietf:params:netconf:capability:xpath:1.0</capability><capability>urn:ietf:params:netconf:capability:validate:1.0</capability><capability>urn:ietf:params:netconf:capability:validate:1.1</capability><capability>urn:ietf:params:netconf:capability:rollback-on-error:1.0</capability><capability>urn:ietf:params:netconf:capability:notification:1.0</capability><capability>urn:ietf:params:netconf:capability:with-defaults:1.0?basic-mode=explicit&also-supported=report-all-tagged</capability><capability>urn:ietf:params:netconf:capability:yang-library:1.0?revision=2016-06-21&module-set-id=f1285a0c7bf3c6c159ca5c87b160ec60</capability><capability>http://tail-f.com/ns/netconf/extensions</capability><capability>http://openconfig.net/yang/alarms/types?module=openconfig-alarm-types&revision=2018-01-16</capability><capability>http://openconfig.net/yang/bfd?module=openconfig-bfd&revision=2022-06-28</capability><capability>http://openconfig.net/yang/bgp?module=openconfig-bgp&revision=2022-05-21</capability><capability>http://openconfig.net/yang/bgp-types?module=openconfig-bgp-types&revision=2021-08-06</capability><capability>http://openconfig.net/yang/evpn-types?module=openconfig-evpn-types&revision=2021-06-21</capability><capability>http://openconfig.net/yang/interfaces?module=openconfig-interfaces&revision=2021-04-06</capability><capability>http://openconfig.net/yang/interfaces/ethernet?module=openconfig-if-ethernet&revision=2022-04-20</capability><capability>http://openconfig.net/yang/interfaces/ip?module=openconfig-if-ip&revision=2019-01-08</capability><capability>http://openconfig.net/yang/lldp?module=openconfig-lldp&revision=2018-11-21</capability><capability>http://openconfig.net/yang/lldp/types?module=openconfig-lldp-types&revision=2018-11-21</capability><capability>http://openconfig.net/yang/mpls-types?module=openconfig-mpls-types&revision=2021-12-01</capability><capability>http://openconfig.net/yang/network-instance-types?module=openconfig-network-instance-types&revision=2021-07-14</capability><capability>http://openconfig.net/yang/openconfig-types?module=openconfig-types&revision=2019-04-16</capability><capability>http://openconfig.net/yang/ospf-types?module=openconfig-ospf-types&revision=2018-11-21</capability><capability>http://openconfig.net/yang/ospfv2?module=openconfig-ospfv2&revision=2022-02-10</capability><capability>http://openconfig.net/yang/platform?module=openconfig-platform&revision=2018-01-30</capability><capability>http://openconfig.net/yang/platform-types?module=openconfig-platform-types&revision=2021-01-18</capability><capability>http://openconfig.net/yang/platform/port?module=openconfig-platform-port&revision=2021-04-22</capability><capability>http://openconfig.net/yang/platform/transceiver?module=openconfig-platform-transceiver&revision=2021-02-23</capability><capability>http://openconfig.net/yang/policy-types?module=openconfig-policy-types&revision=2022-11-08</capability><capability>http://openconfig.net/yang/protocols?module=openconfig-protocols</capability><capability>http://openconfig.net/yang/rib/bgp?module=openconfig-rib-bgp&revision=2022-06-06</capability><capability>http://openconfig.net/yang/rib/bgp-types?module=openconfig-rib-bgp-types&revision=2019-03-14</capability><capability>http://openconfig.net/yang/routing-policy?module=openconfig-routing-policy&revision=2022-05-24</capability><capability>http://openconfig.net/yang/segment-routing-types?module=openconfig-segment-routing-types&revision=2020-02-04</capability><capability>http://openconfig.net/yang/telemetry?module=openconfig-telemetry&revision=2018-11-21</capability><capability>http://openconfig.net/yang/telemetry-types?module=openconfig-telemetry-types&revision=2018-11-21</capability><capability>http://openconfig.net/yang/terminal-device?module=openconfig-terminal-device&revision=2021-02-23</capability><capability>http://openconfig.net/yang/transport-types?module=openconfig-transport-types&revision=2021-03-22</capability><capability>http://openconfig.net/yang/types/inet?module=openconfig-inet-types&revision=2021-08-17</capability><capability>http://openconfig.net/yang/types/yang?module=openconfig-yang-types&revision=2021-07-14</capability><capability>http://sssup.it/yang/vlan?module=vlan</capability><capability>http://tail-f.com/ns/aaa/1.1?module=tailf-aaa&revision=2015-06-16</capability><capability>http://tail-f.com/ns/kicker?module=tailf-kicker&revision=2017-03-16</capability><capability>http://tail-f.com/yang/acm?module=tailf-acm&revision=2013-03-07</capability><capability>http://tail-f.com/yang/common-monitoring?module=tailf-common-monitoring&revision=2013-06-14</capability><capability>http://tail-f.com/yang/confd-monitoring?module=tailf-confd-monitoring&revision=2013-06-14</capability><capability>http://tail-f.com/yang/netconf-monitoring?module=tailf-netconf-monitoring&revision=2016-11-24</capability><capability>urn:ietf:params:xml:ns:yang:iana-crypt-hash?module=iana-crypt-hash&revision=2014-08-06&features=crypt-hash-sha-512,crypt-hash-sha-256,crypt-hash-md5</capability><capability>urn:ietf:params:xml:ns:yang:ietf-inet-types?module=ietf-inet-types&revision=2013-07-15</capability><capability>urn:ietf:params:xml:ns:yang:ietf-interfaces?module=ietf-interfaces&revision=2014-05-08&features=pre-provisioning,if-mib,arbitrary-names</capability><capability>urn:ietf:params:xml:ns:yang:ietf-netconf-acm?module=ietf-netconf-acm&revision=2012-02-22</capability><capability>urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring?module=ietf-netconf-monitoring&revision=2010-10-04</capability><capability>urn:ietf:params:xml:ns:yang:ietf-" -[2024-06-20 13:24:17,053] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:17,053] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: ending -[2024-06-20 13:24:17,081] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: starting -[2024-06-20 13:24:17,082] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:17,082] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:17,082] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:17,082] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: found chunk delimiter -[2024-06-20 13:24:17,082] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:17,082] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: not enough data for chunk yet -[2024-06-20 13:24:17,082] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: setting start to 0 -[2024-06-20 13:24:17,082] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: ending -[2024-06-20 13:24:17,082] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: starting -[2024-06-20 13:24:17,082] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:17,083] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:17,083] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:17,083] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: found chunk delimiter -[2024-06-20 13:24:17,083] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:17,083] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: not enough data for chunk yet -[2024-06-20 13:24:17,083] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: setting start to 0 -[2024-06-20 13:24:17,083] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: ending -[2024-06-20 13:24:17,083] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: starting -[2024-06-20 13:24:17,083] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:17,083] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:17,083] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:17,084] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: found chunk delimiter -[2024-06-20 13:24:17,084] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:17,084] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: not enough data for chunk yet -[2024-06-20 13:24:17,084] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: setting start to 0 -[2024-06-20 13:24:17,084] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: ending -[2024-06-20 13:24:17,084] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: starting -[2024-06-20 13:24:17,084] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:17,084] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:17,084] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:17,084] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: found chunk delimiter -[2024-06-20 13:24:17,085] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:17,085] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: appending 16376 bytes -[2024-06-20 13:24:17,085] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: fragment = "netconf-notifications?module=ietf-netconf-notifications&revision=2012-02-06</capability><capability>urn:ietf:params:xml:ns:yang:ietf-yang-library?module=ietf-yang-library&revision=2016-06-21</capability><capability>urn:ietf:params:xml:ns:yang:ietf-yang-types?module=ietf-yang-types&revision=2013-07-15</capability><capability>urn:ietf:params:xml:ns:netconf:base:1.0?module=ietf-netconf&revision=2011-06-01</capability><capability>urn:ietf:params:xml:ns:yang:ietf-netconf-with-defaults?module=ietf-netconf-with-defaults&revision=2011-06-01</capability></capabilities><datastores><datastore><name>running</name><transaction-id xmlns="http://tail-f.com/yang/netconf-monitoring">1717-750545-631285</transaction-id></datastore></datastores><schemas><schema><identifier>iana-crypt-hash</identifier><version>2014-08-06</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:iana-crypt-hash</namespace><location>NETCONF</location></schema><schema><identifier>ietf-inet-types</identifier><version>2013-07-15</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-inet-types</namespace><location>NETCONF</location></schema><schema><identifier>ietf-interfaces</identifier><version>2014-05-08</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-interfaces</namespace><location>NETCONF</location></schema><schema><identifier>ietf-netconf</identifier><version>2011-06-01</version><format>yang</format><namespace>urn:ietf:params:xml:ns:netconf:base:1.0</namespace><location>NETCONF</location></schema><schema><identifier>ietf-netconf-acm</identifier><version>2012-02-22</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-acm</namespace><location>NETCONF</location></schema><schema><identifier>ietf-netconf-monitoring</identifier><version>2010-10-04</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring</namespace><location>NETCONF</location></schema><schema><identifier>ietf-netconf-notifications</identifier><version>2012-02-06</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-notifications</namespace><location>NETCONF</location></schema><schema><identifier>ietf-netconf-with-defaults</identifier><version>2011-06-01</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-with-defaults</namespace><location>NETCONF</location></schema><schema><identifier>ietf-yang-library</identifier><version>2016-06-21</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-library</namespace><location>NETCONF</location></schema><schema><identifier>ietf-yang-types</identifier><version>2013-07-15</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-alarm-types</identifier><version>2018-01-16</version><format>yang</format><namespace>http://openconfig.net/yang/alarms/types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bfd</identifier><version>2022-06-28</version><format>yang</format><namespace>http://openconfig.net/yang/bfd</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bgp</identifier><version>2022-05-21</version><format>yang</format><namespace>http://openconfig.net/yang/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bgp-common</identifier><version>2022-05-21</version><format>yang</format><namespace>http://openconfig.net/yang/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bgp-common-multiprotocol</identifier><version>2022-05-21</version><format>yang</format><namespace>http://openconfig.net/yang/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bgp-common-structure</identifier><version>2022-05-21</version><format>yang</format><namespace>http://openconfig.net/yang/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bgp-errors</identifier><version>2021-08-06</version><format>yang</format><namespace>http://openconfig.net/yang/bgp-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bgp-global</identifier><version>2022-05-21</version><format>yang</format><namespace>http://openconfig.net/yang/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bgp-neighbor</identifier><version>2022-05-21</version><format>yang</format><namespace>http://openconfig.net/yang/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bgp-peer-group</identifier><version>2022-05-21</version><format>yang</format><namespace>http://openconfig.net/yang/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bgp-types</identifier><version>2021-08-06</version><format>yang</format><namespace>http://openconfig.net/yang/bgp-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-evpn-types</identifier><version>2021-06-21</version><format>yang</format><namespace>http://openconfig.net/yang/evpn-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-if-ethernet</identifier><version>2022-04-20</version><format>yang</format><namespace>http://openconfig.net/yang/interfaces/ethernet</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-if-ip</identifier><version>2019-01-08</version><format>yang</format><namespace>http://openconfig.net/yang/interfaces/ip</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-inet-types</identifier><version>2021-08-17</version><format>yang</format><namespace>http://openconfig.net/yang/types/inet</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-interfaces</identifier><version>2021-04-06</version><format>yang</format><namespace>http://openconfig.net/yang/interfaces</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-lldp</identifier><version>2018-11-21</version><format>yang</format><namespace>http://openconfig.net/yang/lldp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-lldp-types</identifier><version>2018-11-21</version><format>yang</format><namespace>http://openconfig.net/yang/lldp/types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-mpls-types</identifier><version>2021-12-01</version><format>yang</format><namespace>http://openconfig.net/yang/mpls-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-network-instance-types</identifier><version>2021-07-14</version><format>yang</format><namespace>http://openconfig.net/yang/network-instance-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-ospf-types</identifier><version>2018-11-21</version><format>yang</format><namespace>http://openconfig.net/yang/ospf-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-ospfv2</identifier><version>2022-02-10</version><format>yang</format><namespace>http://openconfig.net/yang/ospfv2</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-ospfv2-area</identifier><version>2022-02-10</version><format>yang</format><namespace>http://openconfig.net/yang/ospfv2</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-ospfv2-area-interface</identifier><version>2022-02-10</version><format>yang</format><namespace>http://openconfig.net/yang/ospfv2</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-ospfv2-common</identifier><version>2022-02-10</version><format>yang</format><namespace>http://openconfig.net/yang/ospfv2</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-ospfv2-global</identifier><version>2022-02-10</version><format>yang</format><namespace>http://openconfig.net/yang/ospfv2</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-ospfv2-lsdb</identifier><version>2022-02-10</version><format>yang</format><namespace>http://openconfig.net/yang/ospfv2</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-platform</identifier><version>2018-01-30</version><format>yang</format><namespace>http://openconfig.net/yang/platform</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-platform-port</identifier><version>2021-04-22</version><format>yang</format><namespace>http://openconfig.net/yang/platform/port</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-platform-transceiver</identifier><version>2021-02-23</version><format>yang</format><namespace>http://openconfig.net/yang/platform/transceiver</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-platform-types</identifier><version>2021-01-18</version><format>yang</format><namespace>http://openconfig.net/yang/platform-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-policy-types</identifier><version>2022-11-08</version><format>yang</format><namespace>http://openconfig.net/yang/policy-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-protocols</identifier><version></version><format>yang</format><namespace>http://openconfig.net/yang/protocols</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-rib-bgp</identifier><version>2022-06-06</version><format>yang</format><namespace>http://openconfig.net/yang/rib/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-rib-bgp-attributes</identifier><version>2022-06-06</version><format>yang</format><namespace>http://openconfig.net/yang/rib/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-rib-bgp-shared-attributes</identifier><version>2022-06-06</version><format>yang</format><namespace>http://openconfig.net/yang/rib/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-rib-bgp-table-attributes</identifier><version>2022-06-06</version><format>yang</format><namespace>http://openconfig.net/yang/rib/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-rib-bgp-tables</identifier><version>2022-06-06</version><format>yang</format><namespace>http://openconfig.net/yang/rib/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-rib-bgp-types</identifier><version>2019-03-14</version><format>yang</format><namespace>http://openconfig.net/yang/rib/bgp-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-routing-policy</identifier><version>2022-05-24</version><format>yang</format><namespace>http://openconfig.net/yang/routing-policy</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-segment-routing-types</identifier><version>2020-02-04</version><format>yang</format><namespace>http://openconfig.net/yang/segment-routing-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-telemetry</identifier><version>2018-11-21</version><format>yang</format><namespace>http://openconfig.net/yang/telemetry</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-telemetry-types</identifier><version>2018-11-21</version><format>yang</format><namespace>http://openconfig.net/yang/telemetry-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-terminal-device</identifier><version>2021-02-23</version><format>yang</format><namespace>http://openconfig.net/yang/terminal-device</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-transport-types</identifier><version>2021-03-22</version><format>yang</format><namespace>http://openconfig.net/yang/transport-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-types</identifier><version>2019-04-16</version><format>yang</format><namespace>http://openconfig.net/yang/openconfig-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-yang-types</identifier><version>2021-07-14</version><format>yang</format><namespace>http://openconfig.net/yang/types/yang</namespace><location>NETCONF</location></schema><schema><identifier>tailf-aaa</identifier><version>2015-06-16</version><format>yang</format><namespace>http://tail-f.com/ns/aaa/1.1</namespace><location>NETCONF</location></schema><schema><identifier>tailf-acm</identifier><version>2013-03-07</version><format>yang</format><namespace>http://tail-f.com/yang/acm</namespace><location>NETCONF</location></schema><schema><identifier>tailf-common-monitoring</identifier><version>2013-06-14</version><format>yang</format><namespace>http://tail-f.com/yang/common-monitoring</namespace><location>NETCONF</location></schema><schema><identifier>tailf-confd-monitoring</identifier><version>2013-06-14</version><format>yang</format><namespace>http://tail-f.com/yang/confd-monitoring</namespace><location>NETCONF</location></schema><schema><identifier>tailf-kicker</identifier><version>2017-03-16</version><format>yang</format><namespace>http://tail-f.com/ns/kicker</namespace><location>NETCONF</location></schema><schema><identifier>tailf-netconf-monitoring</identifier><version>2016-11-24</version><format>yang</format><namespace>http://tail-f.com/yang/netconf-monitoring</namespace><location>NETCONF</location></schema><schema><identifier>vlan</identifier><version></version><format>yang</format><namespace>http://sssup.it/yang/vlan</namespace><location>NETCONF</location></schema></schemas><sessions><session><session-id>29</session-id><transport>netconf-ssh</transport><username>admin</username><source-host>10.30.2.206</source-host><login-time>2024-06-06T23:11:47+00:00</login-time><in-rpcs>2</in-rpcs><in-bad-rpcs>0</in-bad-rpcs><out-rpc-errors>0</out-rpc-errors><out-notifications>0</out-notifications></session><session><session-id>30</session-id><transport>netconf-ssh</transport><username>admin</username><source-host>10.30.2.206</source-host><login-time>2024-06-06T23:11:57+00:00</login-time><in-rpcs>4</in-rpcs><in-bad-rpcs>0</in-bad-rpcs><out-rpc-errors>0</out-rpc-errors><out-notifications>0</out-notifications></session><session><session-id>31</session-id><transport>netconf-ssh</transport><username>admin</username><source-host>10.30.2.206</source-host><login-time>2024-06-06T23:12:08+00:00</login-time><in-rpcs>2</in-rpcs><in-bad-rpcs>0</in-bad-rpcs><out-rpc-errors>0</out-rpc-errors><out-notifications>0</out-notifications></session><session><session-id>32</session-id><transport>netconf-ssh</transport><username>admin</username><source-host>10.30.2.208</source-host><login-time>2024-06-20T13:24:11+00:00</login-time><in-rpcs>2</in-rpcs><in-bad-rpcs>0</in-bad-rpcs><out-rpc-errors>0</out-rpc-errors><out-notifications>0</out-notifications></session><session><session-id>33</session-id><transport>netconf-ssh</transport><username>admin</username><source-host>10.30.2.208</source-host><login-time>2024-06-20T13:24:16+00:00</login-time><in-rpcs>1</in-rpcs><in-bad-rpcs>0</in-bad-rpcs><out-rpc-errors>0</out-rpc-errors><out-notifications>0</out-notifications></session></sessions><statistics><netconf-start-time>2024-06-06T22:51:41+00:00</netconf-start-time><in-bad-hellos>0</in-bad-hellos><in-sessions>5</in-sessions><dropped-sessions>0</dropped-sessions><in-rpcs>11</in-rpcs><in-bad-rpcs>0</in-bad-rpcs><out-rpc-errors>0</out-rpc-errors><out-notifications>0</out-notifications></statistics><streams xmlns="http://tail-f.com/yang/netconf-monitoring"><stream><name>NETCONF</name><description>default NETCONF event stream</description><replay-support>false</replay-support></stream><stream><name>mellanox</name><description>Notifications regarding the transponder</description><replay-support>true</replay-support><replay-log-creation-time>2024-06-06T22:51:42.135613+00:00</replay-log-creation-time></stream></streams></netconf-state><modules-state xmlns="urn:ietf:params:xml:ns:yang:ietf-yang-library"><module-set-id>f1285a0c7bf3c6c159ca5c87b160ec60</module-set-id><module><name>iana-crypt-hash</name><revision>2014-08-06</revision><namespace>urn:ietf:params:xml:ns:yang:iana-crypt-hash</namespace><feature>crypt-hash-sha-512</feature><feature>crypt-hash-sha-256</" -[2024-06-20 13:24:17,085] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:17,085] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: ending -[2024-06-20 13:24:17,094] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: starting -[2024-06-20 13:24:17,094] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:17,094] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:17,094] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:17,094] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: found chunk delimiter -[2024-06-20 13:24:17,094] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: chunk size 10531 bytes -[2024-06-20 13:24:17,094] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: not enough data for chunk yet -[2024-06-20 13:24:17,095] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: setting start to 0 -[2024-06-20 13:24:17,095] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: ending -[2024-06-20 13:24:17,095] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: starting -[2024-06-20 13:24:17,095] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:17,095] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:17,095] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:17,095] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: found chunk delimiter -[2024-06-20 13:24:17,095] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: chunk size 10531 bytes -[2024-06-20 13:24:17,095] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: not enough data for chunk yet -[2024-06-20 13:24:17,096] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: setting start to 0 -[2024-06-20 13:24:17,096] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: ending -[2024-06-20 13:24:17,096] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: starting -[2024-06-20 13:24:17,096] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: working with buffer of 10543 bytes -[2024-06-20 13:24:17,096] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:17,096] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:17,096] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: found chunk delimiter -[2024-06-20 13:24:17,096] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: chunk size 10531 bytes -[2024-06-20 13:24:17,097] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: appending 10531 bytes -[2024-06-20 13:24:17,097] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: fragment = "feature><feature>crypt-hash-md5</feature><conformance-type>import</conformance-type></module><module><name>ietf-inet-types</name><revision>2013-07-15</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-inet-types</namespace><conformance-type>import</conformance-type></module><module><name>ietf-interfaces</name><revision>2014-05-08</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-interfaces</namespace><feature>pre-provisioning</feature><feature>if-mib</feature><feature>arbitrary-names</feature><conformance-type>implement</conformance-type></module><module><name>ietf-netconf</name><revision>2011-06-01</revision><namespace>urn:ietf:params:xml:ns:netconf:base:1.0</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-netconf-acm</name><revision>2012-02-22</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-acm</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-netconf-monitoring</name><revision>2010-10-04</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-netconf-notifications</name><revision>2012-02-06</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-notifications</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-netconf-with-defaults</name><revision>2011-06-01</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-with-defaults</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-yang-library</name><revision>2016-06-21</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-library</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-yang-types</name><revision>2013-07-15</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-alarm-types</name><revision>2018-01-16</revision><namespace>http://openconfig.net/yang/alarms/types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-bfd</name><revision>2022-06-28</revision><namespace>http://openconfig.net/yang/bfd</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-bgp</name><revision>2022-05-21</revision><namespace>http://openconfig.net/yang/bgp</namespace><conformance-type>implement</conformance-type><submodule><name>openconfig-bgp-common</name><revision>2022-05-21</revision></submodule><submodule><name>openconfig-bgp-common-structure</name><revision>2022-05-21</revision></submodule><submodule><name>openconfig-bgp-global</name><revision>2022-05-21</revision></submodule><submodule><name>openconfig-bgp-neighbor</name><revision>2022-05-21</revision></submodule><submodule><name>openconfig-bgp-peer-group</name><revision>2022-05-21</revision></submodule><submodule><name>openconfig-bgp-common-multiprotocol</name><revision>2022-05-21</revision></submodule></module><module><name>openconfig-bgp-types</name><revision>2021-08-06</revision><namespace>http://openconfig.net/yang/bgp-types</namespace><conformance-type>import</conformance-type><submodule><name>openconfig-bgp-errors</name><revision>2021-08-06</revision></submodule></module><module><name>openconfig-evpn-types</name><revision>2021-06-21</revision><namespace>http://openconfig.net/yang/evpn-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-if-ethernet</name><revision>2022-04-20</revision><namespace>http://openconfig.net/yang/interfaces/ethernet</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-if-ip</name><revision>2019-01-08</revision><namespace>http://openconfig.net/yang/interfaces/ip</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-inet-types</name><revision>2021-08-17</revision><namespace>http://openconfig.net/yang/types/inet</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-interfaces</name><revision>2021-04-06</revision><namespace>http://openconfig.net/yang/interfaces</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-lldp</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/lldp</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-lldp-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/lldp/types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-mpls-types</name><revision>2021-12-01</revision><namespace>http://openconfig.net/yang/mpls-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-ospf-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/ospf-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-ospfv2</name><revision>2022-02-10</revision><namespace>http://openconfig.net/yang/ospfv2</namespace><conformance-type>import</conformance-type><submodule><name>openconfig-ospfv2-area</name><revision>2022-02-10</revision></submodule><submodule><name>openconfig-ospfv2-common</name><revision>2022-02-10</revision></submodule><submodule><name>openconfig-ospfv2-global</name><revision>2022-02-10</revision></submodule><submodule><name>openconfig-ospfv2-lsdb</name><revision>2022-02-10</revision></submodule><submodule><name>openconfig-ospfv2-area-interface</name><revision>2022-02-10</revision></submodule></module><module><name>openconfig-platform</name><revision>2018-01-30</revision><namespace>http://openconfig.net/yang/platform</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-platform-port</name><revision>2021-04-22</revision><namespace>http://openconfig.net/yang/platform/port</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-platform-transceiver</name><revision>2021-02-23</revision><namespace>http://openconfig.net/yang/platform/transceiver</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-platform-types</name><revision>2021-01-18</revision><namespace>http://openconfig.net/yang/platform-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-policy-types</name><revision>2022-11-08</revision><namespace>http://openconfig.net/yang/policy-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-protocols</name><revision></revision><namespace>http://openconfig.net/yang/protocols</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-rib-bgp</name><revision>2022-06-06</revision><namespace>http://openconfig.net/yang/rib/bgp</namespace><conformance-type>import</conformance-type><submodule><name>openconfig-rib-bgp-attributes</name><revision>2022-06-06</revision></submodule><submodule><name>openconfig-rib-bgp-tables</name><revision>2022-06-06</revision></submodule><submodule><name>openconfig-rib-bgp-table-attributes</name><revision>2022-06-06</revision></submodule><submodule><name>openconfig-rib-bgp-shared-attributes</name><revision>2022-06-06</revision></submodule></module><module><name>openconfig-rib-bgp-types</name><revision>2019-03-14</revision><namespace>http://openconfig.net/yang/rib/bgp-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-routing-policy</name><revision>2022-05-24</revision><namespace>http://openconfig.net/yang/routing-policy</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-telemetry</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/telemetry</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-telemetry-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/telemetry-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-terminal-device</name><revision>2021-02-23</revision><namespace>http://openconfig.net/yang/terminal-device</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-transport-types</name><revision>2021-03-22</revision><namespace>http://openconfig.net/yang/transport-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-types</name><revision>2019-04-16</revision><namespace>http://openconfig.net/yang/openconfig-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-yang-types</name><revision>2021-07-14</revision><namespace>http://openconfig.net/yang/types/yang</namespace><conformance-type>import</conformance-type></module><module><name>tailf-aaa</name><revision>2015-06-16</revision><namespace>http://tail-f.com/ns/aaa/1.1</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-acm</name><revision>2013-03-07</revision><namespace>http://tail-f.com/yang/acm</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-common-monitoring</name><revision>2013-06-14</revision><namespace>http://tail-f.com/yang/common-monitoring</namespace><conformance-type>import</conformance-type></module><module><name>tailf-confd-monitoring</name><revision>2013-06-14</revision><namespace>http://tail-f.com/yang/confd-monitoring</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-kicker</name><revision>2017-03-16</revision><namespace>http://tail-f.com/ns/kicker</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-netconf-monitoring</name><revision>2016-11-24</revision><namespace>http://tail-f.com/yang/netconf-monitoring</namespace><conformance-type>implement</conformance-type></module><module><name>vlan</name><revision></revision><namespace>http://sssup.it/yang/vlan</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-segment-routing-types</name><revision>2020-02-04</revision><namespace>http://openconfig.net/yang/segment-routing-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-network-instance-types</name><revision>2021-07-14</revision><namespace>http://openconfig.net/yang/network-instance-types</namespace><conformance-type>import</conformance-type></module></modules-state></data></rpc-reply>" -[2024-06-20 13:24:17,097] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: matching from 10539 bytes from start of buffer -[2024-06-20 13:24:17,097] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: regular expression start=0, end=4 -[2024-06-20 13:24:17,097] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: found end of message delimiter -[2024-06-20 13:24:17,099] DEBUG:ncclient.operations.rpc:[host 172.17.254.42 session-id 33] Delivering to <ncclient.operations.retrieve.Get object at 0x7fa7486a0e20> -[2024-06-20 13:24:17,099] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: saving back rest of message after 10543 bytes, original size 10543 -[2024-06-20 13:24:17,099] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: ending -[2024-06-20 13:24:17,106] INFO:root:resource_key frequency and channgel_name {'index': 'channel-1'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:24:17,107] INFO:root:dic {'frequency': '192056250'} -[2024-06-20 13:24:17,107] INFO:root:resource_key target-output-power and channgel_name {'index': 'channel-1'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:24:17,108] INFO:root:dic {'frequency': '192056250', 'target-output-power': '1.0'} -[2024-06-20 13:24:17,109] INFO:root:resource_key operational-mode and channgel_name {'index': 'channel-1'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:24:17,110] INFO:root:dic {'frequency': '192056250', 'target-output-power': '1.0', 'operational-mode': '8'} -[2024-06-20 13:24:17,110] INFO:root:resource_key line-port and channgel_name {'index': 'channel-1'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:24:17,111] INFO:root:dic {'frequency': '192056250', 'target-output-power': '1.0', 'operational-mode': '8', 'line-port': 'transceiver-1'} -[2024-06-20 13:24:17,111] INFO:root:resource_key frequency and channgel_name {'index': 'channel-2'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:24:17,113] INFO:root:dic {'frequency': '191600000'} -[2024-06-20 13:24:17,113] INFO:root:resource_key target-output-power and channgel_name {'index': 'channel-2'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:24:17,114] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0'} -[2024-06-20 13:24:17,114] INFO:root:resource_key operational-mode and channgel_name {'index': 'channel-2'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:24:17,115] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0'} -[2024-06-20 13:24:17,116] INFO:root:resource_key line-port and channgel_name {'index': 'channel-2'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:24:17,117] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-2'} -[2024-06-20 13:24:17,117] INFO:root:resource_key frequency and channgel_name {'index': 'channel-3'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:24:17,119] INFO:root:dic {'frequency': '191600000'} -[2024-06-20 13:24:17,119] INFO:root:resource_key target-output-power and channgel_name {'index': 'channel-3'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:24:17,120] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0'} -[2024-06-20 13:24:17,120] INFO:root:resource_key operational-mode and channgel_name {'index': 'channel-3'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:24:17,121] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0'} -[2024-06-20 13:24:17,122] INFO:root:resource_key line-port and channgel_name {'index': 'channel-3'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:24:17,123] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-3'} -[2024-06-20 13:24:17,123] INFO:root:resource_key frequency and channgel_name {'index': 'channel-4'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:24:17,124] INFO:root:dic {'frequency': '191600000'} -[2024-06-20 13:24:17,125] INFO:root:resource_key target-output-power and channgel_name {'index': 'channel-4'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:24:17,126] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0'} -[2024-06-20 13:24:17,126] INFO:root:resource_key operational-mode and channgel_name {'index': 'channel-4'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:24:17,127] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0'} -[2024-06-20 13:24:17,127] INFO:root:resource_key line-port and channgel_name {'index': 'channel-4'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:24:17,128] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-4'} -[2024-06-20 13:24:17,130] INFO:root:parameters {'channels': [{'frequency': '192056250', 'target-output-power': '1.0', 'operational-mode': '8', 'line-port': 'transceiver-1', 'name': {'index': 'channel-1'}}, {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-2', 'name': {'index': 'channel-2'}}, {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-3', 'name': {'index': 'channel-3'}}, {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-4', 'name': {'index': 'channel-4'}}], 'transceivers': {'transceiver': ['transceiver-1', 'transceiver-2', 'transceiver-3', 'transceiver-4']}, 'channel_namespace': 'http://openconfig.net/yang/terminal-device', 'endpoints': [{'endpoint_uuid': {'uuid': {'index': 'channel-1'}}}, {'endpoint_uuid': {'uuid': {'index': 'channel-2'}}}, {'endpoint_uuid': {'uuid': {'index': 'channel-3'}}}, {'endpoint_uuid': {'uuid': {'index': 'channel-4'}}}], 'ports': [('/endpoints/endpoint[1]', {'uuid': '1', 'type': 'port-1'}), ('/endpoints/endpoint[2]', {'uuid': '2', 'type': 'port-2'}), ('/endpoints/endpoint[3]', {'uuid': '3', 'type': 'port-3'}), ('/endpoints/endpoint[4]', {'uuid': '4', 'type': 'port-4'})]} -[2024-06-20 13:24:17,130] DEBUG:context.client.ContextClient:SetOpticalConfig request: {"config": "{\"channels\": [{\"frequency\": \"192056250\", \"target-output-power\": \"1.0\", \"operational-mode\": \"8\", \"line-port\": \"transceiver-1\", \"name\": {\"index\": \"channel-1\"}}, {\"frequency\": \"191600000\", \"target-output-power\": \"100.0\", \"operational-mode\": \"0\", \"line-port\": \"transceiver-2\", \"name\": {\"index\": \"channel-2\"}}, {\"frequency\": \"191600000\", \"target-output-power\": \"100.0\", \"operational-mode\": \"0\", \"line-port\": \"transceiver-3\", \"name\": {\"index\": \"channel-3\"}}, {\"frequency\": \"191600000\", \"target-output-power\": \"100.0\", \"operational-mode\": \"0\", \"line-port\": \"transceiver-4\", \"name\": {\"index\": \"channel-4\"}}], \"transceivers\": {\"transceiver\": [\"transceiver-1\", \"transceiver-2\", \"transceiver-3\", \"transceiver-4\"]}, \"channel_namespace\": \"http://openconfig.net/yang/terminal-device\", \"endpoints\": [{\"endpoint_uuid\": {\"uuid\": {\"index\": \"channel-1\"}}}, {\"endpoint_uuid\": {\"uuid\": {\"index\": \"channel-2\"}}}, {\"endpoint_uuid\": {\"uuid\": {\"index\": \"channel-3\"}}}, {\"endpoint_uuid\": {\"uuid\": {\"index\": \"channel-4\"}}}], \"ports\": [[\"/endpoints/endpoint[1]\", {\"uuid\": \"1\", \"type\": \"port-1\"}], [\"/endpoints/endpoint[2]\", {\"uuid\": \"2\", \"type\": \"port-2\"}], [\"/endpoints/endpoint[3]\", {\"uuid\": \"3\", \"type\": \"port-3\"}], [\"/endpoints/endpoint[4]\", {\"uuid\": \"4\", \"type\": \"port-4\"}]]}", "device_id": {"device_uuid": {"uuid": "012c4e67-0024-5f30-b527-55ec6daf2639"}}} -[2024-06-20 13:24:17,165] DEBUG:context.client.ContextClient:SetOpticalConfig result: {"opticalconfig_uuid": ""} -[2024-06-20 13:24:17,165] DEBUG:device.service.Tools:results_getconfig = [('/endpoints/endpoint[1]', {'uuid': '1', 'type': 'port-1'}), ('/endpoints/endpoint[2]', {'uuid': '2', 'type': 'port-2'}), ('/endpoints/endpoint[3]', {'uuid': '3', 'type': 'port-3'}), ('/endpoints/endpoint[4]', {'uuid': '4', 'type': 'port-4'})] -[2024-06-20 13:24:17,165] INFO:device.service.Tools:results_getconfig = [('/endpoints/endpoint[1]', {'uuid': '1', 'type': 'port-1'}), ('/endpoints/endpoint[2]', {'uuid': '2', 'type': 'port-2'}), ('/endpoints/endpoint[3]', {'uuid': '3', 'type': 'port-3'}), ('/endpoints/endpoint[4]', {'uuid': '4', 'type': 'port-4'})] -[2024-06-20 13:24:17,166] INFO:ncclient.operations.rpc:[host 172.17.254.42 session-id 33] Requesting 'Get' -[2024-06-20 13:24:17,166] DEBUG:ncclient.operations.rpc:[host 172.17.254.42 session-id 33] Sync request, will wait for timeout=120 -[2024-06-20 13:24:17,248] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: starting -[2024-06-20 13:24:17,249] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:17,249] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:17,249] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:17,249] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: found chunk delimiter -[2024-06-20 13:24:17,249] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:17,249] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: not enough data for chunk yet -[2024-06-20 13:24:17,249] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: setting start to 0 -[2024-06-20 13:24:17,249] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: ending -[2024-06-20 13:24:17,249] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: starting -[2024-06-20 13:24:17,249] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:17,249] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:17,250] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:17,250] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: found chunk delimiter -[2024-06-20 13:24:17,250] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:17,250] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: not enough data for chunk yet -[2024-06-20 13:24:17,250] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: setting start to 0 -[2024-06-20 13:24:17,250] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: ending -[2024-06-20 13:24:17,250] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: starting -[2024-06-20 13:24:17,250] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:17,250] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:17,250] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:17,251] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: found chunk delimiter -[2024-06-20 13:24:17,251] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:17,251] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: not enough data for chunk yet -[2024-06-20 13:24:17,251] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: setting start to 0 -[2024-06-20 13:24:17,251] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: ending -[2024-06-20 13:24:17,251] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: starting -[2024-06-20 13:24:17,251] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:17,251] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:17,251] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:17,251] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: found chunk delimiter -[2024-06-20 13:24:17,251] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:17,251] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: appending 16376 bytes -[2024-06-20 13:24:17,252] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: fragment = "<?xml version="1.0" encoding="UTF-8"?> -<rpc-reply xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="urn:uuid:2fe148ad-7955-4478-b52f-bfd4e98e9dd2" xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0"><data><bgp-instance xmlns="http://openconfig.net/yang/bgp"><bgp><global><route-selection-options><state><always-compare-med>false</always-compare-med><ignore-as-path-length>false</ignore-as-path-length><external-compare-router-id>true</external-compare-router-id><advertise-inactive-routes>false</advertise-inactive-routes><enable-aigp>false</enable-aigp><ignore-next-hop-igp-metric>false</ignore-next-hop-igp-metric></state></route-selection-options></global></bgp></bgp-instance><interfaces xmlns="http://openconfig.net/yang/interfaces"><interface><name>eth0</name><config><name>eth0</name><enabled>true</enabled></config><state><loopback-mode>false</loopback-mode><enabled>true</enabled></state><hold-time><state><up>0</up><down>0</down></state></hold-time><ipv4 xmlns="http://openconfig.net/yang/interfaces/ip"><addresses><address><ip>192.168.1.1</ip><config><ip>192.168.1.1</ip><prefix-length>24</prefix-length></config></address></addresses><proxy-arp><state><mode>DISABLE</mode></state></proxy-arp><unnumbered><state><enabled>false</enabled></state></unnumbered><state><enabled>true</enabled><dhcp-client>false</dhcp-client></state></ipv4><ipv6 xmlns="http://openconfig.net/yang/interfaces/ip"><router-advertisement><state><suppress>false</suppress></state></router-advertisement><unnumbered><state><enabled>false</enabled></state></unnumbered><state><enabled>true</enabled><dup-addr-detect-transmits>1</dup-addr-detect-transmits><dhcp-client>false</dhcp-client></state></ipv6></interface></interfaces><lldp xmlns="http://openconfig.net/yang/lldp"><state><enabled>true</enabled></state></lldp><components xmlns="http://openconfig.net/yang/platform"><component><name>channel-1</name><config><name>channel-1</name></config><state><name>channel-1</name><type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:OPTICAL_CHANNEL</type></state><optical-channel xmlns="http://openconfig.net/yang/terminal-device"><config><frequency>192056250</frequency><target-output-power>1.0</target-output-power><operational-mode>8</operational-mode><line-port>transceiver-1</line-port></config><state><frequency>192056250</frequency><target-output-power>1.0</target-output-power><operational-mode>8</operational-mode><line-port>transceiver-1</line-port><group-id>1</group-id><output-power><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></output-power><input-power><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></input-power><laser-bias-current><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></laser-bias-current><chromatic-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></chromatic-dispersion><polarization-mode-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></polarization-mode-dispersion><second-order-polarization-mode-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></second-order-polarization-mode-dispersion><polarization-dependent-loss><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></polarization-dependent-loss></state></optical-channel></component><component><name>channel-2</name><config><name>channel-2</name></config><state><name>channel-2</name><type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:OPTICAL_CHANNEL</type></state><optical-channel xmlns="http://openconfig.net/yang/terminal-device"><config><frequency>191600000</frequency><target-output-power>100.0</target-output-power><operational-mode>0</operational-mode><line-port>transceiver-2</line-port></config><state><frequency>191600000</frequency><target-output-power>0.0</target-output-power><operational-mode>0</operational-mode><line-port>transceiver-2</line-port><group-id>1</group-id><output-power><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></output-power><input-power><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></input-power><laser-bias-current><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></laser-bias-current><chromatic-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></chromatic-dispersion><polarization-mode-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></polarization-mode-dispersion><second-order-polarization-mode-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></second-order-polarization-mode-dispersion><polarization-dependent-loss><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></polarization-dependent-loss></state></optical-channel></component><component><name>channel-3</name><config><name>channel-3</name></config><state><name>channel-3</name><type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:OPTICAL_CHANNEL</type></state><optical-channel xmlns="http://openconfig.net/yang/terminal-device"><config><frequency>191600000</frequency><target-output-power>100.0</target-output-power><operational-mode>0</operational-mode><line-port>transceiver-3</line-port></config><state><frequency>191600000</frequency><target-output-power>0.0</target-output-power><operational-mode>0</operational-mode><line-port>transceiver-3</line-port><group-id>1</group-id><output-power><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></output-power><input-power><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></input-power><laser-bias-current><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></laser-bias-current><chromatic-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></chromatic-dispersion><polarization-mode-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></polarization-mode-dispersion><second-order-polarization-mode-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></second-order-polarization-mode-dispersion><polarization-dependent-loss><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></polarization-dependent-loss></state></optical-channel></component><component><name>channel-4</name><config><name>channel-4</name></config><state><name>channel-4</name><type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:OPTICAL_CHANNEL</type></state><optical-channel xmlns="http://openconfig.net/yang/terminal-device"><config><frequency>191600000</frequency><target-output-power>100.0</target-output-power><operational-mode>0</operational-mode><line-port>transceiver-4</line-port></config><state><frequency>191600000</frequency><target-output-power>0.0</target-output-power><operational-mode>0</operational-mode><line-port>transceiver-4</line-port><group-id>1</group-id><output-power><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></output-power><input-power><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></input-power><laser-bias-current><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></laser-bias-current><chromatic-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></chromatic-dispersion><polarization-mode-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></polarization-mode-dispersion><second-order-polarization-mode-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></second-order-polarization-mode-dispersion><polarization-dependent-loss><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></polarization-dependent-loss></state></optical-channel></component><component><name>device</name><config><name>device</name></config><state><name>MellanoxSwitch</name><type xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:OPERATING_SYSTEM</type><mfg-name>SSSA-CNIT</mfg-name><hardware-version>1.0.0</hardware-version><firmware-version>1.0.0</firmware-version><software-version>1.0.0</software-version><serial-no>610610</serial-no></state></component><component><name>port-1</name><config><name>port-1</name></config><state><name>port-1</name><type xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:PORT</type></state><properties><property><name>odtn-port-type</name><config><name>odtn-port-type</name><value>line</value></config><state><name>odtn-port-type</name><value>line</value></state></property><property><name>onos-index</name><config><name>onos-index</name><value>1</value></config><state><name>onos-index</name><value>1</value></state></property></properties><subcomponents><subcomponent><name>channel-1</name><config><name>channel-1</name></config><state><name>channel-1</name></state></subcomponent></subcomponents></component><component><name>port-2</name><config><name>port-2</name></config><state><name>port-2</name><type xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:PORT</type></state><properties><property><name>odtn-port-type</name><config><name>odtn-port-type</name><value>line</value></config><state><name>odtn-port-type</name><value>line</value></state></property><property><name>onos-index</name><config><name>onos-index</name><value>2</value></config><state><name>onos-index</name><value>2</value></state></property></properties><subcomponents><subcomponent><name>channel-2</name><config><name>channel-2</name></config><state><name>channel-2</name></state></subcomponent></subcomponents></component><component><name>port-3</name><config><name>port-3</name></config><state><name>port-3</name><type xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:PORT</type></state><properties><property><name>odtn-port-type</name><config><name>odtn-port-type</name><value>line</value></config><state><name>odtn-port-type</name><value>line</value></state></property><property><name>onos-index</name><config><name>onos-index</name><value>3</value></config><state><name>onos-index</name><value>3</value></state></property></properties><subcomponents><subcomponent><name>channel-3</name><config><name>channel-3</name></config><state><name>channel-3</name></state></subcomponent></subcomponents></component><component><name>port-4</name><config><name>port-4</name></config><state><name>port-4</name><type xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:PORT</type></state><properties><property><name>odtn-port-type</name><config><name>odtn-port-type</name><value>line</value></config><state><name>odtn-port-type</name><value>line</value></state></property><property><name>onos-index</name><config><name>onos-index</name><value>4</value></config><state><name>onos-index</name><value>4</value></state></property></properties><subcomponents><subcomponent><name>channel-4</name><config><name>channel-4</name></config><state><name>channel-4</name></state></subcomponent></subcomponents></component><component><name>transceiver-1</name><config><name>transceiver-1</name></config><state><name>transceiver-1</name><type xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:TRANSCEIVER</type></state><transceiver xmlns="http://openconfig.net/yang/platform/transceiver"><config><enabled>true</enabled><form-factor-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:QSFP56_DD_TYPE1</form-factor-preconf><ethernet-pmd-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:ETH_400GBASE_ZR</ethernet-pmd-preconf><fec-mode xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:FEC_AUTO</fec-mode><module-functional-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:TYPE_DIGITAL_COHERENT_OPTIC</module-functional-type></config><state><enabled>true</enabled><form-factor-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:QSFP56_DD_TYPE1</form-factor-preconf><ethernet-pmd-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:ETH_400GBASE_ZR</ethernet-pmd-preconf><fec-mode xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:FEC_AUTO</fec-mode><module-functional-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:TYPE_DIGITAL_COHERENT_OPTIC</module-functional-type><vendor>Cisco</vendor><vendor-part>400zr-QSFP-DD</vendor-part><vendor-rev>01</vendor-rev><serial-no>1567321</serial-no></state><physical-channels><channel><index>1</index><config><index>1</index><associated-optical-channel>channel-1</associated-optical-channel></config></channel></physical-channels></transceiver></component><component><name>transceiver-2</name><config><name>transceiver-2</name></config><state><name>transceiver-2</name><type xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:TRANSCEIVER</type></state><transceiver xmlns="http://openconfig.net/yang/platform/transceiver"><config><enabled>true</enabled><form-factor-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:QSFP56_DD_TYPE1</form-factor-preconf><ethernet-pmd-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:ETH_400GBASE_ZR</ethernet-pmd-preconf><fec-mode xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:FEC_AUTO</fec-mode><module-functional-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:TYPE_DIGITAL_COHERENT_OPTIC</module-functional-type></config><state><enabled>true</enabled><form-factor-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:QSFP56_DD_TYPE1</form-factor-preconf><ethernet-pmd-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:ETH_400GBASE_ZR</ethernet-pmd-preconf><fec-mode xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:FEC_AUTO</fec-mode><module-functional-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:TYPE_DIGITAL_COHERENT_OPTIC</module-functional-type><vendor>Cisco</vendor><vendor-part>400zr-QSFP-DD</vendor-part><vendor-rev>01</vendor-rev><serial-no>1567321</serial-no></state><physical-channels><channel><index>1</index><config><index>1</index><associated-optical-channel>channel-2</associated-optical-channel></config></channel></physical-channels></transceiver></component><component><name>transceiver-3</name><config><name>transceiver-3</name></config><state><name>transceiver-3</name><type xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:TRANSCEIVER</type></state><transceiver xmlns="http://openconfig.net/yang/platform/transceiver"><config><enabled>true</enabled><form-factor-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:QSFP56_DD_TYPE1</form-factor-preconf><ethernet-pmd-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:ETH_400GBASE_ZR</ethernet-pmd-preconf><fec-mode xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:FEC_AUTO</fec-mode><module-functional-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:TYPE_DIGITAL_COHERENT_OPTIC</module-functional-type></config><state><enabled>true</enabled><form-factor-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:QSFP56_DD_TYPE1</form-factor-preconf><ethernet-pmd-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:ETH_400GBASE_ZR</ethernet-pmd-preconf><fec-mode xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:FEC_AUTO</fec-mode><module-functional-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:TYPE_DIGITAL_COHEREN" -[2024-06-20 13:24:17,252] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:17,252] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: ending -[2024-06-20 13:24:17,279] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: starting -[2024-06-20 13:24:17,280] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:17,280] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:17,280] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:17,280] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: found chunk delimiter -[2024-06-20 13:24:17,280] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:17,280] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: not enough data for chunk yet -[2024-06-20 13:24:17,280] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: setting start to 0 -[2024-06-20 13:24:17,280] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: ending -[2024-06-20 13:24:17,280] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: starting -[2024-06-20 13:24:17,281] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:17,281] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:17,281] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:17,281] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: found chunk delimiter -[2024-06-20 13:24:17,281] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:17,281] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: not enough data for chunk yet -[2024-06-20 13:24:17,281] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: setting start to 0 -[2024-06-20 13:24:17,281] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: ending -[2024-06-20 13:24:17,281] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: starting -[2024-06-20 13:24:17,281] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:17,282] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:17,282] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:17,282] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: found chunk delimiter -[2024-06-20 13:24:17,282] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:17,282] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: not enough data for chunk yet -[2024-06-20 13:24:17,282] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: setting start to 0 -[2024-06-20 13:24:17,282] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: ending -[2024-06-20 13:24:17,282] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: starting -[2024-06-20 13:24:17,283] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:17,283] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:17,283] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:17,283] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: found chunk delimiter -[2024-06-20 13:24:17,283] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:17,283] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: appending 16376 bytes -[2024-06-20 13:24:17,283] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: fragment = "T_OPTIC</module-functional-type><vendor>Cisco</vendor><vendor-part>400zr-QSFP-DD</vendor-part><vendor-rev>01</vendor-rev><serial-no>1567321</serial-no></state><physical-channels><channel><index>1</index><config><index>1</index><associated-optical-channel>channel-3</associated-optical-channel></config></channel></physical-channels></transceiver></component><component><name>transceiver-4</name><config><name>transceiver-4</name></config><state><name>transceiver-4</name><type xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:TRANSCEIVER</type></state><transceiver xmlns="http://openconfig.net/yang/platform/transceiver"><config><enabled>true</enabled><form-factor-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:QSFP56_DD_TYPE1</form-factor-preconf><ethernet-pmd-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:ETH_400GBASE_ZR</ethernet-pmd-preconf><fec-mode xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:FEC_AUTO</fec-mode><module-functional-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:TYPE_DIGITAL_COHERENT_OPTIC</module-functional-type></config><state><enabled>true</enabled><form-factor-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:QSFP56_DD_TYPE1</form-factor-preconf><ethernet-pmd-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:ETH_400GBASE_ZR</ethernet-pmd-preconf><fec-mode xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:FEC_AUTO</fec-mode><module-functional-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:TYPE_DIGITAL_COHERENT_OPTIC</module-functional-type><vendor>Cisco</vendor><vendor-part>400zr-QSFP-DD</vendor-part><vendor-rev>01</vendor-rev><serial-no>1567321</serial-no></state><physical-channels><channel><index>1</index><config><index>1</index><associated-optical-channel>channel-4</associated-optical-channel></config></channel></physical-channels></transceiver></component></components><bgp-instance xmlns="http://openconfig.net/yang/protocols"><bgp><global><route-selection-options><state><always-compare-med>false</always-compare-med><ignore-as-path-length>false</ignore-as-path-length><external-compare-router-id>true</external-compare-router-id><advertise-inactive-routes>false</advertise-inactive-routes><enable-aigp>false</enable-aigp><ignore-next-hop-igp-metric>false</ignore-next-hop-igp-metric></state></route-selection-options></global><neighbors><neighbor><neighbor-address>192.168.1.1</neighbor-address><config><neighbor-address>192.168.1.1</neighbor-address><neighbor-port>88</neighbor-port><enabled>true</enabled><peer-as>65432</peer-as></config><state><neighbor-port>179</neighbor-port><enabled>true</enabled><route-flap-damping>false</route-flap-damping><send-community>NONE</send-community><dynamically-configured>false</dynamically-configured></state><timers><state><connect-retry>30</connect-retry><hold-time>90</hold-time><keepalive-interval>30</keepalive-interval><minimum-advertisement-interval>30</minimum-advertisement-interval></state></timers><transport><state><mtu-discovery>false</mtu-discovery><passive-mode>false</passive-mode></state></transport><error-handling><state><treat-as-withdraw>false</treat-as-withdraw></state></error-handling><logging-options><state><log-neighbor-state-changes>true</log-neighbor-state-changes></state></logging-options><ebgp-multihop><state><enabled>false</enabled></state></ebgp-multihop><route-reflector><state><route-reflector-client>false</route-reflector-client></state></route-reflector><as-path-options><state><allow-own-as>0</allow-own-as><replace-peer-as>false</replace-peer-as><disable-peer-as-filter>false</disable-peer-as-filter></state></as-path-options><use-multiple-paths><state><enabled>false</enabled></state><ebgp><state><allow-multiple-as>false</allow-multiple-as></state></ebgp></use-multiple-paths><apply-policy><state><default-import-policy>REJECT_ROUTE</default-import-policy><default-export-policy>REJECT_ROUTE</default-export-policy></state></apply-policy></neighbor></neighbors></bgp></bgp-instance><ospf-instance xmlns="http://openconfig.net/yang/protocols"><ospfv2><global><state><summary-route-cost-mode>RFC2328_COMPATIBLE</summary-route-cost-mode></state></global></ospfv2></ospf-instance><terminal-device xmlns="http://openconfig.net/yang/terminal-device"><logical-channels><channel><index>1</index><config><index>1</index><description>Logical channel 1</description><admin-state>DISABLED</admin-state><logical-channel-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:PROT_OTN</logical-channel-type><loopback-mode>NONE</loopback-mode></config><state><index>1</index><description>Logical channel 1</description><admin-state>DISABLED</admin-state><logical-channel-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:PROT_OTN</logical-channel-type><loopback-mode>NONE</loopback-mode><link-state>UP</link-state></state><ingress><config><transceiver>transceiver-1</transceiver></config><state><transceiver>transceiver-1</transceiver></state></ingress><logical-channel-assignments><assignment><index>1</index><config><index>1</index><description>Optical channel assigned 100</description><assignment-type>OPTICAL_CHANNEL</assignment-type><optical-channel>channel-1</optical-channel><allocation>100.0</allocation></config><state><index>1</index><description>Optical channel assigned 100</description><assignment-type>OPTICAL_CHANNEL</assignment-type><optical-channel>channel-1</optical-channel><allocation>100.0</allocation></state></assignment></logical-channel-assignments></channel><channel><index>2</index><config><index>2</index><description>Logical channel 2</description><admin-state>DISABLED</admin-state><logical-channel-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:PROT_OTN</logical-channel-type><loopback-mode>NONE</loopback-mode></config><state><index>2</index><description>Logical channel 2</description><admin-state>DISABLED</admin-state><logical-channel-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:PROT_OTN</logical-channel-type><loopback-mode>NONE</loopback-mode><link-state>UP</link-state></state><ingress><config><transceiver>transceiver-2</transceiver></config><state><transceiver>transceiver-2</transceiver></state></ingress><logical-channel-assignments><assignment><index>1</index><config><index>1</index><description>Optical channel assigned 100</description><assignment-type>OPTICAL_CHANNEL</assignment-type><optical-channel>channel-2</optical-channel><allocation>100.0</allocation></config><state><index>1</index><description>Optical channel assigned 100</description><assignment-type>OPTICAL_CHANNEL</assignment-type><optical-channel>channel-2</optical-channel><allocation>100.0</allocation></state></assignment></logical-channel-assignments></channel><channel><index>3</index><config><index>3</index><description>Logical channel 3</description><admin-state>DISABLED</admin-state><logical-channel-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:PROT_OTN</logical-channel-type><loopback-mode>NONE</loopback-mode></config><state><index>3</index><description>Logical channel 3</description><admin-state>DISABLED</admin-state><logical-channel-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:PROT_OTN</logical-channel-type><loopback-mode>NONE</loopback-mode><link-state>UP</link-state></state><ingress><config><transceiver>transceiver-3</transceiver></config><state><transceiver>transceiver-3</transceiver></state></ingress><logical-channel-assignments><assignment><index>1</index><config><index>1</index><description>Optical channel assigned 100</description><assignment-type>OPTICAL_CHANNEL</assignment-type><optical-channel>channel-3</optical-channel><allocation>100.0</allocation></config><state><index>1</index><description>Optical channel assigned 100</description><assignment-type>OPTICAL_CHANNEL</assignment-type><optical-channel>channel-3</optical-channel><allocation>100.0</allocation></state></assignment></logical-channel-assignments></channel><channel><index>4</index><config><index>4</index><description>Logical channel 4</description><admin-state>DISABLED</admin-state><logical-channel-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:PROT_OTN</logical-channel-type><loopback-mode>NONE</loopback-mode></config><state><index>4</index><description>Logical channel 4</description><admin-state>DISABLED</admin-state><logical-channel-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:PROT_OTN</logical-channel-type><loopback-mode>NONE</loopback-mode><link-state>UP</link-state></state><ingress><config><transceiver>transceiver-4</transceiver></config><state><transceiver>transceiver-4</transceiver></state></ingress><logical-channel-assignments><assignment><index>1</index><config><index>1</index><description>Optical channel assigned 100</description><assignment-type>OPTICAL_CHANNEL</assignment-type><optical-channel>channel-4</optical-channel><allocation>100.0</allocation></config><state><index>1</index><description>Optical channel assigned 100</description><assignment-type>OPTICAL_CHANNEL</assignment-type><optical-channel>channel-4</optical-channel><allocation>100.0</allocation></state></assignment></logical-channel-assignments></channel></logical-channels><operational-modes><mode><mode-id>1</mode-id><state><mode-id>1</mode-id><description>FEC1</description><vendor-id>Ericsson</vendor-id></state></mode><mode><mode-id>2</mode-id><state><mode-id>2</mode-id><description>FEC2</description><vendor-id>Ericsson</vendor-id></state></mode></operational-modes></terminal-device><aaa xmlns="http://tail-f.com/ns/aaa/1.1"><authentication><users><user><name>admin</name><uid>9000</uid><gid>100</gid><password>$1$lPNyHD3D$t9eLr07hXOEy1983ReE8k0</password><ssh_keydir>/var/confd/homes/admin/.ssh</ssh_keydir><homedir>/var/confd/homes/admin</homedir></user><user><name>oper</name><uid>9003</uid><gid>103</gid><password>$1$gflBsGcV$PdW1/SBjHWGBRlZuBfdva/</password><ssh_keydir>/var/confd/homes/oper/.ssh</ssh_keydir><homedir>/var/confd/homes/oper</homedir></user><user><name>optical</name><uid>9001</uid><gid>101</gid><password>$1$HCxex4ow$jHGQxsbMB1dWNK97ydKv20</password><ssh_keydir>/var/confd/homes/optical/.ssh</ssh_keydir><homedir>/var/confd/homes/optical</homedir></user><user><name>packet</name><uid>9002</uid><gid>102</gid><password>$1$2CYgcCNT$bV6L4CxgDPQP9EMyZ4Rsc1</password><ssh_keydir>/var/confd/homes/packet/.ssh</ssh_keydir><homedir>/var/confd/homes/packet</homedir></user><user><name>private</name><uid>9005</uid><gid>103</gid><password>$1$2MXxtlsM$qZfOcm4WXD2c8duQXzdru0</password><ssh_keydir>/var/confd/homes/private/.ssh</ssh_keydir><homedir>/var/confd/homes/private</homedir></user><user><name>public</name><uid>9004</uid><gid>100</gid><password>$1$1tOWUHZV$iad9vZD8aF68c6x21nhHo/</password><ssh_keydir>/var/confd/homes/public/.ssh</ssh_keydir><homedir>/var/confd/homes/public</homedir></user></users></authentication><ios><level><nr>0</nr><prompt>\h> </prompt></level><level><nr>15</nr><prompt>\h# </prompt></level><privilege><mode>exec</mode><level><nr>0</nr><command><name>action</name></command><command><name>autowizard</name></command><command><name>enable</name></command><command><name>exit</name></command><command><name>help</name></command><command><name>startup</name></command></level><level><nr>15</nr><command><name>configure</name></command></level></privilege></ios></aaa><confd-state xmlns="http://tail-f.com/yang/confd-monitoring"><version>6.4</version><epoll>false</epoll><daemon-status>started</daemon-status><loaded-data-models><data-model><name>iana-crypt-hash</name><revision>2014-08-06</revision><namespace>urn:ietf:params:xml:ns:yang:iana-crypt-hash</namespace><prefix>ianach</prefix><exported-to-all/></data-model><data-model><name>ietf-inet-types</name><revision>2013-07-15</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-inet-types</namespace><prefix>inet</prefix><exported-to-all/></data-model><data-model><name>ietf-interfaces</name><revision>2014-05-08</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-interfaces</namespace><prefix>if</prefix><exported-to-all/></data-model><data-model><name>ietf-netconf-acm</name><revision>2012-02-22</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-acm</namespace><prefix>nacm</prefix><exported-to-all/></data-model><data-model><name>ietf-netconf-monitoring</name><revision>2010-10-04</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring</namespace><prefix>ncm</prefix><exported-to-all/></data-model><data-model><name>ietf-netconf-notifications</name><revision>2012-02-06</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-notifications</namespace><prefix>ncn</prefix><exported-to-all/></data-model><data-model><name>ietf-yang-library</name><revision>2016-06-21</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-library</namespace><prefix>yanglib</prefix><exported-to>netconf</exported-to><exported-to>rest</exported-to></data-model><data-model><name>ietf-yang-types</name><revision>2013-07-15</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-types</namespace><prefix>yang</prefix><exported-to-all/></data-model><data-model><name>netconf_netmod</name><namespace>urn:ietf:params:xml:ns:netmod:notification</namespace><prefix>nm</prefix><exported-to>netconf</exported-to></data-model><data-model><name>openconfig-alarm-types</name><revision>2018-01-16</revision><namespace>http://openconfig.net/yang/alarms/types</namespace><prefix>oc-alarm-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-bfd</name><revision>2022-06-28</revision><namespace>http://openconfig.net/yang/bfd</namespace><prefix>oc-bfd</prefix><exported-to-all/></data-model><data-model><name>openconfig-bgp</name><revision>2022-05-21</revision><namespace>http://openconfig.net/yang/bgp</namespace><prefix>oc-bgp</prefix><exported-to-all/></data-model><data-model><name>openconfig-bgp-types</name><revision>2021-08-06</revision><namespace>http://openconfig.net/yang/bgp-types</namespace><prefix>oc-bgp-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-evpn-types</name><revision>2021-06-21</revision><namespace>http://openconfig.net/yang/evpn-types</namespace><prefix>oc-evpn-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-if-ethernet</name><revision>2022-04-20</revision><namespace>http://openconfig.net/yang/interfaces/ethernet</namespace><prefix>oc-eth</prefix><exported-to-all/></data-model><data-model><name>openconfig-if-ip</name><revision>2019-01-08</revision><namespace>http://openconfig.net/yang/interfaces/ip</namespace><prefix>oc-ip</prefix><exported-to-all/></data-model><data-model><name>openconfig-inet-types</name><revision>2021-08-17</revision><namespace>http://openconfig.net/yang/types/inet</namespace><prefix>oc-inet</prefix><exported-to-all/></data-model><data-model><name>openconfig-interfaces</name><revision>2021-04-06</revision><namespace>http://openconfig.net/yang/interfaces</namespace><prefix>oc-if</prefix><exported-to-all/></data-model><data-model><name>openconfig-lldp</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/lldp</namespace><prefix>oc-lldp</prefix><exported-to-all/></data-model><data-model><name>openconfig-lldp-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/lldp/types</namespace><prefix>oc-lldp-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-mpls-types</name><revision>2021-12-01</revision><namespace>http://openconfig.net/yang/mpls-types</namespace><prefix>oc-mplst</prefix><exported-to-all/></data-model><data-model><name>openconfig-network-instance-types</name><revision>2021-07-14</revision><namespace>http://openconfig.net/yang/network-instance-types</namespace><prefix>oc-ni-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-ospf-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/ospf-types</namespace><prefix>oc-ospf-types</prefix><exporte" -[2024-06-20 13:24:17,283] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:17,283] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: ending -[2024-06-20 13:24:17,295] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: starting -[2024-06-20 13:24:17,295] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:17,295] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:17,295] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:17,296] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: found chunk delimiter -[2024-06-20 13:24:17,296] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:17,296] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: not enough data for chunk yet -[2024-06-20 13:24:17,296] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: setting start to 0 -[2024-06-20 13:24:17,296] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: ending -[2024-06-20 13:24:17,296] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: starting -[2024-06-20 13:24:17,296] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:17,296] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:17,296] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:17,297] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: found chunk delimiter -[2024-06-20 13:24:17,297] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:17,297] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: not enough data for chunk yet -[2024-06-20 13:24:17,297] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: setting start to 0 -[2024-06-20 13:24:17,297] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: ending -[2024-06-20 13:24:17,297] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: starting -[2024-06-20 13:24:17,297] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:17,297] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:17,297] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:17,297] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: found chunk delimiter -[2024-06-20 13:24:17,298] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:17,298] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: not enough data for chunk yet -[2024-06-20 13:24:17,298] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: setting start to 0 -[2024-06-20 13:24:17,298] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: ending -[2024-06-20 13:24:17,298] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: starting -[2024-06-20 13:24:17,298] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:17,298] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:17,298] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:17,298] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: found chunk delimiter -[2024-06-20 13:24:17,299] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:17,299] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: appending 16376 bytes -[2024-06-20 13:24:17,299] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: fragment = "d-to-all/></data-model><data-model><name>openconfig-ospfv2</name><revision>2022-02-10</revision><namespace>http://openconfig.net/yang/ospfv2</namespace><prefix>oc-ospfv2</prefix><exported-to-all/></data-model><data-model><name>openconfig-platform</name><revision>2018-01-30</revision><namespace>http://openconfig.net/yang/platform</namespace><prefix>oc-platform</prefix><exported-to-all/></data-model><data-model><name>openconfig-platform-port</name><revision>2021-04-22</revision><namespace>http://openconfig.net/yang/platform/port</namespace><prefix>oc-port</prefix><exported-to-all/></data-model><data-model><name>openconfig-platform-transceiver</name><revision>2021-02-23</revision><namespace>http://openconfig.net/yang/platform/transceiver</namespace><prefix>oc-transceiver</prefix><exported-to-all/></data-model><data-model><name>openconfig-platform-types</name><revision>2021-01-18</revision><namespace>http://openconfig.net/yang/platform-types</namespace><prefix>oc-platform-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-policy-types</name><revision>2022-11-08</revision><namespace>http://openconfig.net/yang/policy-types</namespace><prefix>oc-pol-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-protocols</name><namespace>http://openconfig.net/yang/protocols</namespace><prefix>oc-prt</prefix><exported-to-all/></data-model><data-model><name>openconfig-rib-bgp</name><revision>2022-06-06</revision><namespace>http://openconfig.net/yang/rib/bgp</namespace><prefix>oc-rib-bgp</prefix><exported-to-all/></data-model><data-model><name>openconfig-rib-bgp-types</name><revision>2019-03-14</revision><namespace>http://openconfig.net/yang/rib/bgp-types</namespace><prefix>oc-bgprib-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-routing-policy</name><revision>2022-05-24</revision><namespace>http://openconfig.net/yang/routing-policy</namespace><prefix>oc-rpol</prefix><exported-to-all/></data-model><data-model><name>openconfig-segment-routing-types</name><revision>2020-02-04</revision><namespace>http://openconfig.net/yang/segment-routing-types</namespace><prefix>oc-srt</prefix><exported-to-all/></data-model><data-model><name>openconfig-telemetry</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/telemetry</namespace><prefix>oc-telemetry</prefix><exported-to-all/></data-model><data-model><name>openconfig-telemetry-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/telemetry-types</namespace><prefix>oc-telemetry-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-terminal-device</name><revision>2021-02-23</revision><namespace>http://openconfig.net/yang/terminal-device</namespace><prefix>oc-opt-term</prefix><exported-to-all/></data-model><data-model><name>openconfig-transport-types</name><revision>2021-03-22</revision><namespace>http://openconfig.net/yang/transport-types</namespace><prefix>oc-opt-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-types</name><revision>2019-04-16</revision><namespace>http://openconfig.net/yang/openconfig-types</namespace><prefix>oc-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-yang-types</name><revision>2021-07-14</revision><namespace>http://openconfig.net/yang/types/yang</namespace><prefix>oc-yang</prefix><exported-to-all/></data-model><data-model><name>tailf-aaa</name><revision>2015-06-16</revision><namespace>http://tail-f.com/ns/aaa/1.1</namespace><prefix>aaa</prefix><exported-to-all/></data-model><data-model><name>tailf-acm</name><revision>2013-03-07</revision><namespace>http://tail-f.com/yang/acm</namespace><prefix>tacm</prefix><exported-to-all/></data-model><data-model><name>tailf-common-monitoring</name><revision>2013-06-14</revision><namespace>http://tail-f.com/yang/common-monitoring</namespace><prefix>tfcg</prefix><exported-to-all/></data-model><data-model><name>tailf-confd-monitoring</name><revision>2013-06-14</revision><namespace>http://tail-f.com/yang/confd-monitoring</namespace><prefix>tfcm</prefix><exported-to-all/></data-model><data-model><name>tailf-kicker</name><revision>2017-03-16</revision><namespace>http://tail-f.com/ns/kicker</namespace><prefix>kicker</prefix><exported-to-all/></data-model><data-model><name>tailf-netconf-monitoring</name><revision>2016-11-24</revision><namespace>http://tail-f.com/yang/netconf-monitoring</namespace><prefix>tncm</prefix><exported-to-all/></data-model><data-model><name>tailf-rollback</name><revision>2016-09-15</revision><namespace>http://tail-f.com/ns/rollback</namespace><prefix>rollback</prefix><exported-to>rest</exported-to></data-model><data-model><name>vlan</name><namespace>http://sssup.it/yang/vlan</namespace><prefix>sv</prefix><exported-to-all/></data-model></loaded-data-models><netconf><listen><tcp><ip>0.0.0.0</ip><port>2023</port></tcp><ssh><ip>0.0.0.0</ip><port>2022</port></ssh></listen></netconf><cli><listen><ssh><ip>0.0.0.0</ip><port>2024</port></ssh></listen></cli><internal><callpoints><notification-stream-replay><name>NETCONF</name><replay-support>none</replay-support></notification-stream-replay><notification-stream-replay><name>mellanox</name><replay-support>external</replay-support><daemon><id>0</id><name>notifier</name></daemon></notification-stream-replay></callpoints><cdb><datastore><name>running</name><transaction-id>1717-750545-631285</transaction-id><filename>./confd-cdb/A.cdb</filename><disk-size>13451</disk-size><ram-size>81462</ram-size><read-locks>0</read-locks><write-lock-set>false</write-lock-set><waiting-for-replication-sync>false</waiting-for-replication-sync></datastore><datastore><name>operational</name><filename>./confd-cdb/O.cdb</filename><disk-size>4</disk-size><ram-size>136</ram-size><subscription-lock-set>false</subscription-lock-set></datastore><client><name>notifier</name><info>325/6</info><type>subscriber</type><subscription><datastore>running</datastore><priority>1</priority><id>6</id><path>/terminal-device/logical-channels/channel/config</path></subscription><subscription><datastore>running</datastore><priority>2</priority><id>8</id><path>/telemetry-system/subscriptions/dynamic-subscriptions</path></subscription><subscription><datastore>running</datastore><priority>2</priority><id>7</id><path>/components/component/optical-channel/config</path></subscription><subscription><datastore>running</datastore><priority>3</priority><id>9</id><path>/switched-vlans/vlan/tagged-members/member</path></subscription><subscription><datastore>running</datastore><priority>4</priority><id>10</id><path>/switched-vlans/vlan/untagged-members/member</path></subscription><subscription><datastore>running</datastore><priority>5</priority><id>11</id><path>/interfaces/interface</path></subscription><subscription><datastore>running</datastore><priority>6</priority><id>12</id><path>/bgp-instance/bgp</path></subscription></client><client><name>notifier</name><info>325/5</info><type>inactive</type></client></cdb></internal></confd-state><netconf xmlns="urn:ietf:params:xml:ns:netmod:notification"><streams><stream><name>NETCONF</name><description>default NETCONF event stream</description><replaySupport>false</replaySupport></stream><stream><name>mellanox</name><description>Notifications regarding the transponder</description><replaySupport>true</replaySupport><replayLogCreationTime>2024-06-06T22:51:42.135613+00:00</replayLogCreationTime></stream></streams></netconf><nacm xmlns="urn:ietf:params:xml:ns:yang:ietf-netconf-acm"><enable-nacm>true</enable-nacm><read-default>permit</read-default><write-default>permit</write-default><exec-default>permit</exec-default><enable-external-groups>true</enable-external-groups><denied-operations>0</denied-operations><denied-data-writes>0</denied-data-writes><denied-notifications>0</denied-notifications><groups><group><name>admin</name><user-name>admin</user-name><user-name>private</user-name></group><group><name>oper</name><user-name>oper</user-name><user-name>public</user-name></group><group><name>opt</name><user-name>optical</user-name></group><group><name>pck</name><user-name>packet</user-name></group></groups><rule-list><name>any-group</name><group>*</group><rule><name>get</name><module-name>*</module-name><path>/</path><access-operations>read</access-operations><action>permit</action></rule><rule><name>tailf-aaa-authentication</name><module-name>tailf-aaa</module-name><path>/aaa/authentication/users/user[name='$USER']</path><access-operations>read update</access-operations><action>permit</action></rule><rule><name>tailf-aaa-user</name><module-name>tailf-aaa</module-name><path>/user[name='$USER']</path><access-operations>create read update delete</access-operations><action>permit</action></rule><rule><name>tailf-webui-user</name><module-name>tailf-webui</module-name><path>/webui/data-stores/user-profile[username='$USER']</path><access-operations>create read update delete</access-operations><action>permit</action></rule></rule-list><rule-list><name>packet</name><group>pck</group><rule><name>vlan</name><module-name>vlan</module-name><path>/switched-vlans</path><access-operations>create read update delete</access-operations><action>permit</action></rule><rule><name>terminal-device</name><module-name>*</module-name><path>/terminal-device</path><access-operations>create update delete</access-operations><action>deny</action></rule><rule><name>components</name><module-name>*</module-name><path>/components</path><access-operations>create update delete</access-operations><action>deny</action></rule></rule-list><rule-list><name>optical</name><group>opt</group><rule><name>terminal-device</name><module-name>*</module-name><path>/terminal-device</path><access-operations>create read update delete</access-operations><action>permit</action></rule><rule><name>components</name><module-name>*</module-name><path>/components</path><access-operations>create read update delete</access-operations><action>permit</action></rule><rule><name>vlan</name><module-name>vlan</module-name><path>/switched-vlans</path><access-operations>create update delete</access-operations><action>deny</action></rule></rule-list><rule-list><name>admin</name><group>admin</group><rule><name>any-access</name><action>permit</action></rule></rule-list></nacm><netconf-state xmlns="urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring"><capabilities><capability>urn:ietf:params:netconf:base:1.0</capability><capability>urn:ietf:params:netconf:base:1.1</capability><capability>urn:ietf:params:netconf:capability:writable-running:1.0</capability><capability>urn:ietf:params:netconf:capability:xpath:1.0</capability><capability>urn:ietf:params:netconf:capability:validate:1.0</capability><capability>urn:ietf:params:netconf:capability:validate:1.1</capability><capability>urn:ietf:params:netconf:capability:rollback-on-error:1.0</capability><capability>urn:ietf:params:netconf:capability:notification:1.0</capability><capability>urn:ietf:params:netconf:capability:with-defaults:1.0?basic-mode=explicit&also-supported=report-all-tagged</capability><capability>urn:ietf:params:netconf:capability:yang-library:1.0?revision=2016-06-21&module-set-id=f1285a0c7bf3c6c159ca5c87b160ec60</capability><capability>http://tail-f.com/ns/netconf/extensions</capability><capability>http://openconfig.net/yang/alarms/types?module=openconfig-alarm-types&revision=2018-01-16</capability><capability>http://openconfig.net/yang/bfd?module=openconfig-bfd&revision=2022-06-28</capability><capability>http://openconfig.net/yang/bgp?module=openconfig-bgp&revision=2022-05-21</capability><capability>http://openconfig.net/yang/bgp-types?module=openconfig-bgp-types&revision=2021-08-06</capability><capability>http://openconfig.net/yang/evpn-types?module=openconfig-evpn-types&revision=2021-06-21</capability><capability>http://openconfig.net/yang/interfaces?module=openconfig-interfaces&revision=2021-04-06</capability><capability>http://openconfig.net/yang/interfaces/ethernet?module=openconfig-if-ethernet&revision=2022-04-20</capability><capability>http://openconfig.net/yang/interfaces/ip?module=openconfig-if-ip&revision=2019-01-08</capability><capability>http://openconfig.net/yang/lldp?module=openconfig-lldp&revision=2018-11-21</capability><capability>http://openconfig.net/yang/lldp/types?module=openconfig-lldp-types&revision=2018-11-21</capability><capability>http://openconfig.net/yang/mpls-types?module=openconfig-mpls-types&revision=2021-12-01</capability><capability>http://openconfig.net/yang/network-instance-types?module=openconfig-network-instance-types&revision=2021-07-14</capability><capability>http://openconfig.net/yang/openconfig-types?module=openconfig-types&revision=2019-04-16</capability><capability>http://openconfig.net/yang/ospf-types?module=openconfig-ospf-types&revision=2018-11-21</capability><capability>http://openconfig.net/yang/ospfv2?module=openconfig-ospfv2&revision=2022-02-10</capability><capability>http://openconfig.net/yang/platform?module=openconfig-platform&revision=2018-01-30</capability><capability>http://openconfig.net/yang/platform-types?module=openconfig-platform-types&revision=2021-01-18</capability><capability>http://openconfig.net/yang/platform/port?module=openconfig-platform-port&revision=2021-04-22</capability><capability>http://openconfig.net/yang/platform/transceiver?module=openconfig-platform-transceiver&revision=2021-02-23</capability><capability>http://openconfig.net/yang/policy-types?module=openconfig-policy-types&revision=2022-11-08</capability><capability>http://openconfig.net/yang/protocols?module=openconfig-protocols</capability><capability>http://openconfig.net/yang/rib/bgp?module=openconfig-rib-bgp&revision=2022-06-06</capability><capability>http://openconfig.net/yang/rib/bgp-types?module=openconfig-rib-bgp-types&revision=2019-03-14</capability><capability>http://openconfig.net/yang/routing-policy?module=openconfig-routing-policy&revision=2022-05-24</capability><capability>http://openconfig.net/yang/segment-routing-types?module=openconfig-segment-routing-types&revision=2020-02-04</capability><capability>http://openconfig.net/yang/telemetry?module=openconfig-telemetry&revision=2018-11-21</capability><capability>http://openconfig.net/yang/telemetry-types?module=openconfig-telemetry-types&revision=2018-11-21</capability><capability>http://openconfig.net/yang/terminal-device?module=openconfig-terminal-device&revision=2021-02-23</capability><capability>http://openconfig.net/yang/transport-types?module=openconfig-transport-types&revision=2021-03-22</capability><capability>http://openconfig.net/yang/types/inet?module=openconfig-inet-types&revision=2021-08-17</capability><capability>http://openconfig.net/yang/types/yang?module=openconfig-yang-types&revision=2021-07-14</capability><capability>http://sssup.it/yang/vlan?module=vlan</capability><capability>http://tail-f.com/ns/aaa/1.1?module=tailf-aaa&revision=2015-06-16</capability><capability>http://tail-f.com/ns/kicker?module=tailf-kicker&revision=2017-03-16</capability><capability>http://tail-f.com/yang/acm?module=tailf-acm&revision=2013-03-07</capability><capability>http://tail-f.com/yang/common-monitoring?module=tailf-common-monitoring&revision=2013-06-14</capability><capability>http://tail-f.com/yang/confd-monitoring?module=tailf-confd-monitoring&revision=2013-06-14</capability><capability>http://tail-f.com/yang/netconf-monitoring?module=tailf-netconf-monitoring&revision=2016-11-24</capability><capability>urn:ietf:params:xml:ns:yang:iana-crypt-hash?module=iana-crypt-hash&revision=2014-08-06&features=crypt-hash-sha-512,crypt-hash-sha-256,crypt-hash-md5</capability><capability>urn:ietf:params:xml:ns:yang:ietf-inet-types?module=ietf-inet-types&revision=2013-07-15</capability><capability>urn:ietf:params:xml:ns:yang:ietf-interfaces?module=ietf-interfaces&revision=2014-05-08&features=pre-provisioning,if-mib,arbitrary-names</capability><capability>urn:ietf:params:xml:ns:yang:ietf-netconf-acm?module=ietf-netconf-acm&revision=2012-02-22</capability><capability>urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring?module=ietf-netconf-monitoring&revision=2010-10-04</capability><capability>urn:ietf:params:xml:ns:yang:ietf-" -[2024-06-20 13:24:17,299] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:17,299] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: ending -[2024-06-20 13:24:17,326] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: starting -[2024-06-20 13:24:17,326] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:17,326] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:17,326] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:17,326] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: found chunk delimiter -[2024-06-20 13:24:17,327] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:17,327] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: not enough data for chunk yet -[2024-06-20 13:24:17,327] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: setting start to 0 -[2024-06-20 13:24:17,327] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: ending -[2024-06-20 13:24:17,327] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: starting -[2024-06-20 13:24:17,327] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:17,327] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:17,327] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:17,327] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: found chunk delimiter -[2024-06-20 13:24:17,327] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:17,327] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: not enough data for chunk yet -[2024-06-20 13:24:17,328] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: setting start to 0 -[2024-06-20 13:24:17,328] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: ending -[2024-06-20 13:24:17,328] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: starting -[2024-06-20 13:24:17,328] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:17,328] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:17,328] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:17,328] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: found chunk delimiter -[2024-06-20 13:24:17,328] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:17,328] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: not enough data for chunk yet -[2024-06-20 13:24:17,329] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: setting start to 0 -[2024-06-20 13:24:17,329] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: ending -[2024-06-20 13:24:17,329] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: starting -[2024-06-20 13:24:17,329] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:17,329] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:17,329] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:17,329] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: found chunk delimiter -[2024-06-20 13:24:17,329] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:17,329] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: appending 16376 bytes -[2024-06-20 13:24:17,330] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: fragment = "netconf-notifications?module=ietf-netconf-notifications&revision=2012-02-06</capability><capability>urn:ietf:params:xml:ns:yang:ietf-yang-library?module=ietf-yang-library&revision=2016-06-21</capability><capability>urn:ietf:params:xml:ns:yang:ietf-yang-types?module=ietf-yang-types&revision=2013-07-15</capability><capability>urn:ietf:params:xml:ns:netconf:base:1.0?module=ietf-netconf&revision=2011-06-01</capability><capability>urn:ietf:params:xml:ns:yang:ietf-netconf-with-defaults?module=ietf-netconf-with-defaults&revision=2011-06-01</capability></capabilities><datastores><datastore><name>running</name><transaction-id xmlns="http://tail-f.com/yang/netconf-monitoring">1717-750545-631285</transaction-id></datastore></datastores><schemas><schema><identifier>iana-crypt-hash</identifier><version>2014-08-06</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:iana-crypt-hash</namespace><location>NETCONF</location></schema><schema><identifier>ietf-inet-types</identifier><version>2013-07-15</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-inet-types</namespace><location>NETCONF</location></schema><schema><identifier>ietf-interfaces</identifier><version>2014-05-08</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-interfaces</namespace><location>NETCONF</location></schema><schema><identifier>ietf-netconf</identifier><version>2011-06-01</version><format>yang</format><namespace>urn:ietf:params:xml:ns:netconf:base:1.0</namespace><location>NETCONF</location></schema><schema><identifier>ietf-netconf-acm</identifier><version>2012-02-22</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-acm</namespace><location>NETCONF</location></schema><schema><identifier>ietf-netconf-monitoring</identifier><version>2010-10-04</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring</namespace><location>NETCONF</location></schema><schema><identifier>ietf-netconf-notifications</identifier><version>2012-02-06</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-notifications</namespace><location>NETCONF</location></schema><schema><identifier>ietf-netconf-with-defaults</identifier><version>2011-06-01</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-with-defaults</namespace><location>NETCONF</location></schema><schema><identifier>ietf-yang-library</identifier><version>2016-06-21</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-library</namespace><location>NETCONF</location></schema><schema><identifier>ietf-yang-types</identifier><version>2013-07-15</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-alarm-types</identifier><version>2018-01-16</version><format>yang</format><namespace>http://openconfig.net/yang/alarms/types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bfd</identifier><version>2022-06-28</version><format>yang</format><namespace>http://openconfig.net/yang/bfd</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bgp</identifier><version>2022-05-21</version><format>yang</format><namespace>http://openconfig.net/yang/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bgp-common</identifier><version>2022-05-21</version><format>yang</format><namespace>http://openconfig.net/yang/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bgp-common-multiprotocol</identifier><version>2022-05-21</version><format>yang</format><namespace>http://openconfig.net/yang/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bgp-common-structure</identifier><version>2022-05-21</version><format>yang</format><namespace>http://openconfig.net/yang/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bgp-errors</identifier><version>2021-08-06</version><format>yang</format><namespace>http://openconfig.net/yang/bgp-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bgp-global</identifier><version>2022-05-21</version><format>yang</format><namespace>http://openconfig.net/yang/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bgp-neighbor</identifier><version>2022-05-21</version><format>yang</format><namespace>http://openconfig.net/yang/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bgp-peer-group</identifier><version>2022-05-21</version><format>yang</format><namespace>http://openconfig.net/yang/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bgp-types</identifier><version>2021-08-06</version><format>yang</format><namespace>http://openconfig.net/yang/bgp-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-evpn-types</identifier><version>2021-06-21</version><format>yang</format><namespace>http://openconfig.net/yang/evpn-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-if-ethernet</identifier><version>2022-04-20</version><format>yang</format><namespace>http://openconfig.net/yang/interfaces/ethernet</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-if-ip</identifier><version>2019-01-08</version><format>yang</format><namespace>http://openconfig.net/yang/interfaces/ip</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-inet-types</identifier><version>2021-08-17</version><format>yang</format><namespace>http://openconfig.net/yang/types/inet</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-interfaces</identifier><version>2021-04-06</version><format>yang</format><namespace>http://openconfig.net/yang/interfaces</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-lldp</identifier><version>2018-11-21</version><format>yang</format><namespace>http://openconfig.net/yang/lldp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-lldp-types</identifier><version>2018-11-21</version><format>yang</format><namespace>http://openconfig.net/yang/lldp/types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-mpls-types</identifier><version>2021-12-01</version><format>yang</format><namespace>http://openconfig.net/yang/mpls-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-network-instance-types</identifier><version>2021-07-14</version><format>yang</format><namespace>http://openconfig.net/yang/network-instance-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-ospf-types</identifier><version>2018-11-21</version><format>yang</format><namespace>http://openconfig.net/yang/ospf-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-ospfv2</identifier><version>2022-02-10</version><format>yang</format><namespace>http://openconfig.net/yang/ospfv2</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-ospfv2-area</identifier><version>2022-02-10</version><format>yang</format><namespace>http://openconfig.net/yang/ospfv2</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-ospfv2-area-interface</identifier><version>2022-02-10</version><format>yang</format><namespace>http://openconfig.net/yang/ospfv2</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-ospfv2-common</identifier><version>2022-02-10</version><format>yang</format><namespace>http://openconfig.net/yang/ospfv2</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-ospfv2-global</identifier><version>2022-02-10</version><format>yang</format><namespace>http://openconfig.net/yang/ospfv2</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-ospfv2-lsdb</identifier><version>2022-02-10</version><format>yang</format><namespace>http://openconfig.net/yang/ospfv2</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-platform</identifier><version>2018-01-30</version><format>yang</format><namespace>http://openconfig.net/yang/platform</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-platform-port</identifier><version>2021-04-22</version><format>yang</format><namespace>http://openconfig.net/yang/platform/port</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-platform-transceiver</identifier><version>2021-02-23</version><format>yang</format><namespace>http://openconfig.net/yang/platform/transceiver</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-platform-types</identifier><version>2021-01-18</version><format>yang</format><namespace>http://openconfig.net/yang/platform-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-policy-types</identifier><version>2022-11-08</version><format>yang</format><namespace>http://openconfig.net/yang/policy-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-protocols</identifier><version></version><format>yang</format><namespace>http://openconfig.net/yang/protocols</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-rib-bgp</identifier><version>2022-06-06</version><format>yang</format><namespace>http://openconfig.net/yang/rib/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-rib-bgp-attributes</identifier><version>2022-06-06</version><format>yang</format><namespace>http://openconfig.net/yang/rib/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-rib-bgp-shared-attributes</identifier><version>2022-06-06</version><format>yang</format><namespace>http://openconfig.net/yang/rib/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-rib-bgp-table-attributes</identifier><version>2022-06-06</version><format>yang</format><namespace>http://openconfig.net/yang/rib/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-rib-bgp-tables</identifier><version>2022-06-06</version><format>yang</format><namespace>http://openconfig.net/yang/rib/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-rib-bgp-types</identifier><version>2019-03-14</version><format>yang</format><namespace>http://openconfig.net/yang/rib/bgp-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-routing-policy</identifier><version>2022-05-24</version><format>yang</format><namespace>http://openconfig.net/yang/routing-policy</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-segment-routing-types</identifier><version>2020-02-04</version><format>yang</format><namespace>http://openconfig.net/yang/segment-routing-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-telemetry</identifier><version>2018-11-21</version><format>yang</format><namespace>http://openconfig.net/yang/telemetry</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-telemetry-types</identifier><version>2018-11-21</version><format>yang</format><namespace>http://openconfig.net/yang/telemetry-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-terminal-device</identifier><version>2021-02-23</version><format>yang</format><namespace>http://openconfig.net/yang/terminal-device</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-transport-types</identifier><version>2021-03-22</version><format>yang</format><namespace>http://openconfig.net/yang/transport-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-types</identifier><version>2019-04-16</version><format>yang</format><namespace>http://openconfig.net/yang/openconfig-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-yang-types</identifier><version>2021-07-14</version><format>yang</format><namespace>http://openconfig.net/yang/types/yang</namespace><location>NETCONF</location></schema><schema><identifier>tailf-aaa</identifier><version>2015-06-16</version><format>yang</format><namespace>http://tail-f.com/ns/aaa/1.1</namespace><location>NETCONF</location></schema><schema><identifier>tailf-acm</identifier><version>2013-03-07</version><format>yang</format><namespace>http://tail-f.com/yang/acm</namespace><location>NETCONF</location></schema><schema><identifier>tailf-common-monitoring</identifier><version>2013-06-14</version><format>yang</format><namespace>http://tail-f.com/yang/common-monitoring</namespace><location>NETCONF</location></schema><schema><identifier>tailf-confd-monitoring</identifier><version>2013-06-14</version><format>yang</format><namespace>http://tail-f.com/yang/confd-monitoring</namespace><location>NETCONF</location></schema><schema><identifier>tailf-kicker</identifier><version>2017-03-16</version><format>yang</format><namespace>http://tail-f.com/ns/kicker</namespace><location>NETCONF</location></schema><schema><identifier>tailf-netconf-monitoring</identifier><version>2016-11-24</version><format>yang</format><namespace>http://tail-f.com/yang/netconf-monitoring</namespace><location>NETCONF</location></schema><schema><identifier>vlan</identifier><version></version><format>yang</format><namespace>http://sssup.it/yang/vlan</namespace><location>NETCONF</location></schema></schemas><sessions><session><session-id>29</session-id><transport>netconf-ssh</transport><username>admin</username><source-host>10.30.2.206</source-host><login-time>2024-06-06T23:11:47+00:00</login-time><in-rpcs>2</in-rpcs><in-bad-rpcs>0</in-bad-rpcs><out-rpc-errors>0</out-rpc-errors><out-notifications>0</out-notifications></session><session><session-id>30</session-id><transport>netconf-ssh</transport><username>admin</username><source-host>10.30.2.206</source-host><login-time>2024-06-06T23:11:57+00:00</login-time><in-rpcs>4</in-rpcs><in-bad-rpcs>0</in-bad-rpcs><out-rpc-errors>0</out-rpc-errors><out-notifications>0</out-notifications></session><session><session-id>31</session-id><transport>netconf-ssh</transport><username>admin</username><source-host>10.30.2.206</source-host><login-time>2024-06-06T23:12:08+00:00</login-time><in-rpcs>2</in-rpcs><in-bad-rpcs>0</in-bad-rpcs><out-rpc-errors>0</out-rpc-errors><out-notifications>0</out-notifications></session><session><session-id>32</session-id><transport>netconf-ssh</transport><username>admin</username><source-host>10.30.2.208</source-host><login-time>2024-06-20T13:24:11+00:00</login-time><in-rpcs>2</in-rpcs><in-bad-rpcs>0</in-bad-rpcs><out-rpc-errors>0</out-rpc-errors><out-notifications>0</out-notifications></session><session><session-id>33</session-id><transport>netconf-ssh</transport><username>admin</username><source-host>10.30.2.208</source-host><login-time>2024-06-20T13:24:16+00:00</login-time><in-rpcs>2</in-rpcs><in-bad-rpcs>0</in-bad-rpcs><out-rpc-errors>0</out-rpc-errors><out-notifications>0</out-notifications></session></sessions><statistics><netconf-start-time>2024-06-06T22:51:41+00:00</netconf-start-time><in-bad-hellos>0</in-bad-hellos><in-sessions>5</in-sessions><dropped-sessions>0</dropped-sessions><in-rpcs>12</in-rpcs><in-bad-rpcs>0</in-bad-rpcs><out-rpc-errors>0</out-rpc-errors><out-notifications>0</out-notifications></statistics><streams xmlns="http://tail-f.com/yang/netconf-monitoring"><stream><name>NETCONF</name><description>default NETCONF event stream</description><replay-support>false</replay-support></stream><stream><name>mellanox</name><description>Notifications regarding the transponder</description><replay-support>true</replay-support><replay-log-creation-time>2024-06-06T22:51:42.135613+00:00</replay-log-creation-time></stream></streams></netconf-state><modules-state xmlns="urn:ietf:params:xml:ns:yang:ietf-yang-library"><module-set-id>f1285a0c7bf3c6c159ca5c87b160ec60</module-set-id><module><name>iana-crypt-hash</name><revision>2014-08-06</revision><namespace>urn:ietf:params:xml:ns:yang:iana-crypt-hash</namespace><feature>crypt-hash-sha-512</feature><feature>crypt-hash-sha-256</" -[2024-06-20 13:24:17,330] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:17,330] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: ending -[2024-06-20 13:24:17,337] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: starting -[2024-06-20 13:24:17,337] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:17,337] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:17,337] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:17,337] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: found chunk delimiter -[2024-06-20 13:24:17,337] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: chunk size 10531 bytes -[2024-06-20 13:24:17,337] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: not enough data for chunk yet -[2024-06-20 13:24:17,338] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: setting start to 0 -[2024-06-20 13:24:17,338] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: ending -[2024-06-20 13:24:17,338] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: starting -[2024-06-20 13:24:17,338] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:17,338] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:17,338] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:17,338] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: found chunk delimiter -[2024-06-20 13:24:17,338] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: chunk size 10531 bytes -[2024-06-20 13:24:17,338] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: not enough data for chunk yet -[2024-06-20 13:24:17,338] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: setting start to 0 -[2024-06-20 13:24:17,338] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: ending -[2024-06-20 13:24:17,339] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: starting -[2024-06-20 13:24:17,339] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: working with buffer of 10543 bytes -[2024-06-20 13:24:17,339] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:17,339] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:17,339] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: found chunk delimiter -[2024-06-20 13:24:17,339] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: chunk size 10531 bytes -[2024-06-20 13:24:17,339] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: appending 10531 bytes -[2024-06-20 13:24:17,339] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: fragment = "feature><feature>crypt-hash-md5</feature><conformance-type>import</conformance-type></module><module><name>ietf-inet-types</name><revision>2013-07-15</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-inet-types</namespace><conformance-type>import</conformance-type></module><module><name>ietf-interfaces</name><revision>2014-05-08</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-interfaces</namespace><feature>pre-provisioning</feature><feature>if-mib</feature><feature>arbitrary-names</feature><conformance-type>implement</conformance-type></module><module><name>ietf-netconf</name><revision>2011-06-01</revision><namespace>urn:ietf:params:xml:ns:netconf:base:1.0</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-netconf-acm</name><revision>2012-02-22</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-acm</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-netconf-monitoring</name><revision>2010-10-04</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-netconf-notifications</name><revision>2012-02-06</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-notifications</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-netconf-with-defaults</name><revision>2011-06-01</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-with-defaults</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-yang-library</name><revision>2016-06-21</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-library</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-yang-types</name><revision>2013-07-15</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-alarm-types</name><revision>2018-01-16</revision><namespace>http://openconfig.net/yang/alarms/types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-bfd</name><revision>2022-06-28</revision><namespace>http://openconfig.net/yang/bfd</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-bgp</name><revision>2022-05-21</revision><namespace>http://openconfig.net/yang/bgp</namespace><conformance-type>implement</conformance-type><submodule><name>openconfig-bgp-common</name><revision>2022-05-21</revision></submodule><submodule><name>openconfig-bgp-common-structure</name><revision>2022-05-21</revision></submodule><submodule><name>openconfig-bgp-global</name><revision>2022-05-21</revision></submodule><submodule><name>openconfig-bgp-neighbor</name><revision>2022-05-21</revision></submodule><submodule><name>openconfig-bgp-peer-group</name><revision>2022-05-21</revision></submodule><submodule><name>openconfig-bgp-common-multiprotocol</name><revision>2022-05-21</revision></submodule></module><module><name>openconfig-bgp-types</name><revision>2021-08-06</revision><namespace>http://openconfig.net/yang/bgp-types</namespace><conformance-type>import</conformance-type><submodule><name>openconfig-bgp-errors</name><revision>2021-08-06</revision></submodule></module><module><name>openconfig-evpn-types</name><revision>2021-06-21</revision><namespace>http://openconfig.net/yang/evpn-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-if-ethernet</name><revision>2022-04-20</revision><namespace>http://openconfig.net/yang/interfaces/ethernet</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-if-ip</name><revision>2019-01-08</revision><namespace>http://openconfig.net/yang/interfaces/ip</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-inet-types</name><revision>2021-08-17</revision><namespace>http://openconfig.net/yang/types/inet</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-interfaces</name><revision>2021-04-06</revision><namespace>http://openconfig.net/yang/interfaces</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-lldp</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/lldp</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-lldp-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/lldp/types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-mpls-types</name><revision>2021-12-01</revision><namespace>http://openconfig.net/yang/mpls-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-ospf-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/ospf-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-ospfv2</name><revision>2022-02-10</revision><namespace>http://openconfig.net/yang/ospfv2</namespace><conformance-type>import</conformance-type><submodule><name>openconfig-ospfv2-area</name><revision>2022-02-10</revision></submodule><submodule><name>openconfig-ospfv2-common</name><revision>2022-02-10</revision></submodule><submodule><name>openconfig-ospfv2-global</name><revision>2022-02-10</revision></submodule><submodule><name>openconfig-ospfv2-lsdb</name><revision>2022-02-10</revision></submodule><submodule><name>openconfig-ospfv2-area-interface</name><revision>2022-02-10</revision></submodule></module><module><name>openconfig-platform</name><revision>2018-01-30</revision><namespace>http://openconfig.net/yang/platform</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-platform-port</name><revision>2021-04-22</revision><namespace>http://openconfig.net/yang/platform/port</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-platform-transceiver</name><revision>2021-02-23</revision><namespace>http://openconfig.net/yang/platform/transceiver</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-platform-types</name><revision>2021-01-18</revision><namespace>http://openconfig.net/yang/platform-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-policy-types</name><revision>2022-11-08</revision><namespace>http://openconfig.net/yang/policy-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-protocols</name><revision></revision><namespace>http://openconfig.net/yang/protocols</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-rib-bgp</name><revision>2022-06-06</revision><namespace>http://openconfig.net/yang/rib/bgp</namespace><conformance-type>import</conformance-type><submodule><name>openconfig-rib-bgp-attributes</name><revision>2022-06-06</revision></submodule><submodule><name>openconfig-rib-bgp-tables</name><revision>2022-06-06</revision></submodule><submodule><name>openconfig-rib-bgp-table-attributes</name><revision>2022-06-06</revision></submodule><submodule><name>openconfig-rib-bgp-shared-attributes</name><revision>2022-06-06</revision></submodule></module><module><name>openconfig-rib-bgp-types</name><revision>2019-03-14</revision><namespace>http://openconfig.net/yang/rib/bgp-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-routing-policy</name><revision>2022-05-24</revision><namespace>http://openconfig.net/yang/routing-policy</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-telemetry</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/telemetry</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-telemetry-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/telemetry-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-terminal-device</name><revision>2021-02-23</revision><namespace>http://openconfig.net/yang/terminal-device</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-transport-types</name><revision>2021-03-22</revision><namespace>http://openconfig.net/yang/transport-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-types</name><revision>2019-04-16</revision><namespace>http://openconfig.net/yang/openconfig-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-yang-types</name><revision>2021-07-14</revision><namespace>http://openconfig.net/yang/types/yang</namespace><conformance-type>import</conformance-type></module><module><name>tailf-aaa</name><revision>2015-06-16</revision><namespace>http://tail-f.com/ns/aaa/1.1</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-acm</name><revision>2013-03-07</revision><namespace>http://tail-f.com/yang/acm</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-common-monitoring</name><revision>2013-06-14</revision><namespace>http://tail-f.com/yang/common-monitoring</namespace><conformance-type>import</conformance-type></module><module><name>tailf-confd-monitoring</name><revision>2013-06-14</revision><namespace>http://tail-f.com/yang/confd-monitoring</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-kicker</name><revision>2017-03-16</revision><namespace>http://tail-f.com/ns/kicker</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-netconf-monitoring</name><revision>2016-11-24</revision><namespace>http://tail-f.com/yang/netconf-monitoring</namespace><conformance-type>implement</conformance-type></module><module><name>vlan</name><revision></revision><namespace>http://sssup.it/yang/vlan</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-segment-routing-types</name><revision>2020-02-04</revision><namespace>http://openconfig.net/yang/segment-routing-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-network-instance-types</name><revision>2021-07-14</revision><namespace>http://openconfig.net/yang/network-instance-types</namespace><conformance-type>import</conformance-type></module></modules-state></data></rpc-reply>" -[2024-06-20 13:24:17,339] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: matching from 10539 bytes from start of buffer -[2024-06-20 13:24:17,339] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: regular expression start=0, end=4 -[2024-06-20 13:24:17,340] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: found end of message delimiter -[2024-06-20 13:24:17,341] DEBUG:ncclient.operations.rpc:[host 172.17.254.42 session-id 33] Delivering to <ncclient.operations.retrieve.Get object at 0x7fa7486a5b80> -[2024-06-20 13:24:17,342] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: saving back rest of message after 10543 bytes, original size 10543 -[2024-06-20 13:24:17,342] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 33] _parse11: ending -[2024-06-20 13:24:17,349] INFO:root:resource_key frequency and channgel_name {'index': 'channel-1'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:24:17,350] INFO:root:dic {'frequency': '192056250'} -[2024-06-20 13:24:17,350] INFO:root:resource_key target-output-power and channgel_name {'index': 'channel-1'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:24:17,351] INFO:root:dic {'frequency': '192056250', 'target-output-power': '1.0'} -[2024-06-20 13:24:17,351] INFO:root:resource_key operational-mode and channgel_name {'index': 'channel-1'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:24:17,353] INFO:root:dic {'frequency': '192056250', 'target-output-power': '1.0', 'operational-mode': '8'} -[2024-06-20 13:24:17,353] INFO:root:resource_key line-port and channgel_name {'index': 'channel-1'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:24:17,354] INFO:root:dic {'frequency': '192056250', 'target-output-power': '1.0', 'operational-mode': '8', 'line-port': 'transceiver-1'} -[2024-06-20 13:24:17,354] INFO:root:resource_key frequency and channgel_name {'index': 'channel-2'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:24:17,355] INFO:root:dic {'frequency': '191600000'} -[2024-06-20 13:24:17,356] INFO:root:resource_key target-output-power and channgel_name {'index': 'channel-2'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:24:17,357] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0'} -[2024-06-20 13:24:17,357] INFO:root:resource_key operational-mode and channgel_name {'index': 'channel-2'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:24:17,358] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0'} -[2024-06-20 13:24:17,358] INFO:root:resource_key line-port and channgel_name {'index': 'channel-2'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:24:17,359] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-2'} -[2024-06-20 13:24:17,360] INFO:root:resource_key frequency and channgel_name {'index': 'channel-3'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:24:17,361] INFO:root:dic {'frequency': '191600000'} -[2024-06-20 13:24:17,361] INFO:root:resource_key target-output-power and channgel_name {'index': 'channel-3'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:24:17,362] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0'} -[2024-06-20 13:24:17,362] INFO:root:resource_key operational-mode and channgel_name {'index': 'channel-3'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:24:17,364] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0'} -[2024-06-20 13:24:17,364] INFO:root:resource_key line-port and channgel_name {'index': 'channel-3'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:24:17,365] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-3'} -[2024-06-20 13:24:17,365] INFO:root:resource_key frequency and channgel_name {'index': 'channel-4'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:24:17,366] INFO:root:dic {'frequency': '191600000'} -[2024-06-20 13:24:17,367] INFO:root:resource_key target-output-power and channgel_name {'index': 'channel-4'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:24:17,368] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0'} -[2024-06-20 13:24:17,369] INFO:root:resource_key operational-mode and channgel_name {'index': 'channel-4'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:24:17,370] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0'} -[2024-06-20 13:24:17,370] INFO:root:resource_key line-port and channgel_name {'index': 'channel-4'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:24:17,371] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-4'} -[2024-06-20 13:24:17,373] INFO:root:parameters {'channels': [{'frequency': '192056250', 'target-output-power': '1.0', 'operational-mode': '8', 'line-port': 'transceiver-1', 'name': {'index': 'channel-1'}}, {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-2', 'name': {'index': 'channel-2'}}, {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-3', 'name': {'index': 'channel-3'}}, {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-4', 'name': {'index': 'channel-4'}}], 'transceivers': {'transceiver': ['transceiver-1', 'transceiver-2', 'transceiver-3', 'transceiver-4']}, 'channel_namespace': 'http://openconfig.net/yang/terminal-device', 'endpoints': [{'endpoint_uuid': {'uuid': {'index': 'channel-1'}}}, {'endpoint_uuid': {'uuid': {'index': 'channel-2'}}}, {'endpoint_uuid': {'uuid': {'index': 'channel-3'}}}, {'endpoint_uuid': {'uuid': {'index': 'channel-4'}}}], 'ports': [('/endpoints/endpoint[1]', {'uuid': '1', 'type': 'port-1'}), ('/endpoints/endpoint[2]', {'uuid': '2', 'type': 'port-2'}), ('/endpoints/endpoint[3]', {'uuid': '3', 'type': 'port-3'}), ('/endpoints/endpoint[4]', {'uuid': '4', 'type': 'port-4'})]} -[2024-06-20 13:24:17,373] DEBUG:context.client.ContextClient:SetOpticalConfig request: {"config": "{\"channels\": [{\"frequency\": \"192056250\", \"target-output-power\": \"1.0\", \"operational-mode\": \"8\", \"line-port\": \"transceiver-1\", \"name\": {\"index\": \"channel-1\"}}, {\"frequency\": \"191600000\", \"target-output-power\": \"100.0\", \"operational-mode\": \"0\", \"line-port\": \"transceiver-2\", \"name\": {\"index\": \"channel-2\"}}, {\"frequency\": \"191600000\", \"target-output-power\": \"100.0\", \"operational-mode\": \"0\", \"line-port\": \"transceiver-3\", \"name\": {\"index\": \"channel-3\"}}, {\"frequency\": \"191600000\", \"target-output-power\": \"100.0\", \"operational-mode\": \"0\", \"line-port\": \"transceiver-4\", \"name\": {\"index\": \"channel-4\"}}], \"transceivers\": {\"transceiver\": [\"transceiver-1\", \"transceiver-2\", \"transceiver-3\", \"transceiver-4\"]}, \"channel_namespace\": \"http://openconfig.net/yang/terminal-device\", \"endpoints\": [{\"endpoint_uuid\": {\"uuid\": {\"index\": \"channel-1\"}}}, {\"endpoint_uuid\": {\"uuid\": {\"index\": \"channel-2\"}}}, {\"endpoint_uuid\": {\"uuid\": {\"index\": \"channel-3\"}}}, {\"endpoint_uuid\": {\"uuid\": {\"index\": \"channel-4\"}}}], \"ports\": [[\"/endpoints/endpoint[1]\", {\"uuid\": \"1\", \"type\": \"port-1\"}], [\"/endpoints/endpoint[2]\", {\"uuid\": \"2\", \"type\": \"port-2\"}], [\"/endpoints/endpoint[3]\", {\"uuid\": \"3\", \"type\": \"port-3\"}], [\"/endpoints/endpoint[4]\", {\"uuid\": \"4\", \"type\": \"port-4\"}]]}", "device_id": {"device_uuid": {"uuid": "012c4e67-0024-5f30-b527-55ec6daf2639"}}} -[2024-06-20 13:24:17,407] DEBUG:context.client.ContextClient:SetOpticalConfig result: {"opticalconfig_uuid": ""} -[2024-06-20 13:24:17,408] DEBUG:context.client.ContextClient:SetDevice request: {"components": [], "controller_id": {}, "device_config": {"config_rules": [{"action": "CONFIGACTION_SET", "custom": {"resource_key": "_connect/address", "resource_value": "172.17.254.42"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "_connect/port", "resource_value": "2022"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "_connect/settings", "resource_value": "{\n\"allow_agent\": false,\n\"commit_per_rule\": false,\n\"device_params\": {\n\"name\": \"default\"\n},\n\"endpoints\": [],\n\"force_running\": false,\n\"hostkey_verify\": false,\n\"look_for_keys\": false,\n\"manager_params\": {\n\"timeout\": 120\n},\n\"password\": \"admin\",\n\"type\": \"optical-transponder\",\n\"username\": \"admin\"\n}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[1]", "resource_value": "{\"type\": \"port-1\", \"uuid\": \"1\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[2]", "resource_value": "{\"type\": \"port-2\", \"uuid\": \"2\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[3]", "resource_value": "{\"type\": \"port-3\", \"uuid\": \"3\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[4]", "resource_value": "{\"type\": \"port-4\", \"uuid\": \"4\"}"}}]}, "device_drivers": ["DEVICEDRIVER_OC"], "device_endpoints": [{"endpoint_id": {"device_id": {"device_uuid": {"uuid": "012c4e67-0024-5f30-b527-55ec6daf2639"}}, "endpoint_uuid": {"uuid": "1"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "port-1", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "012c4e67-0024-5f30-b527-55ec6daf2639"}}, "endpoint_uuid": {"uuid": "2"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "port-2", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "012c4e67-0024-5f30-b527-55ec6daf2639"}}, "endpoint_uuid": {"uuid": "3"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "port-3", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "012c4e67-0024-5f30-b527-55ec6daf2639"}}, "endpoint_uuid": {"uuid": "4"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "port-4", "kpi_sample_types": [], "name": ""}], "device_id": {"device_uuid": {"uuid": "012c4e67-0024-5f30-b527-55ec6daf2639"}}, "device_operational_status": "DEVICEOPERATIONALSTATUS_ENABLED", "device_type": "optical-transponder", "name": "T2.2"} -[2024-06-20 13:24:17,478] DEBUG:context.client.ContextClient:SetDevice result: {"device_uuid": {"uuid": "012c4e67-0024-5f30-b527-55ec6daf2639"}} -[2024-06-20 13:24:17,479] DEBUG:context.client.ContextClient:SelectDevice request: {"device_ids": {"device_ids": [{"device_uuid": {"uuid": "012c4e67-0024-5f30-b527-55ec6daf2639"}}]}, "include_components": false, "include_config_rules": false, "include_endpoints": true} -[2024-06-20 13:24:17,504] DEBUG:context.client.ContextClient:SelectDevice result: {"devices": [{"components": [], "controller_id": {}, "device_drivers": ["DEVICEDRIVER_OC"], "device_endpoints": [{"endpoint_id": {"device_id": {"device_uuid": {"uuid": "012c4e67-0024-5f30-b527-55ec6daf2639"}}, "endpoint_uuid": {"uuid": "4079dce7-3fe6-50a1-b4b4-6574d2db02cb"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "port-1", "kpi_sample_types": [], "name": "1"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "012c4e67-0024-5f30-b527-55ec6daf2639"}}, "endpoint_uuid": {"uuid": "67891767-4d60-53a9-82a4-c2477daca4f7"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "port-4", "kpi_sample_types": [], "name": "4"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "012c4e67-0024-5f30-b527-55ec6daf2639"}}, "endpoint_uuid": {"uuid": "6f6cb9af-3905-5fe0-827c-a942ce1b6fb4"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "port-3", "kpi_sample_types": [], "name": "3"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "012c4e67-0024-5f30-b527-55ec6daf2639"}}, "endpoint_uuid": {"uuid": "c4b8eb66-2fcf-5f66-802f-6cd9590fe70b"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "port-2", "kpi_sample_types": [], "name": "2"}], "device_id": {"device_uuid": {"uuid": "012c4e67-0024-5f30-b527-55ec6daf2639"}}, "device_operational_status": "DEVICEOPERATIONALSTATUS_ENABLED", "device_type": "optical-transponder", "name": "T2.2"}]} -[2024-06-20 13:24:17,505] DEBUG:device.service.DeviceServiceServicerImpl:AddDevice reply: {"device_uuid": {"uuid": "012c4e67-0024-5f30-b527-55ec6daf2639"}} -[2024-06-20 13:24:22,637] DEBUG:device.service.DeviceServiceServicerImpl:AddDevice request: {"components": [], "device_config": {"config_rules": [{"action": "CONFIGACTION_SET", "custom": {"resource_key": "_connect/address", "resource_value": "172.17.254.42"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "_connect/port", "resource_value": "2022"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "_connect/settings", "resource_value": "{\n\"allow_agent\": false,\n\"commit_per_rule\": false,\n\"device_params\": {\n\"name\": \"default\"\n},\n\"endpoints\": [],\n\"force_running\": false,\n\"hostkey_verify\": false,\n\"look_for_keys\": false,\n\"manager_params\": {\n\"timeout\": 120\n},\n\"password\": \"admin\",\n\"type\": \"optical-transponder\",\n\"username\": \"admin\"\n}"}}]}, "device_drivers": ["DEVICEDRIVER_OC"], "device_endpoints": [], "device_id": {"device_uuid": {"uuid": "T2.3"}}, "device_operational_status": "DEVICEOPERATIONALSTATUS_DISABLED", "device_type": "optical-transponder", "name": ""} -[2024-06-20 13:24:22,637] DEBUG:context.client.ContextClient:Creating channel to 10.152.183.195:1010... -[2024-06-20 13:24:22,638] DEBUG:context.client.ContextClient:Channel created -[2024-06-20 13:24:22,638] DEBUG:context.client.ContextClient:SelectDevice request: {"device_ids": {"device_ids": [{"device_uuid": {"uuid": "T2.3"}}]}, "include_components": true, "include_config_rules": true, "include_endpoints": true} -[2024-06-20 13:24:22,650] DEBUG:context.client.ContextClient:SelectDevice result: {"devices": []} -[2024-06-20 13:24:22,651] DEBUG:context.client.ContextClient:SetDevice request: {"components": [], "device_config": {"config_rules": [{"action": "CONFIGACTION_SET", "custom": {"resource_key": "_connect/address", "resource_value": "172.17.254.42"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "_connect/port", "resource_value": "2022"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "_connect/settings", "resource_value": "{\n\"allow_agent\": false,\n\"commit_per_rule\": false,\n\"device_params\": {\n\"name\": \"default\"\n},\n\"endpoints\": [],\n\"force_running\": false,\n\"hostkey_verify\": false,\n\"look_for_keys\": false,\n\"manager_params\": {\n\"timeout\": 120\n},\n\"password\": \"admin\",\n\"type\": \"optical-transponder\",\n\"username\": \"admin\"\n}"}}]}, "device_drivers": ["DEVICEDRIVER_OC"], "device_endpoints": [], "device_id": {"device_uuid": {"uuid": "T2.3"}}, "device_operational_status": "DEVICEOPERATIONALSTATUS_UNDEFINED", "device_type": "optical-transponder", "name": ""} -[2024-06-20 13:24:22,691] DEBUG:context.client.ContextClient:SetDevice result: {"device_uuid": {"uuid": "ce0cdfdd-2182-5027-8177-676ca3244f9d"}} -[2024-06-20 13:24:22,691] DEBUG:context.client.ContextClient:SelectDevice request: {"device_ids": {"device_ids": [{"device_uuid": {"uuid": "ce0cdfdd-2182-5027-8177-676ca3244f9d"}}]}, "include_components": true, "include_config_rules": true, "include_endpoints": true} -[2024-06-20 13:24:22,713] DEBUG:context.client.ContextClient:SelectDevice result: {"devices": [{"components": [], "controller_id": {}, "device_config": {"config_rules": [{"action": "CONFIGACTION_SET", "custom": {"resource_key": "_connect/address", "resource_value": "172.17.254.42"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "_connect/port", "resource_value": "2022"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "_connect/settings", "resource_value": "{\n\"allow_agent\": false,\n\"commit_per_rule\": false,\n\"device_params\": {\n\"name\": \"default\"\n},\n\"endpoints\": [],\n\"force_running\": false,\n\"hostkey_verify\": false,\n\"look_for_keys\": false,\n\"manager_params\": {\n\"timeout\": 120\n},\n\"password\": \"admin\",\n\"type\": \"optical-transponder\",\n\"username\": \"admin\"\n}"}}]}, "device_drivers": ["DEVICEDRIVER_OC"], "device_endpoints": [], "device_id": {"device_uuid": {"uuid": "ce0cdfdd-2182-5027-8177-676ca3244f9d"}}, "device_operational_status": "DEVICEOPERATIONALSTATUS_UNDEFINED", "device_type": "optical-transponder", "name": "T2.3"}]} -[2024-06-20 13:24:22,713] INFO:device.service.driver_api.DriverInstanceCache:Selecting driver for device(ce0cdfdd-2182-5027-8177-676ca3244f9d) with filter_fields({'device_type': 'optical-transponder', 'driver': [11]})... -[2024-06-20 13:24:22,713] INFO:device.service.driver_api.DriverInstanceCache:Driver(OCDriver) selected for device(ce0cdfdd-2182-5027-8177-676ca3244f9d) with filter_fields({'device_type': 'optical-transponder', 'driver': [11]})... -[2024-06-20 13:24:22,714] DEBUG:ncclient.transport.session:[host None session 0x7fa7486884c0] <SSHSession(session, initial daemon)> created: client_capabilities=<dict_keyiterator object at 0x7fa7486a28b0> -[2024-06-20 13:24:22,871] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session 0x7fa7486884c0] parsing netconf v1.0 -[2024-06-20 13:24:22,872] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session 0x7fa7486884c0] parsing netconf v1.0 -[2024-06-20 13:24:22,875] INFO:root:settings {'allow_agent': False, 'commit_per_rule': False, 'device_params': {'name': 'default'}, 'endpoints': [], 'force_running': False, 'hostkey_verify': False, 'look_for_keys': False, 'manager_params': {'timeout': 120}, 'password': 'admin', 'type': 'optical-transponder', 'username': 'admin'} -[2024-06-20 13:24:22,876] INFO:ncclient.operations.rpc:[host 172.17.254.42 session-id 34] Requesting 'Get' -[2024-06-20 13:24:22,876] DEBUG:ncclient.operations.rpc:[host 172.17.254.42 session-id 34] Sync request, will wait for timeout=120 -[2024-06-20 13:24:23,016] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: starting -[2024-06-20 13:24:23,016] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:23,016] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:23,016] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:23,017] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: found chunk delimiter -[2024-06-20 13:24:23,017] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:23,017] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: not enough data for chunk yet -[2024-06-20 13:24:23,017] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: setting start to 0 -[2024-06-20 13:24:23,017] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: ending -[2024-06-20 13:24:23,017] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: starting -[2024-06-20 13:24:23,017] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:23,017] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:23,017] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:23,017] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: found chunk delimiter -[2024-06-20 13:24:23,017] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:23,017] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: not enough data for chunk yet -[2024-06-20 13:24:23,018] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: setting start to 0 -[2024-06-20 13:24:23,018] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: ending -[2024-06-20 13:24:23,018] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: starting -[2024-06-20 13:24:23,018] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:23,018] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:23,018] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:23,018] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: found chunk delimiter -[2024-06-20 13:24:23,018] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:23,018] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: not enough data for chunk yet -[2024-06-20 13:24:23,019] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: setting start to 0 -[2024-06-20 13:24:23,019] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: ending -[2024-06-20 13:24:23,019] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: starting -[2024-06-20 13:24:23,019] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:23,019] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:23,019] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:23,019] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: found chunk delimiter -[2024-06-20 13:24:23,019] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:23,019] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: appending 16376 bytes -[2024-06-20 13:24:23,019] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: fragment = "<?xml version="1.0" encoding="UTF-8"?> -<rpc-reply xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="urn:uuid:c4288b1a-93be-424f-add2-36ce0363f6c2" xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0"><data><bgp-instance xmlns="http://openconfig.net/yang/bgp"><bgp><global><route-selection-options><state><always-compare-med>false</always-compare-med><ignore-as-path-length>false</ignore-as-path-length><external-compare-router-id>true</external-compare-router-id><advertise-inactive-routes>false</advertise-inactive-routes><enable-aigp>false</enable-aigp><ignore-next-hop-igp-metric>false</ignore-next-hop-igp-metric></state></route-selection-options></global></bgp></bgp-instance><interfaces xmlns="http://openconfig.net/yang/interfaces"><interface><name>eth0</name><config><name>eth0</name><enabled>true</enabled></config><state><loopback-mode>false</loopback-mode><enabled>true</enabled></state><hold-time><state><up>0</up><down>0</down></state></hold-time><ipv4 xmlns="http://openconfig.net/yang/interfaces/ip"><addresses><address><ip>192.168.1.1</ip><config><ip>192.168.1.1</ip><prefix-length>24</prefix-length></config></address></addresses><proxy-arp><state><mode>DISABLE</mode></state></proxy-arp><unnumbered><state><enabled>false</enabled></state></unnumbered><state><enabled>true</enabled><dhcp-client>false</dhcp-client></state></ipv4><ipv6 xmlns="http://openconfig.net/yang/interfaces/ip"><router-advertisement><state><suppress>false</suppress></state></router-advertisement><unnumbered><state><enabled>false</enabled></state></unnumbered><state><enabled>true</enabled><dup-addr-detect-transmits>1</dup-addr-detect-transmits><dhcp-client>false</dhcp-client></state></ipv6></interface></interfaces><lldp xmlns="http://openconfig.net/yang/lldp"><state><enabled>true</enabled></state></lldp><components xmlns="http://openconfig.net/yang/platform"><component><name>channel-1</name><config><name>channel-1</name></config><state><name>channel-1</name><type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:OPTICAL_CHANNEL</type></state><optical-channel xmlns="http://openconfig.net/yang/terminal-device"><config><frequency>192056250</frequency><target-output-power>1.0</target-output-power><operational-mode>8</operational-mode><line-port>transceiver-1</line-port></config><state><frequency>192056250</frequency><target-output-power>1.0</target-output-power><operational-mode>8</operational-mode><line-port>transceiver-1</line-port><group-id>1</group-id><output-power><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></output-power><input-power><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></input-power><laser-bias-current><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></laser-bias-current><chromatic-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></chromatic-dispersion><polarization-mode-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></polarization-mode-dispersion><second-order-polarization-mode-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></second-order-polarization-mode-dispersion><polarization-dependent-loss><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></polarization-dependent-loss></state></optical-channel></component><component><name>channel-2</name><config><name>channel-2</name></config><state><name>channel-2</name><type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:OPTICAL_CHANNEL</type></state><optical-channel xmlns="http://openconfig.net/yang/terminal-device"><config><frequency>191600000</frequency><target-output-power>100.0</target-output-power><operational-mode>0</operational-mode><line-port>transceiver-2</line-port></config><state><frequency>191600000</frequency><target-output-power>0.0</target-output-power><operational-mode>0</operational-mode><line-port>transceiver-2</line-port><group-id>1</group-id><output-power><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></output-power><input-power><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></input-power><laser-bias-current><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></laser-bias-current><chromatic-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></chromatic-dispersion><polarization-mode-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></polarization-mode-dispersion><second-order-polarization-mode-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></second-order-polarization-mode-dispersion><polarization-dependent-loss><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></polarization-dependent-loss></state></optical-channel></component><component><name>channel-3</name><config><name>channel-3</name></config><state><name>channel-3</name><type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:OPTICAL_CHANNEL</type></state><optical-channel xmlns="http://openconfig.net/yang/terminal-device"><config><frequency>191600000</frequency><target-output-power>100.0</target-output-power><operational-mode>0</operational-mode><line-port>transceiver-3</line-port></config><state><frequency>191600000</frequency><target-output-power>0.0</target-output-power><operational-mode>0</operational-mode><line-port>transceiver-3</line-port><group-id>1</group-id><output-power><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></output-power><input-power><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></input-power><laser-bias-current><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></laser-bias-current><chromatic-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></chromatic-dispersion><polarization-mode-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></polarization-mode-dispersion><second-order-polarization-mode-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></second-order-polarization-mode-dispersion><polarization-dependent-loss><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></polarization-dependent-loss></state></optical-channel></component><component><name>channel-4</name><config><name>channel-4</name></config><state><name>channel-4</name><type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:OPTICAL_CHANNEL</type></state><optical-channel xmlns="http://openconfig.net/yang/terminal-device"><config><frequency>191600000</frequency><target-output-power>100.0</target-output-power><operational-mode>0</operational-mode><line-port>transceiver-4</line-port></config><state><frequency>191600000</frequency><target-output-power>0.0</target-output-power><operational-mode>0</operational-mode><line-port>transceiver-4</line-port><group-id>1</group-id><output-power><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></output-power><input-power><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></input-power><laser-bias-current><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></laser-bias-current><chromatic-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></chromatic-dispersion><polarization-mode-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></polarization-mode-dispersion><second-order-polarization-mode-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></second-order-polarization-mode-dispersion><polarization-dependent-loss><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></polarization-dependent-loss></state></optical-channel></component><component><name>device</name><config><name>device</name></config><state><name>MellanoxSwitch</name><type xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:OPERATING_SYSTEM</type><mfg-name>SSSA-CNIT</mfg-name><hardware-version>1.0.0</hardware-version><firmware-version>1.0.0</firmware-version><software-version>1.0.0</software-version><serial-no>610610</serial-no></state></component><component><name>port-1</name><config><name>port-1</name></config><state><name>port-1</name><type xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:PORT</type></state><properties><property><name>odtn-port-type</name><config><name>odtn-port-type</name><value>line</value></config><state><name>odtn-port-type</name><value>line</value></state></property><property><name>onos-index</name><config><name>onos-index</name><value>1</value></config><state><name>onos-index</name><value>1</value></state></property></properties><subcomponents><subcomponent><name>channel-1</name><config><name>channel-1</name></config><state><name>channel-1</name></state></subcomponent></subcomponents></component><component><name>port-2</name><config><name>port-2</name></config><state><name>port-2</name><type xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:PORT</type></state><properties><property><name>odtn-port-type</name><config><name>odtn-port-type</name><value>line</value></config><state><name>odtn-port-type</name><value>line</value></state></property><property><name>onos-index</name><config><name>onos-index</name><value>2</value></config><state><name>onos-index</name><value>2</value></state></property></properties><subcomponents><subcomponent><name>channel-2</name><config><name>channel-2</name></config><state><name>channel-2</name></state></subcomponent></subcomponents></component><component><name>port-3</name><config><name>port-3</name></config><state><name>port-3</name><type xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:PORT</type></state><properties><property><name>odtn-port-type</name><config><name>odtn-port-type</name><value>line</value></config><state><name>odtn-port-type</name><value>line</value></state></property><property><name>onos-index</name><config><name>onos-index</name><value>3</value></config><state><name>onos-index</name><value>3</value></state></property></properties><subcomponents><subcomponent><name>channel-3</name><config><name>channel-3</name></config><state><name>channel-3</name></state></subcomponent></subcomponents></component><component><name>port-4</name><config><name>port-4</name></config><state><name>port-4</name><type xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:PORT</type></state><properties><property><name>odtn-port-type</name><config><name>odtn-port-type</name><value>line</value></config><state><name>odtn-port-type</name><value>line</value></state></property><property><name>onos-index</name><config><name>onos-index</name><value>4</value></config><state><name>onos-index</name><value>4</value></state></property></properties><subcomponents><subcomponent><name>channel-4</name><config><name>channel-4</name></config><state><name>channel-4</name></state></subcomponent></subcomponents></component><component><name>transceiver-1</name><config><name>transceiver-1</name></config><state><name>transceiver-1</name><type xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:TRANSCEIVER</type></state><transceiver xmlns="http://openconfig.net/yang/platform/transceiver"><config><enabled>true</enabled><form-factor-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:QSFP56_DD_TYPE1</form-factor-preconf><ethernet-pmd-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:ETH_400GBASE_ZR</ethernet-pmd-preconf><fec-mode xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:FEC_AUTO</fec-mode><module-functional-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:TYPE_DIGITAL_COHERENT_OPTIC</module-functional-type></config><state><enabled>true</enabled><form-factor-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:QSFP56_DD_TYPE1</form-factor-preconf><ethernet-pmd-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:ETH_400GBASE_ZR</ethernet-pmd-preconf><fec-mode xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:FEC_AUTO</fec-mode><module-functional-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:TYPE_DIGITAL_COHERENT_OPTIC</module-functional-type><vendor>Cisco</vendor><vendor-part>400zr-QSFP-DD</vendor-part><vendor-rev>01</vendor-rev><serial-no>1567321</serial-no></state><physical-channels><channel><index>1</index><config><index>1</index><associated-optical-channel>channel-1</associated-optical-channel></config></channel></physical-channels></transceiver></component><component><name>transceiver-2</name><config><name>transceiver-2</name></config><state><name>transceiver-2</name><type xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:TRANSCEIVER</type></state><transceiver xmlns="http://openconfig.net/yang/platform/transceiver"><config><enabled>true</enabled><form-factor-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:QSFP56_DD_TYPE1</form-factor-preconf><ethernet-pmd-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:ETH_400GBASE_ZR</ethernet-pmd-preconf><fec-mode xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:FEC_AUTO</fec-mode><module-functional-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:TYPE_DIGITAL_COHERENT_OPTIC</module-functional-type></config><state><enabled>true</enabled><form-factor-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:QSFP56_DD_TYPE1</form-factor-preconf><ethernet-pmd-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:ETH_400GBASE_ZR</ethernet-pmd-preconf><fec-mode xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:FEC_AUTO</fec-mode><module-functional-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:TYPE_DIGITAL_COHERENT_OPTIC</module-functional-type><vendor>Cisco</vendor><vendor-part>400zr-QSFP-DD</vendor-part><vendor-rev>01</vendor-rev><serial-no>1567321</serial-no></state><physical-channels><channel><index>1</index><config><index>1</index><associated-optical-channel>channel-2</associated-optical-channel></config></channel></physical-channels></transceiver></component><component><name>transceiver-3</name><config><name>transceiver-3</name></config><state><name>transceiver-3</name><type xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:TRANSCEIVER</type></state><transceiver xmlns="http://openconfig.net/yang/platform/transceiver"><config><enabled>true</enabled><form-factor-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:QSFP56_DD_TYPE1</form-factor-preconf><ethernet-pmd-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:ETH_400GBASE_ZR</ethernet-pmd-preconf><fec-mode xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:FEC_AUTO</fec-mode><module-functional-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:TYPE_DIGITAL_COHERENT_OPTIC</module-functional-type></config><state><enabled>true</enabled><form-factor-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:QSFP56_DD_TYPE1</form-factor-preconf><ethernet-pmd-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:ETH_400GBASE_ZR</ethernet-pmd-preconf><fec-mode xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:FEC_AUTO</fec-mode><module-functional-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:TYPE_DIGITAL_COHEREN" -[2024-06-20 13:24:23,020] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:23,020] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: ending -[2024-06-20 13:24:23,037] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: starting -[2024-06-20 13:24:23,037] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:23,038] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:23,038] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:23,038] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: found chunk delimiter -[2024-06-20 13:24:23,038] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:23,038] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: not enough data for chunk yet -[2024-06-20 13:24:23,038] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: setting start to 0 -[2024-06-20 13:24:23,038] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: ending -[2024-06-20 13:24:23,038] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: starting -[2024-06-20 13:24:23,038] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:23,038] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:23,038] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:23,039] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: found chunk delimiter -[2024-06-20 13:24:23,039] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:23,039] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: not enough data for chunk yet -[2024-06-20 13:24:23,039] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: setting start to 0 -[2024-06-20 13:24:23,039] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: ending -[2024-06-20 13:24:23,039] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: starting -[2024-06-20 13:24:23,039] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:23,039] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:23,039] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:23,039] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: found chunk delimiter -[2024-06-20 13:24:23,039] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:23,039] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: not enough data for chunk yet -[2024-06-20 13:24:23,040] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: setting start to 0 -[2024-06-20 13:24:23,040] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: ending -[2024-06-20 13:24:23,040] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: starting -[2024-06-20 13:24:23,040] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:23,040] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:23,040] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:23,040] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: found chunk delimiter -[2024-06-20 13:24:23,040] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:23,040] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: appending 16376 bytes -[2024-06-20 13:24:23,040] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: fragment = "T_OPTIC</module-functional-type><vendor>Cisco</vendor><vendor-part>400zr-QSFP-DD</vendor-part><vendor-rev>01</vendor-rev><serial-no>1567321</serial-no></state><physical-channels><channel><index>1</index><config><index>1</index><associated-optical-channel>channel-3</associated-optical-channel></config></channel></physical-channels></transceiver></component><component><name>transceiver-4</name><config><name>transceiver-4</name></config><state><name>transceiver-4</name><type xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:TRANSCEIVER</type></state><transceiver xmlns="http://openconfig.net/yang/platform/transceiver"><config><enabled>true</enabled><form-factor-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:QSFP56_DD_TYPE1</form-factor-preconf><ethernet-pmd-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:ETH_400GBASE_ZR</ethernet-pmd-preconf><fec-mode xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:FEC_AUTO</fec-mode><module-functional-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:TYPE_DIGITAL_COHERENT_OPTIC</module-functional-type></config><state><enabled>true</enabled><form-factor-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:QSFP56_DD_TYPE1</form-factor-preconf><ethernet-pmd-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:ETH_400GBASE_ZR</ethernet-pmd-preconf><fec-mode xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:FEC_AUTO</fec-mode><module-functional-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:TYPE_DIGITAL_COHERENT_OPTIC</module-functional-type><vendor>Cisco</vendor><vendor-part>400zr-QSFP-DD</vendor-part><vendor-rev>01</vendor-rev><serial-no>1567321</serial-no></state><physical-channels><channel><index>1</index><config><index>1</index><associated-optical-channel>channel-4</associated-optical-channel></config></channel></physical-channels></transceiver></component></components><bgp-instance xmlns="http://openconfig.net/yang/protocols"><bgp><global><route-selection-options><state><always-compare-med>false</always-compare-med><ignore-as-path-length>false</ignore-as-path-length><external-compare-router-id>true</external-compare-router-id><advertise-inactive-routes>false</advertise-inactive-routes><enable-aigp>false</enable-aigp><ignore-next-hop-igp-metric>false</ignore-next-hop-igp-metric></state></route-selection-options></global><neighbors><neighbor><neighbor-address>192.168.1.1</neighbor-address><config><neighbor-address>192.168.1.1</neighbor-address><neighbor-port>88</neighbor-port><enabled>true</enabled><peer-as>65432</peer-as></config><state><neighbor-port>179</neighbor-port><enabled>true</enabled><route-flap-damping>false</route-flap-damping><send-community>NONE</send-community><dynamically-configured>false</dynamically-configured></state><timers><state><connect-retry>30</connect-retry><hold-time>90</hold-time><keepalive-interval>30</keepalive-interval><minimum-advertisement-interval>30</minimum-advertisement-interval></state></timers><transport><state><mtu-discovery>false</mtu-discovery><passive-mode>false</passive-mode></state></transport><error-handling><state><treat-as-withdraw>false</treat-as-withdraw></state></error-handling><logging-options><state><log-neighbor-state-changes>true</log-neighbor-state-changes></state></logging-options><ebgp-multihop><state><enabled>false</enabled></state></ebgp-multihop><route-reflector><state><route-reflector-client>false</route-reflector-client></state></route-reflector><as-path-options><state><allow-own-as>0</allow-own-as><replace-peer-as>false</replace-peer-as><disable-peer-as-filter>false</disable-peer-as-filter></state></as-path-options><use-multiple-paths><state><enabled>false</enabled></state><ebgp><state><allow-multiple-as>false</allow-multiple-as></state></ebgp></use-multiple-paths><apply-policy><state><default-import-policy>REJECT_ROUTE</default-import-policy><default-export-policy>REJECT_ROUTE</default-export-policy></state></apply-policy></neighbor></neighbors></bgp></bgp-instance><ospf-instance xmlns="http://openconfig.net/yang/protocols"><ospfv2><global><state><summary-route-cost-mode>RFC2328_COMPATIBLE</summary-route-cost-mode></state></global></ospfv2></ospf-instance><terminal-device xmlns="http://openconfig.net/yang/terminal-device"><logical-channels><channel><index>1</index><config><index>1</index><description>Logical channel 1</description><admin-state>DISABLED</admin-state><logical-channel-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:PROT_OTN</logical-channel-type><loopback-mode>NONE</loopback-mode></config><state><index>1</index><description>Logical channel 1</description><admin-state>DISABLED</admin-state><logical-channel-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:PROT_OTN</logical-channel-type><loopback-mode>NONE</loopback-mode><link-state>UP</link-state></state><ingress><config><transceiver>transceiver-1</transceiver></config><state><transceiver>transceiver-1</transceiver></state></ingress><logical-channel-assignments><assignment><index>1</index><config><index>1</index><description>Optical channel assigned 100</description><assignment-type>OPTICAL_CHANNEL</assignment-type><optical-channel>channel-1</optical-channel><allocation>100.0</allocation></config><state><index>1</index><description>Optical channel assigned 100</description><assignment-type>OPTICAL_CHANNEL</assignment-type><optical-channel>channel-1</optical-channel><allocation>100.0</allocation></state></assignment></logical-channel-assignments></channel><channel><index>2</index><config><index>2</index><description>Logical channel 2</description><admin-state>DISABLED</admin-state><logical-channel-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:PROT_OTN</logical-channel-type><loopback-mode>NONE</loopback-mode></config><state><index>2</index><description>Logical channel 2</description><admin-state>DISABLED</admin-state><logical-channel-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:PROT_OTN</logical-channel-type><loopback-mode>NONE</loopback-mode><link-state>UP</link-state></state><ingress><config><transceiver>transceiver-2</transceiver></config><state><transceiver>transceiver-2</transceiver></state></ingress><logical-channel-assignments><assignment><index>1</index><config><index>1</index><description>Optical channel assigned 100</description><assignment-type>OPTICAL_CHANNEL</assignment-type><optical-channel>channel-2</optical-channel><allocation>100.0</allocation></config><state><index>1</index><description>Optical channel assigned 100</description><assignment-type>OPTICAL_CHANNEL</assignment-type><optical-channel>channel-2</optical-channel><allocation>100.0</allocation></state></assignment></logical-channel-assignments></channel><channel><index>3</index><config><index>3</index><description>Logical channel 3</description><admin-state>DISABLED</admin-state><logical-channel-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:PROT_OTN</logical-channel-type><loopback-mode>NONE</loopback-mode></config><state><index>3</index><description>Logical channel 3</description><admin-state>DISABLED</admin-state><logical-channel-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:PROT_OTN</logical-channel-type><loopback-mode>NONE</loopback-mode><link-state>UP</link-state></state><ingress><config><transceiver>transceiver-3</transceiver></config><state><transceiver>transceiver-3</transceiver></state></ingress><logical-channel-assignments><assignment><index>1</index><config><index>1</index><description>Optical channel assigned 100</description><assignment-type>OPTICAL_CHANNEL</assignment-type><optical-channel>channel-3</optical-channel><allocation>100.0</allocation></config><state><index>1</index><description>Optical channel assigned 100</description><assignment-type>OPTICAL_CHANNEL</assignment-type><optical-channel>channel-3</optical-channel><allocation>100.0</allocation></state></assignment></logical-channel-assignments></channel><channel><index>4</index><config><index>4</index><description>Logical channel 4</description><admin-state>DISABLED</admin-state><logical-channel-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:PROT_OTN</logical-channel-type><loopback-mode>NONE</loopback-mode></config><state><index>4</index><description>Logical channel 4</description><admin-state>DISABLED</admin-state><logical-channel-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:PROT_OTN</logical-channel-type><loopback-mode>NONE</loopback-mode><link-state>UP</link-state></state><ingress><config><transceiver>transceiver-4</transceiver></config><state><transceiver>transceiver-4</transceiver></state></ingress><logical-channel-assignments><assignment><index>1</index><config><index>1</index><description>Optical channel assigned 100</description><assignment-type>OPTICAL_CHANNEL</assignment-type><optical-channel>channel-4</optical-channel><allocation>100.0</allocation></config><state><index>1</index><description>Optical channel assigned 100</description><assignment-type>OPTICAL_CHANNEL</assignment-type><optical-channel>channel-4</optical-channel><allocation>100.0</allocation></state></assignment></logical-channel-assignments></channel></logical-channels><operational-modes><mode><mode-id>1</mode-id><state><mode-id>1</mode-id><description>FEC1</description><vendor-id>Ericsson</vendor-id></state></mode><mode><mode-id>2</mode-id><state><mode-id>2</mode-id><description>FEC2</description><vendor-id>Ericsson</vendor-id></state></mode></operational-modes></terminal-device><aaa xmlns="http://tail-f.com/ns/aaa/1.1"><authentication><users><user><name>admin</name><uid>9000</uid><gid>100</gid><password>$1$lPNyHD3D$t9eLr07hXOEy1983ReE8k0</password><ssh_keydir>/var/confd/homes/admin/.ssh</ssh_keydir><homedir>/var/confd/homes/admin</homedir></user><user><name>oper</name><uid>9003</uid><gid>103</gid><password>$1$gflBsGcV$PdW1/SBjHWGBRlZuBfdva/</password><ssh_keydir>/var/confd/homes/oper/.ssh</ssh_keydir><homedir>/var/confd/homes/oper</homedir></user><user><name>optical</name><uid>9001</uid><gid>101</gid><password>$1$HCxex4ow$jHGQxsbMB1dWNK97ydKv20</password><ssh_keydir>/var/confd/homes/optical/.ssh</ssh_keydir><homedir>/var/confd/homes/optical</homedir></user><user><name>packet</name><uid>9002</uid><gid>102</gid><password>$1$2CYgcCNT$bV6L4CxgDPQP9EMyZ4Rsc1</password><ssh_keydir>/var/confd/homes/packet/.ssh</ssh_keydir><homedir>/var/confd/homes/packet</homedir></user><user><name>private</name><uid>9005</uid><gid>103</gid><password>$1$2MXxtlsM$qZfOcm4WXD2c8duQXzdru0</password><ssh_keydir>/var/confd/homes/private/.ssh</ssh_keydir><homedir>/var/confd/homes/private</homedir></user><user><name>public</name><uid>9004</uid><gid>100</gid><password>$1$1tOWUHZV$iad9vZD8aF68c6x21nhHo/</password><ssh_keydir>/var/confd/homes/public/.ssh</ssh_keydir><homedir>/var/confd/homes/public</homedir></user></users></authentication><ios><level><nr>0</nr><prompt>\h> </prompt></level><level><nr>15</nr><prompt>\h# </prompt></level><privilege><mode>exec</mode><level><nr>0</nr><command><name>action</name></command><command><name>autowizard</name></command><command><name>enable</name></command><command><name>exit</name></command><command><name>help</name></command><command><name>startup</name></command></level><level><nr>15</nr><command><name>configure</name></command></level></privilege></ios></aaa><confd-state xmlns="http://tail-f.com/yang/confd-monitoring"><version>6.4</version><epoll>false</epoll><daemon-status>started</daemon-status><loaded-data-models><data-model><name>iana-crypt-hash</name><revision>2014-08-06</revision><namespace>urn:ietf:params:xml:ns:yang:iana-crypt-hash</namespace><prefix>ianach</prefix><exported-to-all/></data-model><data-model><name>ietf-inet-types</name><revision>2013-07-15</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-inet-types</namespace><prefix>inet</prefix><exported-to-all/></data-model><data-model><name>ietf-interfaces</name><revision>2014-05-08</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-interfaces</namespace><prefix>if</prefix><exported-to-all/></data-model><data-model><name>ietf-netconf-acm</name><revision>2012-02-22</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-acm</namespace><prefix>nacm</prefix><exported-to-all/></data-model><data-model><name>ietf-netconf-monitoring</name><revision>2010-10-04</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring</namespace><prefix>ncm</prefix><exported-to-all/></data-model><data-model><name>ietf-netconf-notifications</name><revision>2012-02-06</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-notifications</namespace><prefix>ncn</prefix><exported-to-all/></data-model><data-model><name>ietf-yang-library</name><revision>2016-06-21</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-library</namespace><prefix>yanglib</prefix><exported-to>netconf</exported-to><exported-to>rest</exported-to></data-model><data-model><name>ietf-yang-types</name><revision>2013-07-15</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-types</namespace><prefix>yang</prefix><exported-to-all/></data-model><data-model><name>netconf_netmod</name><namespace>urn:ietf:params:xml:ns:netmod:notification</namespace><prefix>nm</prefix><exported-to>netconf</exported-to></data-model><data-model><name>openconfig-alarm-types</name><revision>2018-01-16</revision><namespace>http://openconfig.net/yang/alarms/types</namespace><prefix>oc-alarm-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-bfd</name><revision>2022-06-28</revision><namespace>http://openconfig.net/yang/bfd</namespace><prefix>oc-bfd</prefix><exported-to-all/></data-model><data-model><name>openconfig-bgp</name><revision>2022-05-21</revision><namespace>http://openconfig.net/yang/bgp</namespace><prefix>oc-bgp</prefix><exported-to-all/></data-model><data-model><name>openconfig-bgp-types</name><revision>2021-08-06</revision><namespace>http://openconfig.net/yang/bgp-types</namespace><prefix>oc-bgp-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-evpn-types</name><revision>2021-06-21</revision><namespace>http://openconfig.net/yang/evpn-types</namespace><prefix>oc-evpn-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-if-ethernet</name><revision>2022-04-20</revision><namespace>http://openconfig.net/yang/interfaces/ethernet</namespace><prefix>oc-eth</prefix><exported-to-all/></data-model><data-model><name>openconfig-if-ip</name><revision>2019-01-08</revision><namespace>http://openconfig.net/yang/interfaces/ip</namespace><prefix>oc-ip</prefix><exported-to-all/></data-model><data-model><name>openconfig-inet-types</name><revision>2021-08-17</revision><namespace>http://openconfig.net/yang/types/inet</namespace><prefix>oc-inet</prefix><exported-to-all/></data-model><data-model><name>openconfig-interfaces</name><revision>2021-04-06</revision><namespace>http://openconfig.net/yang/interfaces</namespace><prefix>oc-if</prefix><exported-to-all/></data-model><data-model><name>openconfig-lldp</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/lldp</namespace><prefix>oc-lldp</prefix><exported-to-all/></data-model><data-model><name>openconfig-lldp-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/lldp/types</namespace><prefix>oc-lldp-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-mpls-types</name><revision>2021-12-01</revision><namespace>http://openconfig.net/yang/mpls-types</namespace><prefix>oc-mplst</prefix><exported-to-all/></data-model><data-model><name>openconfig-network-instance-types</name><revision>2021-07-14</revision><namespace>http://openconfig.net/yang/network-instance-types</namespace><prefix>oc-ni-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-ospf-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/ospf-types</namespace><prefix>oc-ospf-types</prefix><exporte" -[2024-06-20 13:24:23,040] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:23,041] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: ending -[2024-06-20 13:24:23,069] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: starting -[2024-06-20 13:24:23,069] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:23,069] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:23,069] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:23,070] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: found chunk delimiter -[2024-06-20 13:24:23,070] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:23,070] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: not enough data for chunk yet -[2024-06-20 13:24:23,070] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: setting start to 0 -[2024-06-20 13:24:23,070] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: ending -[2024-06-20 13:24:23,070] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: starting -[2024-06-20 13:24:23,070] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:23,070] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:23,070] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:23,070] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: found chunk delimiter -[2024-06-20 13:24:23,070] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:23,071] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: not enough data for chunk yet -[2024-06-20 13:24:23,071] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: setting start to 0 -[2024-06-20 13:24:23,071] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: ending -[2024-06-20 13:24:23,071] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: starting -[2024-06-20 13:24:23,071] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:23,071] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:23,071] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:23,071] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: found chunk delimiter -[2024-06-20 13:24:23,071] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:23,071] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: not enough data for chunk yet -[2024-06-20 13:24:23,071] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: setting start to 0 -[2024-06-20 13:24:23,072] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: ending -[2024-06-20 13:24:23,072] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: starting -[2024-06-20 13:24:23,072] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:23,072] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:23,072] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:23,072] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: found chunk delimiter -[2024-06-20 13:24:23,072] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:23,072] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: appending 16376 bytes -[2024-06-20 13:24:23,072] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: fragment = "d-to-all/></data-model><data-model><name>openconfig-ospfv2</name><revision>2022-02-10</revision><namespace>http://openconfig.net/yang/ospfv2</namespace><prefix>oc-ospfv2</prefix><exported-to-all/></data-model><data-model><name>openconfig-platform</name><revision>2018-01-30</revision><namespace>http://openconfig.net/yang/platform</namespace><prefix>oc-platform</prefix><exported-to-all/></data-model><data-model><name>openconfig-platform-port</name><revision>2021-04-22</revision><namespace>http://openconfig.net/yang/platform/port</namespace><prefix>oc-port</prefix><exported-to-all/></data-model><data-model><name>openconfig-platform-transceiver</name><revision>2021-02-23</revision><namespace>http://openconfig.net/yang/platform/transceiver</namespace><prefix>oc-transceiver</prefix><exported-to-all/></data-model><data-model><name>openconfig-platform-types</name><revision>2021-01-18</revision><namespace>http://openconfig.net/yang/platform-types</namespace><prefix>oc-platform-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-policy-types</name><revision>2022-11-08</revision><namespace>http://openconfig.net/yang/policy-types</namespace><prefix>oc-pol-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-protocols</name><namespace>http://openconfig.net/yang/protocols</namespace><prefix>oc-prt</prefix><exported-to-all/></data-model><data-model><name>openconfig-rib-bgp</name><revision>2022-06-06</revision><namespace>http://openconfig.net/yang/rib/bgp</namespace><prefix>oc-rib-bgp</prefix><exported-to-all/></data-model><data-model><name>openconfig-rib-bgp-types</name><revision>2019-03-14</revision><namespace>http://openconfig.net/yang/rib/bgp-types</namespace><prefix>oc-bgprib-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-routing-policy</name><revision>2022-05-24</revision><namespace>http://openconfig.net/yang/routing-policy</namespace><prefix>oc-rpol</prefix><exported-to-all/></data-model><data-model><name>openconfig-segment-routing-types</name><revision>2020-02-04</revision><namespace>http://openconfig.net/yang/segment-routing-types</namespace><prefix>oc-srt</prefix><exported-to-all/></data-model><data-model><name>openconfig-telemetry</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/telemetry</namespace><prefix>oc-telemetry</prefix><exported-to-all/></data-model><data-model><name>openconfig-telemetry-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/telemetry-types</namespace><prefix>oc-telemetry-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-terminal-device</name><revision>2021-02-23</revision><namespace>http://openconfig.net/yang/terminal-device</namespace><prefix>oc-opt-term</prefix><exported-to-all/></data-model><data-model><name>openconfig-transport-types</name><revision>2021-03-22</revision><namespace>http://openconfig.net/yang/transport-types</namespace><prefix>oc-opt-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-types</name><revision>2019-04-16</revision><namespace>http://openconfig.net/yang/openconfig-types</namespace><prefix>oc-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-yang-types</name><revision>2021-07-14</revision><namespace>http://openconfig.net/yang/types/yang</namespace><prefix>oc-yang</prefix><exported-to-all/></data-model><data-model><name>tailf-aaa</name><revision>2015-06-16</revision><namespace>http://tail-f.com/ns/aaa/1.1</namespace><prefix>aaa</prefix><exported-to-all/></data-model><data-model><name>tailf-acm</name><revision>2013-03-07</revision><namespace>http://tail-f.com/yang/acm</namespace><prefix>tacm</prefix><exported-to-all/></data-model><data-model><name>tailf-common-monitoring</name><revision>2013-06-14</revision><namespace>http://tail-f.com/yang/common-monitoring</namespace><prefix>tfcg</prefix><exported-to-all/></data-model><data-model><name>tailf-confd-monitoring</name><revision>2013-06-14</revision><namespace>http://tail-f.com/yang/confd-monitoring</namespace><prefix>tfcm</prefix><exported-to-all/></data-model><data-model><name>tailf-kicker</name><revision>2017-03-16</revision><namespace>http://tail-f.com/ns/kicker</namespace><prefix>kicker</prefix><exported-to-all/></data-model><data-model><name>tailf-netconf-monitoring</name><revision>2016-11-24</revision><namespace>http://tail-f.com/yang/netconf-monitoring</namespace><prefix>tncm</prefix><exported-to-all/></data-model><data-model><name>tailf-rollback</name><revision>2016-09-15</revision><namespace>http://tail-f.com/ns/rollback</namespace><prefix>rollback</prefix><exported-to>rest</exported-to></data-model><data-model><name>vlan</name><namespace>http://sssup.it/yang/vlan</namespace><prefix>sv</prefix><exported-to-all/></data-model></loaded-data-models><netconf><listen><tcp><ip>0.0.0.0</ip><port>2023</port></tcp><ssh><ip>0.0.0.0</ip><port>2022</port></ssh></listen></netconf><cli><listen><ssh><ip>0.0.0.0</ip><port>2024</port></ssh></listen></cli><internal><callpoints><notification-stream-replay><name>NETCONF</name><replay-support>none</replay-support></notification-stream-replay><notification-stream-replay><name>mellanox</name><replay-support>external</replay-support><daemon><id>0</id><name>notifier</name></daemon></notification-stream-replay></callpoints><cdb><datastore><name>running</name><transaction-id>1717-750545-631285</transaction-id><filename>./confd-cdb/A.cdb</filename><disk-size>13451</disk-size><ram-size>81462</ram-size><read-locks>0</read-locks><write-lock-set>false</write-lock-set><waiting-for-replication-sync>false</waiting-for-replication-sync></datastore><datastore><name>operational</name><filename>./confd-cdb/O.cdb</filename><disk-size>4</disk-size><ram-size>136</ram-size><subscription-lock-set>false</subscription-lock-set></datastore><client><name>notifier</name><info>325/6</info><type>subscriber</type><subscription><datastore>running</datastore><priority>1</priority><id>6</id><path>/terminal-device/logical-channels/channel/config</path></subscription><subscription><datastore>running</datastore><priority>2</priority><id>8</id><path>/telemetry-system/subscriptions/dynamic-subscriptions</path></subscription><subscription><datastore>running</datastore><priority>2</priority><id>7</id><path>/components/component/optical-channel/config</path></subscription><subscription><datastore>running</datastore><priority>3</priority><id>9</id><path>/switched-vlans/vlan/tagged-members/member</path></subscription><subscription><datastore>running</datastore><priority>4</priority><id>10</id><path>/switched-vlans/vlan/untagged-members/member</path></subscription><subscription><datastore>running</datastore><priority>5</priority><id>11</id><path>/interfaces/interface</path></subscription><subscription><datastore>running</datastore><priority>6</priority><id>12</id><path>/bgp-instance/bgp</path></subscription></client><client><name>notifier</name><info>325/5</info><type>inactive</type></client></cdb></internal></confd-state><netconf xmlns="urn:ietf:params:xml:ns:netmod:notification"><streams><stream><name>NETCONF</name><description>default NETCONF event stream</description><replaySupport>false</replaySupport></stream><stream><name>mellanox</name><description>Notifications regarding the transponder</description><replaySupport>true</replaySupport><replayLogCreationTime>2024-06-06T22:51:42.135613+00:00</replayLogCreationTime></stream></streams></netconf><nacm xmlns="urn:ietf:params:xml:ns:yang:ietf-netconf-acm"><enable-nacm>true</enable-nacm><read-default>permit</read-default><write-default>permit</write-default><exec-default>permit</exec-default><enable-external-groups>true</enable-external-groups><denied-operations>0</denied-operations><denied-data-writes>0</denied-data-writes><denied-notifications>0</denied-notifications><groups><group><name>admin</name><user-name>admin</user-name><user-name>private</user-name></group><group><name>oper</name><user-name>oper</user-name><user-name>public</user-name></group><group><name>opt</name><user-name>optical</user-name></group><group><name>pck</name><user-name>packet</user-name></group></groups><rule-list><name>any-group</name><group>*</group><rule><name>get</name><module-name>*</module-name><path>/</path><access-operations>read</access-operations><action>permit</action></rule><rule><name>tailf-aaa-authentication</name><module-name>tailf-aaa</module-name><path>/aaa/authentication/users/user[name='$USER']</path><access-operations>read update</access-operations><action>permit</action></rule><rule><name>tailf-aaa-user</name><module-name>tailf-aaa</module-name><path>/user[name='$USER']</path><access-operations>create read update delete</access-operations><action>permit</action></rule><rule><name>tailf-webui-user</name><module-name>tailf-webui</module-name><path>/webui/data-stores/user-profile[username='$USER']</path><access-operations>create read update delete</access-operations><action>permit</action></rule></rule-list><rule-list><name>packet</name><group>pck</group><rule><name>vlan</name><module-name>vlan</module-name><path>/switched-vlans</path><access-operations>create read update delete</access-operations><action>permit</action></rule><rule><name>terminal-device</name><module-name>*</module-name><path>/terminal-device</path><access-operations>create update delete</access-operations><action>deny</action></rule><rule><name>components</name><module-name>*</module-name><path>/components</path><access-operations>create update delete</access-operations><action>deny</action></rule></rule-list><rule-list><name>optical</name><group>opt</group><rule><name>terminal-device</name><module-name>*</module-name><path>/terminal-device</path><access-operations>create read update delete</access-operations><action>permit</action></rule><rule><name>components</name><module-name>*</module-name><path>/components</path><access-operations>create read update delete</access-operations><action>permit</action></rule><rule><name>vlan</name><module-name>vlan</module-name><path>/switched-vlans</path><access-operations>create update delete</access-operations><action>deny</action></rule></rule-list><rule-list><name>admin</name><group>admin</group><rule><name>any-access</name><action>permit</action></rule></rule-list></nacm><netconf-state xmlns="urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring"><capabilities><capability>urn:ietf:params:netconf:base:1.0</capability><capability>urn:ietf:params:netconf:base:1.1</capability><capability>urn:ietf:params:netconf:capability:writable-running:1.0</capability><capability>urn:ietf:params:netconf:capability:xpath:1.0</capability><capability>urn:ietf:params:netconf:capability:validate:1.0</capability><capability>urn:ietf:params:netconf:capability:validate:1.1</capability><capability>urn:ietf:params:netconf:capability:rollback-on-error:1.0</capability><capability>urn:ietf:params:netconf:capability:notification:1.0</capability><capability>urn:ietf:params:netconf:capability:with-defaults:1.0?basic-mode=explicit&also-supported=report-all-tagged</capability><capability>urn:ietf:params:netconf:capability:yang-library:1.0?revision=2016-06-21&module-set-id=f1285a0c7bf3c6c159ca5c87b160ec60</capability><capability>http://tail-f.com/ns/netconf/extensions</capability><capability>http://openconfig.net/yang/alarms/types?module=openconfig-alarm-types&revision=2018-01-16</capability><capability>http://openconfig.net/yang/bfd?module=openconfig-bfd&revision=2022-06-28</capability><capability>http://openconfig.net/yang/bgp?module=openconfig-bgp&revision=2022-05-21</capability><capability>http://openconfig.net/yang/bgp-types?module=openconfig-bgp-types&revision=2021-08-06</capability><capability>http://openconfig.net/yang/evpn-types?module=openconfig-evpn-types&revision=2021-06-21</capability><capability>http://openconfig.net/yang/interfaces?module=openconfig-interfaces&revision=2021-04-06</capability><capability>http://openconfig.net/yang/interfaces/ethernet?module=openconfig-if-ethernet&revision=2022-04-20</capability><capability>http://openconfig.net/yang/interfaces/ip?module=openconfig-if-ip&revision=2019-01-08</capability><capability>http://openconfig.net/yang/lldp?module=openconfig-lldp&revision=2018-11-21</capability><capability>http://openconfig.net/yang/lldp/types?module=openconfig-lldp-types&revision=2018-11-21</capability><capability>http://openconfig.net/yang/mpls-types?module=openconfig-mpls-types&revision=2021-12-01</capability><capability>http://openconfig.net/yang/network-instance-types?module=openconfig-network-instance-types&revision=2021-07-14</capability><capability>http://openconfig.net/yang/openconfig-types?module=openconfig-types&revision=2019-04-16</capability><capability>http://openconfig.net/yang/ospf-types?module=openconfig-ospf-types&revision=2018-11-21</capability><capability>http://openconfig.net/yang/ospfv2?module=openconfig-ospfv2&revision=2022-02-10</capability><capability>http://openconfig.net/yang/platform?module=openconfig-platform&revision=2018-01-30</capability><capability>http://openconfig.net/yang/platform-types?module=openconfig-platform-types&revision=2021-01-18</capability><capability>http://openconfig.net/yang/platform/port?module=openconfig-platform-port&revision=2021-04-22</capability><capability>http://openconfig.net/yang/platform/transceiver?module=openconfig-platform-transceiver&revision=2021-02-23</capability><capability>http://openconfig.net/yang/policy-types?module=openconfig-policy-types&revision=2022-11-08</capability><capability>http://openconfig.net/yang/protocols?module=openconfig-protocols</capability><capability>http://openconfig.net/yang/rib/bgp?module=openconfig-rib-bgp&revision=2022-06-06</capability><capability>http://openconfig.net/yang/rib/bgp-types?module=openconfig-rib-bgp-types&revision=2019-03-14</capability><capability>http://openconfig.net/yang/routing-policy?module=openconfig-routing-policy&revision=2022-05-24</capability><capability>http://openconfig.net/yang/segment-routing-types?module=openconfig-segment-routing-types&revision=2020-02-04</capability><capability>http://openconfig.net/yang/telemetry?module=openconfig-telemetry&revision=2018-11-21</capability><capability>http://openconfig.net/yang/telemetry-types?module=openconfig-telemetry-types&revision=2018-11-21</capability><capability>http://openconfig.net/yang/terminal-device?module=openconfig-terminal-device&revision=2021-02-23</capability><capability>http://openconfig.net/yang/transport-types?module=openconfig-transport-types&revision=2021-03-22</capability><capability>http://openconfig.net/yang/types/inet?module=openconfig-inet-types&revision=2021-08-17</capability><capability>http://openconfig.net/yang/types/yang?module=openconfig-yang-types&revision=2021-07-14</capability><capability>http://sssup.it/yang/vlan?module=vlan</capability><capability>http://tail-f.com/ns/aaa/1.1?module=tailf-aaa&revision=2015-06-16</capability><capability>http://tail-f.com/ns/kicker?module=tailf-kicker&revision=2017-03-16</capability><capability>http://tail-f.com/yang/acm?module=tailf-acm&revision=2013-03-07</capability><capability>http://tail-f.com/yang/common-monitoring?module=tailf-common-monitoring&revision=2013-06-14</capability><capability>http://tail-f.com/yang/confd-monitoring?module=tailf-confd-monitoring&revision=2013-06-14</capability><capability>http://tail-f.com/yang/netconf-monitoring?module=tailf-netconf-monitoring&revision=2016-11-24</capability><capability>urn:ietf:params:xml:ns:yang:iana-crypt-hash?module=iana-crypt-hash&revision=2014-08-06&features=crypt-hash-sha-512,crypt-hash-sha-256,crypt-hash-md5</capability><capability>urn:ietf:params:xml:ns:yang:ietf-inet-types?module=ietf-inet-types&revision=2013-07-15</capability><capability>urn:ietf:params:xml:ns:yang:ietf-interfaces?module=ietf-interfaces&revision=2014-05-08&features=pre-provisioning,if-mib,arbitrary-names</capability><capability>urn:ietf:params:xml:ns:yang:ietf-netconf-acm?module=ietf-netconf-acm&revision=2012-02-22</capability><capability>urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring?module=ietf-netconf-monitoring&revision=2010-10-04</capability><capability>urn:ietf:params:xml:ns:yang:ietf-" -[2024-06-20 13:24:23,072] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:23,073] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: ending -[2024-06-20 13:24:23,092] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: starting -[2024-06-20 13:24:23,092] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:23,092] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:23,093] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:23,093] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: found chunk delimiter -[2024-06-20 13:24:23,093] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:23,093] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: not enough data for chunk yet -[2024-06-20 13:24:23,093] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: setting start to 0 -[2024-06-20 13:24:23,093] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: ending -[2024-06-20 13:24:23,093] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: starting -[2024-06-20 13:24:23,093] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:23,093] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:23,093] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:23,093] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: found chunk delimiter -[2024-06-20 13:24:23,094] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:23,094] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: not enough data for chunk yet -[2024-06-20 13:24:23,094] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: setting start to 0 -[2024-06-20 13:24:23,094] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: ending -[2024-06-20 13:24:23,094] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: starting -[2024-06-20 13:24:23,094] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:23,094] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:23,094] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:23,094] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: found chunk delimiter -[2024-06-20 13:24:23,094] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:23,094] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: not enough data for chunk yet -[2024-06-20 13:24:23,095] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: setting start to 0 -[2024-06-20 13:24:23,095] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: ending -[2024-06-20 13:24:23,095] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: starting -[2024-06-20 13:24:23,095] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:23,095] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:23,095] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:23,095] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: found chunk delimiter -[2024-06-20 13:24:23,095] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:23,095] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: appending 16376 bytes -[2024-06-20 13:24:23,095] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: fragment = "netconf-notifications?module=ietf-netconf-notifications&revision=2012-02-06</capability><capability>urn:ietf:params:xml:ns:yang:ietf-yang-library?module=ietf-yang-library&revision=2016-06-21</capability><capability>urn:ietf:params:xml:ns:yang:ietf-yang-types?module=ietf-yang-types&revision=2013-07-15</capability><capability>urn:ietf:params:xml:ns:netconf:base:1.0?module=ietf-netconf&revision=2011-06-01</capability><capability>urn:ietf:params:xml:ns:yang:ietf-netconf-with-defaults?module=ietf-netconf-with-defaults&revision=2011-06-01</capability></capabilities><datastores><datastore><name>running</name><transaction-id xmlns="http://tail-f.com/yang/netconf-monitoring">1717-750545-631285</transaction-id></datastore></datastores><schemas><schema><identifier>iana-crypt-hash</identifier><version>2014-08-06</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:iana-crypt-hash</namespace><location>NETCONF</location></schema><schema><identifier>ietf-inet-types</identifier><version>2013-07-15</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-inet-types</namespace><location>NETCONF</location></schema><schema><identifier>ietf-interfaces</identifier><version>2014-05-08</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-interfaces</namespace><location>NETCONF</location></schema><schema><identifier>ietf-netconf</identifier><version>2011-06-01</version><format>yang</format><namespace>urn:ietf:params:xml:ns:netconf:base:1.0</namespace><location>NETCONF</location></schema><schema><identifier>ietf-netconf-acm</identifier><version>2012-02-22</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-acm</namespace><location>NETCONF</location></schema><schema><identifier>ietf-netconf-monitoring</identifier><version>2010-10-04</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring</namespace><location>NETCONF</location></schema><schema><identifier>ietf-netconf-notifications</identifier><version>2012-02-06</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-notifications</namespace><location>NETCONF</location></schema><schema><identifier>ietf-netconf-with-defaults</identifier><version>2011-06-01</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-with-defaults</namespace><location>NETCONF</location></schema><schema><identifier>ietf-yang-library</identifier><version>2016-06-21</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-library</namespace><location>NETCONF</location></schema><schema><identifier>ietf-yang-types</identifier><version>2013-07-15</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-alarm-types</identifier><version>2018-01-16</version><format>yang</format><namespace>http://openconfig.net/yang/alarms/types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bfd</identifier><version>2022-06-28</version><format>yang</format><namespace>http://openconfig.net/yang/bfd</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bgp</identifier><version>2022-05-21</version><format>yang</format><namespace>http://openconfig.net/yang/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bgp-common</identifier><version>2022-05-21</version><format>yang</format><namespace>http://openconfig.net/yang/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bgp-common-multiprotocol</identifier><version>2022-05-21</version><format>yang</format><namespace>http://openconfig.net/yang/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bgp-common-structure</identifier><version>2022-05-21</version><format>yang</format><namespace>http://openconfig.net/yang/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bgp-errors</identifier><version>2021-08-06</version><format>yang</format><namespace>http://openconfig.net/yang/bgp-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bgp-global</identifier><version>2022-05-21</version><format>yang</format><namespace>http://openconfig.net/yang/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bgp-neighbor</identifier><version>2022-05-21</version><format>yang</format><namespace>http://openconfig.net/yang/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bgp-peer-group</identifier><version>2022-05-21</version><format>yang</format><namespace>http://openconfig.net/yang/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bgp-types</identifier><version>2021-08-06</version><format>yang</format><namespace>http://openconfig.net/yang/bgp-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-evpn-types</identifier><version>2021-06-21</version><format>yang</format><namespace>http://openconfig.net/yang/evpn-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-if-ethernet</identifier><version>2022-04-20</version><format>yang</format><namespace>http://openconfig.net/yang/interfaces/ethernet</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-if-ip</identifier><version>2019-01-08</version><format>yang</format><namespace>http://openconfig.net/yang/interfaces/ip</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-inet-types</identifier><version>2021-08-17</version><format>yang</format><namespace>http://openconfig.net/yang/types/inet</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-interfaces</identifier><version>2021-04-06</version><format>yang</format><namespace>http://openconfig.net/yang/interfaces</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-lldp</identifier><version>2018-11-21</version><format>yang</format><namespace>http://openconfig.net/yang/lldp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-lldp-types</identifier><version>2018-11-21</version><format>yang</format><namespace>http://openconfig.net/yang/lldp/types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-mpls-types</identifier><version>2021-12-01</version><format>yang</format><namespace>http://openconfig.net/yang/mpls-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-network-instance-types</identifier><version>2021-07-14</version><format>yang</format><namespace>http://openconfig.net/yang/network-instance-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-ospf-types</identifier><version>2018-11-21</version><format>yang</format><namespace>http://openconfig.net/yang/ospf-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-ospfv2</identifier><version>2022-02-10</version><format>yang</format><namespace>http://openconfig.net/yang/ospfv2</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-ospfv2-area</identifier><version>2022-02-10</version><format>yang</format><namespace>http://openconfig.net/yang/ospfv2</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-ospfv2-area-interface</identifier><version>2022-02-10</version><format>yang</format><namespace>http://openconfig.net/yang/ospfv2</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-ospfv2-common</identifier><version>2022-02-10</version><format>yang</format><namespace>http://openconfig.net/yang/ospfv2</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-ospfv2-global</identifier><version>2022-02-10</version><format>yang</format><namespace>http://openconfig.net/yang/ospfv2</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-ospfv2-lsdb</identifier><version>2022-02-10</version><format>yang</format><namespace>http://openconfig.net/yang/ospfv2</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-platform</identifier><version>2018-01-30</version><format>yang</format><namespace>http://openconfig.net/yang/platform</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-platform-port</identifier><version>2021-04-22</version><format>yang</format><namespace>http://openconfig.net/yang/platform/port</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-platform-transceiver</identifier><version>2021-02-23</version><format>yang</format><namespace>http://openconfig.net/yang/platform/transceiver</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-platform-types</identifier><version>2021-01-18</version><format>yang</format><namespace>http://openconfig.net/yang/platform-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-policy-types</identifier><version>2022-11-08</version><format>yang</format><namespace>http://openconfig.net/yang/policy-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-protocols</identifier><version></version><format>yang</format><namespace>http://openconfig.net/yang/protocols</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-rib-bgp</identifier><version>2022-06-06</version><format>yang</format><namespace>http://openconfig.net/yang/rib/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-rib-bgp-attributes</identifier><version>2022-06-06</version><format>yang</format><namespace>http://openconfig.net/yang/rib/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-rib-bgp-shared-attributes</identifier><version>2022-06-06</version><format>yang</format><namespace>http://openconfig.net/yang/rib/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-rib-bgp-table-attributes</identifier><version>2022-06-06</version><format>yang</format><namespace>http://openconfig.net/yang/rib/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-rib-bgp-tables</identifier><version>2022-06-06</version><format>yang</format><namespace>http://openconfig.net/yang/rib/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-rib-bgp-types</identifier><version>2019-03-14</version><format>yang</format><namespace>http://openconfig.net/yang/rib/bgp-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-routing-policy</identifier><version>2022-05-24</version><format>yang</format><namespace>http://openconfig.net/yang/routing-policy</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-segment-routing-types</identifier><version>2020-02-04</version><format>yang</format><namespace>http://openconfig.net/yang/segment-routing-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-telemetry</identifier><version>2018-11-21</version><format>yang</format><namespace>http://openconfig.net/yang/telemetry</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-telemetry-types</identifier><version>2018-11-21</version><format>yang</format><namespace>http://openconfig.net/yang/telemetry-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-terminal-device</identifier><version>2021-02-23</version><format>yang</format><namespace>http://openconfig.net/yang/terminal-device</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-transport-types</identifier><version>2021-03-22</version><format>yang</format><namespace>http://openconfig.net/yang/transport-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-types</identifier><version>2019-04-16</version><format>yang</format><namespace>http://openconfig.net/yang/openconfig-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-yang-types</identifier><version>2021-07-14</version><format>yang</format><namespace>http://openconfig.net/yang/types/yang</namespace><location>NETCONF</location></schema><schema><identifier>tailf-aaa</identifier><version>2015-06-16</version><format>yang</format><namespace>http://tail-f.com/ns/aaa/1.1</namespace><location>NETCONF</location></schema><schema><identifier>tailf-acm</identifier><version>2013-03-07</version><format>yang</format><namespace>http://tail-f.com/yang/acm</namespace><location>NETCONF</location></schema><schema><identifier>tailf-common-monitoring</identifier><version>2013-06-14</version><format>yang</format><namespace>http://tail-f.com/yang/common-monitoring</namespace><location>NETCONF</location></schema><schema><identifier>tailf-confd-monitoring</identifier><version>2013-06-14</version><format>yang</format><namespace>http://tail-f.com/yang/confd-monitoring</namespace><location>NETCONF</location></schema><schema><identifier>tailf-kicker</identifier><version>2017-03-16</version><format>yang</format><namespace>http://tail-f.com/ns/kicker</namespace><location>NETCONF</location></schema><schema><identifier>tailf-netconf-monitoring</identifier><version>2016-11-24</version><format>yang</format><namespace>http://tail-f.com/yang/netconf-monitoring</namespace><location>NETCONF</location></schema><schema><identifier>vlan</identifier><version></version><format>yang</format><namespace>http://sssup.it/yang/vlan</namespace><location>NETCONF</location></schema></schemas><sessions><session><session-id>29</session-id><transport>netconf-ssh</transport><username>admin</username><source-host>10.30.2.206</source-host><login-time>2024-06-06T23:11:47+00:00</login-time><in-rpcs>2</in-rpcs><in-bad-rpcs>0</in-bad-rpcs><out-rpc-errors>0</out-rpc-errors><out-notifications>0</out-notifications></session><session><session-id>30</session-id><transport>netconf-ssh</transport><username>admin</username><source-host>10.30.2.206</source-host><login-time>2024-06-06T23:11:57+00:00</login-time><in-rpcs>4</in-rpcs><in-bad-rpcs>0</in-bad-rpcs><out-rpc-errors>0</out-rpc-errors><out-notifications>0</out-notifications></session><session><session-id>31</session-id><transport>netconf-ssh</transport><username>admin</username><source-host>10.30.2.206</source-host><login-time>2024-06-06T23:12:08+00:00</login-time><in-rpcs>2</in-rpcs><in-bad-rpcs>0</in-bad-rpcs><out-rpc-errors>0</out-rpc-errors><out-notifications>0</out-notifications></session><session><session-id>32</session-id><transport>netconf-ssh</transport><username>admin</username><source-host>10.30.2.208</source-host><login-time>2024-06-20T13:24:11+00:00</login-time><in-rpcs>2</in-rpcs><in-bad-rpcs>0</in-bad-rpcs><out-rpc-errors>0</out-rpc-errors><out-notifications>0</out-notifications></session><session><session-id>33</session-id><transport>netconf-ssh</transport><username>admin</username><source-host>10.30.2.208</source-host><login-time>2024-06-20T13:24:16+00:00</login-time><in-rpcs>2</in-rpcs><in-bad-rpcs>0</in-bad-rpcs><out-rpc-errors>0</out-rpc-errors><out-notifications>0</out-notifications></session><session><session-id>34</session-id><transport>netconf-ssh</transport><username>admin</username><source-host>10.30.2.208</source-host><login-time>2024-06-20T13:24:22+00:00</login-time><in-rpcs>1</in-rpcs><in-bad-rpcs>0</in-bad-rpcs><out-rpc-errors>0</out-rpc-errors><out-notifications>0</out-notifications></session></sessions><statistics><netconf-start-time>2024-06-06T22:51:41+00:00</netconf-start-time><in-bad-hellos>0</in-bad-hellos><in-sessions>6</in-sessions><dropped-sessions>0</dropped-sessions><in-rpcs>13</in-rpcs><in-bad-rpcs>0</in-bad-rpcs><out-rpc-errors>0</out-rpc-errors><out-notifications>0</out-notifications></statistics><streams xmlns="http://tail-f.com/yang/netconf-monitoring"><stream><name>NETCONF</name><description>default NETCONF event stream</description><replay-support>false</replay-support></stream><stream><name>mellanox</name><description>Notifications regarding the transponder</description><replay-support>true</replay-support><replay-log-creation-time>2024-06-06T22:51:42.135613+00:00</replay-log-creation-time></stream></streams></netconf-state><modules-state " -[2024-06-20 13:24:23,095] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:23,096] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: ending -[2024-06-20 13:24:23,102] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: starting -[2024-06-20 13:24:23,102] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:23,102] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:23,102] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:23,102] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: found chunk delimiter -[2024-06-20 13:24:23,102] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: chunk size 10847 bytes -[2024-06-20 13:24:23,103] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: not enough data for chunk yet -[2024-06-20 13:24:23,103] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: setting start to 0 -[2024-06-20 13:24:23,103] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: ending -[2024-06-20 13:24:23,103] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: starting -[2024-06-20 13:24:23,103] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:23,103] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:23,103] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:23,103] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: found chunk delimiter -[2024-06-20 13:24:23,103] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: chunk size 10847 bytes -[2024-06-20 13:24:23,103] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: not enough data for chunk yet -[2024-06-20 13:24:23,104] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: setting start to 0 -[2024-06-20 13:24:23,104] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: ending -[2024-06-20 13:24:23,104] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: starting -[2024-06-20 13:24:23,104] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: working with buffer of 10859 bytes -[2024-06-20 13:24:23,104] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:23,104] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:23,104] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: found chunk delimiter -[2024-06-20 13:24:23,104] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: chunk size 10847 bytes -[2024-06-20 13:24:23,104] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: appending 10847 bytes -[2024-06-20 13:24:23,104] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: fragment = "xmlns="urn:ietf:params:xml:ns:yang:ietf-yang-library"><module-set-id>f1285a0c7bf3c6c159ca5c87b160ec60</module-set-id><module><name>iana-crypt-hash</name><revision>2014-08-06</revision><namespace>urn:ietf:params:xml:ns:yang:iana-crypt-hash</namespace><feature>crypt-hash-sha-512</feature><feature>crypt-hash-sha-256</feature><feature>crypt-hash-md5</feature><conformance-type>import</conformance-type></module><module><name>ietf-inet-types</name><revision>2013-07-15</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-inet-types</namespace><conformance-type>import</conformance-type></module><module><name>ietf-interfaces</name><revision>2014-05-08</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-interfaces</namespace><feature>pre-provisioning</feature><feature>if-mib</feature><feature>arbitrary-names</feature><conformance-type>implement</conformance-type></module><module><name>ietf-netconf</name><revision>2011-06-01</revision><namespace>urn:ietf:params:xml:ns:netconf:base:1.0</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-netconf-acm</name><revision>2012-02-22</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-acm</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-netconf-monitoring</name><revision>2010-10-04</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-netconf-notifications</name><revision>2012-02-06</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-notifications</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-netconf-with-defaults</name><revision>2011-06-01</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-with-defaults</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-yang-library</name><revision>2016-06-21</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-library</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-yang-types</name><revision>2013-07-15</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-alarm-types</name><revision>2018-01-16</revision><namespace>http://openconfig.net/yang/alarms/types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-bfd</name><revision>2022-06-28</revision><namespace>http://openconfig.net/yang/bfd</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-bgp</name><revision>2022-05-21</revision><namespace>http://openconfig.net/yang/bgp</namespace><conformance-type>implement</conformance-type><submodule><name>openconfig-bgp-common</name><revision>2022-05-21</revision></submodule><submodule><name>openconfig-bgp-common-structure</name><revision>2022-05-21</revision></submodule><submodule><name>openconfig-bgp-global</name><revision>2022-05-21</revision></submodule><submodule><name>openconfig-bgp-neighbor</name><revision>2022-05-21</revision></submodule><submodule><name>openconfig-bgp-peer-group</name><revision>2022-05-21</revision></submodule><submodule><name>openconfig-bgp-common-multiprotocol</name><revision>2022-05-21</revision></submodule></module><module><name>openconfig-bgp-types</name><revision>2021-08-06</revision><namespace>http://openconfig.net/yang/bgp-types</namespace><conformance-type>import</conformance-type><submodule><name>openconfig-bgp-errors</name><revision>2021-08-06</revision></submodule></module><module><name>openconfig-evpn-types</name><revision>2021-06-21</revision><namespace>http://openconfig.net/yang/evpn-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-if-ethernet</name><revision>2022-04-20</revision><namespace>http://openconfig.net/yang/interfaces/ethernet</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-if-ip</name><revision>2019-01-08</revision><namespace>http://openconfig.net/yang/interfaces/ip</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-inet-types</name><revision>2021-08-17</revision><namespace>http://openconfig.net/yang/types/inet</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-interfaces</name><revision>2021-04-06</revision><namespace>http://openconfig.net/yang/interfaces</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-lldp</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/lldp</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-lldp-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/lldp/types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-mpls-types</name><revision>2021-12-01</revision><namespace>http://openconfig.net/yang/mpls-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-ospf-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/ospf-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-ospfv2</name><revision>2022-02-10</revision><namespace>http://openconfig.net/yang/ospfv2</namespace><conformance-type>import</conformance-type><submodule><name>openconfig-ospfv2-area</name><revision>2022-02-10</revision></submodule><submodule><name>openconfig-ospfv2-common</name><revision>2022-02-10</revision></submodule><submodule><name>openconfig-ospfv2-global</name><revision>2022-02-10</revision></submodule><submodule><name>openconfig-ospfv2-lsdb</name><revision>2022-02-10</revision></submodule><submodule><name>openconfig-ospfv2-area-interface</name><revision>2022-02-10</revision></submodule></module><module><name>openconfig-platform</name><revision>2018-01-30</revision><namespace>http://openconfig.net/yang/platform</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-platform-port</name><revision>2021-04-22</revision><namespace>http://openconfig.net/yang/platform/port</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-platform-transceiver</name><revision>2021-02-23</revision><namespace>http://openconfig.net/yang/platform/transceiver</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-platform-types</name><revision>2021-01-18</revision><namespace>http://openconfig.net/yang/platform-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-policy-types</name><revision>2022-11-08</revision><namespace>http://openconfig.net/yang/policy-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-protocols</name><revision></revision><namespace>http://openconfig.net/yang/protocols</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-rib-bgp</name><revision>2022-06-06</revision><namespace>http://openconfig.net/yang/rib/bgp</namespace><conformance-type>import</conformance-type><submodule><name>openconfig-rib-bgp-attributes</name><revision>2022-06-06</revision></submodule><submodule><name>openconfig-rib-bgp-tables</name><revision>2022-06-06</revision></submodule><submodule><name>openconfig-rib-bgp-table-attributes</name><revision>2022-06-06</revision></submodule><submodule><name>openconfig-rib-bgp-shared-attributes</name><revision>2022-06-06</revision></submodule></module><module><name>openconfig-rib-bgp-types</name><revision>2019-03-14</revision><namespace>http://openconfig.net/yang/rib/bgp-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-routing-policy</name><revision>2022-05-24</revision><namespace>http://openconfig.net/yang/routing-policy</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-telemetry</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/telemetry</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-telemetry-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/telemetry-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-terminal-device</name><revision>2021-02-23</revision><namespace>http://openconfig.net/yang/terminal-device</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-transport-types</name><revision>2021-03-22</revision><namespace>http://openconfig.net/yang/transport-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-types</name><revision>2019-04-16</revision><namespace>http://openconfig.net/yang/openconfig-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-yang-types</name><revision>2021-07-14</revision><namespace>http://openconfig.net/yang/types/yang</namespace><conformance-type>import</conformance-type></module><module><name>tailf-aaa</name><revision>2015-06-16</revision><namespace>http://tail-f.com/ns/aaa/1.1</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-acm</name><revision>2013-03-07</revision><namespace>http://tail-f.com/yang/acm</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-common-monitoring</name><revision>2013-06-14</revision><namespace>http://tail-f.com/yang/common-monitoring</namespace><conformance-type>import</conformance-type></module><module><name>tailf-confd-monitoring</name><revision>2013-06-14</revision><namespace>http://tail-f.com/yang/confd-monitoring</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-kicker</name><revision>2017-03-16</revision><namespace>http://tail-f.com/ns/kicker</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-netconf-monitoring</name><revision>2016-11-24</revision><namespace>http://tail-f.com/yang/netconf-monitoring</namespace><conformance-type>implement</conformance-type></module><module><name>vlan</name><revision></revision><namespace>http://sssup.it/yang/vlan</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-segment-routing-types</name><revision>2020-02-04</revision><namespace>http://openconfig.net/yang/segment-routing-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-network-instance-types</name><revision>2021-07-14</revision><namespace>http://openconfig.net/yang/network-instance-types</namespace><conformance-type>import</conformance-type></module></modules-state></data></rpc-reply>" -[2024-06-20 13:24:23,105] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: matching from 10855 bytes from start of buffer -[2024-06-20 13:24:23,105] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: regular expression start=0, end=4 -[2024-06-20 13:24:23,105] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: found end of message delimiter -[2024-06-20 13:24:23,106] DEBUG:ncclient.operations.rpc:[host 172.17.254.42 session-id 34] Delivering to <ncclient.operations.retrieve.Get object at 0x7fa7485c5610> -[2024-06-20 13:24:23,107] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: saving back rest of message after 10859 bytes, original size 10859 -[2024-06-20 13:24:23,114] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: ending -[2024-06-20 13:24:23,114] INFO:root:resource_key frequency and channgel_name {'index': 'channel-1'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:24:23,115] INFO:root:dic {'frequency': '192056250'} -[2024-06-20 13:24:23,115] INFO:root:resource_key target-output-power and channgel_name {'index': 'channel-1'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:24:23,117] INFO:root:dic {'frequency': '192056250', 'target-output-power': '1.0'} -[2024-06-20 13:24:23,117] INFO:root:resource_key operational-mode and channgel_name {'index': 'channel-1'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:24:23,118] INFO:root:dic {'frequency': '192056250', 'target-output-power': '1.0', 'operational-mode': '8'} -[2024-06-20 13:24:23,118] INFO:root:resource_key line-port and channgel_name {'index': 'channel-1'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:24:23,119] INFO:root:dic {'frequency': '192056250', 'target-output-power': '1.0', 'operational-mode': '8', 'line-port': 'transceiver-1'} -[2024-06-20 13:24:23,120] INFO:root:resource_key frequency and channgel_name {'index': 'channel-2'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:24:23,121] INFO:root:dic {'frequency': '191600000'} -[2024-06-20 13:24:23,121] INFO:root:resource_key target-output-power and channgel_name {'index': 'channel-2'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:24:23,122] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0'} -[2024-06-20 13:24:23,123] INFO:root:resource_key operational-mode and channgel_name {'index': 'channel-2'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:24:23,124] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0'} -[2024-06-20 13:24:23,124] INFO:root:resource_key line-port and channgel_name {'index': 'channel-2'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:24:23,125] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-2'} -[2024-06-20 13:24:23,126] INFO:root:resource_key frequency and channgel_name {'index': 'channel-3'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:24:23,127] INFO:root:dic {'frequency': '191600000'} -[2024-06-20 13:24:23,127] INFO:root:resource_key target-output-power and channgel_name {'index': 'channel-3'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:24:23,128] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0'} -[2024-06-20 13:24:23,129] INFO:root:resource_key operational-mode and channgel_name {'index': 'channel-3'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:24:23,130] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0'} -[2024-06-20 13:24:23,130] INFO:root:resource_key line-port and channgel_name {'index': 'channel-3'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:24:23,132] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-3'} -[2024-06-20 13:24:23,132] INFO:root:resource_key frequency and channgel_name {'index': 'channel-4'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:24:23,133] INFO:root:dic {'frequency': '191600000'} -[2024-06-20 13:24:23,133] INFO:root:resource_key target-output-power and channgel_name {'index': 'channel-4'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:24:23,135] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0'} -[2024-06-20 13:24:23,135] INFO:root:resource_key operational-mode and channgel_name {'index': 'channel-4'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:24:23,136] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0'} -[2024-06-20 13:24:23,136] INFO:root:resource_key line-port and channgel_name {'index': 'channel-4'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:24:23,138] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-4'} -[2024-06-20 13:24:23,139] INFO:root:parameters {'channels': [{'frequency': '192056250', 'target-output-power': '1.0', 'operational-mode': '8', 'line-port': 'transceiver-1', 'name': {'index': 'channel-1'}}, {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-2', 'name': {'index': 'channel-2'}}, {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-3', 'name': {'index': 'channel-3'}}, {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-4', 'name': {'index': 'channel-4'}}], 'transceivers': {'transceiver': ['transceiver-1', 'transceiver-2', 'transceiver-3', 'transceiver-4']}, 'channel_namespace': 'http://openconfig.net/yang/terminal-device', 'endpoints': [{'endpoint_uuid': {'uuid': {'index': 'channel-1'}}}, {'endpoint_uuid': {'uuid': {'index': 'channel-2'}}}, {'endpoint_uuid': {'uuid': {'index': 'channel-3'}}}, {'endpoint_uuid': {'uuid': {'index': 'channel-4'}}}], 'ports': [('/endpoints/endpoint[1]', {'uuid': '1', 'type': 'port-1'}), ('/endpoints/endpoint[2]', {'uuid': '2', 'type': 'port-2'}), ('/endpoints/endpoint[3]', {'uuid': '3', 'type': 'port-3'}), ('/endpoints/endpoint[4]', {'uuid': '4', 'type': 'port-4'})]} -[2024-06-20 13:24:23,140] DEBUG:context.client.ContextClient:SetOpticalConfig request: {"config": "{\"channels\": [{\"frequency\": \"192056250\", \"target-output-power\": \"1.0\", \"operational-mode\": \"8\", \"line-port\": \"transceiver-1\", \"name\": {\"index\": \"channel-1\"}}, {\"frequency\": \"191600000\", \"target-output-power\": \"100.0\", \"operational-mode\": \"0\", \"line-port\": \"transceiver-2\", \"name\": {\"index\": \"channel-2\"}}, {\"frequency\": \"191600000\", \"target-output-power\": \"100.0\", \"operational-mode\": \"0\", \"line-port\": \"transceiver-3\", \"name\": {\"index\": \"channel-3\"}}, {\"frequency\": \"191600000\", \"target-output-power\": \"100.0\", \"operational-mode\": \"0\", \"line-port\": \"transceiver-4\", \"name\": {\"index\": \"channel-4\"}}], \"transceivers\": {\"transceiver\": [\"transceiver-1\", \"transceiver-2\", \"transceiver-3\", \"transceiver-4\"]}, \"channel_namespace\": \"http://openconfig.net/yang/terminal-device\", \"endpoints\": [{\"endpoint_uuid\": {\"uuid\": {\"index\": \"channel-1\"}}}, {\"endpoint_uuid\": {\"uuid\": {\"index\": \"channel-2\"}}}, {\"endpoint_uuid\": {\"uuid\": {\"index\": \"channel-3\"}}}, {\"endpoint_uuid\": {\"uuid\": {\"index\": \"channel-4\"}}}], \"ports\": [[\"/endpoints/endpoint[1]\", {\"uuid\": \"1\", \"type\": \"port-1\"}], [\"/endpoints/endpoint[2]\", {\"uuid\": \"2\", \"type\": \"port-2\"}], [\"/endpoints/endpoint[3]\", {\"uuid\": \"3\", \"type\": \"port-3\"}], [\"/endpoints/endpoint[4]\", {\"uuid\": \"4\", \"type\": \"port-4\"}]]}", "device_id": {"device_uuid": {"uuid": "ce0cdfdd-2182-5027-8177-676ca3244f9d"}}} -[2024-06-20 13:24:23,160] DEBUG:context.client.ContextClient:SetOpticalConfig result: {"opticalconfig_uuid": ""} -[2024-06-20 13:24:23,160] DEBUG:device.service.Tools:results_getconfig = [('/endpoints/endpoint[1]', {'uuid': '1', 'type': 'port-1'}), ('/endpoints/endpoint[2]', {'uuid': '2', 'type': 'port-2'}), ('/endpoints/endpoint[3]', {'uuid': '3', 'type': 'port-3'}), ('/endpoints/endpoint[4]', {'uuid': '4', 'type': 'port-4'})] -[2024-06-20 13:24:23,160] INFO:device.service.Tools:results_getconfig = [('/endpoints/endpoint[1]', {'uuid': '1', 'type': 'port-1'}), ('/endpoints/endpoint[2]', {'uuid': '2', 'type': 'port-2'}), ('/endpoints/endpoint[3]', {'uuid': '3', 'type': 'port-3'}), ('/endpoints/endpoint[4]', {'uuid': '4', 'type': 'port-4'})] -[2024-06-20 13:24:23,161] INFO:ncclient.operations.rpc:[host 172.17.254.42 session-id 34] Requesting 'Get' -[2024-06-20 13:24:23,161] DEBUG:ncclient.operations.rpc:[host 172.17.254.42 session-id 34] Sync request, will wait for timeout=120 -[2024-06-20 13:24:23,251] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: starting -[2024-06-20 13:24:23,251] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:23,252] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:23,252] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:23,252] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: found chunk delimiter -[2024-06-20 13:24:23,252] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:23,252] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: not enough data for chunk yet -[2024-06-20 13:24:23,252] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: setting start to 0 -[2024-06-20 13:24:23,253] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: ending -[2024-06-20 13:24:23,253] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: starting -[2024-06-20 13:24:23,253] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:23,253] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:23,253] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:23,253] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: found chunk delimiter -[2024-06-20 13:24:23,254] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:23,254] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: not enough data for chunk yet -[2024-06-20 13:24:23,254] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: setting start to 0 -[2024-06-20 13:24:23,254] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: ending -[2024-06-20 13:24:23,254] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: starting -[2024-06-20 13:24:23,254] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:23,254] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:23,255] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:23,255] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: found chunk delimiter -[2024-06-20 13:24:23,255] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:23,255] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: not enough data for chunk yet -[2024-06-20 13:24:23,255] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: setting start to 0 -[2024-06-20 13:24:23,255] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: ending -[2024-06-20 13:24:23,255] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: starting -[2024-06-20 13:24:23,256] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:23,256] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:23,256] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:23,256] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: found chunk delimiter -[2024-06-20 13:24:23,256] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:23,256] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: appending 16376 bytes -[2024-06-20 13:24:23,257] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: fragment = "<?xml version="1.0" encoding="UTF-8"?> -<rpc-reply xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="urn:uuid:55553cdf-3caf-462c-92dc-3d0260761171" xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0"><data><bgp-instance xmlns="http://openconfig.net/yang/bgp"><bgp><global><route-selection-options><state><always-compare-med>false</always-compare-med><ignore-as-path-length>false</ignore-as-path-length><external-compare-router-id>true</external-compare-router-id><advertise-inactive-routes>false</advertise-inactive-routes><enable-aigp>false</enable-aigp><ignore-next-hop-igp-metric>false</ignore-next-hop-igp-metric></state></route-selection-options></global></bgp></bgp-instance><interfaces xmlns="http://openconfig.net/yang/interfaces"><interface><name>eth0</name><config><name>eth0</name><enabled>true</enabled></config><state><loopback-mode>false</loopback-mode><enabled>true</enabled></state><hold-time><state><up>0</up><down>0</down></state></hold-time><ipv4 xmlns="http://openconfig.net/yang/interfaces/ip"><addresses><address><ip>192.168.1.1</ip><config><ip>192.168.1.1</ip><prefix-length>24</prefix-length></config></address></addresses><proxy-arp><state><mode>DISABLE</mode></state></proxy-arp><unnumbered><state><enabled>false</enabled></state></unnumbered><state><enabled>true</enabled><dhcp-client>false</dhcp-client></state></ipv4><ipv6 xmlns="http://openconfig.net/yang/interfaces/ip"><router-advertisement><state><suppress>false</suppress></state></router-advertisement><unnumbered><state><enabled>false</enabled></state></unnumbered><state><enabled>true</enabled><dup-addr-detect-transmits>1</dup-addr-detect-transmits><dhcp-client>false</dhcp-client></state></ipv6></interface></interfaces><lldp xmlns="http://openconfig.net/yang/lldp"><state><enabled>true</enabled></state></lldp><components xmlns="http://openconfig.net/yang/platform"><component><name>channel-1</name><config><name>channel-1</name></config><state><name>channel-1</name><type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:OPTICAL_CHANNEL</type></state><optical-channel xmlns="http://openconfig.net/yang/terminal-device"><config><frequency>192056250</frequency><target-output-power>1.0</target-output-power><operational-mode>8</operational-mode><line-port>transceiver-1</line-port></config><state><frequency>192056250</frequency><target-output-power>1.0</target-output-power><operational-mode>8</operational-mode><line-port>transceiver-1</line-port><group-id>1</group-id><output-power><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></output-power><input-power><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></input-power><laser-bias-current><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></laser-bias-current><chromatic-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></chromatic-dispersion><polarization-mode-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></polarization-mode-dispersion><second-order-polarization-mode-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></second-order-polarization-mode-dispersion><polarization-dependent-loss><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></polarization-dependent-loss></state></optical-channel></component><component><name>channel-2</name><config><name>channel-2</name></config><state><name>channel-2</name><type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:OPTICAL_CHANNEL</type></state><optical-channel xmlns="http://openconfig.net/yang/terminal-device"><config><frequency>191600000</frequency><target-output-power>100.0</target-output-power><operational-mode>0</operational-mode><line-port>transceiver-2</line-port></config><state><frequency>191600000</frequency><target-output-power>0.0</target-output-power><operational-mode>0</operational-mode><line-port>transceiver-2</line-port><group-id>1</group-id><output-power><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></output-power><input-power><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></input-power><laser-bias-current><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></laser-bias-current><chromatic-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></chromatic-dispersion><polarization-mode-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></polarization-mode-dispersion><second-order-polarization-mode-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></second-order-polarization-mode-dispersion><polarization-dependent-loss><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></polarization-dependent-loss></state></optical-channel></component><component><name>channel-3</name><config><name>channel-3</name></config><state><name>channel-3</name><type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:OPTICAL_CHANNEL</type></state><optical-channel xmlns="http://openconfig.net/yang/terminal-device"><config><frequency>191600000</frequency><target-output-power>100.0</target-output-power><operational-mode>0</operational-mode><line-port>transceiver-3</line-port></config><state><frequency>191600000</frequency><target-output-power>0.0</target-output-power><operational-mode>0</operational-mode><line-port>transceiver-3</line-port><group-id>1</group-id><output-power><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></output-power><input-power><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></input-power><laser-bias-current><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></laser-bias-current><chromatic-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></chromatic-dispersion><polarization-mode-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></polarization-mode-dispersion><second-order-polarization-mode-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></second-order-polarization-mode-dispersion><polarization-dependent-loss><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></polarization-dependent-loss></state></optical-channel></component><component><name>channel-4</name><config><name>channel-4</name></config><state><name>channel-4</name><type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:OPTICAL_CHANNEL</type></state><optical-channel xmlns="http://openconfig.net/yang/terminal-device"><config><frequency>191600000</frequency><target-output-power>100.0</target-output-power><operational-mode>0</operational-mode><line-port>transceiver-4</line-port></config><state><frequency>191600000</frequency><target-output-power>0.0</target-output-power><operational-mode>0</operational-mode><line-port>transceiver-4</line-port><group-id>1</group-id><output-power><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></output-power><input-power><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></input-power><laser-bias-current><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></laser-bias-current><chromatic-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></chromatic-dispersion><polarization-mode-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></polarization-mode-dispersion><second-order-polarization-mode-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></second-order-polarization-mode-dispersion><polarization-dependent-loss><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></polarization-dependent-loss></state></optical-channel></component><component><name>device</name><config><name>device</name></config><state><name>MellanoxSwitch</name><type xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:OPERATING_SYSTEM</type><mfg-name>SSSA-CNIT</mfg-name><hardware-version>1.0.0</hardware-version><firmware-version>1.0.0</firmware-version><software-version>1.0.0</software-version><serial-no>610610</serial-no></state></component><component><name>port-1</name><config><name>port-1</name></config><state><name>port-1</name><type xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:PORT</type></state><properties><property><name>odtn-port-type</name><config><name>odtn-port-type</name><value>line</value></config><state><name>odtn-port-type</name><value>line</value></state></property><property><name>onos-index</name><config><name>onos-index</name><value>1</value></config><state><name>onos-index</name><value>1</value></state></property></properties><subcomponents><subcomponent><name>channel-1</name><config><name>channel-1</name></config><state><name>channel-1</name></state></subcomponent></subcomponents></component><component><name>port-2</name><config><name>port-2</name></config><state><name>port-2</name><type xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:PORT</type></state><properties><property><name>odtn-port-type</name><config><name>odtn-port-type</name><value>line</value></config><state><name>odtn-port-type</name><value>line</value></state></property><property><name>onos-index</name><config><name>onos-index</name><value>2</value></config><state><name>onos-index</name><value>2</value></state></property></properties><subcomponents><subcomponent><name>channel-2</name><config><name>channel-2</name></config><state><name>channel-2</name></state></subcomponent></subcomponents></component><component><name>port-3</name><config><name>port-3</name></config><state><name>port-3</name><type xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:PORT</type></state><properties><property><name>odtn-port-type</name><config><name>odtn-port-type</name><value>line</value></config><state><name>odtn-port-type</name><value>line</value></state></property><property><name>onos-index</name><config><name>onos-index</name><value>3</value></config><state><name>onos-index</name><value>3</value></state></property></properties><subcomponents><subcomponent><name>channel-3</name><config><name>channel-3</name></config><state><name>channel-3</name></state></subcomponent></subcomponents></component><component><name>port-4</name><config><name>port-4</name></config><state><name>port-4</name><type xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:PORT</type></state><properties><property><name>odtn-port-type</name><config><name>odtn-port-type</name><value>line</value></config><state><name>odtn-port-type</name><value>line</value></state></property><property><name>onos-index</name><config><name>onos-index</name><value>4</value></config><state><name>onos-index</name><value>4</value></state></property></properties><subcomponents><subcomponent><name>channel-4</name><config><name>channel-4</name></config><state><name>channel-4</name></state></subcomponent></subcomponents></component><component><name>transceiver-1</name><config><name>transceiver-1</name></config><state><name>transceiver-1</name><type xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:TRANSCEIVER</type></state><transceiver xmlns="http://openconfig.net/yang/platform/transceiver"><config><enabled>true</enabled><form-factor-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:QSFP56_DD_TYPE1</form-factor-preconf><ethernet-pmd-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:ETH_400GBASE_ZR</ethernet-pmd-preconf><fec-mode xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:FEC_AUTO</fec-mode><module-functional-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:TYPE_DIGITAL_COHERENT_OPTIC</module-functional-type></config><state><enabled>true</enabled><form-factor-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:QSFP56_DD_TYPE1</form-factor-preconf><ethernet-pmd-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:ETH_400GBASE_ZR</ethernet-pmd-preconf><fec-mode xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:FEC_AUTO</fec-mode><module-functional-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:TYPE_DIGITAL_COHERENT_OPTIC</module-functional-type><vendor>Cisco</vendor><vendor-part>400zr-QSFP-DD</vendor-part><vendor-rev>01</vendor-rev><serial-no>1567321</serial-no></state><physical-channels><channel><index>1</index><config><index>1</index><associated-optical-channel>channel-1</associated-optical-channel></config></channel></physical-channels></transceiver></component><component><name>transceiver-2</name><config><name>transceiver-2</name></config><state><name>transceiver-2</name><type xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:TRANSCEIVER</type></state><transceiver xmlns="http://openconfig.net/yang/platform/transceiver"><config><enabled>true</enabled><form-factor-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:QSFP56_DD_TYPE1</form-factor-preconf><ethernet-pmd-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:ETH_400GBASE_ZR</ethernet-pmd-preconf><fec-mode xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:FEC_AUTO</fec-mode><module-functional-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:TYPE_DIGITAL_COHERENT_OPTIC</module-functional-type></config><state><enabled>true</enabled><form-factor-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:QSFP56_DD_TYPE1</form-factor-preconf><ethernet-pmd-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:ETH_400GBASE_ZR</ethernet-pmd-preconf><fec-mode xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:FEC_AUTO</fec-mode><module-functional-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:TYPE_DIGITAL_COHERENT_OPTIC</module-functional-type><vendor>Cisco</vendor><vendor-part>400zr-QSFP-DD</vendor-part><vendor-rev>01</vendor-rev><serial-no>1567321</serial-no></state><physical-channels><channel><index>1</index><config><index>1</index><associated-optical-channel>channel-2</associated-optical-channel></config></channel></physical-channels></transceiver></component><component><name>transceiver-3</name><config><name>transceiver-3</name></config><state><name>transceiver-3</name><type xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:TRANSCEIVER</type></state><transceiver xmlns="http://openconfig.net/yang/platform/transceiver"><config><enabled>true</enabled><form-factor-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:QSFP56_DD_TYPE1</form-factor-preconf><ethernet-pmd-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:ETH_400GBASE_ZR</ethernet-pmd-preconf><fec-mode xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:FEC_AUTO</fec-mode><module-functional-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:TYPE_DIGITAL_COHERENT_OPTIC</module-functional-type></config><state><enabled>true</enabled><form-factor-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:QSFP56_DD_TYPE1</form-factor-preconf><ethernet-pmd-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:ETH_400GBASE_ZR</ethernet-pmd-preconf><fec-mode xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:FEC_AUTO</fec-mode><module-functional-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:TYPE_DIGITAL_COHEREN" -[2024-06-20 13:24:23,257] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:23,257] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: ending -[2024-06-20 13:24:23,271] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: starting -[2024-06-20 13:24:23,271] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:23,271] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:23,271] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:23,271] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: found chunk delimiter -[2024-06-20 13:24:23,272] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:23,272] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: not enough data for chunk yet -[2024-06-20 13:24:23,272] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: setting start to 0 -[2024-06-20 13:24:23,272] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: ending -[2024-06-20 13:24:23,272] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: starting -[2024-06-20 13:24:23,272] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:23,273] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:23,273] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:23,273] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: found chunk delimiter -[2024-06-20 13:24:23,273] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:23,273] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: not enough data for chunk yet -[2024-06-20 13:24:23,273] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: setting start to 0 -[2024-06-20 13:24:23,273] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: ending -[2024-06-20 13:24:23,274] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: starting -[2024-06-20 13:24:23,274] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:23,274] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:23,274] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:23,274] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: found chunk delimiter -[2024-06-20 13:24:23,274] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:23,274] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: not enough data for chunk yet -[2024-06-20 13:24:23,275] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: setting start to 0 -[2024-06-20 13:24:23,275] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: ending -[2024-06-20 13:24:23,275] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: starting -[2024-06-20 13:24:23,275] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:23,275] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:23,275] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:23,275] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: found chunk delimiter -[2024-06-20 13:24:23,276] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:23,276] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: appending 16376 bytes -[2024-06-20 13:24:23,276] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: fragment = "T_OPTIC</module-functional-type><vendor>Cisco</vendor><vendor-part>400zr-QSFP-DD</vendor-part><vendor-rev>01</vendor-rev><serial-no>1567321</serial-no></state><physical-channels><channel><index>1</index><config><index>1</index><associated-optical-channel>channel-3</associated-optical-channel></config></channel></physical-channels></transceiver></component><component><name>transceiver-4</name><config><name>transceiver-4</name></config><state><name>transceiver-4</name><type xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:TRANSCEIVER</type></state><transceiver xmlns="http://openconfig.net/yang/platform/transceiver"><config><enabled>true</enabled><form-factor-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:QSFP56_DD_TYPE1</form-factor-preconf><ethernet-pmd-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:ETH_400GBASE_ZR</ethernet-pmd-preconf><fec-mode xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:FEC_AUTO</fec-mode><module-functional-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:TYPE_DIGITAL_COHERENT_OPTIC</module-functional-type></config><state><enabled>true</enabled><form-factor-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:QSFP56_DD_TYPE1</form-factor-preconf><ethernet-pmd-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:ETH_400GBASE_ZR</ethernet-pmd-preconf><fec-mode xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:FEC_AUTO</fec-mode><module-functional-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:TYPE_DIGITAL_COHERENT_OPTIC</module-functional-type><vendor>Cisco</vendor><vendor-part>400zr-QSFP-DD</vendor-part><vendor-rev>01</vendor-rev><serial-no>1567321</serial-no></state><physical-channels><channel><index>1</index><config><index>1</index><associated-optical-channel>channel-4</associated-optical-channel></config></channel></physical-channels></transceiver></component></components><bgp-instance xmlns="http://openconfig.net/yang/protocols"><bgp><global><route-selection-options><state><always-compare-med>false</always-compare-med><ignore-as-path-length>false</ignore-as-path-length><external-compare-router-id>true</external-compare-router-id><advertise-inactive-routes>false</advertise-inactive-routes><enable-aigp>false</enable-aigp><ignore-next-hop-igp-metric>false</ignore-next-hop-igp-metric></state></route-selection-options></global><neighbors><neighbor><neighbor-address>192.168.1.1</neighbor-address><config><neighbor-address>192.168.1.1</neighbor-address><neighbor-port>88</neighbor-port><enabled>true</enabled><peer-as>65432</peer-as></config><state><neighbor-port>179</neighbor-port><enabled>true</enabled><route-flap-damping>false</route-flap-damping><send-community>NONE</send-community><dynamically-configured>false</dynamically-configured></state><timers><state><connect-retry>30</connect-retry><hold-time>90</hold-time><keepalive-interval>30</keepalive-interval><minimum-advertisement-interval>30</minimum-advertisement-interval></state></timers><transport><state><mtu-discovery>false</mtu-discovery><passive-mode>false</passive-mode></state></transport><error-handling><state><treat-as-withdraw>false</treat-as-withdraw></state></error-handling><logging-options><state><log-neighbor-state-changes>true</log-neighbor-state-changes></state></logging-options><ebgp-multihop><state><enabled>false</enabled></state></ebgp-multihop><route-reflector><state><route-reflector-client>false</route-reflector-client></state></route-reflector><as-path-options><state><allow-own-as>0</allow-own-as><replace-peer-as>false</replace-peer-as><disable-peer-as-filter>false</disable-peer-as-filter></state></as-path-options><use-multiple-paths><state><enabled>false</enabled></state><ebgp><state><allow-multiple-as>false</allow-multiple-as></state></ebgp></use-multiple-paths><apply-policy><state><default-import-policy>REJECT_ROUTE</default-import-policy><default-export-policy>REJECT_ROUTE</default-export-policy></state></apply-policy></neighbor></neighbors></bgp></bgp-instance><ospf-instance xmlns="http://openconfig.net/yang/protocols"><ospfv2><global><state><summary-route-cost-mode>RFC2328_COMPATIBLE</summary-route-cost-mode></state></global></ospfv2></ospf-instance><terminal-device xmlns="http://openconfig.net/yang/terminal-device"><logical-channels><channel><index>1</index><config><index>1</index><description>Logical channel 1</description><admin-state>DISABLED</admin-state><logical-channel-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:PROT_OTN</logical-channel-type><loopback-mode>NONE</loopback-mode></config><state><index>1</index><description>Logical channel 1</description><admin-state>DISABLED</admin-state><logical-channel-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:PROT_OTN</logical-channel-type><loopback-mode>NONE</loopback-mode><link-state>UP</link-state></state><ingress><config><transceiver>transceiver-1</transceiver></config><state><transceiver>transceiver-1</transceiver></state></ingress><logical-channel-assignments><assignment><index>1</index><config><index>1</index><description>Optical channel assigned 100</description><assignment-type>OPTICAL_CHANNEL</assignment-type><optical-channel>channel-1</optical-channel><allocation>100.0</allocation></config><state><index>1</index><description>Optical channel assigned 100</description><assignment-type>OPTICAL_CHANNEL</assignment-type><optical-channel>channel-1</optical-channel><allocation>100.0</allocation></state></assignment></logical-channel-assignments></channel><channel><index>2</index><config><index>2</index><description>Logical channel 2</description><admin-state>DISABLED</admin-state><logical-channel-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:PROT_OTN</logical-channel-type><loopback-mode>NONE</loopback-mode></config><state><index>2</index><description>Logical channel 2</description><admin-state>DISABLED</admin-state><logical-channel-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:PROT_OTN</logical-channel-type><loopback-mode>NONE</loopback-mode><link-state>UP</link-state></state><ingress><config><transceiver>transceiver-2</transceiver></config><state><transceiver>transceiver-2</transceiver></state></ingress><logical-channel-assignments><assignment><index>1</index><config><index>1</index><description>Optical channel assigned 100</description><assignment-type>OPTICAL_CHANNEL</assignment-type><optical-channel>channel-2</optical-channel><allocation>100.0</allocation></config><state><index>1</index><description>Optical channel assigned 100</description><assignment-type>OPTICAL_CHANNEL</assignment-type><optical-channel>channel-2</optical-channel><allocation>100.0</allocation></state></assignment></logical-channel-assignments></channel><channel><index>3</index><config><index>3</index><description>Logical channel 3</description><admin-state>DISABLED</admin-state><logical-channel-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:PROT_OTN</logical-channel-type><loopback-mode>NONE</loopback-mode></config><state><index>3</index><description>Logical channel 3</description><admin-state>DISABLED</admin-state><logical-channel-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:PROT_OTN</logical-channel-type><loopback-mode>NONE</loopback-mode><link-state>UP</link-state></state><ingress><config><transceiver>transceiver-3</transceiver></config><state><transceiver>transceiver-3</transceiver></state></ingress><logical-channel-assignments><assignment><index>1</index><config><index>1</index><description>Optical channel assigned 100</description><assignment-type>OPTICAL_CHANNEL</assignment-type><optical-channel>channel-3</optical-channel><allocation>100.0</allocation></config><state><index>1</index><description>Optical channel assigned 100</description><assignment-type>OPTICAL_CHANNEL</assignment-type><optical-channel>channel-3</optical-channel><allocation>100.0</allocation></state></assignment></logical-channel-assignments></channel><channel><index>4</index><config><index>4</index><description>Logical channel 4</description><admin-state>DISABLED</admin-state><logical-channel-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:PROT_OTN</logical-channel-type><loopback-mode>NONE</loopback-mode></config><state><index>4</index><description>Logical channel 4</description><admin-state>DISABLED</admin-state><logical-channel-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:PROT_OTN</logical-channel-type><loopback-mode>NONE</loopback-mode><link-state>UP</link-state></state><ingress><config><transceiver>transceiver-4</transceiver></config><state><transceiver>transceiver-4</transceiver></state></ingress><logical-channel-assignments><assignment><index>1</index><config><index>1</index><description>Optical channel assigned 100</description><assignment-type>OPTICAL_CHANNEL</assignment-type><optical-channel>channel-4</optical-channel><allocation>100.0</allocation></config><state><index>1</index><description>Optical channel assigned 100</description><assignment-type>OPTICAL_CHANNEL</assignment-type><optical-channel>channel-4</optical-channel><allocation>100.0</allocation></state></assignment></logical-channel-assignments></channel></logical-channels><operational-modes><mode><mode-id>1</mode-id><state><mode-id>1</mode-id><description>FEC1</description><vendor-id>Ericsson</vendor-id></state></mode><mode><mode-id>2</mode-id><state><mode-id>2</mode-id><description>FEC2</description><vendor-id>Ericsson</vendor-id></state></mode></operational-modes></terminal-device><aaa xmlns="http://tail-f.com/ns/aaa/1.1"><authentication><users><user><name>admin</name><uid>9000</uid><gid>100</gid><password>$1$lPNyHD3D$t9eLr07hXOEy1983ReE8k0</password><ssh_keydir>/var/confd/homes/admin/.ssh</ssh_keydir><homedir>/var/confd/homes/admin</homedir></user><user><name>oper</name><uid>9003</uid><gid>103</gid><password>$1$gflBsGcV$PdW1/SBjHWGBRlZuBfdva/</password><ssh_keydir>/var/confd/homes/oper/.ssh</ssh_keydir><homedir>/var/confd/homes/oper</homedir></user><user><name>optical</name><uid>9001</uid><gid>101</gid><password>$1$HCxex4ow$jHGQxsbMB1dWNK97ydKv20</password><ssh_keydir>/var/confd/homes/optical/.ssh</ssh_keydir><homedir>/var/confd/homes/optical</homedir></user><user><name>packet</name><uid>9002</uid><gid>102</gid><password>$1$2CYgcCNT$bV6L4CxgDPQP9EMyZ4Rsc1</password><ssh_keydir>/var/confd/homes/packet/.ssh</ssh_keydir><homedir>/var/confd/homes/packet</homedir></user><user><name>private</name><uid>9005</uid><gid>103</gid><password>$1$2MXxtlsM$qZfOcm4WXD2c8duQXzdru0</password><ssh_keydir>/var/confd/homes/private/.ssh</ssh_keydir><homedir>/var/confd/homes/private</homedir></user><user><name>public</name><uid>9004</uid><gid>100</gid><password>$1$1tOWUHZV$iad9vZD8aF68c6x21nhHo/</password><ssh_keydir>/var/confd/homes/public/.ssh</ssh_keydir><homedir>/var/confd/homes/public</homedir></user></users></authentication><ios><level><nr>0</nr><prompt>\h> </prompt></level><level><nr>15</nr><prompt>\h# </prompt></level><privilege><mode>exec</mode><level><nr>0</nr><command><name>action</name></command><command><name>autowizard</name></command><command><name>enable</name></command><command><name>exit</name></command><command><name>help</name></command><command><name>startup</name></command></level><level><nr>15</nr><command><name>configure</name></command></level></privilege></ios></aaa><confd-state xmlns="http://tail-f.com/yang/confd-monitoring"><version>6.4</version><epoll>false</epoll><daemon-status>started</daemon-status><loaded-data-models><data-model><name>iana-crypt-hash</name><revision>2014-08-06</revision><namespace>urn:ietf:params:xml:ns:yang:iana-crypt-hash</namespace><prefix>ianach</prefix><exported-to-all/></data-model><data-model><name>ietf-inet-types</name><revision>2013-07-15</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-inet-types</namespace><prefix>inet</prefix><exported-to-all/></data-model><data-model><name>ietf-interfaces</name><revision>2014-05-08</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-interfaces</namespace><prefix>if</prefix><exported-to-all/></data-model><data-model><name>ietf-netconf-acm</name><revision>2012-02-22</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-acm</namespace><prefix>nacm</prefix><exported-to-all/></data-model><data-model><name>ietf-netconf-monitoring</name><revision>2010-10-04</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring</namespace><prefix>ncm</prefix><exported-to-all/></data-model><data-model><name>ietf-netconf-notifications</name><revision>2012-02-06</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-notifications</namespace><prefix>ncn</prefix><exported-to-all/></data-model><data-model><name>ietf-yang-library</name><revision>2016-06-21</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-library</namespace><prefix>yanglib</prefix><exported-to>netconf</exported-to><exported-to>rest</exported-to></data-model><data-model><name>ietf-yang-types</name><revision>2013-07-15</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-types</namespace><prefix>yang</prefix><exported-to-all/></data-model><data-model><name>netconf_netmod</name><namespace>urn:ietf:params:xml:ns:netmod:notification</namespace><prefix>nm</prefix><exported-to>netconf</exported-to></data-model><data-model><name>openconfig-alarm-types</name><revision>2018-01-16</revision><namespace>http://openconfig.net/yang/alarms/types</namespace><prefix>oc-alarm-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-bfd</name><revision>2022-06-28</revision><namespace>http://openconfig.net/yang/bfd</namespace><prefix>oc-bfd</prefix><exported-to-all/></data-model><data-model><name>openconfig-bgp</name><revision>2022-05-21</revision><namespace>http://openconfig.net/yang/bgp</namespace><prefix>oc-bgp</prefix><exported-to-all/></data-model><data-model><name>openconfig-bgp-types</name><revision>2021-08-06</revision><namespace>http://openconfig.net/yang/bgp-types</namespace><prefix>oc-bgp-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-evpn-types</name><revision>2021-06-21</revision><namespace>http://openconfig.net/yang/evpn-types</namespace><prefix>oc-evpn-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-if-ethernet</name><revision>2022-04-20</revision><namespace>http://openconfig.net/yang/interfaces/ethernet</namespace><prefix>oc-eth</prefix><exported-to-all/></data-model><data-model><name>openconfig-if-ip</name><revision>2019-01-08</revision><namespace>http://openconfig.net/yang/interfaces/ip</namespace><prefix>oc-ip</prefix><exported-to-all/></data-model><data-model><name>openconfig-inet-types</name><revision>2021-08-17</revision><namespace>http://openconfig.net/yang/types/inet</namespace><prefix>oc-inet</prefix><exported-to-all/></data-model><data-model><name>openconfig-interfaces</name><revision>2021-04-06</revision><namespace>http://openconfig.net/yang/interfaces</namespace><prefix>oc-if</prefix><exported-to-all/></data-model><data-model><name>openconfig-lldp</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/lldp</namespace><prefix>oc-lldp</prefix><exported-to-all/></data-model><data-model><name>openconfig-lldp-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/lldp/types</namespace><prefix>oc-lldp-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-mpls-types</name><revision>2021-12-01</revision><namespace>http://openconfig.net/yang/mpls-types</namespace><prefix>oc-mplst</prefix><exported-to-all/></data-model><data-model><name>openconfig-network-instance-types</name><revision>2021-07-14</revision><namespace>http://openconfig.net/yang/network-instance-types</namespace><prefix>oc-ni-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-ospf-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/ospf-types</namespace><prefix>oc-ospf-types</prefix><exporte" -[2024-06-20 13:24:23,276] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:23,276] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: ending -[2024-06-20 13:24:23,281] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: starting -[2024-06-20 13:24:23,281] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:23,281] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:23,281] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:23,281] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: found chunk delimiter -[2024-06-20 13:24:23,281] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:23,282] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: not enough data for chunk yet -[2024-06-20 13:24:23,282] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: setting start to 0 -[2024-06-20 13:24:23,282] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: ending -[2024-06-20 13:24:23,282] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: starting -[2024-06-20 13:24:23,282] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:23,282] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:23,283] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:23,283] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: found chunk delimiter -[2024-06-20 13:24:23,283] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:23,283] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: not enough data for chunk yet -[2024-06-20 13:24:23,283] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: setting start to 0 -[2024-06-20 13:24:23,283] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: ending -[2024-06-20 13:24:23,283] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: starting -[2024-06-20 13:24:23,284] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:23,284] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:23,284] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:23,284] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: found chunk delimiter -[2024-06-20 13:24:23,284] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:23,284] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: not enough data for chunk yet -[2024-06-20 13:24:23,285] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: setting start to 0 -[2024-06-20 13:24:23,285] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: ending -[2024-06-20 13:24:23,285] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: starting -[2024-06-20 13:24:23,285] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:23,285] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:23,285] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:23,285] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: found chunk delimiter -[2024-06-20 13:24:23,286] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:23,286] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: appending 16376 bytes -[2024-06-20 13:24:23,286] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: fragment = "d-to-all/></data-model><data-model><name>openconfig-ospfv2</name><revision>2022-02-10</revision><namespace>http://openconfig.net/yang/ospfv2</namespace><prefix>oc-ospfv2</prefix><exported-to-all/></data-model><data-model><name>openconfig-platform</name><revision>2018-01-30</revision><namespace>http://openconfig.net/yang/platform</namespace><prefix>oc-platform</prefix><exported-to-all/></data-model><data-model><name>openconfig-platform-port</name><revision>2021-04-22</revision><namespace>http://openconfig.net/yang/platform/port</namespace><prefix>oc-port</prefix><exported-to-all/></data-model><data-model><name>openconfig-platform-transceiver</name><revision>2021-02-23</revision><namespace>http://openconfig.net/yang/platform/transceiver</namespace><prefix>oc-transceiver</prefix><exported-to-all/></data-model><data-model><name>openconfig-platform-types</name><revision>2021-01-18</revision><namespace>http://openconfig.net/yang/platform-types</namespace><prefix>oc-platform-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-policy-types</name><revision>2022-11-08</revision><namespace>http://openconfig.net/yang/policy-types</namespace><prefix>oc-pol-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-protocols</name><namespace>http://openconfig.net/yang/protocols</namespace><prefix>oc-prt</prefix><exported-to-all/></data-model><data-model><name>openconfig-rib-bgp</name><revision>2022-06-06</revision><namespace>http://openconfig.net/yang/rib/bgp</namespace><prefix>oc-rib-bgp</prefix><exported-to-all/></data-model><data-model><name>openconfig-rib-bgp-types</name><revision>2019-03-14</revision><namespace>http://openconfig.net/yang/rib/bgp-types</namespace><prefix>oc-bgprib-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-routing-policy</name><revision>2022-05-24</revision><namespace>http://openconfig.net/yang/routing-policy</namespace><prefix>oc-rpol</prefix><exported-to-all/></data-model><data-model><name>openconfig-segment-routing-types</name><revision>2020-02-04</revision><namespace>http://openconfig.net/yang/segment-routing-types</namespace><prefix>oc-srt</prefix><exported-to-all/></data-model><data-model><name>openconfig-telemetry</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/telemetry</namespace><prefix>oc-telemetry</prefix><exported-to-all/></data-model><data-model><name>openconfig-telemetry-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/telemetry-types</namespace><prefix>oc-telemetry-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-terminal-device</name><revision>2021-02-23</revision><namespace>http://openconfig.net/yang/terminal-device</namespace><prefix>oc-opt-term</prefix><exported-to-all/></data-model><data-model><name>openconfig-transport-types</name><revision>2021-03-22</revision><namespace>http://openconfig.net/yang/transport-types</namespace><prefix>oc-opt-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-types</name><revision>2019-04-16</revision><namespace>http://openconfig.net/yang/openconfig-types</namespace><prefix>oc-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-yang-types</name><revision>2021-07-14</revision><namespace>http://openconfig.net/yang/types/yang</namespace><prefix>oc-yang</prefix><exported-to-all/></data-model><data-model><name>tailf-aaa</name><revision>2015-06-16</revision><namespace>http://tail-f.com/ns/aaa/1.1</namespace><prefix>aaa</prefix><exported-to-all/></data-model><data-model><name>tailf-acm</name><revision>2013-03-07</revision><namespace>http://tail-f.com/yang/acm</namespace><prefix>tacm</prefix><exported-to-all/></data-model><data-model><name>tailf-common-monitoring</name><revision>2013-06-14</revision><namespace>http://tail-f.com/yang/common-monitoring</namespace><prefix>tfcg</prefix><exported-to-all/></data-model><data-model><name>tailf-confd-monitoring</name><revision>2013-06-14</revision><namespace>http://tail-f.com/yang/confd-monitoring</namespace><prefix>tfcm</prefix><exported-to-all/></data-model><data-model><name>tailf-kicker</name><revision>2017-03-16</revision><namespace>http://tail-f.com/ns/kicker</namespace><prefix>kicker</prefix><exported-to-all/></data-model><data-model><name>tailf-netconf-monitoring</name><revision>2016-11-24</revision><namespace>http://tail-f.com/yang/netconf-monitoring</namespace><prefix>tncm</prefix><exported-to-all/></data-model><data-model><name>tailf-rollback</name><revision>2016-09-15</revision><namespace>http://tail-f.com/ns/rollback</namespace><prefix>rollback</prefix><exported-to>rest</exported-to></data-model><data-model><name>vlan</name><namespace>http://sssup.it/yang/vlan</namespace><prefix>sv</prefix><exported-to-all/></data-model></loaded-data-models><netconf><listen><tcp><ip>0.0.0.0</ip><port>2023</port></tcp><ssh><ip>0.0.0.0</ip><port>2022</port></ssh></listen></netconf><cli><listen><ssh><ip>0.0.0.0</ip><port>2024</port></ssh></listen></cli><internal><callpoints><notification-stream-replay><name>NETCONF</name><replay-support>none</replay-support></notification-stream-replay><notification-stream-replay><name>mellanox</name><replay-support>external</replay-support><daemon><id>0</id><name>notifier</name></daemon></notification-stream-replay></callpoints><cdb><datastore><name>running</name><transaction-id>1717-750545-631285</transaction-id><filename>./confd-cdb/A.cdb</filename><disk-size>13451</disk-size><ram-size>81462</ram-size><read-locks>0</read-locks><write-lock-set>false</write-lock-set><waiting-for-replication-sync>false</waiting-for-replication-sync></datastore><datastore><name>operational</name><filename>./confd-cdb/O.cdb</filename><disk-size>4</disk-size><ram-size>136</ram-size><subscription-lock-set>false</subscription-lock-set></datastore><client><name>notifier</name><info>325/6</info><type>subscriber</type><subscription><datastore>running</datastore><priority>1</priority><id>6</id><path>/terminal-device/logical-channels/channel/config</path></subscription><subscription><datastore>running</datastore><priority>2</priority><id>8</id><path>/telemetry-system/subscriptions/dynamic-subscriptions</path></subscription><subscription><datastore>running</datastore><priority>2</priority><id>7</id><path>/components/component/optical-channel/config</path></subscription><subscription><datastore>running</datastore><priority>3</priority><id>9</id><path>/switched-vlans/vlan/tagged-members/member</path></subscription><subscription><datastore>running</datastore><priority>4</priority><id>10</id><path>/switched-vlans/vlan/untagged-members/member</path></subscription><subscription><datastore>running</datastore><priority>5</priority><id>11</id><path>/interfaces/interface</path></subscription><subscription><datastore>running</datastore><priority>6</priority><id>12</id><path>/bgp-instance/bgp</path></subscription></client><client><name>notifier</name><info>325/5</info><type>inactive</type></client></cdb></internal></confd-state><netconf xmlns="urn:ietf:params:xml:ns:netmod:notification"><streams><stream><name>NETCONF</name><description>default NETCONF event stream</description><replaySupport>false</replaySupport></stream><stream><name>mellanox</name><description>Notifications regarding the transponder</description><replaySupport>true</replaySupport><replayLogCreationTime>2024-06-06T22:51:42.135613+00:00</replayLogCreationTime></stream></streams></netconf><nacm xmlns="urn:ietf:params:xml:ns:yang:ietf-netconf-acm"><enable-nacm>true</enable-nacm><read-default>permit</read-default><write-default>permit</write-default><exec-default>permit</exec-default><enable-external-groups>true</enable-external-groups><denied-operations>0</denied-operations><denied-data-writes>0</denied-data-writes><denied-notifications>0</denied-notifications><groups><group><name>admin</name><user-name>admin</user-name><user-name>private</user-name></group><group><name>oper</name><user-name>oper</user-name><user-name>public</user-name></group><group><name>opt</name><user-name>optical</user-name></group><group><name>pck</name><user-name>packet</user-name></group></groups><rule-list><name>any-group</name><group>*</group><rule><name>get</name><module-name>*</module-name><path>/</path><access-operations>read</access-operations><action>permit</action></rule><rule><name>tailf-aaa-authentication</name><module-name>tailf-aaa</module-name><path>/aaa/authentication/users/user[name='$USER']</path><access-operations>read update</access-operations><action>permit</action></rule><rule><name>tailf-aaa-user</name><module-name>tailf-aaa</module-name><path>/user[name='$USER']</path><access-operations>create read update delete</access-operations><action>permit</action></rule><rule><name>tailf-webui-user</name><module-name>tailf-webui</module-name><path>/webui/data-stores/user-profile[username='$USER']</path><access-operations>create read update delete</access-operations><action>permit</action></rule></rule-list><rule-list><name>packet</name><group>pck</group><rule><name>vlan</name><module-name>vlan</module-name><path>/switched-vlans</path><access-operations>create read update delete</access-operations><action>permit</action></rule><rule><name>terminal-device</name><module-name>*</module-name><path>/terminal-device</path><access-operations>create update delete</access-operations><action>deny</action></rule><rule><name>components</name><module-name>*</module-name><path>/components</path><access-operations>create update delete</access-operations><action>deny</action></rule></rule-list><rule-list><name>optical</name><group>opt</group><rule><name>terminal-device</name><module-name>*</module-name><path>/terminal-device</path><access-operations>create read update delete</access-operations><action>permit</action></rule><rule><name>components</name><module-name>*</module-name><path>/components</path><access-operations>create read update delete</access-operations><action>permit</action></rule><rule><name>vlan</name><module-name>vlan</module-name><path>/switched-vlans</path><access-operations>create update delete</access-operations><action>deny</action></rule></rule-list><rule-list><name>admin</name><group>admin</group><rule><name>any-access</name><action>permit</action></rule></rule-list></nacm><netconf-state xmlns="urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring"><capabilities><capability>urn:ietf:params:netconf:base:1.0</capability><capability>urn:ietf:params:netconf:base:1.1</capability><capability>urn:ietf:params:netconf:capability:writable-running:1.0</capability><capability>urn:ietf:params:netconf:capability:xpath:1.0</capability><capability>urn:ietf:params:netconf:capability:validate:1.0</capability><capability>urn:ietf:params:netconf:capability:validate:1.1</capability><capability>urn:ietf:params:netconf:capability:rollback-on-error:1.0</capability><capability>urn:ietf:params:netconf:capability:notification:1.0</capability><capability>urn:ietf:params:netconf:capability:with-defaults:1.0?basic-mode=explicit&also-supported=report-all-tagged</capability><capability>urn:ietf:params:netconf:capability:yang-library:1.0?revision=2016-06-21&module-set-id=f1285a0c7bf3c6c159ca5c87b160ec60</capability><capability>http://tail-f.com/ns/netconf/extensions</capability><capability>http://openconfig.net/yang/alarms/types?module=openconfig-alarm-types&revision=2018-01-16</capability><capability>http://openconfig.net/yang/bfd?module=openconfig-bfd&revision=2022-06-28</capability><capability>http://openconfig.net/yang/bgp?module=openconfig-bgp&revision=2022-05-21</capability><capability>http://openconfig.net/yang/bgp-types?module=openconfig-bgp-types&revision=2021-08-06</capability><capability>http://openconfig.net/yang/evpn-types?module=openconfig-evpn-types&revision=2021-06-21</capability><capability>http://openconfig.net/yang/interfaces?module=openconfig-interfaces&revision=2021-04-06</capability><capability>http://openconfig.net/yang/interfaces/ethernet?module=openconfig-if-ethernet&revision=2022-04-20</capability><capability>http://openconfig.net/yang/interfaces/ip?module=openconfig-if-ip&revision=2019-01-08</capability><capability>http://openconfig.net/yang/lldp?module=openconfig-lldp&revision=2018-11-21</capability><capability>http://openconfig.net/yang/lldp/types?module=openconfig-lldp-types&revision=2018-11-21</capability><capability>http://openconfig.net/yang/mpls-types?module=openconfig-mpls-types&revision=2021-12-01</capability><capability>http://openconfig.net/yang/network-instance-types?module=openconfig-network-instance-types&revision=2021-07-14</capability><capability>http://openconfig.net/yang/openconfig-types?module=openconfig-types&revision=2019-04-16</capability><capability>http://openconfig.net/yang/ospf-types?module=openconfig-ospf-types&revision=2018-11-21</capability><capability>http://openconfig.net/yang/ospfv2?module=openconfig-ospfv2&revision=2022-02-10</capability><capability>http://openconfig.net/yang/platform?module=openconfig-platform&revision=2018-01-30</capability><capability>http://openconfig.net/yang/platform-types?module=openconfig-platform-types&revision=2021-01-18</capability><capability>http://openconfig.net/yang/platform/port?module=openconfig-platform-port&revision=2021-04-22</capability><capability>http://openconfig.net/yang/platform/transceiver?module=openconfig-platform-transceiver&revision=2021-02-23</capability><capability>http://openconfig.net/yang/policy-types?module=openconfig-policy-types&revision=2022-11-08</capability><capability>http://openconfig.net/yang/protocols?module=openconfig-protocols</capability><capability>http://openconfig.net/yang/rib/bgp?module=openconfig-rib-bgp&revision=2022-06-06</capability><capability>http://openconfig.net/yang/rib/bgp-types?module=openconfig-rib-bgp-types&revision=2019-03-14</capability><capability>http://openconfig.net/yang/routing-policy?module=openconfig-routing-policy&revision=2022-05-24</capability><capability>http://openconfig.net/yang/segment-routing-types?module=openconfig-segment-routing-types&revision=2020-02-04</capability><capability>http://openconfig.net/yang/telemetry?module=openconfig-telemetry&revision=2018-11-21</capability><capability>http://openconfig.net/yang/telemetry-types?module=openconfig-telemetry-types&revision=2018-11-21</capability><capability>http://openconfig.net/yang/terminal-device?module=openconfig-terminal-device&revision=2021-02-23</capability><capability>http://openconfig.net/yang/transport-types?module=openconfig-transport-types&revision=2021-03-22</capability><capability>http://openconfig.net/yang/types/inet?module=openconfig-inet-types&revision=2021-08-17</capability><capability>http://openconfig.net/yang/types/yang?module=openconfig-yang-types&revision=2021-07-14</capability><capability>http://sssup.it/yang/vlan?module=vlan</capability><capability>http://tail-f.com/ns/aaa/1.1?module=tailf-aaa&revision=2015-06-16</capability><capability>http://tail-f.com/ns/kicker?module=tailf-kicker&revision=2017-03-16</capability><capability>http://tail-f.com/yang/acm?module=tailf-acm&revision=2013-03-07</capability><capability>http://tail-f.com/yang/common-monitoring?module=tailf-common-monitoring&revision=2013-06-14</capability><capability>http://tail-f.com/yang/confd-monitoring?module=tailf-confd-monitoring&revision=2013-06-14</capability><capability>http://tail-f.com/yang/netconf-monitoring?module=tailf-netconf-monitoring&revision=2016-11-24</capability><capability>urn:ietf:params:xml:ns:yang:iana-crypt-hash?module=iana-crypt-hash&revision=2014-08-06&features=crypt-hash-sha-512,crypt-hash-sha-256,crypt-hash-md5</capability><capability>urn:ietf:params:xml:ns:yang:ietf-inet-types?module=ietf-inet-types&revision=2013-07-15</capability><capability>urn:ietf:params:xml:ns:yang:ietf-interfaces?module=ietf-interfaces&revision=2014-05-08&features=pre-provisioning,if-mib,arbitrary-names</capability><capability>urn:ietf:params:xml:ns:yang:ietf-netconf-acm?module=ietf-netconf-acm&revision=2012-02-22</capability><capability>urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring?module=ietf-netconf-monitoring&revision=2010-10-04</capability><capability>urn:ietf:params:xml:ns:yang:ietf-" -[2024-06-20 13:24:23,286] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:23,286] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: ending -[2024-06-20 13:24:23,308] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: starting -[2024-06-20 13:24:23,308] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:23,308] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:23,309] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:23,309] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: found chunk delimiter -[2024-06-20 13:24:23,309] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:23,309] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: not enough data for chunk yet -[2024-06-20 13:24:23,309] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: setting start to 0 -[2024-06-20 13:24:23,309] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: ending -[2024-06-20 13:24:23,310] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: starting -[2024-06-20 13:24:23,310] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:23,310] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:23,310] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:23,310] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: found chunk delimiter -[2024-06-20 13:24:23,310] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:23,310] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: not enough data for chunk yet -[2024-06-20 13:24:23,310] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: setting start to 0 -[2024-06-20 13:24:23,311] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: ending -[2024-06-20 13:24:23,311] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: starting -[2024-06-20 13:24:23,311] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:23,311] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:23,311] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:23,311] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: found chunk delimiter -[2024-06-20 13:24:23,312] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:23,312] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: not enough data for chunk yet -[2024-06-20 13:24:23,312] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: setting start to 0 -[2024-06-20 13:24:23,312] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: ending -[2024-06-20 13:24:23,312] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: starting -[2024-06-20 13:24:23,312] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:23,313] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:23,313] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:23,313] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: found chunk delimiter -[2024-06-20 13:24:23,313] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:23,313] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: appending 16376 bytes -[2024-06-20 13:24:23,313] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: fragment = "netconf-notifications?module=ietf-netconf-notifications&revision=2012-02-06</capability><capability>urn:ietf:params:xml:ns:yang:ietf-yang-library?module=ietf-yang-library&revision=2016-06-21</capability><capability>urn:ietf:params:xml:ns:yang:ietf-yang-types?module=ietf-yang-types&revision=2013-07-15</capability><capability>urn:ietf:params:xml:ns:netconf:base:1.0?module=ietf-netconf&revision=2011-06-01</capability><capability>urn:ietf:params:xml:ns:yang:ietf-netconf-with-defaults?module=ietf-netconf-with-defaults&revision=2011-06-01</capability></capabilities><datastores><datastore><name>running</name><transaction-id xmlns="http://tail-f.com/yang/netconf-monitoring">1717-750545-631285</transaction-id></datastore></datastores><schemas><schema><identifier>iana-crypt-hash</identifier><version>2014-08-06</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:iana-crypt-hash</namespace><location>NETCONF</location></schema><schema><identifier>ietf-inet-types</identifier><version>2013-07-15</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-inet-types</namespace><location>NETCONF</location></schema><schema><identifier>ietf-interfaces</identifier><version>2014-05-08</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-interfaces</namespace><location>NETCONF</location></schema><schema><identifier>ietf-netconf</identifier><version>2011-06-01</version><format>yang</format><namespace>urn:ietf:params:xml:ns:netconf:base:1.0</namespace><location>NETCONF</location></schema><schema><identifier>ietf-netconf-acm</identifier><version>2012-02-22</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-acm</namespace><location>NETCONF</location></schema><schema><identifier>ietf-netconf-monitoring</identifier><version>2010-10-04</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring</namespace><location>NETCONF</location></schema><schema><identifier>ietf-netconf-notifications</identifier><version>2012-02-06</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-notifications</namespace><location>NETCONF</location></schema><schema><identifier>ietf-netconf-with-defaults</identifier><version>2011-06-01</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-with-defaults</namespace><location>NETCONF</location></schema><schema><identifier>ietf-yang-library</identifier><version>2016-06-21</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-library</namespace><location>NETCONF</location></schema><schema><identifier>ietf-yang-types</identifier><version>2013-07-15</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-alarm-types</identifier><version>2018-01-16</version><format>yang</format><namespace>http://openconfig.net/yang/alarms/types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bfd</identifier><version>2022-06-28</version><format>yang</format><namespace>http://openconfig.net/yang/bfd</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bgp</identifier><version>2022-05-21</version><format>yang</format><namespace>http://openconfig.net/yang/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bgp-common</identifier><version>2022-05-21</version><format>yang</format><namespace>http://openconfig.net/yang/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bgp-common-multiprotocol</identifier><version>2022-05-21</version><format>yang</format><namespace>http://openconfig.net/yang/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bgp-common-structure</identifier><version>2022-05-21</version><format>yang</format><namespace>http://openconfig.net/yang/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bgp-errors</identifier><version>2021-08-06</version><format>yang</format><namespace>http://openconfig.net/yang/bgp-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bgp-global</identifier><version>2022-05-21</version><format>yang</format><namespace>http://openconfig.net/yang/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bgp-neighbor</identifier><version>2022-05-21</version><format>yang</format><namespace>http://openconfig.net/yang/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bgp-peer-group</identifier><version>2022-05-21</version><format>yang</format><namespace>http://openconfig.net/yang/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bgp-types</identifier><version>2021-08-06</version><format>yang</format><namespace>http://openconfig.net/yang/bgp-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-evpn-types</identifier><version>2021-06-21</version><format>yang</format><namespace>http://openconfig.net/yang/evpn-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-if-ethernet</identifier><version>2022-04-20</version><format>yang</format><namespace>http://openconfig.net/yang/interfaces/ethernet</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-if-ip</identifier><version>2019-01-08</version><format>yang</format><namespace>http://openconfig.net/yang/interfaces/ip</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-inet-types</identifier><version>2021-08-17</version><format>yang</format><namespace>http://openconfig.net/yang/types/inet</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-interfaces</identifier><version>2021-04-06</version><format>yang</format><namespace>http://openconfig.net/yang/interfaces</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-lldp</identifier><version>2018-11-21</version><format>yang</format><namespace>http://openconfig.net/yang/lldp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-lldp-types</identifier><version>2018-11-21</version><format>yang</format><namespace>http://openconfig.net/yang/lldp/types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-mpls-types</identifier><version>2021-12-01</version><format>yang</format><namespace>http://openconfig.net/yang/mpls-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-network-instance-types</identifier><version>2021-07-14</version><format>yang</format><namespace>http://openconfig.net/yang/network-instance-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-ospf-types</identifier><version>2018-11-21</version><format>yang</format><namespace>http://openconfig.net/yang/ospf-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-ospfv2</identifier><version>2022-02-10</version><format>yang</format><namespace>http://openconfig.net/yang/ospfv2</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-ospfv2-area</identifier><version>2022-02-10</version><format>yang</format><namespace>http://openconfig.net/yang/ospfv2</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-ospfv2-area-interface</identifier><version>2022-02-10</version><format>yang</format><namespace>http://openconfig.net/yang/ospfv2</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-ospfv2-common</identifier><version>2022-02-10</version><format>yang</format><namespace>http://openconfig.net/yang/ospfv2</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-ospfv2-global</identifier><version>2022-02-10</version><format>yang</format><namespace>http://openconfig.net/yang/ospfv2</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-ospfv2-lsdb</identifier><version>2022-02-10</version><format>yang</format><namespace>http://openconfig.net/yang/ospfv2</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-platform</identifier><version>2018-01-30</version><format>yang</format><namespace>http://openconfig.net/yang/platform</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-platform-port</identifier><version>2021-04-22</version><format>yang</format><namespace>http://openconfig.net/yang/platform/port</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-platform-transceiver</identifier><version>2021-02-23</version><format>yang</format><namespace>http://openconfig.net/yang/platform/transceiver</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-platform-types</identifier><version>2021-01-18</version><format>yang</format><namespace>http://openconfig.net/yang/platform-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-policy-types</identifier><version>2022-11-08</version><format>yang</format><namespace>http://openconfig.net/yang/policy-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-protocols</identifier><version></version><format>yang</format><namespace>http://openconfig.net/yang/protocols</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-rib-bgp</identifier><version>2022-06-06</version><format>yang</format><namespace>http://openconfig.net/yang/rib/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-rib-bgp-attributes</identifier><version>2022-06-06</version><format>yang</format><namespace>http://openconfig.net/yang/rib/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-rib-bgp-shared-attributes</identifier><version>2022-06-06</version><format>yang</format><namespace>http://openconfig.net/yang/rib/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-rib-bgp-table-attributes</identifier><version>2022-06-06</version><format>yang</format><namespace>http://openconfig.net/yang/rib/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-rib-bgp-tables</identifier><version>2022-06-06</version><format>yang</format><namespace>http://openconfig.net/yang/rib/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-rib-bgp-types</identifier><version>2019-03-14</version><format>yang</format><namespace>http://openconfig.net/yang/rib/bgp-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-routing-policy</identifier><version>2022-05-24</version><format>yang</format><namespace>http://openconfig.net/yang/routing-policy</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-segment-routing-types</identifier><version>2020-02-04</version><format>yang</format><namespace>http://openconfig.net/yang/segment-routing-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-telemetry</identifier><version>2018-11-21</version><format>yang</format><namespace>http://openconfig.net/yang/telemetry</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-telemetry-types</identifier><version>2018-11-21</version><format>yang</format><namespace>http://openconfig.net/yang/telemetry-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-terminal-device</identifier><version>2021-02-23</version><format>yang</format><namespace>http://openconfig.net/yang/terminal-device</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-transport-types</identifier><version>2021-03-22</version><format>yang</format><namespace>http://openconfig.net/yang/transport-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-types</identifier><version>2019-04-16</version><format>yang</format><namespace>http://openconfig.net/yang/openconfig-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-yang-types</identifier><version>2021-07-14</version><format>yang</format><namespace>http://openconfig.net/yang/types/yang</namespace><location>NETCONF</location></schema><schema><identifier>tailf-aaa</identifier><version>2015-06-16</version><format>yang</format><namespace>http://tail-f.com/ns/aaa/1.1</namespace><location>NETCONF</location></schema><schema><identifier>tailf-acm</identifier><version>2013-03-07</version><format>yang</format><namespace>http://tail-f.com/yang/acm</namespace><location>NETCONF</location></schema><schema><identifier>tailf-common-monitoring</identifier><version>2013-06-14</version><format>yang</format><namespace>http://tail-f.com/yang/common-monitoring</namespace><location>NETCONF</location></schema><schema><identifier>tailf-confd-monitoring</identifier><version>2013-06-14</version><format>yang</format><namespace>http://tail-f.com/yang/confd-monitoring</namespace><location>NETCONF</location></schema><schema><identifier>tailf-kicker</identifier><version>2017-03-16</version><format>yang</format><namespace>http://tail-f.com/ns/kicker</namespace><location>NETCONF</location></schema><schema><identifier>tailf-netconf-monitoring</identifier><version>2016-11-24</version><format>yang</format><namespace>http://tail-f.com/yang/netconf-monitoring</namespace><location>NETCONF</location></schema><schema><identifier>vlan</identifier><version></version><format>yang</format><namespace>http://sssup.it/yang/vlan</namespace><location>NETCONF</location></schema></schemas><sessions><session><session-id>29</session-id><transport>netconf-ssh</transport><username>admin</username><source-host>10.30.2.206</source-host><login-time>2024-06-06T23:11:47+00:00</login-time><in-rpcs>2</in-rpcs><in-bad-rpcs>0</in-bad-rpcs><out-rpc-errors>0</out-rpc-errors><out-notifications>0</out-notifications></session><session><session-id>30</session-id><transport>netconf-ssh</transport><username>admin</username><source-host>10.30.2.206</source-host><login-time>2024-06-06T23:11:57+00:00</login-time><in-rpcs>4</in-rpcs><in-bad-rpcs>0</in-bad-rpcs><out-rpc-errors>0</out-rpc-errors><out-notifications>0</out-notifications></session><session><session-id>31</session-id><transport>netconf-ssh</transport><username>admin</username><source-host>10.30.2.206</source-host><login-time>2024-06-06T23:12:08+00:00</login-time><in-rpcs>2</in-rpcs><in-bad-rpcs>0</in-bad-rpcs><out-rpc-errors>0</out-rpc-errors><out-notifications>0</out-notifications></session><session><session-id>32</session-id><transport>netconf-ssh</transport><username>admin</username><source-host>10.30.2.208</source-host><login-time>2024-06-20T13:24:11+00:00</login-time><in-rpcs>2</in-rpcs><in-bad-rpcs>0</in-bad-rpcs><out-rpc-errors>0</out-rpc-errors><out-notifications>0</out-notifications></session><session><session-id>33</session-id><transport>netconf-ssh</transport><username>admin</username><source-host>10.30.2.208</source-host><login-time>2024-06-20T13:24:16+00:00</login-time><in-rpcs>2</in-rpcs><in-bad-rpcs>0</in-bad-rpcs><out-rpc-errors>0</out-rpc-errors><out-notifications>0</out-notifications></session><session><session-id>34</session-id><transport>netconf-ssh</transport><username>admin</username><source-host>10.30.2.208</source-host><login-time>2024-06-20T13:24:22+00:00</login-time><in-rpcs>2</in-rpcs><in-bad-rpcs>0</in-bad-rpcs><out-rpc-errors>0</out-rpc-errors><out-notifications>0</out-notifications></session></sessions><statistics><netconf-start-time>2024-06-06T22:51:41+00:00</netconf-start-time><in-bad-hellos>0</in-bad-hellos><in-sessions>6</in-sessions><dropped-sessions>0</dropped-sessions><in-rpcs>14</in-rpcs><in-bad-rpcs>0</in-bad-rpcs><out-rpc-errors>0</out-rpc-errors><out-notifications>0</out-notifications></statistics><streams xmlns="http://tail-f.com/yang/netconf-monitoring"><stream><name>NETCONF</name><description>default NETCONF event stream</description><replay-support>false</replay-support></stream><stream><name>mellanox</name><description>Notifications regarding the transponder</description><replay-support>true</replay-support><replay-log-creation-time>2024-06-06T22:51:42.135613+00:00</replay-log-creation-time></stream></streams></netconf-state><modules-state " -[2024-06-20 13:24:23,313] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:23,314] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: ending -[2024-06-20 13:24:23,317] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: starting -[2024-06-20 13:24:23,317] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:23,317] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:23,317] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:23,317] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: found chunk delimiter -[2024-06-20 13:24:23,318] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: chunk size 10847 bytes -[2024-06-20 13:24:23,318] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: not enough data for chunk yet -[2024-06-20 13:24:23,318] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: setting start to 0 -[2024-06-20 13:24:23,318] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: ending -[2024-06-20 13:24:23,318] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: starting -[2024-06-20 13:24:23,318] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:23,318] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:23,319] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:23,319] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: found chunk delimiter -[2024-06-20 13:24:23,319] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: chunk size 10847 bytes -[2024-06-20 13:24:23,319] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: not enough data for chunk yet -[2024-06-20 13:24:23,319] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: setting start to 0 -[2024-06-20 13:24:23,319] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: ending -[2024-06-20 13:24:23,319] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: starting -[2024-06-20 13:24:23,320] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: working with buffer of 10859 bytes -[2024-06-20 13:24:23,320] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:23,320] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:23,320] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: found chunk delimiter -[2024-06-20 13:24:23,320] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: chunk size 10847 bytes -[2024-06-20 13:24:23,320] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: appending 10847 bytes -[2024-06-20 13:24:23,320] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: fragment = "xmlns="urn:ietf:params:xml:ns:yang:ietf-yang-library"><module-set-id>f1285a0c7bf3c6c159ca5c87b160ec60</module-set-id><module><name>iana-crypt-hash</name><revision>2014-08-06</revision><namespace>urn:ietf:params:xml:ns:yang:iana-crypt-hash</namespace><feature>crypt-hash-sha-512</feature><feature>crypt-hash-sha-256</feature><feature>crypt-hash-md5</feature><conformance-type>import</conformance-type></module><module><name>ietf-inet-types</name><revision>2013-07-15</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-inet-types</namespace><conformance-type>import</conformance-type></module><module><name>ietf-interfaces</name><revision>2014-05-08</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-interfaces</namespace><feature>pre-provisioning</feature><feature>if-mib</feature><feature>arbitrary-names</feature><conformance-type>implement</conformance-type></module><module><name>ietf-netconf</name><revision>2011-06-01</revision><namespace>urn:ietf:params:xml:ns:netconf:base:1.0</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-netconf-acm</name><revision>2012-02-22</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-acm</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-netconf-monitoring</name><revision>2010-10-04</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-netconf-notifications</name><revision>2012-02-06</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-notifications</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-netconf-with-defaults</name><revision>2011-06-01</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-with-defaults</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-yang-library</name><revision>2016-06-21</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-library</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-yang-types</name><revision>2013-07-15</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-alarm-types</name><revision>2018-01-16</revision><namespace>http://openconfig.net/yang/alarms/types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-bfd</name><revision>2022-06-28</revision><namespace>http://openconfig.net/yang/bfd</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-bgp</name><revision>2022-05-21</revision><namespace>http://openconfig.net/yang/bgp</namespace><conformance-type>implement</conformance-type><submodule><name>openconfig-bgp-common</name><revision>2022-05-21</revision></submodule><submodule><name>openconfig-bgp-common-structure</name><revision>2022-05-21</revision></submodule><submodule><name>openconfig-bgp-global</name><revision>2022-05-21</revision></submodule><submodule><name>openconfig-bgp-neighbor</name><revision>2022-05-21</revision></submodule><submodule><name>openconfig-bgp-peer-group</name><revision>2022-05-21</revision></submodule><submodule><name>openconfig-bgp-common-multiprotocol</name><revision>2022-05-21</revision></submodule></module><module><name>openconfig-bgp-types</name><revision>2021-08-06</revision><namespace>http://openconfig.net/yang/bgp-types</namespace><conformance-type>import</conformance-type><submodule><name>openconfig-bgp-errors</name><revision>2021-08-06</revision></submodule></module><module><name>openconfig-evpn-types</name><revision>2021-06-21</revision><namespace>http://openconfig.net/yang/evpn-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-if-ethernet</name><revision>2022-04-20</revision><namespace>http://openconfig.net/yang/interfaces/ethernet</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-if-ip</name><revision>2019-01-08</revision><namespace>http://openconfig.net/yang/interfaces/ip</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-inet-types</name><revision>2021-08-17</revision><namespace>http://openconfig.net/yang/types/inet</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-interfaces</name><revision>2021-04-06</revision><namespace>http://openconfig.net/yang/interfaces</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-lldp</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/lldp</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-lldp-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/lldp/types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-mpls-types</name><revision>2021-12-01</revision><namespace>http://openconfig.net/yang/mpls-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-ospf-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/ospf-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-ospfv2</name><revision>2022-02-10</revision><namespace>http://openconfig.net/yang/ospfv2</namespace><conformance-type>import</conformance-type><submodule><name>openconfig-ospfv2-area</name><revision>2022-02-10</revision></submodule><submodule><name>openconfig-ospfv2-common</name><revision>2022-02-10</revision></submodule><submodule><name>openconfig-ospfv2-global</name><revision>2022-02-10</revision></submodule><submodule><name>openconfig-ospfv2-lsdb</name><revision>2022-02-10</revision></submodule><submodule><name>openconfig-ospfv2-area-interface</name><revision>2022-02-10</revision></submodule></module><module><name>openconfig-platform</name><revision>2018-01-30</revision><namespace>http://openconfig.net/yang/platform</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-platform-port</name><revision>2021-04-22</revision><namespace>http://openconfig.net/yang/platform/port</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-platform-transceiver</name><revision>2021-02-23</revision><namespace>http://openconfig.net/yang/platform/transceiver</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-platform-types</name><revision>2021-01-18</revision><namespace>http://openconfig.net/yang/platform-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-policy-types</name><revision>2022-11-08</revision><namespace>http://openconfig.net/yang/policy-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-protocols</name><revision></revision><namespace>http://openconfig.net/yang/protocols</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-rib-bgp</name><revision>2022-06-06</revision><namespace>http://openconfig.net/yang/rib/bgp</namespace><conformance-type>import</conformance-type><submodule><name>openconfig-rib-bgp-attributes</name><revision>2022-06-06</revision></submodule><submodule><name>openconfig-rib-bgp-tables</name><revision>2022-06-06</revision></submodule><submodule><name>openconfig-rib-bgp-table-attributes</name><revision>2022-06-06</revision></submodule><submodule><name>openconfig-rib-bgp-shared-attributes</name><revision>2022-06-06</revision></submodule></module><module><name>openconfig-rib-bgp-types</name><revision>2019-03-14</revision><namespace>http://openconfig.net/yang/rib/bgp-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-routing-policy</name><revision>2022-05-24</revision><namespace>http://openconfig.net/yang/routing-policy</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-telemetry</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/telemetry</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-telemetry-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/telemetry-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-terminal-device</name><revision>2021-02-23</revision><namespace>http://openconfig.net/yang/terminal-device</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-transport-types</name><revision>2021-03-22</revision><namespace>http://openconfig.net/yang/transport-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-types</name><revision>2019-04-16</revision><namespace>http://openconfig.net/yang/openconfig-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-yang-types</name><revision>2021-07-14</revision><namespace>http://openconfig.net/yang/types/yang</namespace><conformance-type>import</conformance-type></module><module><name>tailf-aaa</name><revision>2015-06-16</revision><namespace>http://tail-f.com/ns/aaa/1.1</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-acm</name><revision>2013-03-07</revision><namespace>http://tail-f.com/yang/acm</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-common-monitoring</name><revision>2013-06-14</revision><namespace>http://tail-f.com/yang/common-monitoring</namespace><conformance-type>import</conformance-type></module><module><name>tailf-confd-monitoring</name><revision>2013-06-14</revision><namespace>http://tail-f.com/yang/confd-monitoring</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-kicker</name><revision>2017-03-16</revision><namespace>http://tail-f.com/ns/kicker</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-netconf-monitoring</name><revision>2016-11-24</revision><namespace>http://tail-f.com/yang/netconf-monitoring</namespace><conformance-type>implement</conformance-type></module><module><name>vlan</name><revision></revision><namespace>http://sssup.it/yang/vlan</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-segment-routing-types</name><revision>2020-02-04</revision><namespace>http://openconfig.net/yang/segment-routing-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-network-instance-types</name><revision>2021-07-14</revision><namespace>http://openconfig.net/yang/network-instance-types</namespace><conformance-type>import</conformance-type></module></modules-state></data></rpc-reply>" -[2024-06-20 13:24:23,321] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: matching from 10855 bytes from start of buffer -[2024-06-20 13:24:23,321] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: regular expression start=0, end=4 -[2024-06-20 13:24:23,321] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: found end of message delimiter -[2024-06-20 13:24:23,324] DEBUG:ncclient.operations.rpc:[host 172.17.254.42 session-id 34] Delivering to <ncclient.operations.retrieve.Get object at 0x7fa7485c6910> -[2024-06-20 13:24:23,324] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: saving back rest of message after 10859 bytes, original size 10859 -[2024-06-20 13:24:23,324] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 34] _parse11: ending -[2024-06-20 13:24:23,336] INFO:root:resource_key frequency and channgel_name {'index': 'channel-1'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:24:23,339] INFO:root:dic {'frequency': '192056250'} -[2024-06-20 13:24:23,339] INFO:root:resource_key target-output-power and channgel_name {'index': 'channel-1'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:24:23,341] INFO:root:dic {'frequency': '192056250', 'target-output-power': '1.0'} -[2024-06-20 13:24:23,342] INFO:root:resource_key operational-mode and channgel_name {'index': 'channel-1'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:24:23,344] INFO:root:dic {'frequency': '192056250', 'target-output-power': '1.0', 'operational-mode': '8'} -[2024-06-20 13:24:23,344] INFO:root:resource_key line-port and channgel_name {'index': 'channel-1'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:24:23,346] INFO:root:dic {'frequency': '192056250', 'target-output-power': '1.0', 'operational-mode': '8', 'line-port': 'transceiver-1'} -[2024-06-20 13:24:23,347] INFO:root:resource_key frequency and channgel_name {'index': 'channel-2'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:24:23,349] INFO:root:dic {'frequency': '191600000'} -[2024-06-20 13:24:23,349] INFO:root:resource_key target-output-power and channgel_name {'index': 'channel-2'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:24:23,351] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0'} -[2024-06-20 13:24:23,352] INFO:root:resource_key operational-mode and channgel_name {'index': 'channel-2'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:24:23,354] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0'} -[2024-06-20 13:24:23,354] INFO:root:resource_key line-port and channgel_name {'index': 'channel-2'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:24:23,357] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-2'} -[2024-06-20 13:24:23,358] INFO:root:resource_key frequency and channgel_name {'index': 'channel-3'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:24:23,360] INFO:root:dic {'frequency': '191600000'} -[2024-06-20 13:24:23,361] INFO:root:resource_key target-output-power and channgel_name {'index': 'channel-3'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:24:23,363] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0'} -[2024-06-20 13:24:23,364] INFO:root:resource_key operational-mode and channgel_name {'index': 'channel-3'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:24:23,366] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0'} -[2024-06-20 13:24:23,367] INFO:root:resource_key line-port and channgel_name {'index': 'channel-3'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:24:23,369] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-3'} -[2024-06-20 13:24:23,370] INFO:root:resource_key frequency and channgel_name {'index': 'channel-4'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:24:23,372] INFO:root:dic {'frequency': '191600000'} -[2024-06-20 13:24:23,372] INFO:root:resource_key target-output-power and channgel_name {'index': 'channel-4'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:24:23,374] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0'} -[2024-06-20 13:24:23,374] INFO:root:resource_key operational-mode and channgel_name {'index': 'channel-4'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:24:23,376] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0'} -[2024-06-20 13:24:23,377] INFO:root:resource_key line-port and channgel_name {'index': 'channel-4'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:24:23,378] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-4'} -[2024-06-20 13:24:23,380] INFO:root:parameters {'channels': [{'frequency': '192056250', 'target-output-power': '1.0', 'operational-mode': '8', 'line-port': 'transceiver-1', 'name': {'index': 'channel-1'}}, {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-2', 'name': {'index': 'channel-2'}}, {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-3', 'name': {'index': 'channel-3'}}, {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-4', 'name': {'index': 'channel-4'}}], 'transceivers': {'transceiver': ['transceiver-1', 'transceiver-2', 'transceiver-3', 'transceiver-4']}, 'channel_namespace': 'http://openconfig.net/yang/terminal-device', 'endpoints': [{'endpoint_uuid': {'uuid': {'index': 'channel-1'}}}, {'endpoint_uuid': {'uuid': {'index': 'channel-2'}}}, {'endpoint_uuid': {'uuid': {'index': 'channel-3'}}}, {'endpoint_uuid': {'uuid': {'index': 'channel-4'}}}], 'ports': [('/endpoints/endpoint[1]', {'uuid': '1', 'type': 'port-1'}), ('/endpoints/endpoint[2]', {'uuid': '2', 'type': 'port-2'}), ('/endpoints/endpoint[3]', {'uuid': '3', 'type': 'port-3'}), ('/endpoints/endpoint[4]', {'uuid': '4', 'type': 'port-4'})]} -[2024-06-20 13:24:23,381] DEBUG:context.client.ContextClient:SetOpticalConfig request: {"config": "{\"channels\": [{\"frequency\": \"192056250\", \"target-output-power\": \"1.0\", \"operational-mode\": \"8\", \"line-port\": \"transceiver-1\", \"name\": {\"index\": \"channel-1\"}}, {\"frequency\": \"191600000\", \"target-output-power\": \"100.0\", \"operational-mode\": \"0\", \"line-port\": \"transceiver-2\", \"name\": {\"index\": \"channel-2\"}}, {\"frequency\": \"191600000\", \"target-output-power\": \"100.0\", \"operational-mode\": \"0\", \"line-port\": \"transceiver-3\", \"name\": {\"index\": \"channel-3\"}}, {\"frequency\": \"191600000\", \"target-output-power\": \"100.0\", \"operational-mode\": \"0\", \"line-port\": \"transceiver-4\", \"name\": {\"index\": \"channel-4\"}}], \"transceivers\": {\"transceiver\": [\"transceiver-1\", \"transceiver-2\", \"transceiver-3\", \"transceiver-4\"]}, \"channel_namespace\": \"http://openconfig.net/yang/terminal-device\", \"endpoints\": [{\"endpoint_uuid\": {\"uuid\": {\"index\": \"channel-1\"}}}, {\"endpoint_uuid\": {\"uuid\": {\"index\": \"channel-2\"}}}, {\"endpoint_uuid\": {\"uuid\": {\"index\": \"channel-3\"}}}, {\"endpoint_uuid\": {\"uuid\": {\"index\": \"channel-4\"}}}], \"ports\": [[\"/endpoints/endpoint[1]\", {\"uuid\": \"1\", \"type\": \"port-1\"}], [\"/endpoints/endpoint[2]\", {\"uuid\": \"2\", \"type\": \"port-2\"}], [\"/endpoints/endpoint[3]\", {\"uuid\": \"3\", \"type\": \"port-3\"}], [\"/endpoints/endpoint[4]\", {\"uuid\": \"4\", \"type\": \"port-4\"}]]}", "device_id": {"device_uuid": {"uuid": "ce0cdfdd-2182-5027-8177-676ca3244f9d"}}} -[2024-06-20 13:24:23,419] DEBUG:context.client.ContextClient:SetOpticalConfig result: {"opticalconfig_uuid": ""} -[2024-06-20 13:24:23,420] DEBUG:context.client.ContextClient:SetDevice request: {"components": [], "controller_id": {}, "device_config": {"config_rules": [{"action": "CONFIGACTION_SET", "custom": {"resource_key": "_connect/address", "resource_value": "172.17.254.42"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "_connect/port", "resource_value": "2022"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "_connect/settings", "resource_value": "{\n\"allow_agent\": false,\n\"commit_per_rule\": false,\n\"device_params\": {\n\"name\": \"default\"\n},\n\"endpoints\": [],\n\"force_running\": false,\n\"hostkey_verify\": false,\n\"look_for_keys\": false,\n\"manager_params\": {\n\"timeout\": 120\n},\n\"password\": \"admin\",\n\"type\": \"optical-transponder\",\n\"username\": \"admin\"\n}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[1]", "resource_value": "{\"type\": \"port-1\", \"uuid\": \"1\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[2]", "resource_value": "{\"type\": \"port-2\", \"uuid\": \"2\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[3]", "resource_value": "{\"type\": \"port-3\", \"uuid\": \"3\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[4]", "resource_value": "{\"type\": \"port-4\", \"uuid\": \"4\"}"}}]}, "device_drivers": ["DEVICEDRIVER_OC"], "device_endpoints": [{"endpoint_id": {"device_id": {"device_uuid": {"uuid": "ce0cdfdd-2182-5027-8177-676ca3244f9d"}}, "endpoint_uuid": {"uuid": "1"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "port-1", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "ce0cdfdd-2182-5027-8177-676ca3244f9d"}}, "endpoint_uuid": {"uuid": "2"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "port-2", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "ce0cdfdd-2182-5027-8177-676ca3244f9d"}}, "endpoint_uuid": {"uuid": "3"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "port-3", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "ce0cdfdd-2182-5027-8177-676ca3244f9d"}}, "endpoint_uuid": {"uuid": "4"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "port-4", "kpi_sample_types": [], "name": ""}], "device_id": {"device_uuid": {"uuid": "ce0cdfdd-2182-5027-8177-676ca3244f9d"}}, "device_operational_status": "DEVICEOPERATIONALSTATUS_ENABLED", "device_type": "optical-transponder", "name": "T2.3"} -[2024-06-20 13:24:23,484] DEBUG:context.client.ContextClient:SetDevice result: {"device_uuid": {"uuid": "ce0cdfdd-2182-5027-8177-676ca3244f9d"}} -[2024-06-20 13:24:23,485] DEBUG:context.client.ContextClient:SelectDevice request: {"device_ids": {"device_ids": [{"device_uuid": {"uuid": "ce0cdfdd-2182-5027-8177-676ca3244f9d"}}]}, "include_components": false, "include_config_rules": false, "include_endpoints": true} -[2024-06-20 13:24:23,518] DEBUG:context.client.ContextClient:SelectDevice result: {"devices": [{"components": [], "controller_id": {}, "device_drivers": ["DEVICEDRIVER_OC"], "device_endpoints": [{"endpoint_id": {"device_id": {"device_uuid": {"uuid": "ce0cdfdd-2182-5027-8177-676ca3244f9d"}}, "endpoint_uuid": {"uuid": "2a1a216d-8b90-5fb5-a076-a483e91b7dfa"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "port-4", "kpi_sample_types": [], "name": "4"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "ce0cdfdd-2182-5027-8177-676ca3244f9d"}}, "endpoint_uuid": {"uuid": "44f394cf-e1da-56d5-b850-3329382f2436"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "port-2", "kpi_sample_types": [], "name": "2"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "ce0cdfdd-2182-5027-8177-676ca3244f9d"}}, "endpoint_uuid": {"uuid": "b1acaee3-904d-5106-ac3d-5ae6c42b5333"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "port-3", "kpi_sample_types": [], "name": "3"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "ce0cdfdd-2182-5027-8177-676ca3244f9d"}}, "endpoint_uuid": {"uuid": "f16c3478-2dfd-512f-a52d-92c42bb72e10"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "port-1", "kpi_sample_types": [], "name": "1"}], "device_id": {"device_uuid": {"uuid": "ce0cdfdd-2182-5027-8177-676ca3244f9d"}}, "device_operational_status": "DEVICEOPERATIONALSTATUS_ENABLED", "device_type": "optical-transponder", "name": "T2.3"}]} -[2024-06-20 13:24:23,520] DEBUG:device.service.DeviceServiceServicerImpl:AddDevice reply: {"device_uuid": {"uuid": "ce0cdfdd-2182-5027-8177-676ca3244f9d"}} -[2024-06-20 13:24:30,345] DEBUG:device.service.DeviceServiceServicerImpl:AddDevice request: {"components": [], "device_config": {"config_rules": [{"action": "CONFIGACTION_SET", "custom": {"resource_key": "_connect/address", "resource_value": "172.17.254.21"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "_connect/port", "resource_value": "2022"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "_connect/settings", "resource_value": "{\n\"allow_agent\": false,\n\"commit_per_rule\": false,\n\"device_params\": {\n\"name\": \"default\"\n},\n\"endpoints\": [],\n\"force_running\": false,\n\"hostkey_verify\": false,\n\"look_for_keys\": false,\n\"manager_params\": {\n\"timeout\": 120\n},\n\"password\": \"admin\",\n\"type\": \"optical-roadm\",\n\"username\": \"admin\"\n}"}}]}, "device_drivers": ["DEVICEDRIVER_OC"], "device_endpoints": [], "device_id": {"device_uuid": {"uuid": "R1"}}, "device_operational_status": "DEVICEOPERATIONALSTATUS_DISABLED", "device_type": "optical-roadm", "name": ""} -[2024-06-20 13:24:30,346] DEBUG:context.client.ContextClient:Creating channel to 10.152.183.195:1010... -[2024-06-20 13:24:30,346] DEBUG:context.client.ContextClient:Channel created -[2024-06-20 13:24:30,346] DEBUG:context.client.ContextClient:SelectDevice request: {"device_ids": {"device_ids": [{"device_uuid": {"uuid": "R1"}}]}, "include_components": true, "include_config_rules": true, "include_endpoints": true} -[2024-06-20 13:24:30,358] DEBUG:context.client.ContextClient:SelectDevice result: {"devices": []} -[2024-06-20 13:24:30,359] DEBUG:context.client.ContextClient:SetDevice request: {"components": [], "device_config": {"config_rules": [{"action": "CONFIGACTION_SET", "custom": {"resource_key": "_connect/address", "resource_value": "172.17.254.21"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "_connect/port", "resource_value": "2022"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "_connect/settings", "resource_value": "{\n\"allow_agent\": false,\n\"commit_per_rule\": false,\n\"device_params\": {\n\"name\": \"default\"\n},\n\"endpoints\": [],\n\"force_running\": false,\n\"hostkey_verify\": false,\n\"look_for_keys\": false,\n\"manager_params\": {\n\"timeout\": 120\n},\n\"password\": \"admin\",\n\"type\": \"optical-roadm\",\n\"username\": \"admin\"\n}"}}]}, "device_drivers": ["DEVICEDRIVER_OC"], "device_endpoints": [], "device_id": {"device_uuid": {"uuid": "R1"}}, "device_operational_status": "DEVICEOPERATIONALSTATUS_UNDEFINED", "device_type": "optical-roadm", "name": ""} -[2024-06-20 13:24:30,393] DEBUG:context.client.ContextClient:SetDevice result: {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}} -[2024-06-20 13:24:30,394] DEBUG:context.client.ContextClient:SelectDevice request: {"device_ids": {"device_ids": [{"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}]}, "include_components": true, "include_config_rules": true, "include_endpoints": true} -[2024-06-20 13:24:30,418] DEBUG:context.client.ContextClient:SelectDevice result: {"devices": [{"components": [], "controller_id": {}, "device_config": {"config_rules": [{"action": "CONFIGACTION_SET", "custom": {"resource_key": "_connect/address", "resource_value": "172.17.254.21"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "_connect/port", "resource_value": "2022"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "_connect/settings", "resource_value": "{\n\"allow_agent\": false,\n\"commit_per_rule\": false,\n\"device_params\": {\n\"name\": \"default\"\n},\n\"endpoints\": [],\n\"force_running\": false,\n\"hostkey_verify\": false,\n\"look_for_keys\": false,\n\"manager_params\": {\n\"timeout\": 120\n},\n\"password\": \"admin\",\n\"type\": \"optical-roadm\",\n\"username\": \"admin\"\n}"}}]}, "device_drivers": ["DEVICEDRIVER_OC"], "device_endpoints": [], "device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "device_operational_status": "DEVICEOPERATIONALSTATUS_UNDEFINED", "device_type": "optical-roadm", "name": "R1"}]} -[2024-06-20 13:24:30,418] INFO:device.service.driver_api.DriverInstanceCache:Selecting driver for device(68741528-2e94-5274-ab3c-fddcd8dc05ef) with filter_fields({'device_type': 'optical-roadm', 'driver': [11]})... -[2024-06-20 13:24:30,418] INFO:device.service.driver_api.DriverInstanceCache:Driver(OCDriver) selected for device(68741528-2e94-5274-ab3c-fddcd8dc05ef) with filter_fields({'device_type': 'optical-roadm', 'driver': [11]})... -[2024-06-20 13:24:30,419] DEBUG:ncclient.transport.session:[host None session 0x7fa7485c50a0] <SSHSession(session, initial daemon)> created: client_capabilities=<dict_keyiterator object at 0x7fa7485d9950> -[2024-06-20 13:24:30,514] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session 0x7fa7485c50a0] parsing netconf v1.0 -[2024-06-20 13:24:30,515] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session 0x7fa7485c50a0] parsing netconf v1.0 -[2024-06-20 13:24:30,517] INFO:root:settings {'allow_agent': False, 'commit_per_rule': False, 'device_params': {'name': 'default'}, 'endpoints': [], 'force_running': False, 'hostkey_verify': False, 'look_for_keys': False, 'manager_params': {'timeout': 120}, 'password': 'admin', 'type': 'optical-roadm', 'username': 'admin'} -[2024-06-20 13:24:30,518] INFO:ncclient.operations.rpc:[host 172.17.254.21 session-id 21] Requesting 'Get' -[2024-06-20 13:24:30,518] DEBUG:ncclient.operations.rpc:[host 172.17.254.21 session-id 21] Sync request, will wait for timeout=120 -[2024-06-20 13:24:30,651] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:30,651] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:30,652] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:30,652] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:30,652] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:30,652] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:30,652] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:30,652] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:30,652] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:30,652] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:30,652] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:30,652] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:30,653] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:30,653] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:30,653] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:30,653] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:30,653] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:30,653] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:30,653] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:30,653] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:30,653] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:30,653] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:30,653] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:30,653] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:30,654] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:30,654] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:30,654] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:30,654] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:30,654] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:30,654] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:30,654] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:30,654] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:30,654] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:30,654] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:30,655] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: fragment = "<?xml version="1.0" encoding="UTF-8"?> -<rpc-reply xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="urn:uuid:6f9fdf8e-b1e7-44d9-8b0a-b141fa886bbc" xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0"><data><yang-library xmlns="urn:ietf:params:xml:ns:yang:ietf-yang-library"><module-set><name>common</name><module><name>flex-scale-mg-on</name><revision>2024-04-25</revision><namespace>http://flex-scale-project.eu/yang/flex-scale-mg-on</namespace></module><module><name>iana-crypt-hash</name><revision>2014-08-06</revision><namespace>urn:ietf:params:xml:ns:yang:iana-crypt-hash</namespace><feature>crypt-hash-md5</feature><feature>crypt-hash-sha-256</feature><feature>crypt-hash-sha-512</feature></module><module><name>ietf-interfaces</name><revision>2018-02-20</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-interfaces</namespace><feature>arbitrary-names</feature><feature>if-mib</feature><feature>pre-provisioning</feature></module><module><name>ietf-netconf</name><revision>2011-06-01</revision><namespace>urn:ietf:params:xml:ns:netconf:base:1.0</namespace><feature>rollback-on-error</feature><feature>validate</feature><feature>writable-running</feature><feature>xpath</feature></module><module><name>ietf-netconf-acm</name><revision>2018-02-14</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-acm</namespace></module><module><name>ietf-netconf-monitoring</name><revision>2010-10-04</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring</namespace></module><module><name>ietf-netconf-nmda</name><revision>2019-01-07</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-nmda</namespace><feature>with-defaults</feature></module><module><name>ietf-netconf-notifications</name><revision>2012-02-06</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-notifications</namespace></module><module><name>ietf-netconf-partial-lock</name><revision>2009-10-19</revision><namespace>urn:ietf:params:xml:ns:netconf:partial-lock:1.0</namespace></module><module><name>ietf-netconf-with-defaults</name><revision>2011-06-01</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-with-defaults</namespace></module><module><name>ietf-restconf</name><revision>2017-01-26</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-restconf</namespace></module><module><name>ietf-restconf-monitoring</name><revision>2017-01-26</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-restconf-monitoring</namespace></module><module><name>ietf-subscribed-notifications</name><revision>2019-09-09</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-subscribed-notifications</namespace><feature>encode-xml</feature><feature>replay</feature><feature>subtree</feature><feature>xpath</feature><deviation>ietf-subscribed-notifications-deviation</deviation></module><module><name>ietf-yang-library</name><revision>2019-01-04</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-library</namespace></module><module><name>ietf-yang-patch</name><revision>2017-02-22</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-patch</namespace></module><module><name>ietf-yang-push</name><revision>2019-09-09</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-push</namespace><feature>on-change</feature><deviation>ietf-yang-push-deviation</deviation></module><module><name>ietf-yang-schema-mount</name><revision>2019-01-14</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-schema-mount</namespace></module><module><name>openconfig-if-ethernet</name><revision>2023-03-10</revision><namespace>http://openconfig.net/yang/interfaces/ethernet</namespace></module><module><name>openconfig-if-ip</name><revision>2019-01-08</revision><namespace>http://openconfig.net/yang/interfaces/ip</namespace></module><module><name>openconfig-interfaces</name><revision>2019-07-10</revision><namespace>http://openconfig.net/yang/interfaces</namespace></module><module><name>openconfig-platform</name><revision>2022-12-20</revision><namespace>http://openconfig.net/yang/platform</namespace><submodule><name>openconfig-platform-common</name><revision>2022-12-20</revision></submodule></module><module><name>openconfig-platform-port</name><revision>2023-01-19</revision><namespace>http://openconfig.net/yang/platform/port</namespace></module><module><name>openconfig-wavelength-router</name><revision>2021-07-26</revision><namespace>http://openconfig.net/yang/wavelength-router</namespace></module><module><name>optical-switch</name><revision>2020-01-10</revision><namespace>http://www.polatis.com/yang/optical-switch</namespace></module><module><name>polatis-switch</name><revision>2020-11-14</revision><namespace>http://www.polatis.com/yang/polatis-switch</namespace></module><module><name>tailf-aaa</name><revision>2022-04-12</revision><namespace>http://tail-f.com/ns/aaa/1.1</namespace></module><module><name>tailf-acm</name><revision>2013-03-07</revision><namespace>http://tail-f.com/yang/acm</namespace></module><module><name>tailf-confd-monitoring</name><revision>2021-09-09</revision><namespace>http://tail-f.com/yang/confd-monitoring</namespace></module><module><name>tailf-confd-progress</name><revision>2020-06-29</revision><namespace>http://tail-f.com/ns/confd-progress</namespace></module><module><name>tailf-kicker</name><revision>2020-11-26</revision><namespace>http://tail-f.com/ns/kicker</namespace></module><module><name>tailf-last-login</name><revision>2019-11-21</revision><namespace>http://tail-f.com/yang/last-login</namespace></module><module><name>tailf-netconf-extensions</name><revision>2021-06-18</revision><namespace>http://tail-f.com/ns/netconf/extensions</namespace></module><module><name>tailf-netconf-monitoring</name><revision>2022-04-12</revision><namespace>http://tail-f.com/yang/netconf-monitoring</namespace></module><module><name>tailf-netconf-query</name><revision>2017-01-06</revision><namespace>http://tail-f.com/ns/netconf/query</namespace></module><module><name>tailf-netconf-rollback</name><revision>2018-01-12</revision><namespace>http://tail-f.com/ns/netconf/rollback</namespace></module><module><name>tailf-netconf-transactions</name><namespace>http://tail-f.com/ns/netconf/transactions/1.0</namespace></module><module><name>tailf-netconf-with-rollback-id</name><revision>2020-06-25</revision><namespace>http://tail-f.com/ns/netconf/with-rollback-id</namespace></module><module><name>tailf-netconf-with-transaction-id</name><revision>2018-11-23</revision><namespace>http://tail-f.com/ns/netconf/with-transaction-id</namespace></module><module><name>tailf-progress</name><revision>2021-12-17</revision><namespace>http://tail-f.com/ns/progress</namespace></module><module><name>tailf-rollback</name><revision>2020-09-02</revision><namespace>http://tail-f.com/ns/rollback</namespace></module><import-only-module><name>iana-if-type</name><revision>2023-01-26</revision><namespace>urn:ietf:params:xml:ns:yang:iana-if-type</namespace></import-only-module><import-only-module><name>ietf-datastores</name><revision>2018-02-14</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-datastores</namespace></import-only-module><import-only-module><name>ietf-inet-types</name><revision>2013-07-15</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-inet-types</namespace></import-only-module><import-only-module><name>ietf-ip</name><revision>2018-02-22</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-ip</namespace></import-only-module><import-only-module><name>ietf-network-instance</name><revision>2019-01-21</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-network-instance</namespace></import-only-module><import-only-module><name>ietf-origin</name><revision>2018-02-14</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-origin</namespace></import-only-module><import-only-module><name>ietf-x509-cert-to-name</name><revision>2014-12-10</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-x509-cert-to-name</namespace></import-only-module><import-only-module><name>ietf-yang-metadata</name><revision>2016-08-05</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-metadata</namespace></import-only-module><import-only-module><name>ietf-yang-smiv2</name><revision>2012-06-22</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-smiv2</namespace></import-only-module><import-only-module><name>ietf-yang-types</name><revision>2013-07-15</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-types</namespace></import-only-module><import-only-module><name>openconfig-alarm-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/alarms/types</namespace></import-only-module><import-only-module><name>openconfig-extensions</name><revision>2018-10-17</revision><namespace>http://openconfig.net/yang/openconfig-ext</namespace></import-only-module><import-only-module><name>openconfig-if-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/openconfig-if-types</namespace></import-only-module><import-only-module><name>openconfig-inet-types</name><revision>2019-04-25</revision><namespace>http://openconfig.net/yang/types/inet</namespace></import-only-module><import-only-module><name>openconfig-platform-types</name><revision>2022-07-28</revision><namespace>http://openconfig.net/yang/platform-types</namespace></import-only-module><import-only-module><name>openconfig-transport-types</name><revision>2023-02-08</revision><namespace>http://openconfig.net/yang/transport-types</namespace></import-only-module><import-only-module><name>openconfig-types</name><revision>2019-04-16</revision><namespace>http://openconfig.net/yang/openconfig-types</namespace></import-only-module><import-only-module><name>openconfig-yang-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/types/yang</namespace></import-only-module><import-only-module><name>tailf-common</name><revision>2022-04-12</revision><namespace>http://tail-f.com/yang/common</namespace><submodule><name>tailf-cli-extensions</name><revision>2021-12-17</revision></submodule><submodule><name>tailf-meta-extensions</name><revision>2017-03-08</revision></submodule></import-only-module><import-only-module><name>tailf-common-monitoring</name><revision>2021-09-02</revision><namespace>http://tail-f.com/yang/common-monitoring</namespace></import-only-module><import-only-module><name>tailf-common-query</name><revision>2017-12-15</revision><namespace>http://tail-f.com/ns/common/query</namespace></import-only-module><import-only-module><name>tailf-netconf-forward</name><revision></revision><namespace>http://tail-f.com/ns/netconf/forward/1.0</namespace></import-only-module><import-only-module><name>tailf-netconf-inactive</name><revision></revision><namespace>http://tail-f.com/ns/netconf/inactive/1.0</namespace></import-only-module><import-only-module><name>tailf-xsd-types</name><revision>2017-11-20</revision><namespace>http://tail-f.com/yang/xsd-types</namespace></import-only-module></module-set><schema><name>common</name><module-set>common</module-set></schema><datastore><name xmlns:ds="urn:ietf:params:xml:ns:yang:ietf-datastores">ds:running</name><schema>common</schema></datastore><datastore><name xmlns:ds="urn:ietf:params:xml:ns:yang:ietf-datastores">ds:intended</name><schema>common</schema></datastore><datastore><name xmlns:ds="urn:ietf:params:xml:ns:yang:ietf-datastores">ds:operational</name><schema>common</schema></datastore><content-id>c12b960e969b26974084d2b999572983</content-id></yang-library><modules-state xmlns="urn:ietf:params:xml:ns:yang:ietf-yang-library"><module-set-id>c12b960e969b26974084d2b999572983</module-set-id><module><name>flex-scale-mg-on</name><revision>2024-04-25</revision><namespace>http://flex-scale-project.eu/yang/flex-scale-mg-on</namespace><conformance-type>implement</conformance-type></module><module><name>iana-crypt-hash</name><revision>2014-08-06</revision><namespace>urn:ietf:params:xml:ns:yang:iana-crypt-hash</namespace><feature>crypt-hash-md5</feature><feature>crypt-hash-sha-256</feature><feature>crypt-hash-sha-512</feature><conformance-type>implement</conformance-type></module><module><name>iana-if-type</name><revision>2023-01-26</revision><namespace>urn:ietf:params:xml:ns:yang:iana-if-type</namespace><conformance-type>import</conformance-type></module><module><name>ietf-datastores</name><revision>2018-02-14</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-datastores</namespace><conformance-type>import</conformance-type></module><module><name>ietf-inet-types</name><revision>2013-07-15</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-inet-types</namespace><conformance-type>import</conformance-type></module><module><name>ietf-interfaces</name><revision>2018-02-20</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-interfaces</namespace><feature>arbitrary-names</feature><feature>if-mib</feature><feature>pre-provisioning</feature><conformance-type>implement</conformance-type></module><module><name>ietf-ip</name><revision>2018-02-22</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-ip</namespace><feature>ipv4-non-contiguous-netmasks</feature><feature>ipv6-privacy-autoconf</feature><conformance-type>import</conformance-type></module><module><name>ietf-netconf</name><revision>2011-06-01</revision><namespace>urn:ietf:params:xml:ns:netconf:base:1.0</namespace><feature>rollback-on-error</feature><feature>validate</feature><feature>writable-running</feature><feature>xpath</feature><conformance-type>implement</conformance-type></module><module><name>ietf-netconf-acm</name><revision>2018-02-14</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-acm</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-netconf-monitoring</name><revision>2010-10-04</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-netconf-nmda</name><revision>2019-01-07</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-nmda</namespace><feature>with-defaults</feature><conformance-type>implement</conformance-type></module><module><name>ietf-netconf-notifications</name><revision>2012-02-06</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-notifications</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-netconf-partial-lock</name><revision>2009-10-19</revision><namespace>urn:ietf:params:xml:ns:netconf:partial-lock:1.0</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-netconf-with-defaults</name><revision>2011-06-01</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-with-defaults</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-network-instance</name><revision>2019-01-21</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-network-instance</namespace><conformance-type>import</conformance-type></module><module><name>ietf-origin</name><revision>2018-02-14</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-origin</namespace><conformance-type>import</conformance-type></module><module><name>ietf-restconf</name><revision>2017-01-26</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-restconf</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-restconf-monitoring</name><revision>2017-01-26</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-restconf-monitoring</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-subscribed-notifications</name><revision>2019-09-09</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-subscribed-notifications</namespace><feature>encode-xml</feature><feature>replay</feature><feature>subtree</feature><feature>xpath</feature><deviation><name>ietf-subscribed-notifications-deviation</name><revision>2020-06-25</revision></deviation><conformance-type>implement</conformance-type></module><module><name>ietf-x509-cert-to-name</name><revision>2014-12-10</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-x509-cert-to-name</namespace><conformance-type>import</conformance-type></module><module><name>ietf-yang-library</name><revision>2019-01-04</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-library</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-yang-metadata</name><revision>2016-08-05</revision><namespace>urn:ietf:pa" -[2024-06-20 13:24:30,655] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:30,655] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:30,698] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:30,698] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:30,698] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:30,699] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:30,699] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:30,699] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:30,699] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:30,699] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:30,699] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:30,699] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:30,700] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:30,700] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:30,700] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:30,700] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:30,700] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:30,700] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:30,700] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:30,700] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:30,700] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:30,701] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:30,701] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:30,701] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:30,701] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:30,701] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:30,701] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:30,701] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:30,701] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:30,701] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:30,702] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:30,702] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:30,702] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:30,702] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:30,702] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:30,702] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:30,702] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: fragment = "rams:xml:ns:yang:ietf-yang-metadata</namespace><conformance-type>import</conformance-type></module><module><name>ietf-yang-patch</name><revision>2017-02-22</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-patch</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-yang-push</name><revision>2019-09-09</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-push</namespace><feature>on-change</feature><deviation><name>ietf-yang-push-deviation</name><revision></revision></deviation><conformance-type>implement</conformance-type></module><module><name>ietf-yang-schema-mount</name><revision>2019-01-14</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-schema-mount</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-yang-smiv2</name><revision>2012-06-22</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-smiv2</namespace><conformance-type>import</conformance-type></module><module><name>ietf-yang-types</name><revision>2013-07-15</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-alarm-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/alarms/types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-extensions</name><revision>2018-10-17</revision><namespace>http://openconfig.net/yang/openconfig-ext</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-if-ethernet</name><revision>2023-03-10</revision><namespace>http://openconfig.net/yang/interfaces/ethernet</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-if-ip</name><revision>2019-01-08</revision><namespace>http://openconfig.net/yang/interfaces/ip</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-if-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/openconfig-if-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-inet-types</name><revision>2019-04-25</revision><namespace>http://openconfig.net/yang/types/inet</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-interfaces</name><revision>2019-07-10</revision><namespace>http://openconfig.net/yang/interfaces</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-platform</name><revision>2022-12-20</revision><namespace>http://openconfig.net/yang/platform</namespace><conformance-type>implement</conformance-type><submodule><name>openconfig-platform-common</name><revision>2022-12-20</revision></submodule></module><module><name>openconfig-platform-port</name><revision>2023-01-19</revision><namespace>http://openconfig.net/yang/platform/port</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-platform-types</name><revision>2022-07-28</revision><namespace>http://openconfig.net/yang/platform-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-transport-types</name><revision>2023-02-08</revision><namespace>http://openconfig.net/yang/transport-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-types</name><revision>2019-04-16</revision><namespace>http://openconfig.net/yang/openconfig-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-wavelength-router</name><revision>2021-07-26</revision><namespace>http://openconfig.net/yang/wavelength-router</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-yang-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/types/yang</namespace><conformance-type>import</conformance-type></module><module><name>optical-switch</name><revision>2020-01-10</revision><namespace>http://www.polatis.com/yang/optical-switch</namespace><conformance-type>implement</conformance-type></module><module><name>polatis-switch</name><revision>2020-11-14</revision><namespace>http://www.polatis.com/yang/polatis-switch</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-aaa</name><revision>2022-04-12</revision><namespace>http://tail-f.com/ns/aaa/1.1</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-acm</name><revision>2013-03-07</revision><namespace>http://tail-f.com/yang/acm</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-common</name><revision>2022-04-12</revision><namespace>http://tail-f.com/yang/common</namespace><conformance-type>import</conformance-type><submodule><name>tailf-cli-extensions</name><revision>2021-12-17</revision></submodule><submodule><name>tailf-meta-extensions</name><revision>2017-03-08</revision></submodule></module><module><name>tailf-common-monitoring</name><revision>2021-09-02</revision><namespace>http://tail-f.com/yang/common-monitoring</namespace><conformance-type>import</conformance-type></module><module><name>tailf-common-query</name><revision>2017-12-15</revision><namespace>http://tail-f.com/ns/common/query</namespace><conformance-type>import</conformance-type></module><module><name>tailf-confd-monitoring</name><revision>2021-09-09</revision><namespace>http://tail-f.com/yang/confd-monitoring</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-confd-progress</name><revision>2020-06-29</revision><namespace>http://tail-f.com/ns/confd-progress</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-kicker</name><revision>2020-11-26</revision><namespace>http://tail-f.com/ns/kicker</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-last-login</name><revision>2019-11-21</revision><namespace>http://tail-f.com/yang/last-login</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-netconf-extensions</name><revision>2021-06-18</revision><namespace>http://tail-f.com/ns/netconf/extensions</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-netconf-forward</name><revision></revision><namespace>http://tail-f.com/ns/netconf/forward/1.0</namespace><conformance-type>import</conformance-type></module><module><name>tailf-netconf-inactive</name><revision></revision><namespace>http://tail-f.com/ns/netconf/inactive/1.0</namespace><conformance-type>import</conformance-type></module><module><name>tailf-netconf-monitoring</name><revision>2022-04-12</revision><namespace>http://tail-f.com/yang/netconf-monitoring</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-netconf-query</name><revision>2017-01-06</revision><namespace>http://tail-f.com/ns/netconf/query</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-netconf-rollback</name><revision>2018-01-12</revision><namespace>http://tail-f.com/ns/netconf/rollback</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-netconf-transactions</name><revision></revision><namespace>http://tail-f.com/ns/netconf/transactions/1.0</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-netconf-with-rollback-id</name><revision>2020-06-25</revision><namespace>http://tail-f.com/ns/netconf/with-rollback-id</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-netconf-with-transaction-id</name><revision>2018-11-23</revision><namespace>http://tail-f.com/ns/netconf/with-transaction-id</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-progress</name><revision>2021-12-17</revision><namespace>http://tail-f.com/ns/progress</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-rollback</name><revision>2020-09-02</revision><namespace>http://tail-f.com/ns/rollback</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-xsd-types</name><revision>2017-11-20</revision><namespace>http://tail-f.com/yang/xsd-types</namespace><conformance-type>import</conformance-type></module></modules-state><nacm xmlns="urn:ietf:params:xml:ns:yang:ietf-netconf-acm"><write-default>permit</write-default><denied-operations>0</denied-operations><denied-data-writes>0</denied-data-writes><denied-notifications>0</denied-notifications><groups><group><name>admin</name><user-name>admin</user-name><user-name>private</user-name></group><group><name>oper</name><user-name>oper</user-name><user-name>public</user-name></group></groups><rule-list><name>admin</name><group>admin</group><rule><name>any-access</name><action>permit</action></rule></rule-list><rule-list><name>any-group</name><group>*</group><rule><name>tailf-aaa-authentication</name><module-name>tailf-aaa</module-name><path>/aaa/authentication/users/user[name='$USER']</path><access-operations>read update</access-operations><action>permit</action></rule><rule><name>tailf-aaa-user</name><module-name>tailf-aaa</module-name><path>/user[name='$USER']</path><access-operations>create read update delete</access-operations><action>permit</action></rule><rule><name>tailf-webui-user</name><module-name>tailf-webui</module-name><path>/webui/data-stores/user-profile[username='$USER']</path><access-operations>create read update delete</access-operations><action>permit</action></rule></rule-list></nacm><netconf-state xmlns="urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring"><capabilities><capability>urn:ietf:params:netconf:base:1.0</capability><capability>urn:ietf:params:netconf:base:1.1</capability><capability>urn:ietf:params:netconf:capability:writable-running:1.0</capability><capability>urn:ietf:params:netconf:capability:rollback-on-error:1.0</capability><capability>urn:ietf:params:netconf:capability:validate:1.0</capability><capability>urn:ietf:params:netconf:capability:validate:1.1</capability><capability>urn:ietf:params:netconf:capability:xpath:1.0</capability><capability>urn:ietf:params:netconf:capability:partial-lock:1.0</capability><capability>urn:ietf:params:netconf:capability:with-defaults:1.0?basic-mode=explicit&also-supported=report-all-tagged,report-all</capability><capability>urn:ietf:params:netconf:capability:with-operational-defaults:1.0?basic-mode=explicit&also-supported=report-all-tagged,report-all</capability><capability>urn:ietf:params:netconf:capability:yang-library:1.0?revision=2019-01-04&module-set-id=c12b960e969b26974084d2b999572983</capability><capability>urn:ietf:params:netconf:capability:yang-library:1.1?revision=2019-01-04&content-id=c12b960e969b26974084d2b999572983</capability><capability>http://tail-f.com/ns/netconf/actions/1.0</capability><capability>http://flex-scale-project.eu/yang/flex-scale-mg-on?module=flex-scale-mg-on&revision=2024-04-25</capability><capability>http://openconfig.net/yang/alarms/types?module=openconfig-alarm-types&revision=2018-11-21</capability><capability>http://openconfig.net/yang/interfaces?module=openconfig-interfaces&revision=2019-07-10</capability><capability>http://openconfig.net/yang/interfaces/ethernet?module=openconfig-if-ethernet&revision=2023-03-10</capability><capability>http://openconfig.net/yang/interfaces/ip?module=openconfig-if-ip&revision=2019-01-08</capability><capability>http://openconfig.net/yang/openconfig-ext?module=openconfig-extensions&revision=2018-10-17</capability><capability>http://openconfig.net/yang/openconfig-if-types?module=openconfig-if-types&revision=2018-11-21</capability><capability>http://openconfig.net/yang/openconfig-types?module=openconfig-types&revision=2019-04-16</capability><capability>http://openconfig.net/yang/platform?module=openconfig-platform&revision=2022-12-20</capability><capability>http://openconfig.net/yang/platform-types?module=openconfig-platform-types&revision=2022-07-28</capability><capability>http://openconfig.net/yang/platform/port?module=openconfig-platform-port&revision=2023-01-19</capability><capability>http://openconfig.net/yang/transport-types?module=openconfig-transport-types&revision=2023-02-08</capability><capability>http://openconfig.net/yang/types/inet?module=openconfig-inet-types&revision=2019-04-25</capability><capability>http://openconfig.net/yang/types/yang?module=openconfig-yang-types&revision=2018-11-21</capability><capability>http://openconfig.net/yang/wavelength-router?module=openconfig-wavelength-router&revision=2021-07-26</capability><capability>http://tail-f.com/ns/aaa/1.1?module=tailf-aaa&revision=2022-04-12</capability><capability>http://tail-f.com/ns/common/query?module=tailf-common-query&revision=2017-12-15</capability><capability>http://tail-f.com/ns/confd-progress?module=tailf-confd-progress&revision=2020-06-29</capability><capability>http://tail-f.com/ns/kicker?module=tailf-kicker&revision=2020-11-26</capability><capability>http://tail-f.com/ns/netconf/query?module=tailf-netconf-query&revision=2017-01-06</capability><capability>http://tail-f.com/yang/acm?module=tailf-acm&revision=2013-03-07</capability><capability>http://tail-f.com/yang/common?module=tailf-common&revision=2022-04-12</capability><capability>http://tail-f.com/yang/common-monitoring?module=tailf-common-monitoring&revision=2021-09-02</capability><capability>http://tail-f.com/yang/confd-monitoring?module=tailf-confd-monitoring&revision=2021-09-09</capability><capability>http://tail-f.com/yang/last-login?module=tailf-last-login&revision=2019-11-21</capability><capability>http://tail-f.com/yang/netconf-monitoring?module=tailf-netconf-monitoring&revision=2022-04-12</capability><capability>http://tail-f.com/yang/xsd-types?module=tailf-xsd-types&revision=2017-11-20</capability><capability>http://www.polatis.com/yang/optical-switch?module=optical-switch&revision=2020-01-10</capability><capability>http://www.polatis.com/yang/polatis-switch?module=polatis-switch&revision=2020-11-14</capability><capability>urn:ietf:params:xml:ns:netconf:base:1.0?module=ietf-netconf&revision=2011-06-01&features=writable-running,rollback-on-error,validate,xpath</capability><capability>urn:ietf:params:xml:ns:netconf:partial-lock:1.0?module=ietf-netconf-partial-lock&revision=2009-10-19</capability><capability>urn:ietf:params:xml:ns:yang:iana-crypt-hash?module=iana-crypt-hash&revision=2014-08-06&features=crypt-hash-sha-512,crypt-hash-sha-256,crypt-hash-md5</capability><capability>urn:ietf:params:xml:ns:yang:iana-if-type?module=iana-if-type&revision=2023-01-26</capability><capability>urn:ietf:params:xml:ns:yang:ietf-inet-types?module=ietf-inet-types&revision=2013-07-15</capability><capability>urn:ietf:params:xml:ns:yang:ietf-netconf-acm?module=ietf-netconf-acm&revision=2018-02-14</capability><capability>urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring?module=ietf-netconf-monitoring&revision=2010-10-04</capability><capability>urn:ietf:params:xml:ns:yang:ietf-netconf-notifications?module=ietf-netconf-notifications&revision=2012-02-06</capability><capability>urn:ietf:params:xml:ns:yang:ietf-netconf-with-defaults?module=ietf-netconf-with-defaults&revision=2011-06-01</capability><capability>urn:ietf:params:xml:ns:yang:ietf-restconf-monitoring?module=ietf-restconf-monitoring&revision=2017-01-26</capability><capability>urn:ietf:params:xml:ns:yang:ietf-x509-cert-to-name?module=ietf-x509-cert-to-name&revision=2014-12-10</capability><capability>urn:ietf:params:xml:ns:yang:ietf-yang-metadata?module=ietf-yang-metadata&revision=2016-08-05</capability><capability>urn:ietf:params:xml:ns:yang:ietf-yang-smiv2?module=ietf-yang-smiv2&revision=2012-06-22</capability><capability>urn:ietf:params:xml:ns:yang:ietf-yang-types?module=ietf-yang-types&revision=2013-07-15</capability></capabilities><datastores><datastore><name>running</name><transaction-id xmlns="http://tail-f.com/yang/netconf-monitoring">1717-711273-156835</transaction-id><status xmlns="http://tail-f.com/yang/netconf-monitoring">valid</status></datastore></datastores><schemas><schema><identifier>flex-scale-mg-on</identifier><version>2024-04-25</version><format>yang</format><name" -[2024-06-20 13:24:30,702] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:30,702] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:30,743] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:30,743] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:30,744] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:30,744] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:30,744] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:30,744] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:30,744] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:30,744] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:30,744] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:30,744] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:30,744] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:30,744] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:30,744] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:30,745] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:30,745] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:30,745] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:30,745] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:30,745] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:30,745] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:30,745] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:30,745] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:30,745] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:30,745] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:30,746] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:30,746] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:30,746] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:30,746] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:30,746] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:30,746] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:30,746] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:30,746] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:30,746] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:30,747] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:30,747] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:30,747] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: fragment = "space>http://flex-scale-project.eu/yang/flex-scale-mg-on</namespace><location>NETCONF</location></schema><schema><identifier>iana-crypt-hash</identifier><version>2014-08-06</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:iana-crypt-hash</namespace><location>NETCONF</location></schema><schema><identifier>iana-if-type</identifier><version>2023-01-26</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:iana-if-type</namespace><location>NETCONF</location></schema><schema><identifier>ietf-datastores</identifier><version>2018-02-14</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-datastores</namespace><location>NETCONF</location></schema><schema><identifier>ietf-inet-types</identifier><version>2013-07-15</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-inet-types</namespace><location>NETCONF</location></schema><schema><identifier>ietf-interfaces</identifier><version>2018-02-20</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-interfaces</namespace><location>NETCONF</location></schema><schema><identifier>ietf-ip</identifier><version>2018-02-22</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-ip</namespace><location>NETCONF</location></schema><schema><identifier>ietf-netconf</identifier><version>2011-06-01</version><format>yang</format><namespace>urn:ietf:params:xml:ns:netconf:base:1.0</namespace><location>NETCONF</location></schema><schema><identifier>ietf-netconf-acm</identifier><version>2018-02-14</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-acm</namespace><location>NETCONF</location></schema><schema><identifier>ietf-netconf-monitoring</identifier><version>2010-10-04</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring</namespace><location>NETCONF</location></schema><schema><identifier>ietf-netconf-nmda</identifier><version>2019-01-07</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-nmda</namespace><location>NETCONF</location></schema><schema><identifier>ietf-netconf-notifications</identifier><version>2012-02-06</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-notifications</namespace><location>NETCONF</location></schema><schema><identifier>ietf-netconf-partial-lock</identifier><version>2009-10-19</version><format>yang</format><namespace>urn:ietf:params:xml:ns:netconf:partial-lock:1.0</namespace><location>NETCONF</location></schema><schema><identifier>ietf-netconf-with-defaults</identifier><version>2011-06-01</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-with-defaults</namespace><location>NETCONF</location></schema><schema><identifier>ietf-network-instance</identifier><version>2019-01-21</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-network-instance</namespace><location>NETCONF</location></schema><schema><identifier>ietf-origin</identifier><version>2018-02-14</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-origin</namespace><location>NETCONF</location></schema><schema><identifier>ietf-restconf</identifier><version>2017-01-26</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-restconf</namespace><location>NETCONF</location></schema><schema><identifier>ietf-restconf-monitoring</identifier><version>2017-01-26</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-restconf-monitoring</namespace><location>NETCONF</location></schema><schema><identifier>ietf-subscribed-notifications</identifier><version>2019-09-09</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-subscribed-notifications</namespace><location>NETCONF</location></schema><schema><identifier>ietf-x509-cert-to-name</identifier><version>2014-12-10</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-x509-cert-to-name</namespace><location>NETCONF</location></schema><schema><identifier>ietf-yang-library</identifier><version>2016-06-21</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-library</namespace><location>NETCONF</location></schema><schema><identifier>ietf-yang-metadata</identifier><version>2016-08-05</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-metadata</namespace><location>NETCONF</location></schema><schema><identifier>ietf-yang-patch</identifier><version>2017-02-22</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-patch</namespace><location>NETCONF</location></schema><schema><identifier>ietf-yang-push</identifier><version>2019-09-09</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-push</namespace><location>NETCONF</location></schema><schema><identifier>ietf-yang-schema-mount</identifier><version>2019-01-14</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-schema-mount</namespace><location>NETCONF</location></schema><schema><identifier>ietf-yang-smiv2</identifier><version>2012-06-22</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-smiv2</namespace><location>NETCONF</location></schema><schema><identifier>ietf-yang-types</identifier><version>2013-07-15</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-alarm-types</identifier><version>2018-11-21</version><format>yang</format><namespace>http://openconfig.net/yang/alarms/types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-extensions</identifier><version>2018-10-17</version><format>yang</format><namespace>http://openconfig.net/yang/openconfig-ext</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-if-ethernet</identifier><version>2023-03-10</version><format>yang</format><namespace>http://openconfig.net/yang/interfaces/ethernet</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-if-ip</identifier><version>2019-01-08</version><format>yang</format><namespace>http://openconfig.net/yang/interfaces/ip</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-if-types</identifier><version>2018-11-21</version><format>yang</format><namespace>http://openconfig.net/yang/openconfig-if-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-inet-types</identifier><version>2019-04-25</version><format>yang</format><namespace>http://openconfig.net/yang/types/inet</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-interfaces</identifier><version>2019-07-10</version><format>yang</format><namespace>http://openconfig.net/yang/interfaces</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-platform</identifier><version>2022-12-20</version><format>yang</format><namespace>http://openconfig.net/yang/platform</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-platform-common</identifier><version>2022-12-20</version><format>yang</format><namespace>http://openconfig.net/yang/platform</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-platform-port</identifier><version>2023-01-19</version><format>yang</format><namespace>http://openconfig.net/yang/platform/port</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-platform-types</identifier><version>2022-07-28</version><format>yang</format><namespace>http://openconfig.net/yang/platform-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-transport-types</identifier><version>2023-02-08</version><format>yang</format><namespace>http://openconfig.net/yang/transport-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-types</identifier><version>2019-04-16</version><format>yang</format><namespace>http://openconfig.net/yang/openconfig-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-wavelength-router</identifier><version>2021-07-26</version><format>yang</format><namespace>http://openconfig.net/yang/wavelength-router</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-yang-types</identifier><version>2018-11-21</version><format>yang</format><namespace>http://openconfig.net/yang/types/yang</namespace><location>NETCONF</location></schema><schema><identifier>optical-switch</identifier><version>2020-01-10</version><format>yang</format><namespace>http://www.polatis.com/yang/optical-switch</namespace><location>NETCONF</location></schema><schema><identifier>polatis-switch</identifier><version>2020-11-14</version><format>yang</format><namespace>http://www.polatis.com/yang/polatis-switch</namespace><location>NETCONF</location></schema><schema><identifier>tailf-aaa</identifier><version>2022-04-12</version><format>yang</format><namespace>http://tail-f.com/ns/aaa/1.1</namespace><location>NETCONF</location></schema><schema><identifier>tailf-acm</identifier><version>2013-03-07</version><format>yang</format><namespace>http://tail-f.com/yang/acm</namespace><location>NETCONF</location></schema><schema><identifier>tailf-cli-extensions</identifier><version>2021-12-17</version><format>yang</format><namespace>http://tail-f.com/yang/common</namespace><location>NETCONF</location></schema><schema><identifier>tailf-common</identifier><version>2022-04-12</version><format>yang</format><namespace>http://tail-f.com/yang/common</namespace><location>NETCONF</location></schema><schema><identifier>tailf-common-monitoring</identifier><version>2021-09-02</version><format>yang</format><namespace>http://tail-f.com/yang/common-monitoring</namespace><location>NETCONF</location></schema><schema><identifier>tailf-common-query</identifier><version>2017-12-15</version><format>yang</format><namespace>http://tail-f.com/ns/common/query</namespace><location>NETCONF</location></schema><schema><identifier>tailf-confd-monitoring</identifier><version>2021-09-09</version><format>yang</format><namespace>http://tail-f.com/yang/confd-monitoring</namespace><location>NETCONF</location></schema><schema><identifier>tailf-confd-progress</identifier><version>2020-06-29</version><format>yang</format><namespace>http://tail-f.com/ns/confd-progress</namespace><location>NETCONF</location></schema><schema><identifier>tailf-kicker</identifier><version>2020-11-26</version><format>yang</format><namespace>http://tail-f.com/ns/kicker</namespace><location>NETCONF</location></schema><schema><identifier>tailf-last-login</identifier><version>2019-11-21</version><format>yang</format><namespace>http://tail-f.com/yang/last-login</namespace><location>NETCONF</location></schema><schema><identifier>tailf-meta-extensions</identifier><version>2017-03-08</version><format>yang</format><namespace>http://tail-f.com/yang/common</namespace><location>NETCONF</location></schema><schema><identifier>tailf-netconf-extensions</identifier><version>2021-06-18</version><format>yang</format><namespace>http://tail-f.com/ns/netconf/extensions</namespace><location>NETCONF</location></schema><schema><identifier>tailf-netconf-forward</identifier><version></version><format>yang</format><namespace>http://tail-f.com/ns/netconf/forward/1.0</namespace><location>NETCONF</location></schema><schema><identifier>tailf-netconf-inactive</identifier><version></version><format>yang</format><namespace>http://tail-f.com/ns/netconf/inactive/1.0</namespace><location>NETCONF</location></schema><schema><identifier>tailf-netconf-monitoring</identifier><version>2022-04-12</version><format>yang</format><namespace>http://tail-f.com/yang/netconf-monitoring</namespace><location>NETCONF</location></schema><schema><identifier>tailf-netconf-query</identifier><version>2017-01-06</version><format>yang</format><namespace>http://tail-f.com/ns/netconf/query</namespace><location>NETCONF</location></schema><schema><identifier>tailf-netconf-rollback</identifier><version>2018-01-12</version><format>yang</format><namespace>http://tail-f.com/ns/netconf/rollback</namespace><location>NETCONF</location></schema><schema><identifier>tailf-netconf-transactions</identifier><version></version><format>yang</format><namespace>http://tail-f.com/ns/netconf/transactions/1.0</namespace><location>NETCONF</location></schema><schema><identifier>tailf-netconf-with-rollback-id</identifier><version>2020-06-25</version><format>yang</format><namespace>http://tail-f.com/ns/netconf/with-rollback-id</namespace><location>NETCONF</location></schema><schema><identifier>tailf-netconf-with-transaction-id</identifier><version>2018-11-23</version><format>yang</format><namespace>http://tail-f.com/ns/netconf/with-transaction-id</namespace><location>NETCONF</location></schema><schema><identifier>tailf-progress</identifier><version>2021-12-17</version><format>yang</format><namespace>http://tail-f.com/ns/progress</namespace><location>NETCONF</location></schema><schema><identifier>tailf-rollback</identifier><version>2020-09-02</version><format>yang</format><namespace>http://tail-f.com/ns/rollback</namespace><location>NETCONF</location></schema><schema><identifier>tailf-xsd-types</identifier><version>2017-11-20</version><format>yang</format><namespace>http://tail-f.com/yang/xsd-types</namespace><location>NETCONF</location></schema></schemas><sessions><session><session-id>21</session-id><transport>netconf-ssh</transport><username>admin</username><source-host>10.30.2.208</source-host><login-time>2024-06-20T13:24:30+00:00</login-time><in-rpcs>1</in-rpcs><in-bad-rpcs>0</in-bad-rpcs><out-rpc-errors>0</out-rpc-errors><out-notifications>0</out-notifications><transaction xmlns="http://tail-f.com/yang/netconf-monitoring"><id>23</id><db>running</db><mode>read</mode></transaction></session></sessions><statistics><netconf-start-time>2024-06-06T22:01:09+00:00</netconf-start-time><in-bad-hellos>0</in-bad-hellos><in-sessions>3</in-sessions><dropped-sessions>2</dropped-sessions><in-rpcs>7</in-rpcs><in-bad-rpcs>0</in-bad-rpcs><out-rpc-errors>0</out-rpc-errors><out-notifications>0</out-notifications></statistics></netconf-state><components xmlns="http://openconfig.net/yang/platform"><component><name>WBSS-1</name><config><name>WBSS-1</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-1-in</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>1</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>DEMUX</value></config></property></properties></component><component><name>WBSS-10</name><config><name>WBSS-10</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-5-out</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>10</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>MUX</value></config></property></properties></component><component><name>WBSS-11</name><config><name>WBSS-11</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON" -[2024-06-20 13:24:30,747] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:30,747] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:30,818] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:30,818] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:30,818] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:30,818] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:30,818] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:30,819] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:30,819] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:30,819] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:30,819] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:30,819] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:30,819] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:30,819] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:30,819] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:30,819] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:30,819] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:30,819] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:30,819] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:30,820] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:30,820] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:30,820] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:30,820] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:30,820] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:30,820] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:30,820] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:30,820] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:30,820] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:30,820] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:30,821] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:30,821] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:30,821] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:30,821] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:30,821] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:30,821] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:30,821] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:30,821] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: fragment = "_PORT</name><value>port-6-in</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>11</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>DEMUX</value></config></property></properties></component><component><name>WBSS-12</name><config><name>WBSS-12</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-6-out</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>12</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>MUX</value></config></property></properties></component><component><name>WBSS-13</name><config><name>WBSS-13</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-7-in</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>13</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>DEMUX</value></config></property></properties></component><component><name>WBSS-14</name><config><name>WBSS-14</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-7-out</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>14</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>MUX</value></config></property></properties></component><component><name>WBSS-15</name><config><name>WBSS-15</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-8-in</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>15</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>DEMUX</value></config></property></properties></component><component><name>WBSS-16</name><config><name>WBSS-16</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-8-out</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>16</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>MUX</value></config></property></properties></component><component><name>WBSS-17</name><config><name>WBSS-17</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-9-in</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>17</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>DEMUX</value></config></property></properties></component><component><name>WBSS-18</name><config><name>WBSS-18</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-9-out</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>18</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>MUX</value></config></property></properties></component><component><name>WBSS-19</name><config><name>WBSS-19</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-10-in</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>19</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>DEMUX</value></config></property></properties></component><component><name>WBSS-2</name><config><name>WBSS-2</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-1-out</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>2</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>MUX</value></config></property></properties></component><component><name>WBSS-20</name><config><name>WBSS-20</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-10-out</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>20</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>MUX</value></config></property></properties></component><component><name>WBSS-21</name><config><name>WBSS-21</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-11-in</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>21</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>DEMUX</value></config></property></properties></component><component><name>WBSS-22</name><config><name>WBSS-22</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-11-out</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>22</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>MUX</value></config></property></properties></component><component><name>WBSS-23</name><config><name>WBSS-23</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-12-in</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>23</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>DEMUX</value></config></property></properties></component><component><name>WBSS-24</name><config><name>WBSS-24</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-12-out</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>24</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>MUX</value></config></property></properties></component><component><name>WBSS-25</name><config><name>WBSS-25</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-13-in</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>25</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>DEMUX</value></config></property></properties></component><component><name>WBSS-26</name><config><name>WBSS-26</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-13-out</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>26</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>MUX</value></config></property></properties></component><component><name>WBSS-27</name><config><name>WBSS-27</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-14-in</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>27</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>DEMUX</value></config></property></properties></component><component><name>WBSS-28</name><config><name>WBSS-28</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-14-out</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>28</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>MUX</value></config></property></properties></component><component><name>WBSS-29</name><config><name>WBSS-29</name></c" -[2024-06-20 13:24:30,821] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:30,821] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:30,887] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:30,887] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:30,887] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:30,887] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:30,887] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:30,887] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:30,888] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:30,888] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:30,888] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:30,888] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:30,888] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:30,888] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:30,888] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:30,888] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:30,888] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:30,888] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:30,888] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:30,889] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:30,889] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:30,889] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:30,889] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:30,889] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:30,889] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:30,889] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:30,889] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:30,889] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:30,889] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:30,890] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:30,890] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:30,890] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:30,890] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:30,890] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:30,890] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:30,890] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:30,890] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: fragment = "onfig><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-15-in</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>29</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>DEMUX</value></config></property></properties></component><component><name>WBSS-3</name><config><name>WBSS-3</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-2-in</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>3</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>DEMUX</value></config></property></properties></component><component><name>WBSS-30</name><config><name>WBSS-30</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-15-out</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>30</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>MUX</value></config></property></properties></component><component><name>WBSS-31</name><config><name>WBSS-31</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-16-in</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>31</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>DEMUX</value></config></property></properties></component><component><name>WBSS-32</name><config><name>WBSS-32</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-16-out</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>32</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>MUX</value></config></property></properties></component><component><name>WBSS-4</name><config><name>WBSS-4</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-2-out</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>MUX</value></config></property></properties></component><component><name>WBSS-5</name><config><name>WBSS-5</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-3-in</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>5</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>DEMUX</value></config></property></properties></component><component><name>WBSS-6</name><config><name>WBSS-6</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-3-out</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>6</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>MUX</value></config></property></properties></component><component><name>WBSS-7</name><config><name>WBSS-7</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-4-in</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>7</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>DEMUX</value></config></property></properties></component><component><name>WBSS-8</name><config><name>WBSS-8</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-4-out</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>8</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>MUX</value></config></property></properties></component><component><name>WBSS-9</name><config><name>WBSS-9</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-5-in</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>9</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>DEMUX</value></config></property></properties></component><component><name>WSS-1</name><config><name>WSS-1</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WSS_MODULE</value></config></property><property><name>MG_ON_WSS_BAND</name><config><name>MG_ON_WSS_BAND</name><value>C-BAND</value></config></property><property><name>MG_ON_WSS_COMMON_PORT</name><config><name>MG_ON_WSS_COMMON_PORT</name><value>273</value></config></property><property><name>MG_ON_WSS_INDEX</name><config><name>MG_ON_WSS_INDEX</name><value>1</value></config></property><property><name>MG_ON_WSS_LOWER_FREQ</name><config><name>MG_ON_WSS_LOWER_FREQ</name><value>191560677</value></config></property><property><name>MG_ON_WSS_NUM_PORTS</name><config><name>MG_ON_WSS_NUM_PORTS</name><value>9</value></config></property><property><name>MG_ON_WSS_TYPE</name><config><name>MG_ON_WSS_TYPE</name><value>DEMUX</value></config></property><property><name>MG_ON_WSS_UPPER_FREQ</name><config><name>MG_ON_WSS_UPPER_FREQ</name><value>195942783</value></config></property></properties></component><component><name>WSS-10</name><config><name>WSS-10</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WSS_MODULE</value></config></property><property><name>MG_ON_WSS_BAND</name><config><name>MG_ON_WSS_BAND</name><value>S-BAND</value></config></property><property><name>MG_ON_WSS_COMMON_PORT</name><config><name>MG_ON_WSS_COMMON_PORT</name><value>282</value></config></property><property><name>MG_ON_WSS_INDEX</name><config><name>MG_ON_WSS_INDEX</name><value>10</value></config></property><property><name>MG_ON_WSS_LOWER_FREQ</name><config><name>MG_ON_WSS_LOWER_FREQ</name><value>195942784</value></config></property><property><name>MG_ON_WSS_NUM_PORTS</name><config><name>MG_ON_WSS_NUM_PORTS</name><value>9</value></config></property><property><name>MG_ON_WSS_TYPE</name><config><name>MG_ON_WSS_TYPE</name><value>DEMUX</value></config></property><property><name>MG_ON_WSS_UPPER_FREQ</name><config><name>MG_ON_WSS_UPPER_FREQ</name><value>205337300</value></config></property></properties></component><component><name>WSS-11</name><config><name>WSS-11</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WSS_MODULE</value></config></property><property><name>MG_ON_WSS_BAND</name><config><name>MG_ON_WSS_BAND</name><value>S-BAND</value></config></property><property><name>MG_ON_WSS_COMMON_PORT</name><config><name>MG_ON_WSS_COMMON_PORT</name><value>91</value></config></property><property><name>MG_ON_WSS_INDEX</name><config><name>MG_ON_WSS_INDEX</name><value>11</value></config></property><property><name>MG_ON_WSS_LOWER_FREQ</name><config><name>MG_ON_WSS_LOWER_FREQ</name><value>195942784</value></config></property><property><name>MG_ON_WSS_NUM_PORTS</name><config><name>MG_ON_WSS_NUM_PORTS</name><value>9</value></config></property><property><name>MG_ON_WSS_TYPE</name><config><name>MG_ON_WSS_TYPE</name><value>MUX</value></config></property><property><name>MG_ON_WSS_UPPER_FREQ</name><config><name>MG_ON_WSS_UPPER_FREQ</name><value>205337300</value></config></property></properties></component><component><name>WSS-12</name><config><name>WSS-12</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WSS_MODULE</value></config></property><property><name>MG_ON_WSS_BAND</name><config><name>MG_ON_WSS_BAND</name><value>S-BAND</value></config></property><property><name>MG_ON_WSS_COMMON_PORT</name><config><name>MG_ON_WSS_COMMON_PORT</name><value>92</value></config></property><property><name>MG_ON_WSS_INDEX</name><config><name>MG_ON_WSS_INDEX</name><value>12</value></config></property><property><name>MG_ON_WSS_LOWER_FREQ</name><config><name>MG_ON_WSS_LOWER_FREQ</name><value>195942784</value></config></property><property><name>MG_ON_WSS_NUM_PORTS</name><config><name>MG_ON_WSS_NUM_PORTS</name><value>9</value></config></property><property><name>MG_ON_WSS_TYPE</name><config><name>MG_ON_WSS_TYPE</name><value>MUX</value></config></property><property><name>MG_ON_WSS_UPPER_FREQ</name><config><name>MG_ON_WSS_UPPER_FREQ</name><value>205337300</value></config></property></properties></component><component><name>WSS-2</name><config><name>WSS-2</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WSS_MODULE</value></config></property><property><name>MG_ON_WSS_BAND</name><config><name>MG_ON_WSS_BAND</name><value>C-BAND</value></config></property><property><name>MG_ON_WSS_COMMON_PORT</name><config><name>MG_ON_WSS_COMMON_PORT</name><value>274</value></config></property><property><name>MG_ON_WSS_INDEX</name><config><name>MG_ON_WSS_INDEX</name><value>2</value></config></property><property><name>MG_ON_WSS_LOWER_FREQ</name><config><name>MG_ON_WSS_LOWER_FREQ</name><value>191560677</value></config></property><property><name>MG_ON_WSS_NUM_PORTS</name><config><name>MG_ON_WSS_NUM_PORTS</name><value>9</value></config></property><property><name>MG_ON_WSS_TYPE</name><config><name>MG_ON_WSS_TYPE</name><value>DEMUX</value></config></property><property><name>MG_ON_WSS_UPPER_FREQ</name><config><name>MG_ON_WSS_UPPER_FREQ</name><value>195942783</value></config></property></properties></component><component><name>WSS-3</name><config><name>WSS-3</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WSS_MODULE</value></config></property><property><name>MG_ON_WSS_BAND</name><config><name>MG_ON_WSS_BAND</name><value>C-BAND</value></config></property><property><name>MG_ON_WSS_COMMON_PORT</name><config><name>MG_ON_WSS_COMMON_PORT</name><value>83</value></config></property><property><name>MG_ON_WSS_INDEX</name><config><name>MG_ON_WSS_INDEX</name><value>3</value></config></property><property><name>MG_ON_WSS_LOWER_FREQ</name><config><name>MG_ON_WSS_LOWER_FREQ</name><value>191560677</value></config></property><property><name>MG_ON_WSS_NUM_PORTS</name><config><name>MG_ON_WSS_NUM_PORTS</name><value>9</value></config></property><property><name>MG_ON_WSS_TYPE</name><config><name>MG_ON_WSS_TYPE</name><value>MUX</value></config></property><property><name>MG_ON_WSS_UPPER_FREQ</name><config><name>MG_ON_WSS_UPPER_FREQ</name><value>195942783</value></config></property></properties></component><component><name>WSS-4</name><config><name>WSS-4</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><valu" -[2024-06-20 13:24:30,890] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:30,890] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:30,946] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:30,946] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:30,947] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:30,947] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:30,947] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:30,947] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:30,947] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:30,947] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:30,947] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:30,947] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:30,947] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:30,947] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:30,947] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:30,947] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:30,948] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:30,948] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:30,948] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:30,948] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:30,948] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:30,948] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:30,948] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:30,948] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:30,948] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:30,948] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:30,948] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:30,949] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:30,949] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:30,949] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:30,949] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:30,949] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:30,949] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:30,949] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:30,949] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:30,949] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:30,949] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: fragment = "e>MG_ON_WSS_MODULE</value></config></property><property><name>MG_ON_WSS_BAND</name><config><name>MG_ON_WSS_BAND</name><value>C-BAND</value></config></property><property><name>MG_ON_WSS_COMMON_PORT</name><config><name>MG_ON_WSS_COMMON_PORT</name><value>84</value></config></property><property><name>MG_ON_WSS_INDEX</name><config><name>MG_ON_WSS_INDEX</name><value>4</value></config></property><property><name>MG_ON_WSS_LOWER_FREQ</name><config><name>MG_ON_WSS_LOWER_FREQ</name><value>191560677</value></config></property><property><name>MG_ON_WSS_NUM_PORTS</name><config><name>MG_ON_WSS_NUM_PORTS</name><value>9</value></config></property><property><name>MG_ON_WSS_TYPE</name><config><name>MG_ON_WSS_TYPE</name><value>MUX</value></config></property><property><name>MG_ON_WSS_UPPER_FREQ</name><config><name>MG_ON_WSS_UPPER_FREQ</name><value>195942783</value></config></property></properties></component><component><name>WSS-5</name><config><name>WSS-5</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WSS_MODULE</value></config></property><property><name>MG_ON_WSS_BAND</name><config><name>MG_ON_WSS_BAND</name><value>L-BAND</value></config></property><property><name>MG_ON_WSS_COMMON_PORT</name><config><name>MG_ON_WSS_COMMON_PORT</name><value>277</value></config></property><property><name>MG_ON_WSS_INDEX</name><config><name>MG_ON_WSS_INDEX</name><value>5</value></config></property><property><name>MG_ON_WSS_LOWER_FREQ</name><config><name>MG_ON_WSS_LOWER_FREQ</name><value>184487666</value></config></property><property><name>MG_ON_WSS_NUM_PORTS</name><config><name>MG_ON_WSS_NUM_PORTS</name><value>9</value></config></property><property><name>MG_ON_WSS_TYPE</name><config><name>MG_ON_WSS_TYPE</name><value>DEMUX</value></config></property><property><name>MG_ON_WSS_UPPER_FREQ</name><config><name>MG_ON_WSS_UPPER_FREQ</name><value>191560676</value></config></property></properties></component><component><name>WSS-6</name><config><name>WSS-6</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WSS_MODULE</value></config></property><property><name>MG_ON_WSS_BAND</name><config><name>MG_ON_WSS_BAND</name><value>L-BAND</value></config></property><property><name>MG_ON_WSS_COMMON_PORT</name><config><name>MG_ON_WSS_COMMON_PORT</name><value>278</value></config></property><property><name>MG_ON_WSS_INDEX</name><config><name>MG_ON_WSS_INDEX</name><value>6</value></config></property><property><name>MG_ON_WSS_LOWER_FREQ</name><config><name>MG_ON_WSS_LOWER_FREQ</name><value>184487666</value></config></property><property><name>MG_ON_WSS_NUM_PORTS</name><config><name>MG_ON_WSS_NUM_PORTS</name><value>9</value></config></property><property><name>MG_ON_WSS_TYPE</name><config><name>MG_ON_WSS_TYPE</name><value>DEMUX</value></config></property><property><name>MG_ON_WSS_UPPER_FREQ</name><config><name>MG_ON_WSS_UPPER_FREQ</name><value>191560676</value></config></property></properties></component><component><name>WSS-7</name><config><name>WSS-7</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WSS_MODULE</value></config></property><property><name>MG_ON_WSS_BAND</name><config><name>MG_ON_WSS_BAND</name><value>L-BAND</value></config></property><property><name>MG_ON_WSS_COMMON_PORT</name><config><name>MG_ON_WSS_COMMON_PORT</name><value>87</value></config></property><property><name>MG_ON_WSS_INDEX</name><config><name>MG_ON_WSS_INDEX</name><value>7</value></config></property><property><name>MG_ON_WSS_LOWER_FREQ</name><config><name>MG_ON_WSS_LOWER_FREQ</name><value>184487666</value></config></property><property><name>MG_ON_WSS_NUM_PORTS</name><config><name>MG_ON_WSS_NUM_PORTS</name><value>9</value></config></property><property><name>MG_ON_WSS_TYPE</name><config><name>MG_ON_WSS_TYPE</name><value>MUX</value></config></property><property><name>MG_ON_WSS_UPPER_FREQ</name><config><name>MG_ON_WSS_UPPER_FREQ</name><value>191560676</value></config></property></properties></component><component><name>WSS-8</name><config><name>WSS-8</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WSS_MODULE</value></config></property><property><name>MG_ON_WSS_BAND</name><config><name>MG_ON_WSS_BAND</name><value>L-BAND</value></config></property><property><name>MG_ON_WSS_COMMON_PORT</name><config><name>MG_ON_WSS_COMMON_PORT</name><value>88</value></config></property><property><name>MG_ON_WSS_INDEX</name><config><name>MG_ON_WSS_INDEX</name><value>8</value></config></property><property><name>MG_ON_WSS_LOWER_FREQ</name><config><name>MG_ON_WSS_LOWER_FREQ</name><value>184487666</value></config></property><property><name>MG_ON_WSS_NUM_PORTS</name><config><name>MG_ON_WSS_NUM_PORTS</name><value>9</value></config></property><property><name>MG_ON_WSS_TYPE</name><config><name>MG_ON_WSS_TYPE</name><value>MUX</value></config></property><property><name>MG_ON_WSS_UPPER_FREQ</name><config><name>MG_ON_WSS_UPPER_FREQ</name><value>191560676</value></config></property></properties></component><component><name>WSS-9</name><config><name>WSS-9</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WSS_MODULE</value></config></property><property><name>MG_ON_WSS_BAND</name><config><name>MG_ON_WSS_BAND</name><value>S-BAND</value></config></property><property><name>MG_ON_WSS_COMMON_PORT</name><config><name>MG_ON_WSS_COMMON_PORT</name><value>281</value></config></property><property><name>MG_ON_WSS_INDEX</name><config><name>MG_ON_WSS_INDEX</name><value>9</value></config></property><property><name>MG_ON_WSS_LOWER_FREQ</name><config><name>MG_ON_WSS_LOWER_FREQ</name><value>195942784</value></config></property><property><name>MG_ON_WSS_NUM_PORTS</name><config><name>MG_ON_WSS_NUM_PORTS</name><value>9</value></config></property><property><name>MG_ON_WSS_TYPE</name><config><name>MG_ON_WSS_TYPE</name><value>DEMUX</value></config></property><property><name>MG_ON_WSS_UPPER_FREQ</name><config><name>MG_ON_WSS_UPPER_FREQ</name><value>205337300</value></config></property></properties></component><component><name>int-connection-1</name><config><name>int-connection-1</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-10</name><config><name>int-connection-10</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-100</name><config><name>int-connection-100</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>228</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>100</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-101</name><config><name>int-connection-101</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>20</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>101</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-102</name><config><name>int-connection-102</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>102</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-103</name><config><name>int-connection-103</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>103</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-104</name><config><name>int-connection-104</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>104</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-105</name><config><name>int-connection-105</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>105</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-106</name><config><name>int-connection-106</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name" -[2024-06-20 13:24:30,950] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:30,950] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:31,002] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:31,003] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:31,003] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:31,003] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:31,003] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:31,003] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:31,003] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:31,003] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:31,003] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:31,003] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:31,003] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:31,004] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:31,004] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:31,004] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:31,004] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:31,004] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:31,004] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:31,004] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:31,004] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:31,005] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:31,005] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:31,005] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:31,005] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:31,005] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:31,005] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:31,005] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:31,006] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:31,006] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:31,006] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:31,006] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:31,006] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:31,006] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:31,006] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:31,007] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:31,007] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: fragment = "><config><name>MG_ON_INT_CONN_INDEX</name><value>106</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-107</name><config><name>int-connection-107</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>107</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-108</name><config><name>int-connection-108</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>18</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>108</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-109</name><config><name>int-connection-109</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>20</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>109</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-11</name><config><name>int-connection-11</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-110</name><config><name>int-connection-110</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>110</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-111</name><config><name>int-connection-111</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>111</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-112</name><config><name>int-connection-112</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>112</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-113</name><config><name>int-connection-113</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>37</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>113</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-114</name><config><name>int-connection-114</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>38</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>114</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-115</name><config><name>int-connection-115</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>39</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>115</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-116</name><config><name>int-connection-116</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>40</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>116</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-117</name><config><name>int-connection-117</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>229</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>117</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-118</name><config><name>int-connection-118</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>230</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>118</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-119</name><config><name>int-connection-119</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>231</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>119</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-12</name><config><name>int-connection-12</name></config><state><empt" -[2024-06-20 13:24:31,007] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:31,007] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:31,069] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:31,070] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:31,070] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:31,070] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:31,070] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:31,070] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:31,070] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:31,070] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:31,070] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:31,070] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:31,070] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:31,071] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:31,071] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:31,071] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:31,071] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:31,071] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:31,071] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:31,071] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:31,071] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:31,071] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:31,072] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:31,072] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:31,072] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:31,072] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:31,072] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:31,072] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:31,072] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:31,072] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:31,072] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:31,072] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:31,073] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:31,073] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:31,073] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:31,073] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:31,073] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: fragment = "y>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-120</name><config><name>int-connection-120</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>232</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>120</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-121</name><config><name>int-connection-121</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>121</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-122</name><config><name>int-connection-122</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>122</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-123</name><config><name>int-connection-123</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>123</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-124</name><config><name>int-connection-124</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>124</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-125</name><config><name>int-connection-125</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>125</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-126</name><config><name>int-connection-126</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>126</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-127</name><config><name>int-connection-127</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>20</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>127</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-128</name><config><name>int-connection-128</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>128</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-129</name><config><name>int-connection-129</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>129</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-13</name><config><name>int-connection-13</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>17</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-130</name><config><name>int-connection-130</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>130</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-131</name><config><name>int-connection-131</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>131</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-132</name><config><name>int-connection-132</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>12</value></config></property><propert" -[2024-06-20 13:24:31,073] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:31,073] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:31,126] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:31,126] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:31,126] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:31,126] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:31,126] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:31,127] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:31,127] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:31,127] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:31,127] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:31,127] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:31,127] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:31,128] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:31,128] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:31,128] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:31,128] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:31,128] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:31,128] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:31,129] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:31,129] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:31,129] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:31,129] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:31,129] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:31,129] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:31,129] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:31,129] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:31,130] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:31,130] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:31,130] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:31,130] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:31,130] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:31,130] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:31,131] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:31,131] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:31,131] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:31,131] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: fragment = "y><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>132</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-133</name><config><name>int-connection-133</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>41</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>133</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-134</name><config><name>int-connection-134</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>42</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>134</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-135</name><config><name>int-connection-135</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>43</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>135</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-136</name><config><name>int-connection-136</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>44</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>136</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-137</name><config><name>int-connection-137</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>233</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>137</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-138</name><config><name>int-connection-138</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>234</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>138</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-139</name><config><name>int-connection-139</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>235</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>139</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-14</name><config><name>int-connection-14</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>18</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-140</name><config><name>int-connection-140</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>236</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>140</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-141</name><config><name>int-connection-141</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>141</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-142</name><config><name>int-connection-142</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>142</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-143</name><config><name>int-connection-143</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>143</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-144</name><config><name>int-connection-144</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>144</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-145</name><config><name>int-connection-145</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_INDE" -[2024-06-20 13:24:31,131] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:31,131] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:31,182] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:31,182] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:31,182] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:31,182] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:31,182] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:31,183] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:31,183] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:31,183] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:31,183] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:31,183] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:31,184] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:31,184] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:31,184] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:31,184] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:31,184] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:31,184] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:31,185] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:31,185] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:31,185] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:31,185] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:31,185] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:31,185] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:31,186] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:31,186] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:31,186] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:31,186] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:31,186] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:31,186] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:31,186] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:31,187] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:31,187] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:31,187] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:31,187] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:31,187] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:31,187] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: fragment = "X</name><config><name>MG_ON_INT_CONN_INDEX</name><value>145</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-146</name><config><name>int-connection-146</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>146</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-147</name><config><name>int-connection-147</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>147</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-148</name><config><name>int-connection-148</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>148</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-149</name><config><name>int-connection-149</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>149</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-15</name><config><name>int-connection-15</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>19</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-150</name><config><name>int-connection-150</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>150</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-151</name><config><name>int-connection-151</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>151</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-152</name><config><name>int-connection-152</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>152</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-153</name><config><name>int-connection-153</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>45</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>153</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-154</name><config><name>int-connection-154</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>46</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>154</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-155</name><config><name>int-connection-155</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>47</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>155</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-156</name><config><name>int-connection-156</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>48</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>156</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-157</name><config><name>int-connection-157</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>237</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>157</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-158</name><config><name>int-connection-158</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>238</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>158</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-159</name><config><name>int-connection-159</name></config><st" -[2024-06-20 13:24:31,187] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:31,188] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:31,241] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:31,241] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:31,242] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:31,242] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:31,242] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:31,242] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:31,242] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:31,242] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:31,242] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:31,243] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:31,243] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:31,243] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:31,243] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:31,243] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:31,243] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:31,243] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:31,243] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:31,243] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:31,243] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:31,244] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:31,244] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:31,244] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:31,244] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:31,245] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:31,245] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:31,245] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:31,245] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:31,245] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:31,245] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:31,246] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:31,246] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:31,246] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:31,246] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:31,246] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:31,246] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: fragment = "ate><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>239</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>159</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-16</name><config><name>int-connection-16</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>20</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-160</name><config><name>int-connection-160</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>240</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>160</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-161</name><config><name>int-connection-161</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>17</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>161</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-162</name><config><name>int-connection-162</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>17</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>162</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-163</name><config><name>int-connection-163</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>17</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>163</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-164</name><config><name>int-connection-164</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>17</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>164</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-165</name><config><name>int-connection-165</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>17</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>165</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-166</name><config><name>int-connection-166</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>17</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>166</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-167</name><config><name>int-connection-167</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>17</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>167</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-168</name><config><name>int-connection-168</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>17</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>168</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-169</name><config><name>int-connection-169</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>17</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>169</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-17</name><config><name>int-connection-17</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>209</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>17</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-170</name><config><name>int-connection-170</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>17</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>170</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-171</name><config><name>int-connection-171</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>17</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT<" -[2024-06-20 13:24:31,247] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:31,247] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:31,296] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:31,296] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:31,297] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:31,297] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:31,297] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:31,297] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:31,297] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:31,297] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:31,297] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:31,297] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:31,297] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:31,297] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:31,297] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:31,298] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:31,298] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:31,298] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:31,298] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:31,298] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:31,298] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:31,298] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:31,298] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:31,298] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:31,298] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:31,299] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:31,299] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:31,299] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:31,299] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:31,299] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:31,299] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:31,299] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:31,299] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:31,299] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:31,300] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:31,300] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:31,300] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: fragment = "/name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>171</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-172</name><config><name>int-connection-172</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>17</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>172</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-173</name><config><name>int-connection-173</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>17</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>49</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>173</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-174</name><config><name>int-connection-174</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>17</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>50</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>174</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-175</name><config><name>int-connection-175</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>17</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>51</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>175</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-176</name><config><name>int-connection-176</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>17</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>52</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>176</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-177</name><config><name>int-connection-177</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>18</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>241</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>177</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-178</name><config><name>int-connection-178</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>18</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>242</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>178</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-179</name><config><name>int-connection-179</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>18</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>243</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>179</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-18</name><config><name>int-connection-18</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>210</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>18</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-180</name><config><name>int-connection-180</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>18</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>244</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>180</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-181</name><config><name>int-connection-181</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>19</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>181</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-182</name><config><name>int-connection-182</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>19</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>182</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-183</name><config><name>int-connection-183</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>19</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>183</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-184</name><config><name>int-connection-184</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>19</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>10</value>" -[2024-06-20 13:24:31,300] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:31,300] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:31,352] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:31,353] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:31,353] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:31,353] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:31,353] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:31,353] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:31,353] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:31,353] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:31,353] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:31,354] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:31,354] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:31,354] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:31,354] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:31,354] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:31,354] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:31,354] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:31,354] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:31,355] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:31,355] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:31,355] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:31,355] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:31,355] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:31,355] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:31,355] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:31,355] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:31,355] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:31,355] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:31,356] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:31,356] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:31,356] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:31,356] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:31,356] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:31,356] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:31,356] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:31,356] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: fragment = "</config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>184</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-185</name><config><name>int-connection-185</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>19</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>185</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-186</name><config><name>int-connection-186</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>19</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>186</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-187</name><config><name>int-connection-187</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>19</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>187</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-188</name><config><name>int-connection-188</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>19</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>188</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-189</name><config><name>int-connection-189</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>19</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>189</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-19</name><config><name>int-connection-19</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>211</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>19</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-190</name><config><name>int-connection-190</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>19</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>190</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-191</name><config><name>int-connection-191</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>19</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>191</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-192</name><config><name>int-connection-192</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>19</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>192</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-193</name><config><name>int-connection-193</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>19</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>53</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>193</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-194</name><config><name>int-connection-194</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>19</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>54</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>194</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-195</name><config><name>int-connection-195</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>19</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>55</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>195</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-196</name><config><name>int-connection-196</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>19</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>56</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>196</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-197</name><config><name>int-connection-197</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>20</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>245</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>197</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-198</name><config><nam" -[2024-06-20 13:24:31,357] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:31,357] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:31,410] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:31,410] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:31,410] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:31,411] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:31,411] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:31,411] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:31,411] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:31,411] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:31,411] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:31,411] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:31,411] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:31,411] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:31,411] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:31,411] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:31,411] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:31,412] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:31,412] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:31,412] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:31,412] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:31,412] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:31,412] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:31,412] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:31,412] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:31,412] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:31,413] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:31,413] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:31,413] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:31,413] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:31,413] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:31,413] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:31,413] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:31,413] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:31,413] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:31,413] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:31,413] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: fragment = "e>int-connection-198</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>20</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>246</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>198</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-199</name><config><name>int-connection-199</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>20</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>247</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>199</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-2</name><config><name>int-connection-2</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-20</name><config><name>int-connection-20</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>212</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>20</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-200</name><config><name>int-connection-200</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>20</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>248</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>200</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-201</name><config><name>int-connection-201</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>21</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>201</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-202</name><config><name>int-connection-202</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>21</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>202</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-203</name><config><name>int-connection-203</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>21</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>203</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-204</name><config><name>int-connection-204</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>21</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>204</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-205</name><config><name>int-connection-205</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>21</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>205</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-206</name><config><name>int-connection-206</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>21</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>206</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-207</name><config><name>int-connection-207</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>21</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>207</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-208</name><config><name>int-connection-208</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>21</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>208</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-209</name><config><name>int-connection-209</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>21</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>209</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-21</name><config><name>int-connection-21</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><" -[2024-06-20 13:24:31,414] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:31,414] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:31,465] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:31,465] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:31,465] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:31,465] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:31,465] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:31,465] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:31,466] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:31,466] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:31,466] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:31,466] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:31,466] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:31,466] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:31,467] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:31,467] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:31,467] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:31,467] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:31,467] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:31,467] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:31,468] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:31,468] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:31,468] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:31,468] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:31,468] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:31,468] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:31,469] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:31,469] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:31,469] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:31,469] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:31,469] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:31,469] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:31,469] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:31,470] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:31,470] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:31,470] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:31,470] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: fragment = "name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>21</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-210</name><config><name>int-connection-210</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>21</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>210</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-211</name><config><name>int-connection-211</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>21</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>211</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-212</name><config><name>int-connection-212</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>21</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>212</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-213</name><config><name>int-connection-213</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>21</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>57</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>213</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-214</name><config><name>int-connection-214</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>21</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>58</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>214</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-215</name><config><name>int-connection-215</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>21</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>59</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>215</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-216</name><config><name>int-connection-216</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>21</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>60</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>216</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-217</name><config><name>int-connection-217</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>249</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>217</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-218</name><config><name>int-connection-218</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>250</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>218</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-219</name><config><name>int-connection-219</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>251</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>219</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-22</name><config><name>int-connection-22</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-220</name><config><name>int-connection-220</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>252</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>220</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-221</name><config><name>int-connection-221</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>23</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>221</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-222</name><config><name>int-connection-222</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>23</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name" -[2024-06-20 13:24:31,470] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:31,470] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:31,522] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:31,523] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:31,523] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:31,523] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:31,523] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:31,523] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:31,523] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:31,524] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:31,524] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:31,524] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:31,524] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:31,524] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:31,524] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:31,525] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:31,525] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:31,525] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:31,525] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:31,525] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:31,525] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:31,525] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:31,526] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:31,526] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:31,526] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:31,526] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:31,526] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:31,526] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:31,527] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:31,527] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:31,527] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:31,527] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:31,527] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:31,527] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:31,527] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:31,528] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:31,528] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: fragment = "><value>12</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>222</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-223</name><config><name>int-connection-223</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>23</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>223</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-224</name><config><name>int-connection-224</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>23</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>224</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-225</name><config><name>int-connection-225</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>23</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>225</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-226</name><config><name>int-connection-226</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>23</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>226</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-227</name><config><name>int-connection-227</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>23</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>227</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-228</name><config><name>int-connection-228</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>23</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>228</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-229</name><config><name>int-connection-229</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>23</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>229</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-23</name><config><name>int-connection-23</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>23</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-230</name><config><name>int-connection-230</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>23</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>230</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-231</name><config><name>int-connection-231</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>23</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>231</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-232</name><config><name>int-connection-232</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>23</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>232</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-233</name><config><name>int-connection-233</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>23</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>61</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>233</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-234</name><config><name>int-connection-234</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>23</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>62</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>234</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-235</name><config><name>int-connection-235</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>23</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>63</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>235</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-236</name><config><name>int-connection-236</name></config><state><empty>" -[2024-06-20 13:24:31,528] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:31,528] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:31,581] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:31,581] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:31,581] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:31,581] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:31,581] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:31,581] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:31,581] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:31,581] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:31,582] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:31,582] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:31,582] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:31,582] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:31,582] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:31,582] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:31,582] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:31,582] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:31,582] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:31,582] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:31,582] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:31,583] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:31,583] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:31,583] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:31,583] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:31,583] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:31,583] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:31,583] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:31,583] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:31,583] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:31,584] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:31,584] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:31,584] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:31,584] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:31,584] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:31,584] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:31,584] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: fragment = "false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>23</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>64</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>236</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-237</name><config><name>int-connection-237</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>253</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>237</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-238</name><config><name>int-connection-238</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>254</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>238</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-239</name><config><name>int-connection-239</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>255</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>239</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-24</name><config><name>int-connection-24</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>18</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-240</name><config><name>int-connection-240</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>256</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>240</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-241</name><config><name>int-connection-241</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>25</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>241</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-242</name><config><name>int-connection-242</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>25</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>242</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-243</name><config><name>int-connection-243</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>25</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>243</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-244</name><config><name>int-connection-244</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>25</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>244</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-245</name><config><name>int-connection-245</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>25</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>245</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-246</name><config><name>int-connection-246</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>25</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>246</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-247</name><config><name>int-connection-247</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>25</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>247</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-248</name><config><name>int-connection-248</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>25</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>248</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-249</name><config><name>int-connection-249</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>25</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT" -[2024-06-20 13:24:31,584] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:31,584] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:31,638] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:31,638] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:31,638] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:31,639] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:31,639] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:31,639] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:31,639] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:31,639] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:31,639] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:31,640] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:31,640] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:31,640] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:31,640] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:31,640] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:31,640] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:31,641] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:31,641] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:31,641] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:31,641] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:31,641] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:31,641] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:31,642] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:31,642] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:31,642] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:31,642] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:31,642] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:31,642] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:31,643] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:31,643] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:31,643] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:31,643] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:31,643] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:31,644] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:31,644] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:31,644] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: fragment = "_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>18</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>249</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-25</name><config><name>int-connection-25</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>20</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>25</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-250</name><config><name>int-connection-250</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>25</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>20</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>250</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-251</name><config><name>int-connection-251</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>25</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>251</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-252</name><config><name>int-connection-252</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>25</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>252</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-253</name><config><name>int-connection-253</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>25</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>17</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>253</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-254</name><config><name>int-connection-254</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>25</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>18</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>254</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-255</name><config><name>int-connection-255</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>25</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>19</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>255</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-256</name><config><name>int-connection-256</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>25</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>20</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>256</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-257</name><config><name>int-connection-257</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>209</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>257</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-258</name><config><name>int-connection-258</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>210</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>258</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-259</name><config><name>int-connection-259</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>211</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>259</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-26</name><config><name>int-connection-26</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-260</name><config><name>int-connection-260</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>212</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>260</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-261</name><config><name>int-connection-261</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>27</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property>" -[2024-06-20 13:24:31,644] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:31,644] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:31,706] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:31,706] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:31,706] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:31,706] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:31,707] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:31,707] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:31,707] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:31,707] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:31,707] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:31,708] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:31,708] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:31,708] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:31,708] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:31,709] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:31,709] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:31,709] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:31,709] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:31,709] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:31,710] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:31,710] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:31,710] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:31,710] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:31,710] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:31,710] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:31,711] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:31,711] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:31,711] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:31,711] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:31,711] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:31,711] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:31,712] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:31,712] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:31,712] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:31,712] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:31,712] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: fragment = "<property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>261</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-262</name><config><name>int-connection-262</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>27</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>262</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-263</name><config><name>int-connection-263</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>27</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>263</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-264</name><config><name>int-connection-264</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>27</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>264</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-265</name><config><name>int-connection-265</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>27</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>265</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-266</name><config><name>int-connection-266</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>27</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>266</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-267</name><config><name>int-connection-267</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>27</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>267</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-268</name><config><name>int-connection-268</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>27</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>268</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-269</name><config><name>int-connection-269</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>27</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>18</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>269</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-27</name><config><name>int-connection-27</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>27</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-270</name><config><name>int-connection-270</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>27</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>20</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>270</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-271</name><config><name>int-connection-271</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>27</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>271</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-272</name><config><name>int-connection-272</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>27</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>272</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-273</name><config><name>int-connection-273</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>27</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>21</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>273</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-274</name><config><name>int-connection-274</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>27</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>274</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-275</name><config><name>int-connection-275</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name" -[2024-06-20 13:24:31,713] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:31,713] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:31,772] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:31,773] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:31,773] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:31,773] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:31,773] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:31,773] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:31,774] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:31,774] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:31,774] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:31,774] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:31,774] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:31,775] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:31,775] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:31,775] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:31,775] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:31,775] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:31,775] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:31,776] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:31,776] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:31,776] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:31,776] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:31,776] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:31,776] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:31,777] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:31,777] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:31,777] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:31,777] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:31,777] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:31,778] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:31,778] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:31,778] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:31,778] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:31,778] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:31,778] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:31,779] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: fragment = "><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>27</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>23</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>275</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-276</name><config><name>int-connection-276</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>27</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>276</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-277</name><config><name>int-connection-277</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>213</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>277</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-278</name><config><name>int-connection-278</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>214</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>278</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-279</name><config><name>int-connection-279</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>215</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>279</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-28</name><config><name>int-connection-28</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-280</name><config><name>int-connection-280</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>216</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>280</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-281</name><config><name>int-connection-281</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>29</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>281</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-282</name><config><name>int-connection-282</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>29</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>282</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-283</name><config><name>int-connection-283</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>29</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>283</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-284</name><config><name>int-connection-284</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>29</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>284</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-285</name><config><name>int-connection-285</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>29</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>285</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-286</name><config><name>int-connection-286</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>29</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>286</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-287</name><config><name>int-connection-287</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>29</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>287</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-288</name><config><name>int-connection-288</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>29</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></propert" -[2024-06-20 13:24:31,779] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:31,779] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:31,836] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:31,836] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:31,836] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:31,836] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:31,836] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:31,836] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:31,836] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:31,837] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:31,837] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:31,837] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:31,837] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:31,837] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:31,837] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:31,837] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:31,837] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:31,837] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:31,837] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:31,838] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:31,838] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:31,838] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:31,838] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:31,838] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:31,838] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:31,838] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:31,838] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:31,838] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:31,838] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:31,839] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:31,839] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:31,839] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:31,839] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:31,839] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:31,839] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:31,839] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:31,839] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: fragment = "y><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>288</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-289</name><config><name>int-connection-289</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>29</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>18</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>289</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-29</name><config><name>int-connection-29</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>29</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-290</name><config><name>int-connection-290</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>29</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>20</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>290</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-291</name><config><name>int-connection-291</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>29</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>291</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-292</name><config><name>int-connection-292</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>29</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>292</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-293</name><config><name>int-connection-293</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>29</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>25</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>293</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-294</name><config><name>int-connection-294</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>29</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>294</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-295</name><config><name>int-connection-295</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>29</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>27</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>295</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-296</name><config><name>int-connection-296</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>29</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>296</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-297</name><config><name>int-connection-297</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>217</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>297</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-298</name><config><name>int-connection-298</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>218</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>298</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-299</name><config><name>int-connection-299</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>219</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>299</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-3</name><config><name>int-connection-3</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-30</name><config><name>int-connection-30</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX<" -[2024-06-20 13:24:31,839] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:31,839] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:31,909] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:31,909] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:31,909] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:31,909] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:31,909] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:31,909] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:31,909] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:31,909] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:31,909] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:31,910] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:31,910] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:31,910] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:31,910] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:31,910] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:31,910] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:31,910] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:31,910] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:31,910] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:31,910] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:31,910] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:31,911] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:31,911] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:31,911] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:31,911] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:31,911] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:31,911] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:31,911] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:31,911] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:31,911] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:31,911] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:31,911] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:31,912] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:31,912] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:31,912] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:31,912] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: fragment = "/name><value>30</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-300</name><config><name>int-connection-300</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>220</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>300</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-301</name><config><name>int-connection-301</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>31</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>301</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-302</name><config><name>int-connection-302</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>31</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>302</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-303</name><config><name>int-connection-303</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>31</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>303</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-304</name><config><name>int-connection-304</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>31</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>304</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-305</name><config><name>int-connection-305</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>31</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>305</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-306</name><config><name>int-connection-306</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>31</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>306</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-307</name><config><name>int-connection-307</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>31</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>307</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-308</name><config><name>int-connection-308</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>31</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>308</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-309</name><config><name>int-connection-309</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>31</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>18</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>309</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-31</name><config><name>int-connection-31</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>31</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-310</name><config><name>int-connection-310</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>31</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>20</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>310</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-311</name><config><name>int-connection-311</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>31</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>311</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-312</name><config><name>int-connection-312</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>31</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>312</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-313</name><config><name>int-connection-313</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><proper" -[2024-06-20 13:24:31,912] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:31,912] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:31,977] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:31,977] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:31,977] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:31,977] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:31,977] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:31,977] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:31,978] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:31,978] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:31,978] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:31,978] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:31,978] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:31,978] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:31,978] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:31,978] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:31,979] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:31,979] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:31,979] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:31,979] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:31,979] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:31,979] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:31,979] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:31,979] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:31,979] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:31,979] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:31,980] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:31,980] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:31,980] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:31,980] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:31,980] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:31,980] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:31,981] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:31,981] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:31,981] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:31,981] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:31,981] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: fragment = "ty><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>31</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>29</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>313</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-314</name><config><name>int-connection-314</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>31</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>314</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-315</name><config><name>int-connection-315</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>31</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>31</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>315</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-316</name><config><name>int-connection-316</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>31</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>316</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-317</name><config><name>int-connection-317</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>221</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>317</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-318</name><config><name>int-connection-318</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>222</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>318</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-319</name><config><name>int-connection-319</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>223</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>319</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-32</name><config><name>int-connection-32</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-320</name><config><name>int-connection-320</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>224</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>320</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-321</name><config><name>int-connection-321</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>129</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>321</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-322</name><config><name>int-connection-322</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>130</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>322</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-323</name><config><name>int-connection-323</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>131</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>323</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-324</name><config><name>int-connection-324</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>132</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>324</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-325</name><config><name>int-connection-325</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>133</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>325</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-326</name><config><name>int-connection-326</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN" -[2024-06-20 13:24:31,981] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:31,981] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:32,032] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:32,032] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:32,032] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:32,033] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:32,033] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:32,033] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:32,033] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:32,033] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:32,033] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:32,033] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:32,033] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:32,033] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:32,033] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:32,033] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:32,034] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:32,034] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:32,034] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:32,034] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:32,034] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:32,034] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:32,034] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:32,034] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:32,034] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:32,034] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:32,035] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:32,035] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:32,035] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:32,035] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:32,035] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:32,035] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:32,035] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:32,035] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:32,035] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:32,035] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:32,036] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: fragment = "_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>134</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>326</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-327</name><config><name>int-connection-327</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>135</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>327</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-328</name><config><name>int-connection-328</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>136</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>328</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-329</name><config><name>int-connection-329</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>137</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>329</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-33</name><config><name>int-connection-33</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>21</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>33</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-330</name><config><name>int-connection-330</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>138</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>330</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-331</name><config><name>int-connection-331</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>139</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>331</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-332</name><config><name>int-connection-332</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>140</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>332</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-333</name><config><name>int-connection-333</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>141</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>333</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-334</name><config><name>int-connection-334</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>142</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>334</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-335</name><config><name>int-connection-335</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>143</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>335</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-336</name><config><name>int-connection-336</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>144</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>336</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-337</name><config><name>int-connection-337</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>145</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>337</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-338</name><config><name>int-connection-338</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>146</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>338</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-339</name><config><name>int-connection-339</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>321</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>339</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN" -[2024-06-20 13:24:32,036] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:32,036] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:32,089] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:32,089] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:32,089] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:32,089] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:32,089] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:32,089] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:32,089] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:32,089] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:32,090] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:32,090] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:32,090] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:32,090] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:32,090] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:32,090] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:32,090] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:32,090] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:32,090] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:32,090] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:32,091] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:32,091] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:32,091] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:32,091] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:32,091] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:32,091] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:32,091] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:32,091] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:32,091] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:32,091] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:32,092] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:32,092] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:32,092] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:32,092] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:32,092] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:32,092] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:32,092] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: fragment = "_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-34</name><config><name>int-connection-34</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>34</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-340</name><config><name>int-connection-340</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>322</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>340</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-341</name><config><name>int-connection-341</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>323</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>341</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-342</name><config><name>int-connection-342</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>324</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>342</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-343</name><config><name>int-connection-343</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>325</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>343</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-344</name><config><name>int-connection-344</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>326</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>344</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-345</name><config><name>int-connection-345</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>327</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>345</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-346</name><config><name>int-connection-346</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>328</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>346</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-347</name><config><name>int-connection-347</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>329</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>347</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-348</name><config><name>int-connection-348</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>330</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>348</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-349</name><config><name>int-connection-349</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>331</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>349</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-35</name><config><name>int-connection-35</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>23</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>35</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-350</name><config><name>int-connection-350</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>332</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>350</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-351</name><config><name>int-connection-351</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>333</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>351</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-352</name><config><name>int-connection-352</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_I" -[2024-06-20 13:24:32,092] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:32,092] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:32,145] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:32,145] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:32,145] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:32,145] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:32,145] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:32,145] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:32,145] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:32,145] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:32,146] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:32,146] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:32,146] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:32,146] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:32,146] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:32,146] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:32,146] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:32,146] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:32,147] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:32,147] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:32,147] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:32,147] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:32,147] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:32,147] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:32,147] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:32,147] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:32,147] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:32,147] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:32,148] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:32,148] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:32,148] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:32,148] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:32,148] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:32,148] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:32,148] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:32,148] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:32,149] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: fragment = "NT_CONN_COMPONENT_FROM</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>334</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>352</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-353</name><config><name>int-connection-353</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>335</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>353</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-354</name><config><name>int-connection-354</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>336</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>354</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-355</name><config><name>int-connection-355</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>337</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>355</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-356</name><config><name>int-connection-356</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>338</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>356</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-357</name><config><name>int-connection-357</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>147</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>357</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-358</name><config><name>int-connection-358</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>148</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>358</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-359</name><config><name>int-connection-359</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>149</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>359</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-36</name><config><name>int-connection-36</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>36</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-360</name><config><name>int-connection-360</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>150</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>360</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-361</name><config><name>int-connection-361</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>151</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>361</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-362</name><config><name>int-connection-362</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>152</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>362</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-363</name><config><name>int-connection-363</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>153</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>363</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-364</name><config><name>int-connection-364</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>154</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>364</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-365</name><config><name>int-connection-365</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</na" -[2024-06-20 13:24:32,149] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:32,149] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:32,202] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:32,202] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:32,202] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:32,203] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:32,203] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:32,203] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:32,203] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:32,203] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:32,203] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:32,203] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:32,203] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:32,203] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:32,203] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:32,203] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:32,204] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:32,204] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:32,204] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:32,204] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:32,204] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:32,204] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:32,204] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:32,204] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:32,204] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:32,204] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:32,205] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:32,205] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:32,205] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:32,205] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:32,205] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:32,205] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:32,205] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:32,205] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:32,205] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:32,205] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:32,205] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: fragment = "me><value>155</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>365</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-366</name><config><name>int-connection-366</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>156</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>366</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-367</name><config><name>int-connection-367</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>157</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>367</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-368</name><config><name>int-connection-368</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>158</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>368</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-369</name><config><name>int-connection-369</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>159</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>369</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-37</name><config><name>int-connection-37</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>213</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>37</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-370</name><config><name>int-connection-370</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>160</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>370</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-371</name><config><name>int-connection-371</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>161</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>371</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-372</name><config><name>int-connection-372</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>162</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>372</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-373</name><config><name>int-connection-373</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>163</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>373</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-374</name><config><name>int-connection-374</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>164</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>374</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-375</name><config><name>int-connection-375</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>339</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>375</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-376</name><config><name>int-connection-376</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>340</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>376</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-377</name><config><name>int-connection-377</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>341</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>377</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-378</name><config><name>int-connection-378</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>342</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>378</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-379</name><config><name>int-connection-379</name></config><state><empty>false</empt" -[2024-06-20 13:24:32,206] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:32,206] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:32,258] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:32,258] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:32,258] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:32,259] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:32,259] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:32,259] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:32,259] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:32,259] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:32,259] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:32,259] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:32,259] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:32,259] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:32,259] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:32,259] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:32,260] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:32,260] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:32,260] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:32,260] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:32,260] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:32,260] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:32,260] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:32,260] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:32,260] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:32,260] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:32,261] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:32,261] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:32,261] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:32,261] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:32,261] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:32,261] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:32,261] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:32,261] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:32,261] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:32,261] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:32,262] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: fragment = "y></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>343</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>379</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-38</name><config><name>int-connection-38</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>214</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>38</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-380</name><config><name>int-connection-380</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>344</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>380</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-381</name><config><name>int-connection-381</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>345</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>381</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-382</name><config><name>int-connection-382</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>346</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>382</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-383</name><config><name>int-connection-383</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>347</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>383</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-384</name><config><name>int-connection-384</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>348</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>384</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-385</name><config><name>int-connection-385</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>349</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>385</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-386</name><config><name>int-connection-386</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>350</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>386</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-387</name><config><name>int-connection-387</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>351</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>387</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-388</name><config><name>int-connection-388</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>352</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>388</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-389</name><config><name>int-connection-389</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>353</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>389</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-39</name><config><name>int-connection-39</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>215</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>39</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-390</name><config><name>int-connection-390</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>354</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>390</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-391</name><config><name>int-connection-391</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><prop" -[2024-06-20 13:24:32,262] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:32,262] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:32,316] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:32,316] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:32,316] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:32,316] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:32,316] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:32,316] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:32,316] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:32,316] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:32,317] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:32,317] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:32,317] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:32,317] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:32,317] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:32,317] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:32,317] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:32,317] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:32,317] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:32,317] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:32,317] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:32,317] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:32,318] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:32,318] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:32,318] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:32,318] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:32,318] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:32,318] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:32,318] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:32,318] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:32,318] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:32,318] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:32,318] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:32,319] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:32,319] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:32,319] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:32,319] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: fragment = "erty><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>355</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>391</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-392</name><config><name>int-connection-392</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>356</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>392</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-393</name><config><name>int-connection-393</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>165</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>393</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-394</name><config><name>int-connection-394</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>166</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>394</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-395</name><config><name>int-connection-395</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>167</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>395</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-396</name><config><name>int-connection-396</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>168</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>396</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-397</name><config><name>int-connection-397</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>169</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>397</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-398</name><config><name>int-connection-398</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>170</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>398</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-399</name><config><name>int-connection-399</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>171</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>399</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-4</name><config><name>int-connection-4</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-40</name><config><name>int-connection-40</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>216</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>40</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-400</name><config><name>int-connection-400</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>172</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>400</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-401</name><config><name>int-connection-401</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>173</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>401</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-402</name><config><name>int-connection-402</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>174</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>402</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-403</name><config><name>int-connection-403</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>175</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>403</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_" -[2024-06-20 13:24:32,319] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:32,319] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:32,376] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:32,377] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:32,377] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:32,377] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:32,377] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:32,377] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:32,377] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:32,377] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:32,377] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:32,377] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:32,377] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:32,377] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:32,378] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:32,378] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:32,378] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:32,378] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:32,378] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:32,378] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:32,378] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:32,378] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:32,378] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:32,378] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:32,378] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:32,379] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:32,379] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:32,379] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:32,379] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:32,379] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:32,379] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:32,379] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:32,379] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:32,379] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:32,379] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:32,380] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:32,380] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: fragment = "ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-404</name><config><name>int-connection-404</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>176</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>404</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-405</name><config><name>int-connection-405</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>177</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>405</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-406</name><config><name>int-connection-406</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>178</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>406</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-407</name><config><name>int-connection-407</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>179</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>407</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-408</name><config><name>int-connection-408</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>180</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>408</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-409</name><config><name>int-connection-409</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>181</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>409</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-41</name><config><name>int-connection-41</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>41</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-410</name><config><name>int-connection-410</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>182</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>410</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-411</name><config><name>int-connection-411</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>357</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>411</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-412</name><config><name>int-connection-412</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>358</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>412</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-413</name><config><name>int-connection-413</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>359</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>413</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-414</name><config><name>int-connection-414</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>360</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>414</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-415</name><config><name>int-connection-415</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>361</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>415</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-416</name><config><name>int-connection-416</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>362</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>416</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-417</name><config><name>int-connection-417</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT" -[2024-06-20 13:24:32,380] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:32,380] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:32,437] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:32,438] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:32,438] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:32,438] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:32,438] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:32,438] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:32,438] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:32,438] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:32,438] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:32,438] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:32,438] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:32,439] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:32,439] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:32,439] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:32,439] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:32,439] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:32,439] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:32,439] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:32,439] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:32,439] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:32,439] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:32,439] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:32,440] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:32,440] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:32,440] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:32,440] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:32,440] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:32,440] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:32,440] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:32,440] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:32,440] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:32,440] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:32,441] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:32,441] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:32,441] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: fragment = "_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>363</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>417</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-418</name><config><name>int-connection-418</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>364</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>418</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-419</name><config><name>int-connection-419</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>365</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>419</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-42</name><config><name>int-connection-42</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>42</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-420</name><config><name>int-connection-420</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>366</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>420</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-421</name><config><name>int-connection-421</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>367</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>421</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-422</name><config><name>int-connection-422</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>368</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>422</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-423</name><config><name>int-connection-423</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>369</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>423</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-424</name><config><name>int-connection-424</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>370</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>424</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-425</name><config><name>int-connection-425</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>371</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>425</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-426</name><config><name>int-connection-426</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>372</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>426</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-427</name><config><name>int-connection-427</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>373</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>427</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-428</name><config><name>int-connection-428</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>374</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>428</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-43</name><config><name>int-connection-43</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>18</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>43</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-44</name><config><name>int-connection-44</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>20</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></propert" -[2024-06-20 13:24:32,441] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:32,441] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:32,519] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:32,519] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:32,520] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:32,520] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:32,520] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:32,520] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:32,520] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:32,520] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:32,520] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:32,520] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:32,520] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:32,520] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:32,520] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:32,521] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:32,521] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:32,521] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:32,521] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:32,521] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:32,521] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:32,521] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:32,521] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:32,521] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:32,521] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:32,521] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:32,522] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:32,522] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:32,522] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:32,522] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:32,522] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:32,522] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:32,522] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:32,522] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:32,522] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:32,522] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:32,522] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: fragment = "y><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>44</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-45</name><config><name>int-connection-45</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>45</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-46</name><config><name>int-connection-46</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>46</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-47</name><config><name>int-connection-47</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>47</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-48</name><config><name>int-connection-48</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>48</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-49</name><config><name>int-connection-49</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>49</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-5</name><config><name>int-connection-5</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>18</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-50</name><config><name>int-connection-50</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>50</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-51</name><config><name>int-connection-51</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>51</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-52</name><config><name>int-connection-52</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>52</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-53</name><config><name>int-connection-53</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>25</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>53</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-54</name><config><name>int-connection-54</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>54</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-55</name><config><name>int-connection-55</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>27</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>55</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-56</name><config><name>int-connection-56</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>56</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-57</name><config><name>int-connection-57</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>217</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>57</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-58</name><config><name>int-connection-58</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_CO" -[2024-06-20 13:24:32,523] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:32,523] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:32,604] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:32,604] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:32,604] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:32,604] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:32,604] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:32,604] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:32,605] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:32,605] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:32,605] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:32,605] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:32,605] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:32,605] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:32,605] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:32,605] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:32,605] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:32,605] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:32,605] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:32,606] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:32,606] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:32,606] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:32,606] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:32,606] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:32,606] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:32,606] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:32,606] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:32,606] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:32,606] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:32,607] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:32,607] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:32,607] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:32,607] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:32,607] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:32,607] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:32,607] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:32,607] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: fragment = "MPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>218</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>58</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-59</name><config><name>int-connection-59</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>219</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>59</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-6</name><config><name>int-connection-6</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>20</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-60</name><config><name>int-connection-60</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>220</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>60</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-61</name><config><name>int-connection-61</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>61</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-62</name><config><name>int-connection-62</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>18</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>62</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-63</name><config><name>int-connection-63</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>20</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>63</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-64</name><config><name>int-connection-64</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>64</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-65</name><config><name>int-connection-65</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>65</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-66</name><config><name>int-connection-66</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>66</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-67</name><config><name>int-connection-67</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>67</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-68</name><config><name>int-connection-68</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>68</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-69</name><config><name>int-connection-69</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>69</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-7</name><config><name>int-connection-7</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-70</name><config><name>int-connection-70</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>" -[2024-06-20 13:24:32,607] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:32,607] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:32,659] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:32,660] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:32,660] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:32,660] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:32,660] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:32,660] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:32,660] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:32,660] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:32,660] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:32,660] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:32,661] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:32,661] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:32,661] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:32,661] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:32,661] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:32,661] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:32,661] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:32,661] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:32,661] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:32,661] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:32,661] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:32,661] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:32,662] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:32,662] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:32,662] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:32,662] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:32,662] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:32,662] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:32,662] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:32,662] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:32,662] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:32,662] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:32,662] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:32,663] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:32,663] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: fragment = "14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>70</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-71</name><config><name>int-connection-71</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>71</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-72</name><config><name>int-connection-72</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>18</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>72</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-73</name><config><name>int-connection-73</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>29</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>73</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-74</name><config><name>int-connection-74</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>74</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-75</name><config><name>int-connection-75</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>31</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>75</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-76</name><config><name>int-connection-76</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>76</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-77</name><config><name>int-connection-77</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>221</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>77</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-78</name><config><name>int-connection-78</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>222</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>78</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-79</name><config><name>int-connection-79</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>223</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>79</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-8</name><config><name>int-connection-8</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-80</name><config><name>int-connection-80</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>224</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>80</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-81</name><config><name>int-connection-81</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>18</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>81</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-82</name><config><name>int-connection-82</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>20</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>82</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-83</name><config><name>int-connection-83</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>83</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value" -[2024-06-20 13:24:32,663] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:32,663] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:32,718] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:32,718] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:32,718] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:32,718] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:32,718] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:32,718] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:32,718] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:32,718] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:32,718] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:32,719] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:32,719] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:32,719] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:32,719] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:32,719] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:32,719] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:32,719] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:32,719] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:32,719] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:32,719] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:32,719] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:32,719] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:32,720] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:32,720] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:32,720] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:32,720] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:32,720] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:32,720] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:32,720] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:32,720] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:32,720] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:32,720] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:32,721] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:32,721] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:32,721] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:32,721] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: fragment = ">MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-84</name><config><name>int-connection-84</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>84</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-85</name><config><name>int-connection-85</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>85</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-86</name><config><name>int-connection-86</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>86</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-87</name><config><name>int-connection-87</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>87</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-88</name><config><name>int-connection-88</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>88</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-89</name><config><name>int-connection-89</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>89</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-9</name><config><name>int-connection-9</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-90</name><config><name>int-connection-90</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>18</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>90</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-91</name><config><name>int-connection-91</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>20</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>91</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-92</name><config><name>int-connection-92</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>92</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-93</name><config><name>int-connection-93</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>33</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>93</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-94</name><config><name>int-connection-94</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>34</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>94</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-95</name><config><name>int-connection-95</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>35</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>95</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-96</name><config><name>int-connection-96</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>36</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>96</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-97</name><config><name>int-connection-97</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>10</value>" -[2024-06-20 13:24:32,721] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:32,721] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:32,788] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:32,788] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:32,788] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:32,788] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:32,788] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:32,788] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:32,788] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:32,788] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:32,788] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:32,788] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:32,789] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:32,789] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:32,789] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:32,789] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:32,789] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:32,789] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:32,789] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:32,789] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:32,789] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:32,789] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:32,789] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:32,790] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:32,790] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:32,790] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:32,790] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:32,790] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:32,790] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:32,790] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:32,790] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:32,790] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:32,790] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:32,790] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:32,791] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:32,791] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:32,791] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: fragment = "</config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>225</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>97</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-98</name><config><name>int-connection-98</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>226</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>98</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-99</name><config><name>int-connection-99</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>227</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>99</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>port-1-in</name><config><name>port-1-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>EAST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-1-out</name><config><name>port-1-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>EAST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-10-in</name><config><name>port-10-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>NORTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-10-out</name><config><name>port-10-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>NORTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-11-in</name><config><name>port-11-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>NORTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-11-out</name><config><name>port-11-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>NORTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-12-in</name><config><name>port-12-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>NORTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-12-out</name><config><name>port-12-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>NORTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-13-in</name><config><name>port-13-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>SOUTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-13-out</name><config><name>port-13-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>SOUTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-14-in</name><config><name>port-14-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>SOUTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-14-out</name><config><name>port-14-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>SOUTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-15-in</name><config><name>port-15-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>SOUTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-15-out</name><config><name>port-15-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>SOUTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-16-in</name><config><name>port-16-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>SOUTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-16-out</name><config><name>port-16-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>SOUTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-17-in</name><config><name>port-17-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>1</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>EAST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-17-out</name><config><name>port-17-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>193</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>EAST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-18-in</name><config><name>port-18-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>2</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>EAST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-18-out</name><config><name>port-18-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>194</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>EAST</value></config></property><property" -[2024-06-20 13:24:32,791] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:32,791] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:32,858] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:32,859] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:32,859] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:32,859] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:32,859] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:32,859] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:32,859] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:32,859] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:32,859] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:32,859] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:32,859] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:32,859] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:32,860] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:32,860] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:32,860] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:32,860] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:32,860] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:32,860] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:32,860] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:32,860] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:32,860] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:32,860] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:32,860] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:32,861] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:32,861] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:32,861] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:32,861] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:32,861] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:32,861] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:32,861] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:32,861] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:32,861] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:32,861] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:32,862] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:32,862] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: fragment = "><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-19-in</name><config><name>port-19-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>3</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>EAST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-19-out</name><config><name>port-19-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>195</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>EAST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-2-in</name><config><name>port-2-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>EAST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-2-out</name><config><name>port-2-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>EAST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-20-in</name><config><name>port-20-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>4</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>EAST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-20-out</name><config><name>port-20-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>196</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>EAST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-21-in</name><config><name>port-21-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>5</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>WEST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-21-out</name><config><name>port-21-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>197</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>WEST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-22-in</name><config><name>port-22-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>6</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>WEST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-22-out</name><config><name>port-22-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>198</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>WEST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-23-in</name><config><name>port-23-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>7</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>WEST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-23-out</name><config><name>port-23-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>199</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>WEST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-24-in</name><config><name>port-24-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>8</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>WEST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-24-out</name><config><name>port-24-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>200</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>WEST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-25-in</name><config><name>port-25-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>9</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>NORTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-25-out</name><config><name>port-25-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>201</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>NORTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-26-in</name><config><name>port-26-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>10</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>NORTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-26-out</name><config><name>port-26-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>202</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>NORTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-27-in</name><config><name>port-27-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>11</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>NORTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-27-out</name><config><name>port-27-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>203</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>NORTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-28-in</name><config><name>port-28-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>12</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>NORTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-28-out</name><config><name>port-28-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON" -[2024-06-20 13:24:32,862] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:32,862] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:32,932] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:32,932] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:32,932] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:32,933] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:32,933] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:32,933] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:32,933] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:32,933] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:32,933] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:32,933] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:32,933] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:32,933] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:32,933] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:32,934] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:32,934] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:32,934] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:32,934] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:32,934] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:32,934] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:32,934] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:32,934] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:32,934] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:32,934] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:32,934] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:32,935] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:32,935] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:32,935] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:32,935] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:32,935] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:32,935] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:32,935] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:32,935] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:32,935] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:32,936] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:32,936] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: fragment = "_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>204</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>NORTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-29-in</name><config><name>port-29-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>13</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>SOUTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-29-out</name><config><name>port-29-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>205</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>SOUTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-3-in</name><config><name>port-3-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>EAST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-3-out</name><config><name>port-3-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>EAST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-30-in</name><config><name>port-30-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>14</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>SOUTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-30-out</name><config><name>port-30-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>206</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>SOUTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-31-in</name><config><name>port-31-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>15</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>SOUTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-31-out</name><config><name>port-31-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>207</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>SOUTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-32-in</name><config><name>port-32-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>16</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>SOUTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-32-out</name><config><name>port-32-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>208</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>SOUTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-33-in</name><config><name>port-33-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>97</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-33-out</name><config><name>port-33-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>289</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-34-in</name><config><name>port-34-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>98</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-34-out</name><config><name>port-34-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>290</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-35-in</name><config><name>port-35-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>99</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-35-out</name><config><name>port-35-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>291</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-36-in</name><config><name>port-36-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>100</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-36-out</name><config><name>port-36-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>292</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-37-in</name><config><name>port-37-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>101</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-37-out</name><config><name>port-37-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>293</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-38-in</name><config><name>port-38-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>102</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-38-out</name><config><name>port-38-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>294</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-39-in</name><config><name>port-39-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>103</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</va" -[2024-06-20 13:24:32,936] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:32,936] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:33,008] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:33,008] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:33,008] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:33,008] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:33,008] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:33,008] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:33,008] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:33,009] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:33,009] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:33,009] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:33,009] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:33,009] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:33,009] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:33,009] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:33,009] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:33,010] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:33,010] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:33,010] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:33,010] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:33,010] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:33,010] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:33,010] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:33,010] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:33,010] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:33,011] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:33,011] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:33,011] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:33,011] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:33,011] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:33,011] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:33,011] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:33,011] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:33,011] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:33,011] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:33,012] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: fragment = "lue></config></property></properties></component><component><name>port-39-out</name><config><name>port-39-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>295</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-4-in</name><config><name>port-4-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>EAST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-4-out</name><config><name>port-4-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>EAST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-40-in</name><config><name>port-40-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>104</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-40-out</name><config><name>port-40-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>296</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-41-in</name><config><name>port-41-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>105</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-41-out</name><config><name>port-41-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>297</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-42-in</name><config><name>port-42-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>106</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-42-out</name><config><name>port-42-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>298</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-43-in</name><config><name>port-43-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>107</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-43-out</name><config><name>port-43-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>299</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-44-in</name><config><name>port-44-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>108</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-44-out</name><config><name>port-44-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>300</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-45-in</name><config><name>port-45-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>109</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-45-out</name><config><name>port-45-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>301</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-46-in</name><config><name>port-46-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>110</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-46-out</name><config><name>port-46-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>302</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-47-in</name><config><name>port-47-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>111</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-47-out</name><config><name>port-47-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>303</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-48-in</name><config><name>port-48-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>112</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-48-out</name><config><name>port-48-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>304</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-5-in</name><config><name>port-5-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>WEST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-5-out</name><config><name>port-5-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>WEST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-6-in</name><config><name>port-6-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>WEST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-6-out</name><config><name>port-6-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>WEST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></" -[2024-06-20 13:24:33,012] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:33,012] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:33,083] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:33,083] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:33,083] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:33,084] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:33,084] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:33,084] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:33,084] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:33,084] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:33,084] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:33,084] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:33,084] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:33,084] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:33,084] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:33,085] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:33,085] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:33,085] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:33,085] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:33,085] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:33,085] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:33,085] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:33,085] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:33,085] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:33,085] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:33,085] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:33,086] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:33,086] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:33,086] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:33,086] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:33,086] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:33,086] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:33,086] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:33,086] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:33,086] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:33,086] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:33,086] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: fragment = "config></property></properties></component><component><name>port-7-in</name><config><name>port-7-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>WEST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-7-out</name><config><name>port-7-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>WEST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-8-in</name><config><name>port-8-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>WEST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-8-out</name><config><name>port-8-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>WEST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-9-in</name><config><name>port-9-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>NORTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-9-out</name><config><name>port-9-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>NORTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component></components><wavelength-router xmlns="http://openconfig.net/yang/wavelength-router"><optical-bands xmlns="http://flex-scale-project.eu/yang/flex-scale-mg-on"><optical-band><index>1</index><config><index>1</index><name>C_BAND</name><lower-frequency>192006250</lower-frequency><upper-frequency>192206250</upper-frequency><admin-status>ENABLED</admin-status></config><state><index>1</index><name>C_BAND</name><lower-frequency>192006250</lower-frequency><upper-frequency>192206250</upper-frequency><admin-status>ENABLED</admin-status><oper-status>UP</oper-status></state><source><config><port-name>ADD</port-name></config><state><port-name>ADD</port-name></state></source><dest><config><port-name>port-1-out</port-name></config><state><port-name>port-1-out</port-name></state></dest></optical-band></optical-bands></wavelength-router><aaa xmlns="http://tail-f.com/ns/aaa/1.1"><authentication><users><user><name>admin</name><uid>9000</uid><gid>100</gid><password>$1$LWKnq6Bt$b.uVhMiISHVTC6CXfnfrC0</password><ssh_keydir>/var/confd/homes/admin/.ssh</ssh_keydir><homedir>/var/confd/homes/admin</homedir></user><user><name>oper</name><uid>9000</uid><gid>100</gid><password>$1$im2jm9f9$kg2pTFGHnnHw2QpT8wU1x.</password><ssh_keydir>/var/confd/homes/oper/.ssh</ssh_keydir><homedir>/var/confd/homes/oper</homedir></user><user><name>private</name><uid>9000</uid><gid>100</gid><password>$1$FV0aZKYX$WCQ/jCpTiyjJIbnnTtnwG.</password><ssh_keydir>/var/confd/homes/private/.ssh</ssh_keydir><homedir>/var/confd/homes/private</homedir></user><user><name>public</name><uid>9000</uid><gid>100</gid><password>$1$drWaFr7x$uQSEVNpu/fw2VpBxR2hrP0</password><ssh_keydir>/var/confd/homes/public/.ssh</ssh_keydir><homedir>/var/confd/homes/public</homedir></user></users></authentication><ios><level><nr>0</nr><prompt>\h> </prompt></level><level><nr>15</nr><prompt>\h# </prompt></level><privilege><mode>exec</mode><level><nr>0</nr><command><name>action</name></command><command><name>autowizard</name></command><command><name>enable</name></command><command><name>exit</name></command><command><name>help</name></command><command><name>startup</name></command></level><level><nr>15</nr><command><name>configure</name></command></level></privilege></ios></aaa><confd-state xmlns="http://tail-f.com/yang/confd-monitoring"><version>7.8.3</version><smp><number-of-threads>1</number-of-threads></smp><epoll>true</epoll><daemon-status>started</daemon-status><loaded-data-models><data-model><name>flex-scale-mg-on</name><revision>2024-04-25</revision><namespace>http://flex-scale-project.eu/yang/flex-scale-mg-on</namespace><prefix>fsmgon</prefix><exported-to-all/></data-model><data-model><name>iana-crypt-hash</name><revision>2014-08-06</revision><namespace>urn:ietf:params:xml:ns:yang:iana-crypt-hash</namespace><prefix>ianach</prefix><exported-to-all/></data-model><data-model><name>iana-if-type</name><revision>2023-01-26</revision><namespace>urn:ietf:params:xml:ns:yang:iana-if-type</namespace><prefix>ianaift</prefix><exported-to-all/></data-model><data-model><name>ietf-datastores</name><revision>2018-02-14</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-datastores</namespace><prefix>ds</prefix><exported-to-all/></data-model><data-model><name>ietf-inet-types</name><revision>2013-07-15</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-inet-types</namespace><prefix>inet</prefix><exported-to-all/></data-model><data-model><name>ietf-interfaces</name><revision>2018-02-20</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-interfaces</namespace><prefix>if</prefix><exported-to-all/></data-model><data-model><name>ietf-ip</name><revision>2018-02-22</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-ip</namespace><prefix>tfip</prefix><exported-to-all/></data-model><data-model><name>ietf-netconf</name><revision>2011-06-01</revision><namespace>urn:ietf:params:xml:ns:netconf:base:1.0</namespace><prefix>nc</prefix><exported-to>netconf</exported-to></data-model><data-model><name>ietf-netconf-acm</name><revision>2018-02-14</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-acm</namespace><prefix>nacm</prefix><exported-to-all/></data-model><data-model><name>ietf-netconf-monitoring</name><revision>2010-10-04</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring</namespace><prefix>ncm</prefix><exported-to-all/></data-model><data-model><name>ietf-netconf-nmda</name><revision>2019-01-07</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-nmda</namespace><prefix>ncds</prefix><exported-to>netconf</exported-to></data-model><data-model><name>ietf-netconf-notifications</name><revision>2012-02-06</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-notifications</namespace><prefix>ncn</prefix><exported-to-all/></data-model><data-model><name>ietf-netconf-partial-lock</name><revision>2009-10-19</revision><namespace>urn:ietf:params:xml:ns:netconf:partial-lock:1.0</namespace><prefix>pl</prefix><exported-to-all/></data-model><data-model><name>ietf-netconf-with-defaults</name><revision>2011-06-01</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-with-defaults</namespace><prefix>ncwd</prefix><exported-to>netconf</exported-to></data-model><data-model><name>ietf-network-instance</name><revision>2019-01-21</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-network-instance</namespace><prefix>tfni</prefix><exported-to-all/></data-model><data-model><name>ietf-origin</name><revision>2018-02-14</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-origin</namespace><prefix>or</prefix><exported-to-all/></data-model><data-model><name>ietf-restconf</name><revision>2017-01-26</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-restconf</namespace><prefix>rc</prefix><exported-to>rest</exported-to><exported-to>netconf</exported-to></data-model><data-model><name>ietf-restconf-monitoring</name><revision>2017-01-26</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-restconf-monitoring</namespace><prefix>rcmon</prefix><exported-to-all/></data-model><data-model><name>ietf-subscribed-notifications</name><revision>2019-09-09</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-subscribed-notifications</namespace><prefix>sn</prefix><exported-to>netconf</exported-to></data-model><data-model><name>ietf-x509-cert-to-name</name><revision>2014-12-10</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-x509-cert-to-name</namespace><prefix>x509c2n</prefix><exported-to-all/></data-model><data-model><name>ietf-yang-library</name><revision>2019-01-04</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-library</namespace><prefix>yanglib</prefix><exported-to>netconf</exported-to><exported-to>rest</exported-to></data-model><data-model><name>ietf-yang-metadata</name><revision>2016-08-05</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-metadata</namespace><prefix>md</prefix><exported-to-all/></data-model><data-model><name>ietf-yang-patch</name><revision>2017-02-22</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-patch</namespace><prefix>ypatch</prefix><exported-to>rest</exported-to><exported-to>netconf</exported-to></data-model><data-model><name>ietf-yang-push</name><revision>2019-09-09</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-push</namespace><prefix>yp</prefix><exported-to>netconf</exported-to></data-model><data-model><name>ietf-yang-schema-mount</name><revision>2019-01-14</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-schema-mount</namespace><prefix>yangmnt</prefix><exported-to-all/></data-model><data-model><name>ietf-yang-smiv2</name><revision>2012-06-22</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-smiv2</namespace><prefix>smiv2</prefix><exported-to-all/></data-model><data-model><name>ietf-yang-types</name><revision>2013-07-15</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-types</namespace><prefix>yang</prefix><exported-to-all/></data-model><data-model><name>netconf_netmod</name><namespace>urn:ietf:params:xml:ns:netmod:notification</namespace><prefix>nm</prefix><exported-to>netconf</exported-to></data-model><data-model><name>openconfig-alarm-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/alarms/types</namespace><prefix>oc-alarm-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-extensions</name><revision>2018-10-17</revision><namespace>http://openconfig.net/yang/openconfig-ext</namespace><prefix>oc-ext</prefix><exported-to-all/></data-model><data-model><name>openconfig-if-ethernet</name><revision>2023-03-10</revision><namespace>http://openconfig.net/yang/interfaces/ethernet</namespace><prefix>oc-eth</prefix><exported-to-all/></data-model><data-model><name>openconfig-if-ip</name><revision>2019-01-08</revision><namespace>http://openconfig.net/yang/interfaces/ip</namespace><prefix>oc-ip</prefix><exported-to-all/></data-model><data-model><name>openconfig-if-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/openconfig-if-types</namespace><prefix>oc-ift</prefix><exported-to-all/></data-model><data-model><name>openconfig-inet-types</name><revision>2019-04-25</revision><namespace>http://openconfig.net/yang/types/inet</namespace><prefix>oc-inet</prefix><exported-to-all/></data-model><data-model><name>openconfig-interfaces</name><revision>2019-07-10</revision><namespace>http://openconfig.net/yang/interfaces</namespace><prefix>oc-if</prefix><exported-to-all/></data-model><data-model><name>openconfig-platform</name><revision>2022-12-20</revision><namespace>http://openconfig.net/yang/platform</namespace><prefix>oc-platform</prefix><exported-to-all/></data-model><data-model><name>openconfig-platform-port</name><revision>2023-01-19</revision><namespace>http://openconfig.net/yang/platform/port</namespace><prefix>oc-port</prefix><exported-to-all/></data-model><data-model><name>openconfig-platform-types</name><revision>2022-07-28</revision><namespace>http://openconfig.net/yang/platform-types</namespace><prefix>oc-platform-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-transport-types</name><revision>2023-02-08</revision><namespace>http://openconfig.net/yang/transport-types</namespace><prefix>oc-opt-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-types</name><revision>2019-04-16</revision><namespace>http://openconfig.net/yang/openconfig-types</namespace><prefix>oc-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-wavelength-router</name><revision>2021-07-26</revision><namespace>http://openconfig.net/yang/wavelength-router</namespace><prefix>oc-wave-router</prefix><exported-to-all/></data-model><data-model><name>openconfig-yang-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/types/yang</namespace><prefix>oc-yang</prefix><exported-to-all/></data-model><data-model><name>optical-switch</name><revision>2020-01-10</revision><namespace>http://www.polatis.com/yang/optical-switch</namespace><prefix>opsw</prefix><exported-to-all/></data-model><data-model><name>polatis-switch</name><revision>2020-11-14</revision><namespace>http://www.polatis.com/yang/polatis-switch</namespace><prefix>plts</prefix><exported-to-all/></data-model><data-model><name>tailf-aaa</name><revision>2022-04-12</revision><namespace>http://tail-f.com/ns/aaa/1.1</namespace><prefix>aaa</prefix><exported-to-all/></data-model><data-model><name>tailf-acm</name><revision>2013-03-07</revision><namespace>http://tail-f.com/yang/acm</namespace><prefix>tacm</prefix><exported-to-all/></data-model><data-model><name>tailf-common</name><revision>2022-04-12</revision><namespace>http://tail-f.com/yang/common</namespace><prefix>tailf</prefix><exported-to-all/></data-model><data-model><name>tailf-common-monitoring</name><revision>2021-09-02</revision><namespace>http://tail-f.com/yang/common-monitoring</namespace><prefix>tfcg</prefix><exported-to-all/></data-model><data-model><name>tailf-common-query</name><revision>2017-12-15</revision><namespace>http://tail-f.com/ns/common/query</namespace><prefix>tfcq</prefix><exported-to-all/></data-model><data-model><name>tailf-confd-monitoring</name><revision>2021-09-09</revision><namespace>http://tail-f.com/yang/confd-monitoring</namespace><prefix>tfcm</prefix><exported-to-all/></data-model><data-model><name>tailf-confd-progress</name><revision>2020-06-29</revision><namespace>http://tail-f" -[2024-06-20 13:24:33,087] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:33,087] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:33,149] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:33,149] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:33,149] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:33,150] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=7 -[2024-06-20 13:24:33,150] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:33,150] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 6330 bytes -[2024-06-20 13:24:33,150] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:33,150] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:33,150] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:33,150] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:33,150] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 6341 bytes -[2024-06-20 13:24:33,150] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:33,150] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=7 -[2024-06-20 13:24:33,150] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:33,151] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 6330 bytes -[2024-06-20 13:24:33,151] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: appending 6330 bytes -[2024-06-20 13:24:33,151] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: fragment = ".com/ns/confd-progress</namespace><prefix>confd-progress</prefix><exported-to-all/></data-model><data-model><name>tailf-kicker</name><revision>2020-11-26</revision><namespace>http://tail-f.com/ns/kicker</namespace><prefix>kicker</prefix><exported-to-all/></data-model><data-model><name>tailf-last-login</name><revision>2019-11-21</revision><namespace>http://tail-f.com/yang/last-login</namespace><prefix>last</prefix><exported-to-all/></data-model><data-model><name>tailf-netconf-extensions</name><revision>2021-06-18</revision><namespace>http://tail-f.com/ns/netconf/extensions</namespace><prefix>tfnce</prefix><exported-to>netconf</exported-to></data-model><data-model><name>tailf-netconf-forward</name><namespace>http://tail-f.com/ns/netconf/forward/1.0</namespace><prefix>fwd</prefix><exported-to>netconf</exported-to></data-model><data-model><name>tailf-netconf-inactive</name><namespace>http://tail-f.com/ns/netconf/inactive/1.0</namespace><prefix>in</prefix><exported-to>netconf</exported-to></data-model><data-model><name>tailf-netconf-monitoring</name><revision>2022-04-12</revision><namespace>http://tail-f.com/yang/netconf-monitoring</namespace><prefix>tncm</prefix><exported-to-all/></data-model><data-model><name>tailf-netconf-query</name><revision>2017-01-06</revision><namespace>http://tail-f.com/ns/netconf/query</namespace><prefix>tfncq</prefix><exported-to>netconf</exported-to></data-model><data-model><name>tailf-netconf-rollback</name><revision>2018-01-12</revision><namespace>http://tail-f.com/ns/netconf/rollback</namespace><prefix>netconf-rollback</prefix><exported-to>netconf</exported-to></data-model><data-model><name>tailf-netconf-transactions</name><namespace>http://tail-f.com/ns/netconf/transactions/1.0</namespace><prefix>tr</prefix><exported-to>netconf</exported-to></data-model><data-model><name>tailf-netconf-with-rollback-id</name><revision>2020-06-25</revision><namespace>http://tail-f.com/ns/netconf/with-rollback-id</namespace><prefix>wrbid</prefix><exported-to>netconf</exported-to></data-model><data-model><name>tailf-netconf-with-transaction-id</name><revision>2018-11-23</revision><namespace>http://tail-f.com/ns/netconf/with-transaction-id</namespace><prefix>wtxid</prefix><exported-to>netconf</exported-to></data-model><data-model><name>tailf-progress</name><revision>2021-12-17</revision><namespace>http://tail-f.com/ns/progress</namespace><prefix>progress</prefix><exported-to-all/></data-model><data-model><name>tailf-rollback</name><revision>2020-09-02</revision><namespace>http://tail-f.com/ns/rollback</namespace><prefix>rollback</prefix><exported-to>rest</exported-to><exported-to>netconf</exported-to><exported-to>maapi</exported-to></data-model><data-model><name>tailf-xsd-types</name><revision>2017-11-20</revision><namespace>http://tail-f.com/yang/xsd-types</namespace><prefix>xs</prefix><exported-to-all/></data-model></loaded-data-models><netconf><listen><ssh><ip>0.0.0.0</ip><port>2022</port></ssh></listen></netconf><cli><listen><ssh><ip>0.0.0.0</ip><port>2024</port></ssh></listen></cli><internal><callpoints><callpoint><id>fiberscp</id><daemon><id>0</id><name>fsmgon_daemon</name><callbacks>num_instances</callbacks><callbacks>remove</callbacks><callbacks>create</callbacks><callbacks>set_elem</callbacks><callbacks>get_next</callbacks><callbacks>get_elem</callbacks></daemon></callpoint><callpoint><id>mediachannelscp</id><daemon><id>0</id><name>fsmgon_daemon</name><callbacks>num_instances</callbacks><callbacks>remove</callbacks><callbacks>create</callbacks><callbacks>set_elem</callbacks><callbacks>get_next</callbacks><callbacks>get_elem</callbacks></daemon></callpoint><callpoint><id>opticalbandscp</id><daemon><id>0</id><name>fsmgon_daemon</name><callbacks>num_instances</callbacks><callbacks>remove</callbacks><callbacks>create</callbacks><callbacks>set_elem</callbacks><callbacks>get_next</callbacks><callbacks>get_elem</callbacks></daemon></callpoint><validationpoint><id>vp1</id><daemon><id>0</id><name>fsmgon_daemon</name></daemon></validationpoint><validationpoint><id>vp2</id><daemon><id>0</id><name>fsmgon_daemon</name></daemon></validationpoint></callpoints><cdb><datastore><name>running</name><transaction-id>1717-711273-156835</transaction-id><filename>./confd-cdb/A.cdb</filename><disk-size>355779</disk-size><ram-size>1551239</ram-size><read-locks>0</read-locks><write-lock-set>false</write-lock-set><pending-locks>0</pending-locks><waiting-for-replication-sync>false</waiting-for-replication-sync></datastore><datastore><name>operational</name><transaction-id>22</transaction-id><filename>./confd-cdb/O.cdb</filename><disk-size>4</disk-size><ram-size>2108</ram-size><subscription-lock-set>false</subscription-lock-set></datastore></cdb></internal></confd-state><last-logins xmlns="http://tail-f.com/yang/last-login"><user><name>admin</name><login><login-time>2024-06-20T13:24:30.493779+00:00</login-time><authenticating-host>066778e1455b</authenticating-host><client-host>10.30.2.208</client-host><transport xmlns:ncm="urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring">ncm:netconf-ssh</transport><num-of-failed-logins>0</num-of-failed-logins></login><login><login-time>2024-06-06T23:12:41.957668+00:00</login-time><authenticating-host>066778e1455b</authenticating-host><client-host>10.30.2.206</client-host><transport xmlns:ncm="urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring">ncm:netconf-ssh</transport><num-of-failed-logins>0</num-of-failed-logins></login><login><login-time>2024-06-06T22:01:13.861449+00:00</login-time><authenticating-host>066778e1455b</authenticating-host><client-host>127.0.0.1</client-host><transport xmlns:ncm="urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring">ncm:netconf-ssh</transport><num-of-failed-logins>0</num-of-failed-logins></login></user></last-logins><rollback-files xmlns="http://tail-f.com/ns/rollback"><file><id>0</id><name>rollback0</name><fixed-number>10002</fixed-number><creator>admin</creator><date>2024-06-07 08:55:35</date><via>netconf</via></file><file><id>1</id><name>rollback1</name><fixed-number>10001</fixed-number><creator>system</creator><date>2024-06-06 22:01:13</date><via>system</via></file><file><id>2</id><name>rollback2</name><fixed-number>10000</fixed-number><creator>system</creator><date>2024-06-06 22:01:11</date><via>system</via></file></rollback-files></data></rpc-reply>" -[2024-06-20 13:24:33,151] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 6337 bytes from start of buffer -[2024-06-20 13:24:33,151] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=4 -[2024-06-20 13:24:33,152] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found end of message delimiter -[2024-06-20 13:24:33,153] DEBUG:ncclient.operations.rpc:[host 172.17.254.21 session-id 21] Delivering to <ncclient.operations.retrieve.Get object at 0x7fa7485fb520> -[2024-06-20 13:24:33,153] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: saving back rest of message after 6341 bytes, original size 6341 -[2024-06-20 13:24:33,153] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -component [<Element {http://openconfig.net/yang/platform}component at 0x7fa74868fa40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497a4b00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497a4d00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497a4880>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497a4a40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497a47c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497a4740>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497a46c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497a49c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497a4900>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74976c700>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497a4640>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497a45c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497a4540>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497a4440>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497a4340>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497a4240>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497a4140>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497a4040>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497a4c80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486b1500>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486b1800>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486b1880>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486b1980>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486b1a00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486b1a80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486b1b80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486b1380>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486b1180>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486b1580>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486b1fc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486b1ec0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486b1dc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486b1cc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486b1bc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486b1ac0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486b19c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486b18c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486b17c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486b16c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486b15c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486b14c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486b13c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486b11c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486b1140>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486b1040>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748651f00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748651b40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748651f40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748651040>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748651d00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748651e80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748651240>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748651b80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748651f80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748651840>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748651fc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748651180>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486513c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748651280>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486518c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748651a40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748651940>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748651600>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748651080>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748651d80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748651ac0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748651d40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748651bc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748651e40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748651400>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748651c00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748651800>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748651780>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486511c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748651a80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748651ec0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748695880>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748695080>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748695b00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748695740>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748695b80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748695700>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486957c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748695800>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748695cc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748695780>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748695c00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748695040>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486953c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748695440>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748695540>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748695980>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486954c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486958c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748695900>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748695640>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748695b40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486956c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748695a00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748695a40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748695d00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748695100>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748695140>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748695180>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486951c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748695200>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748695240>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748695280>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486952c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748695300>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748695fc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497b1ac0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497b1f80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497b1e00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497b1b80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497b1a40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497b1b00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497b19c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497b1940>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497b1840>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497b1740>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497b1e80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497b1540>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497b13c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497b12c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497b11c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497b10c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497b1640>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486ab440>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485e4e80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485e45c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485e4ac0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485e4900>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485e4140>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485e4080>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485e41c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485e49c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485e4980>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485e4b00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485e4a80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485e4dc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485e4540>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485e4680>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485e4400>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485e4600>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485e43c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485e4ec0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485e4f00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485e48c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485e4bc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485e4fc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485e4340>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485e4100>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485e44c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485e42c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485e4440>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485e4580>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74866a600>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74866adc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74866a8c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74866a700>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74866a1c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74866af00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74866ad00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74866ae00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74866a7c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74866a9c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74866a480>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74866a040>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74866a740>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74866afc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74866ae80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74866a800>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74866a980>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74866a380>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74866ab40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74866a340>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74866a280>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74866a540>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74866a780>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74866ad40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74866ac00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74866acc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74866a880>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74866a940>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74866ae40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74866a5c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74866aa80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa749784fc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa749784ec0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa749784dc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa749784c40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa749784b40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497849c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa749784840>, <Element {http://openconfig.net/yang/platform}component at 0x7fa749784740>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497845c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497844c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa749784440>, <Element {http://openconfig.net/yang/platform}component at 0x7fa749784340>, <Element {http://openconfig.net/yang/platform}component at 0x7fa749784240>, <Element {http://openconfig.net/yang/platform}component at 0x7fa749784140>, <Element {http://openconfig.net/yang/platform}component at 0x7fa749784040>, <Element {http://openconfig.net/yang/platform}component at 0x7fa749784ac0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486acf80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486ace80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486acd80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486acc80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486acb80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486aca80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486ac980>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486ac880>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486ac780>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486ac680>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486ac580>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486ac480>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486ac380>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486ac280>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486ac180>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486ac080>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486affc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486afec0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486afdc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486afcc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486afbc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486afac0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486af9c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486af8c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486af7c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486af6c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486af5c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486af4c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486af3c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486af2c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486af1c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486af0c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748689080>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748689e80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748689480>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748689c80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748689780>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748689d80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748689f40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748689e40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748689d40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748689c40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748689b40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748689a40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748689940>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748689840>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748689740>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748689640>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748689540>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748689440>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748689340>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748689240>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748689140>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748689040>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74869ef00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74869ee00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74869ed00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74869ec00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74869eb00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74869ea00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74869e900>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74869e800>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74869e700>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74869e600>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74869e500>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74869e400>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74869e300>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74869e200>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74869e100>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74869d080>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74869d200>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74869df40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74869de40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74869dd40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74869dc40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74869db40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74869da40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74869d940>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74869d840>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74869d740>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74869d640>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74869d540>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74869d440>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74869d340>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74869d240>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74869d140>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74869d040>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74869bf00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74869be00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74869bd00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74869bc00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74869bb00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74869ba00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74869b900>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74869b800>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74869b700>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74869b600>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74869b500>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74869b400>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74869b300>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74869b200>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74869b100>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748692f00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748692f40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748692e40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748692d40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748692c40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748692b40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748692a40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748692940>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748692840>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748692740>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748692640>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748692540>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748692440>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748692340>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748692240>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748692140>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748692040>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748684f40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748684e40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748684d40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748684c40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748684b40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748684a40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748684940>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748684840>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748684740>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748684640>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748684540>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748684440>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748684340>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748684240>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748684140>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748684040>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486825c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748682f80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748682e80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748682d80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748682c80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748682b80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748682a80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748682980>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748682880>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748682780>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748682680>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748682580>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748682480>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748682380>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748682280>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748682180>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748682080>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486a9f40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486a9e40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486a9d40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486a9c40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486a9b40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486a9a40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486a9940>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486a9840>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486a9740>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486a9640>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486a9540>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486a9440>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486a9340>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486a9240>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486a9140>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486a9040>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486a6f00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486a6e00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486a6d00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486a6c00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486a6b00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486a6a00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486a6900>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486a6800>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486a6700>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486a6600>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486a6500>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486a6400>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486a6300>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486a6200>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486a6100>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486ae480>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486ae100>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486aefc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486aeec0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486aedc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486aecc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486aebc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486aeac0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486ae9c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486ae8c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486ae7c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486ae6c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486ae5c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486ae4c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486ae3c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486ae2c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486ae1c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486ae0c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486aaf80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486aae80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486aad80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486aac80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486aab80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486aaa80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486aa980>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486aa880>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486aa780>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486aa680>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486aa580>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486aa480>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486aa380>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486aa280>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486aa180>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486aa080>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748680540>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748680240>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748680980>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748680b00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748680140>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748680640>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748680f40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748680040>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748680940>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748680a40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748680c40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748680b40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748680480>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748680e00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748680200>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497ad080>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497adb80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497ad500>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497ad980>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497ad480>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497ad180>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497add00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497ad700>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497ad400>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497ade00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ed040>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ed080>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ed0c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ed100>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ed140>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ed180>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ed1c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ed200>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ed240>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ed280>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ed2c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ed300>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ed340>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ed380>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ed3c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ed400>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ed440>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ed480>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ed4c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ed500>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ed540>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ed580>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ed5c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ed600>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ed640>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ed680>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ed6c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ed700>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ed740>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ed780>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ed7c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ed800>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ed840>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ed880>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ed8c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ed900>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ed940>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ed980>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ed9c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485eda00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485eda40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485eda80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485edac0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485edb00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485edb40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485edb80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485edbc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485edc00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485edc40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485edc80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485edcc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485edd00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485edd40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485edd80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485eddc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ede00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ede40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ede80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485edec0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485edf00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485edf40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485edf80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485edfc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485dd040>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485dd080>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485dd0c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485dd100>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485dd140>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485dd180>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485dd1c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485dd200>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485dd240>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485dd280>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485dd2c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485dd300>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485dd340>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485dd380>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485dd3c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485dd400>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485dd440>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485dd480>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485dd4c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485dd500>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485dd540>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485dd580>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485dd5c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485dd600>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485dd640>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485dd680>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485dd6c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485dd700>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485dd740>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485dd780>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485dd7c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485dd800>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485dd840>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485dd880>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485dd8c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485dd900>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485dd940>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485dd980>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485dd9c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485dda00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485dda40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485dda80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ddac0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ddb00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ddb40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ddb80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ddbc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ddc00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ddc40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ddc80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ddcc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ddd00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ddd40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ddd80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485dddc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485dde00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485dde40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485dde80>] -WBSS-1 -WBSS-10 -WBSS-11 -WBSS-12 -WBSS-13 -WBSS-14 -WBSS-15 -WBSS-16 -WBSS-17 -WBSS-18 -WBSS-19 -WBSS-2 -WBSS-20 -WBSS-21 -WBSS-22 -WBSS-23 -WBSS-24 -WBSS-25 -WBSS-26 -WBSS-27 -WBSS-28 -WBSS-29 -WBSS-3 -WBSS-30 -WBSS-31 -WBSS-32 -WBSS-4 -WBSS-5 -WBSS-6 -WBSS-7 -WBSS-8 -WBSS-9 -WSS-1 -WSS-10 -WSS-11 -WSS-12 -WSS-2 -WSS-3 -WSS-4 -WSS-5 -WSS-6 -WSS-7 -WSS-8 -WSS-9 -int-connection-1 -int-connection-10 -int-connection-100 -int-connection-101 -int-connection-102 -int-connection-103 -int-connection-104 -int-connection-105 -int-connection-106 -int-connection-107 -int-connection-108 -int-connection-109 -int-connection-11 -int-connection-110 -int-connection-111 -int-connection-112 -int-connection-113 -int-connection-114 -int-connection-115 -int-connection-116 -int-connection-117 -int-connection-118 -int-connection-119 -int-connection-12 -int-connection-120 -int-connection-121 -int-connection-122 -int-connection-123 -int-connection-124 -int-connection-125 -int-connection-126 -int-connection-127 -int-connection-128 -int-connection-129 -int-connection-13 -int-connection-130 -int-connection-131 -int-connection-132 -int-connection-133 -int-connection-134 -int-connection-135 -int-connection-136 -int-connection-137 -int-connection-138 -int-connection-139 -int-connection-14 -int-connection-140 -int-connection-141 -int-connection-142 -int-connection-143 -int-connection-144 -int-connection-145 -int-connection-146 -int-connection-147 -int-connection-148 -int-connection-149 -int-connection-15 -int-connection-150 -int-connection-151 -int-connection-152 -int-connection-153 -int-connection-154 -int-connection-155 -int-connection-156 -int-connection-157 -int-connection-158 -int-connection-159 -int-connection-16 -int-connection-160 -int-connection-161 -int-connection-162 -int-connection-163 -int-connection-164 -int-connection-165 -int-connection-166 -int-connection-167 -int-connection-168 -int-connection-169 -int-connection-17 -int-connection-170 -int-connection-171 -int-connection-172 -int-connection-173 -int-connection-174 -int-connection-175 -int-connection-176 -int-connection-177 -int-connection-178 -int-connection-179 -int-connection-18 -int-connection-180 -int-connection-181 -int-connection-182 -int-connection-183 -int-connection-184 -int-connection-185 -int-connection-186 -int-connection-187 -int-connection-188 -int-connection-189 -int-connection-19 -int-connection-190 -int-connection-191 -int-connection-192 -int-connection-193 -int-connection-194 -int-connection-195 -int-connection-196 -int-connection-197 -int-connection-198 -int-connection-199 -int-connection-2 -int-connection-20 -int-connection-200 -int-connection-201 -int-connection-202 -int-connection-203 -int-connection-204 -int-connection-205 -int-connection-206 -int-connection-207 -int-connection-208 -int-connection-209 -int-connection-21 -int-connection-210 -int-connection-211 -int-connection-212 -int-connection-213 -int-connection-214 -int-connection-215 -int-connection-216 -int-connection-217 -int-connection-218 -int-connection-219 -int-connection-22 -int-connection-220 -int-connection-221 -int-connection-222 -int-connection-223 -int-connection-224 -int-connection-225 -int-connection-226 -int-connection-227 -int-connection-228 -int-connection-229 -int-connection-23 -int-connection-230 -int-connection-231 -int-connection-232 -int-connection-233 -int-connection-234 -int-connection-235 -int-connection-236 -int-connection-237 -int-connection-238 -int-connection-239 -int-connection-24 -int-connection-240 -int-connection-241 -int-connection-242 -int-connection-243 -int-connection-244 -int-connection-245 -int-connection-246 -int-connection-247 -int-connection-248 -int-connection-249 -int-connection-25 -int-connection-250 -int-connection-251 -int-connection-252 -int-connection-253 -int-connection-254 -int-connection-255 -int-connection-256 -int-connection-257 -int-connection-258 -int-connection-259 -int-connection-26 -int-connection-260 -int-connection-261 -int-connection-262 -int-connection-263 -int-connection-264 -int-connection-265 -int-connection-266 -int-connection-267 -int-connection-268 -int-connection-269 -int-connection-27 -int-connection-270 -int-connection-271 -int-connection-272 -int-connection-273 -int-connection-274 -int-connection-275 -int-connection-276 -int-connection-277 -int-connection-278 -int-connection-279 -int-connection-28 -int-connection-280 -int-connection-281 -int-connection-282 -int-connection-283 -int-connection-284 -int-connection-285 -int-connection-286 -int-connection-287 -int-connection-288 -int-connection-289 -int-connection-29 -int-connection-290 -int-connection-291 -int-connection-292 -int-connection-293 -int-connection-294 -int-connection-295 -int-connection-296 -int-connection-297 -int-connection-298 -int-connection-299 -int-connection-3 -int-connection-30 -int-connection-300 -int-connection-301 -int-connection-302 -int-connection-303 -int-connection-304 -int-connection-305 -int-connection-306 -int-connection-307 -int-connection-308 -int-connection-309 -int-connection-31 -int-connection-310 -int-connection-311 -int-connection-312 -int-connection-313 -int-connection-314 -int-connection-315 -int-connection-316 -int-connection-317 -int-connection-318 -int-connection-319 -int-connection-32 -int-connection-320 -int-connection-321 -int-connection-322 -int-connection-323 -int-connection-324 -int-connection-325 -int-connection-326 -int-connection-327 -int-connection-328 -int-connection-329 -int-connection-33 -int-connection-330 -int-connection-331 -int-connection-332 -int-connection-333 -int-connection-334 -int-connection-335 -int-connection-336 -int-connection-337 -int-connection-338 -int-connection-339 -int-connection-34 -int-connection-340 -int-connection-341 -int-connection-342 -int-connection-343 -int-connection-344 -int-connection-345 -int-connection-346 -int-connection-347 -int-connection-348 -int-connection-349 -int-connection-35 -int-connection-350 -int-connection-351 -int-connection-352 -int-connection-353 -int-connection-354 -int-connection-355 -int-connection-356 -int-connection-357 -int-connection-358 -int-connection-359 -int-connection-36 -int-connection-360 -int-connection-361 -int-connection-362 -int-connection-363 -int-connection-364 -int-connection-365 -int-connection-366 -int-connection-367 -int-connection-368 -int-connection-369 -int-connection-37 -int-connection-370 -int-connection-371 -int-connection-372 -int-connection-373 -int-connection-374 -int-connection-375 -int-connection-376 -int-connection-377 -int-connection-378 -int-connection-379 -int-connection-38 -int-connection-380 -int-connection-381 -int-connection-382 -int-connection-383 -int-connection-384 -int-connection-385 -int-connection-386 -int-connection-387 -int-connection-388 -int-connection-389 -int-connection-39 -int-connection-390 -int-connection-391 -int-connection-392 -int-connection-393 -int-connection-394 -int-connection-395 -int-connection-396 -int-connection-397 -int-connection-398 -int-connection-399 -int-connection-4 -int-connection-40 -int-connection-400 -int-connection-401 -int-connection-402 -int-connection-403 -int-connection-404 -int-connection-405 -int-connection-406 -int-connection-407 -int-connection-408 -int-connection-409 -int-connection-41 -int-connection-410 -int-connection-411 -int-connection-412 -int-connection-413 -int-connection-414 -int-connection-415 -int-connection-416 -int-connection-417 -int-connection-418 -int-connection-419 -int-connection-42 -int-connection-420 -int-connection-421 -int-connection-422 -int-connection-423 -int-connection-424 -int-connection-425 -int-connection-426 -int-connection-427 -int-connection-428 -int-connection-43 -int-connection-44 -int-connection-45 -int-connection-46 -int-connection-47 -int-connection-48 -int-connection-49 -int-connection-5 -int-connection-50 -int-connection-51 -int-connection-52 -int-connection-53 -int-connection-54 -int-connection-55 -int-connection-56 -int-connection-57 -int-connection-58 -int-connection-59 -int-connection-6 -int-connection-60 -int-connection-61 -int-connection-62 -int-connection-63 -int-connection-64 -int-connection-65 -int-connection-66 -int-connection-67 -int-connection-68 -int-connection-69 -int-connection-7 -int-connection-70 -int-connection-71 -int-connection-72 -int-connection-73 -int-connection-74 -int-connection-75 -int-connection-76 -int-connection-77 -int-connection-78 -int-connection-79 -int-connection-8 -int-connection-80 -int-connection-81 -int-connection-82 -int-connection-83 -int-connection-84 -int-connection-85 -int-connection-86 -int-connection-87 -int-connection-88 -int-connection-89 -int-connection-9 -int-connection-90 -[2024-06-20 13:24:33,331] INFO:root:parameters {} -[2024-06-20 13:24:33,333] DEBUG:context.client.ContextClient:SetOpticalConfig request: {"config": "{}", "device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}} -[2024-06-20 13:24:33,365] DEBUG:context.client.ContextClient:SetOpticalConfig result: {"opticalconfig_uuid": ""} -[2024-06-20 13:24:33,365] DEBUG:device.service.Tools:results_getconfig = [('/endpoints/endpoint[port-1-in]', {'uuid': 'port-1-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_INPUT'}), ('/endpoints/endpoint[port-10-in]', {'uuid': 'port-10-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_INPUT'}), ('/endpoints/endpoint[port-11-in]', {'uuid': 'port-11-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_INPUT'}), ('/endpoints/endpoint[port-12-in]', {'uuid': 'port-12-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_INPUT'}), ('/endpoints/endpoint[port-13-in]', {'uuid': 'port-13-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_INPUT'}), ('/endpoints/endpoint[port-14-in]', {'uuid': 'port-14-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_INPUT'}), ('/endpoints/endpoint[port-15-in]', {'uuid': 'port-15-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_INPUT'}), ('/endpoints/endpoint[port-16-in]', {'uuid': 'port-16-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_INPUT'}), ('/endpoints/endpoint[port-2-in]', {'uuid': 'port-2-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_INPUT'}), ('/endpoints/endpoint[port-3-in]', {'uuid': 'port-3-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_INPUT'}), ('/endpoints/endpoint[port-4-in]', {'uuid': 'port-4-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_INPUT'}), ('/endpoints/endpoint[port-5-in]', {'uuid': 'port-5-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_INPUT'}), ('/endpoints/endpoint[port-6-in]', {'uuid': 'port-6-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_INPUT'}), ('/endpoints/endpoint[port-7-in]', {'uuid': 'port-7-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_INPUT'}), ('/endpoints/endpoint[port-8-in]', {'uuid': 'port-8-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_INPUT'}), ('/endpoints/endpoint[port-9-in]', {'uuid': 'port-9-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_INPUT'}), ('/endpoints/endpoint[port-1-out]', {'uuid': 'port-1-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT'}), ('/endpoints/endpoint[port-10-out]', {'uuid': 'port-10-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT'}), ('/endpoints/endpoint[port-11-out]', {'uuid': 'port-11-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT'}), ('/endpoints/endpoint[port-12-out]', {'uuid': 'port-12-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT'}), ('/endpoints/endpoint[port-13-out]', {'uuid': 'port-13-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT'}), ('/endpoints/endpoint[port-14-out]', {'uuid': 'port-14-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT'}), ('/endpoints/endpoint[port-15-out]', {'uuid': 'port-15-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT'}), ('/endpoints/endpoint[port-16-out]', {'uuid': 'port-16-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT'}), ('/endpoints/endpoint[port-2-out]', {'uuid': 'port-2-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT'}), ('/endpoints/endpoint[port-3-out]', {'uuid': 'port-3-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT'}), ('/endpoints/endpoint[port-4-out]', {'uuid': 'port-4-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT'}), ('/endpoints/endpoint[port-5-out]', {'uuid': 'port-5-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT'}), ('/endpoints/endpoint[port-6-out]', {'uuid': 'port-6-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT'}), ('/endpoints/endpoint[port-7-out]', {'uuid': 'port-7-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT'}), ('/endpoints/endpoint[port-8-out]', {'uuid': 'port-8-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT'}), ('/endpoints/endpoint[port-9-out]', {'uuid': 'port-9-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT'}), ('/endpoints/endpoint[port-33-in]', {'uuid': 'port-33-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT'}), ('/endpoints/endpoint[port-34-in]', {'uuid': 'port-34-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT'}), ('/endpoints/endpoint[port-35-in]', {'uuid': 'port-35-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT'}), ('/endpoints/endpoint[port-36-in]', {'uuid': 'port-36-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT'}), ('/endpoints/endpoint[port-37-in]', {'uuid': 'port-37-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT'}), ('/endpoints/endpoint[port-38-in]', {'uuid': 'port-38-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT'}), ('/endpoints/endpoint[port-39-in]', {'uuid': 'port-39-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT'}), ('/endpoints/endpoint[port-40-in]', {'uuid': 'port-40-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT'}), ('/endpoints/endpoint[port-41-in]', {'uuid': 'port-41-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT'}), ('/endpoints/endpoint[port-42-in]', {'uuid': 'port-42-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT'}), ('/endpoints/endpoint[port-43-in]', {'uuid': 'port-43-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT'}), ('/endpoints/endpoint[port-44-in]', {'uuid': 'port-44-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT'}), ('/endpoints/endpoint[port-45-in]', {'uuid': 'port-45-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT'}), ('/endpoints/endpoint[port-46-in]', {'uuid': 'port-46-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT'}), ('/endpoints/endpoint[port-47-in]', {'uuid': 'port-47-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT'}), ('/endpoints/endpoint[port-48-in]', {'uuid': 'port-48-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT'}), ('/endpoints/endpoint[port-33-out]', {'uuid': 'port-33-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT'}), ('/endpoints/endpoint[port-34-out]', {'uuid': 'port-34-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT'}), ('/endpoints/endpoint[port-35-out]', {'uuid': 'port-35-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT'}), ('/endpoints/endpoint[port-36-out]', {'uuid': 'port-36-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT'}), ('/endpoints/endpoint[port-37-out]', {'uuid': 'port-37-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT'}), ('/endpoints/endpoint[port-38-out]', {'uuid': 'port-38-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT'}), ('/endpoints/endpoint[port-39-out]', {'uuid': 'port-39-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT'}), ('/endpoints/endpoint[port-40-out]', {'uuid': 'port-40-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT'}), ('/endpoints/endpoint[port-41-out]', {'uuid': 'port-41-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT'}), ('/endpoints/endpoint[port-42-out]', {'uuid': 'port-42-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT'}), ('/endpoints/endpoint[port-43-out]', {'uuid': 'port-43-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT'}), ('/endpoints/endpoint[port-44-out]', {'uuid': 'port-44-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT'}), ('/endpoints/endpoint[port-45-out]', {'uuid': 'port-45-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT'}), ('/endpoints/endpoint[port-46-out]', {'uuid': 'port-46-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT'}), ('/endpoints/endpoint[port-47-out]', {'uuid': 'port-47-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT'}), ('/endpoints/endpoint[port-48-out]', {'uuid': 'port-48-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT'})] -[2024-06-20 13:24:33,366] INFO:device.service.Tools:results_getconfig = [('/endpoints/endpoint[port-1-in]', {'uuid': 'port-1-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_INPUT'}), ('/endpoints/endpoint[port-10-in]', {'uuid': 'port-10-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_INPUT'}), ('/endpoints/endpoint[port-11-in]', {'uuid': 'port-11-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_INPUT'}), ('/endpoints/endpoint[port-12-in]', {'uuid': 'port-12-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_INPUT'}), ('/endpoints/endpoint[port-13-in]', {'uuid': 'port-13-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_INPUT'}), ('/endpoints/endpoint[port-14-in]', {'uuid': 'port-14-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_INPUT'}), ('/endpoints/endpoint[port-15-in]', {'uuid': 'port-15-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_INPUT'}), ('/endpoints/endpoint[port-16-in]', {'uuid': 'port-16-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_INPUT'}), ('/endpoints/endpoint[port-2-in]', {'uuid': 'port-2-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_INPUT'}), ('/endpoints/endpoint[port-3-in]', {'uuid': 'port-3-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_INPUT'}), ('/endpoints/endpoint[port-4-in]', {'uuid': 'port-4-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_INPUT'}), ('/endpoints/endpoint[port-5-in]', {'uuid': 'port-5-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_INPUT'}), ('/endpoints/endpoint[port-6-in]', {'uuid': 'port-6-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_INPUT'}), ('/endpoints/endpoint[port-7-in]', {'uuid': 'port-7-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_INPUT'}), ('/endpoints/endpoint[port-8-in]', {'uuid': 'port-8-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_INPUT'}), ('/endpoints/endpoint[port-9-in]', {'uuid': 'port-9-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_INPUT'}), ('/endpoints/endpoint[port-1-out]', {'uuid': 'port-1-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT'}), ('/endpoints/endpoint[port-10-out]', {'uuid': 'port-10-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT'}), ('/endpoints/endpoint[port-11-out]', {'uuid': 'port-11-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT'}), ('/endpoints/endpoint[port-12-out]', {'uuid': 'port-12-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT'}), ('/endpoints/endpoint[port-13-out]', {'uuid': 'port-13-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT'}), ('/endpoints/endpoint[port-14-out]', {'uuid': 'port-14-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT'}), ('/endpoints/endpoint[port-15-out]', {'uuid': 'port-15-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT'}), ('/endpoints/endpoint[port-16-out]', {'uuid': 'port-16-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT'}), ('/endpoints/endpoint[port-2-out]', {'uuid': 'port-2-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT'}), ('/endpoints/endpoint[port-3-out]', {'uuid': 'port-3-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT'}), ('/endpoints/endpoint[port-4-out]', {'uuid': 'port-4-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT'}), ('/endpoints/endpoint[port-5-out]', {'uuid': 'port-5-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT'}), ('/endpoints/endpoint[port-6-out]', {'uuid': 'port-6-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT'}), ('/endpoints/endpoint[port-7-out]', {'uuid': 'port-7-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT'}), ('/endpoints/endpoint[port-8-out]', {'uuid': 'port-8-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT'}), ('/endpoints/endpoint[port-9-out]', {'uuid': 'port-9-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT'}), ('/endpoints/endpoint[port-33-in]', {'uuid': 'port-33-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT'}), ('/endpoints/endpoint[port-34-in]', {'uuid': 'port-34-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT'}), ('/endpoints/endpoint[port-35-in]', {'uuid': 'port-35-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT'}), ('/endpoints/endpoint[port-36-in]', {'uuid': 'port-36-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT'}), ('/endpoints/endpoint[port-37-in]', {'uuid': 'port-37-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT'}), ('/endpoints/endpoint[port-38-in]', {'uuid': 'port-38-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT'}), ('/endpoints/endpoint[port-39-in]', {'uuid': 'port-39-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT'}), ('/endpoints/endpoint[port-40-in]', {'uuid': 'port-40-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT'}), ('/endpoints/endpoint[port-41-in]', {'uuid': 'port-41-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT'}), ('/endpoints/endpoint[port-42-in]', {'uuid': 'port-42-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT'}), ('/endpoints/endpoint[port-43-in]', {'uuid': 'port-43-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT'}), ('/endpoints/endpoint[port-44-in]', {'uuid': 'port-44-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT'}), ('/endpoints/endpoint[port-45-in]', {'uuid': 'port-45-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT'}), ('/endpoints/endpoint[port-46-in]', {'uuid': 'port-46-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT'}), ('/endpoints/endpoint[port-47-in]', {'uuid': 'port-47-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT'}), ('/endpoints/endpoint[port-48-in]', {'uuid': 'port-48-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT'}), ('/endpoints/endpoint[port-33-out]', {'uuid': 'port-33-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT'}), ('/endpoints/endpoint[port-34-out]', {'uuid': 'port-34-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT'}), ('/endpoints/endpoint[port-35-out]', {'uuid': 'port-35-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT'}), ('/endpoints/endpoint[port-36-out]', {'uuid': 'port-36-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT'}), ('/endpoints/endpoint[port-37-out]', {'uuid': 'port-37-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT'}), ('/endpoints/endpoint[port-38-out]', {'uuid': 'port-38-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT'}), ('/endpoints/endpoint[port-39-out]', {'uuid': 'port-39-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT'}), ('/endpoints/endpoint[port-40-out]', {'uuid': 'port-40-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT'}), ('/endpoints/endpoint[port-41-out]', {'uuid': 'port-41-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT'}), ('/endpoints/endpoint[port-42-out]', {'uuid': 'port-42-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT'}), ('/endpoints/endpoint[port-43-out]', {'uuid': 'port-43-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT'}), ('/endpoints/endpoint[port-44-out]', {'uuid': 'port-44-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT'}), ('/endpoints/endpoint[port-45-out]', {'uuid': 'port-45-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT'}), ('/endpoints/endpoint[port-46-out]', {'uuid': 'port-46-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT'}), ('/endpoints/endpoint[port-47-out]', {'uuid': 'port-47-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT'}), ('/endpoints/endpoint[port-48-out]', {'uuid': 'port-48-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT'})] -[2024-06-20 13:24:33,367] INFO:ncclient.operations.rpc:[host 172.17.254.21 session-id 21] Requesting 'Get' -[2024-06-20 13:24:33,367] DEBUG:ncclient.operations.rpc:[host 172.17.254.21 session-id 21] Sync request, will wait for timeout=120 -[2024-06-20 13:24:33,486] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:33,487] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:33,487] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:33,487] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:33,487] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:33,488] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:33,488] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:33,488] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:33,488] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:33,489] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:33,489] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:33,489] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:33,489] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:33,490] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:33,490] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:33,490] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:33,490] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:33,491] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:33,491] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:33,491] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:33,491] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:33,492] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:33,492] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:33,492] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:33,492] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:33,493] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:33,493] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:33,493] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:33,493] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:33,494] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:33,494] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:33,494] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:33,494] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:33,495] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:33,495] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: fragment = "<?xml version="1.0" encoding="UTF-8"?> -<rpc-reply xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="urn:uuid:a67b92f4-db62-41aa-a71b-416f5facfc1b" xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0"><data><yang-library xmlns="urn:ietf:params:xml:ns:yang:ietf-yang-library"><module-set><name>common</name><module><name>flex-scale-mg-on</name><revision>2024-04-25</revision><namespace>http://flex-scale-project.eu/yang/flex-scale-mg-on</namespace></module><module><name>iana-crypt-hash</name><revision>2014-08-06</revision><namespace>urn:ietf:params:xml:ns:yang:iana-crypt-hash</namespace><feature>crypt-hash-md5</feature><feature>crypt-hash-sha-256</feature><feature>crypt-hash-sha-512</feature></module><module><name>ietf-interfaces</name><revision>2018-02-20</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-interfaces</namespace><feature>arbitrary-names</feature><feature>if-mib</feature><feature>pre-provisioning</feature></module><module><name>ietf-netconf</name><revision>2011-06-01</revision><namespace>urn:ietf:params:xml:ns:netconf:base:1.0</namespace><feature>rollback-on-error</feature><feature>validate</feature><feature>writable-running</feature><feature>xpath</feature></module><module><name>ietf-netconf-acm</name><revision>2018-02-14</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-acm</namespace></module><module><name>ietf-netconf-monitoring</name><revision>2010-10-04</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring</namespace></module><module><name>ietf-netconf-nmda</name><revision>2019-01-07</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-nmda</namespace><feature>with-defaults</feature></module><module><name>ietf-netconf-notifications</name><revision>2012-02-06</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-notifications</namespace></module><module><name>ietf-netconf-partial-lock</name><revision>2009-10-19</revision><namespace>urn:ietf:params:xml:ns:netconf:partial-lock:1.0</namespace></module><module><name>ietf-netconf-with-defaults</name><revision>2011-06-01</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-with-defaults</namespace></module><module><name>ietf-restconf</name><revision>2017-01-26</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-restconf</namespace></module><module><name>ietf-restconf-monitoring</name><revision>2017-01-26</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-restconf-monitoring</namespace></module><module><name>ietf-subscribed-notifications</name><revision>2019-09-09</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-subscribed-notifications</namespace><feature>encode-xml</feature><feature>replay</feature><feature>subtree</feature><feature>xpath</feature><deviation>ietf-subscribed-notifications-deviation</deviation></module><module><name>ietf-yang-library</name><revision>2019-01-04</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-library</namespace></module><module><name>ietf-yang-patch</name><revision>2017-02-22</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-patch</namespace></module><module><name>ietf-yang-push</name><revision>2019-09-09</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-push</namespace><feature>on-change</feature><deviation>ietf-yang-push-deviation</deviation></module><module><name>ietf-yang-schema-mount</name><revision>2019-01-14</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-schema-mount</namespace></module><module><name>openconfig-if-ethernet</name><revision>2023-03-10</revision><namespace>http://openconfig.net/yang/interfaces/ethernet</namespace></module><module><name>openconfig-if-ip</name><revision>2019-01-08</revision><namespace>http://openconfig.net/yang/interfaces/ip</namespace></module><module><name>openconfig-interfaces</name><revision>2019-07-10</revision><namespace>http://openconfig.net/yang/interfaces</namespace></module><module><name>openconfig-platform</name><revision>2022-12-20</revision><namespace>http://openconfig.net/yang/platform</namespace><submodule><name>openconfig-platform-common</name><revision>2022-12-20</revision></submodule></module><module><name>openconfig-platform-port</name><revision>2023-01-19</revision><namespace>http://openconfig.net/yang/platform/port</namespace></module><module><name>openconfig-wavelength-router</name><revision>2021-07-26</revision><namespace>http://openconfig.net/yang/wavelength-router</namespace></module><module><name>optical-switch</name><revision>2020-01-10</revision><namespace>http://www.polatis.com/yang/optical-switch</namespace></module><module><name>polatis-switch</name><revision>2020-11-14</revision><namespace>http://www.polatis.com/yang/polatis-switch</namespace></module><module><name>tailf-aaa</name><revision>2022-04-12</revision><namespace>http://tail-f.com/ns/aaa/1.1</namespace></module><module><name>tailf-acm</name><revision>2013-03-07</revision><namespace>http://tail-f.com/yang/acm</namespace></module><module><name>tailf-confd-monitoring</name><revision>2021-09-09</revision><namespace>http://tail-f.com/yang/confd-monitoring</namespace></module><module><name>tailf-confd-progress</name><revision>2020-06-29</revision><namespace>http://tail-f.com/ns/confd-progress</namespace></module><module><name>tailf-kicker</name><revision>2020-11-26</revision><namespace>http://tail-f.com/ns/kicker</namespace></module><module><name>tailf-last-login</name><revision>2019-11-21</revision><namespace>http://tail-f.com/yang/last-login</namespace></module><module><name>tailf-netconf-extensions</name><revision>2021-06-18</revision><namespace>http://tail-f.com/ns/netconf/extensions</namespace></module><module><name>tailf-netconf-monitoring</name><revision>2022-04-12</revision><namespace>http://tail-f.com/yang/netconf-monitoring</namespace></module><module><name>tailf-netconf-query</name><revision>2017-01-06</revision><namespace>http://tail-f.com/ns/netconf/query</namespace></module><module><name>tailf-netconf-rollback</name><revision>2018-01-12</revision><namespace>http://tail-f.com/ns/netconf/rollback</namespace></module><module><name>tailf-netconf-transactions</name><namespace>http://tail-f.com/ns/netconf/transactions/1.0</namespace></module><module><name>tailf-netconf-with-rollback-id</name><revision>2020-06-25</revision><namespace>http://tail-f.com/ns/netconf/with-rollback-id</namespace></module><module><name>tailf-netconf-with-transaction-id</name><revision>2018-11-23</revision><namespace>http://tail-f.com/ns/netconf/with-transaction-id</namespace></module><module><name>tailf-progress</name><revision>2021-12-17</revision><namespace>http://tail-f.com/ns/progress</namespace></module><module><name>tailf-rollback</name><revision>2020-09-02</revision><namespace>http://tail-f.com/ns/rollback</namespace></module><import-only-module><name>iana-if-type</name><revision>2023-01-26</revision><namespace>urn:ietf:params:xml:ns:yang:iana-if-type</namespace></import-only-module><import-only-module><name>ietf-datastores</name><revision>2018-02-14</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-datastores</namespace></import-only-module><import-only-module><name>ietf-inet-types</name><revision>2013-07-15</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-inet-types</namespace></import-only-module><import-only-module><name>ietf-ip</name><revision>2018-02-22</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-ip</namespace></import-only-module><import-only-module><name>ietf-network-instance</name><revision>2019-01-21</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-network-instance</namespace></import-only-module><import-only-module><name>ietf-origin</name><revision>2018-02-14</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-origin</namespace></import-only-module><import-only-module><name>ietf-x509-cert-to-name</name><revision>2014-12-10</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-x509-cert-to-name</namespace></import-only-module><import-only-module><name>ietf-yang-metadata</name><revision>2016-08-05</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-metadata</namespace></import-only-module><import-only-module><name>ietf-yang-smiv2</name><revision>2012-06-22</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-smiv2</namespace></import-only-module><import-only-module><name>ietf-yang-types</name><revision>2013-07-15</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-types</namespace></import-only-module><import-only-module><name>openconfig-alarm-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/alarms/types</namespace></import-only-module><import-only-module><name>openconfig-extensions</name><revision>2018-10-17</revision><namespace>http://openconfig.net/yang/openconfig-ext</namespace></import-only-module><import-only-module><name>openconfig-if-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/openconfig-if-types</namespace></import-only-module><import-only-module><name>openconfig-inet-types</name><revision>2019-04-25</revision><namespace>http://openconfig.net/yang/types/inet</namespace></import-only-module><import-only-module><name>openconfig-platform-types</name><revision>2022-07-28</revision><namespace>http://openconfig.net/yang/platform-types</namespace></import-only-module><import-only-module><name>openconfig-transport-types</name><revision>2023-02-08</revision><namespace>http://openconfig.net/yang/transport-types</namespace></import-only-module><import-only-module><name>openconfig-types</name><revision>2019-04-16</revision><namespace>http://openconfig.net/yang/openconfig-types</namespace></import-only-module><import-only-module><name>openconfig-yang-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/types/yang</namespace></import-only-module><import-only-module><name>tailf-common</name><revision>2022-04-12</revision><namespace>http://tail-f.com/yang/common</namespace><submodule><name>tailf-cli-extensions</name><revision>2021-12-17</revision></submodule><submodule><name>tailf-meta-extensions</name><revision>2017-03-08</revision></submodule></import-only-module><import-only-module><name>tailf-common-monitoring</name><revision>2021-09-02</revision><namespace>http://tail-f.com/yang/common-monitoring</namespace></import-only-module><import-only-module><name>tailf-common-query</name><revision>2017-12-15</revision><namespace>http://tail-f.com/ns/common/query</namespace></import-only-module><import-only-module><name>tailf-netconf-forward</name><revision></revision><namespace>http://tail-f.com/ns/netconf/forward/1.0</namespace></import-only-module><import-only-module><name>tailf-netconf-inactive</name><revision></revision><namespace>http://tail-f.com/ns/netconf/inactive/1.0</namespace></import-only-module><import-only-module><name>tailf-xsd-types</name><revision>2017-11-20</revision><namespace>http://tail-f.com/yang/xsd-types</namespace></import-only-module></module-set><schema><name>common</name><module-set>common</module-set></schema><datastore><name xmlns:ds="urn:ietf:params:xml:ns:yang:ietf-datastores">ds:running</name><schema>common</schema></datastore><datastore><name xmlns:ds="urn:ietf:params:xml:ns:yang:ietf-datastores">ds:intended</name><schema>common</schema></datastore><datastore><name xmlns:ds="urn:ietf:params:xml:ns:yang:ietf-datastores">ds:operational</name><schema>common</schema></datastore><content-id>c12b960e969b26974084d2b999572983</content-id></yang-library><modules-state xmlns="urn:ietf:params:xml:ns:yang:ietf-yang-library"><module-set-id>c12b960e969b26974084d2b999572983</module-set-id><module><name>flex-scale-mg-on</name><revision>2024-04-25</revision><namespace>http://flex-scale-project.eu/yang/flex-scale-mg-on</namespace><conformance-type>implement</conformance-type></module><module><name>iana-crypt-hash</name><revision>2014-08-06</revision><namespace>urn:ietf:params:xml:ns:yang:iana-crypt-hash</namespace><feature>crypt-hash-md5</feature><feature>crypt-hash-sha-256</feature><feature>crypt-hash-sha-512</feature><conformance-type>implement</conformance-type></module><module><name>iana-if-type</name><revision>2023-01-26</revision><namespace>urn:ietf:params:xml:ns:yang:iana-if-type</namespace><conformance-type>import</conformance-type></module><module><name>ietf-datastores</name><revision>2018-02-14</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-datastores</namespace><conformance-type>import</conformance-type></module><module><name>ietf-inet-types</name><revision>2013-07-15</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-inet-types</namespace><conformance-type>import</conformance-type></module><module><name>ietf-interfaces</name><revision>2018-02-20</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-interfaces</namespace><feature>arbitrary-names</feature><feature>if-mib</feature><feature>pre-provisioning</feature><conformance-type>implement</conformance-type></module><module><name>ietf-ip</name><revision>2018-02-22</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-ip</namespace><feature>ipv4-non-contiguous-netmasks</feature><feature>ipv6-privacy-autoconf</feature><conformance-type>import</conformance-type></module><module><name>ietf-netconf</name><revision>2011-06-01</revision><namespace>urn:ietf:params:xml:ns:netconf:base:1.0</namespace><feature>rollback-on-error</feature><feature>validate</feature><feature>writable-running</feature><feature>xpath</feature><conformance-type>implement</conformance-type></module><module><name>ietf-netconf-acm</name><revision>2018-02-14</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-acm</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-netconf-monitoring</name><revision>2010-10-04</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-netconf-nmda</name><revision>2019-01-07</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-nmda</namespace><feature>with-defaults</feature><conformance-type>implement</conformance-type></module><module><name>ietf-netconf-notifications</name><revision>2012-02-06</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-notifications</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-netconf-partial-lock</name><revision>2009-10-19</revision><namespace>urn:ietf:params:xml:ns:netconf:partial-lock:1.0</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-netconf-with-defaults</name><revision>2011-06-01</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-with-defaults</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-network-instance</name><revision>2019-01-21</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-network-instance</namespace><conformance-type>import</conformance-type></module><module><name>ietf-origin</name><revision>2018-02-14</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-origin</namespace><conformance-type>import</conformance-type></module><module><name>ietf-restconf</name><revision>2017-01-26</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-restconf</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-restconf-monitoring</name><revision>2017-01-26</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-restconf-monitoring</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-subscribed-notifications</name><revision>2019-09-09</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-subscribed-notifications</namespace><feature>encode-xml</feature><feature>replay</feature><feature>subtree</feature><feature>xpath</feature><deviation><name>ietf-subscribed-notifications-deviation</name><revision>2020-06-25</revision></deviation><conformance-type>implement</conformance-type></module><module><name>ietf-x509-cert-to-name</name><revision>2014-12-10</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-x509-cert-to-name</namespace><conformance-type>import</conformance-type></module><module><name>ietf-yang-library</name><revision>2019-01-04</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-library</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-yang-metadata</name><revision>2016-08-05</revision><namespace>urn:ietf:pa" -[2024-06-20 13:24:33,495] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:33,496] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:33,533] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:33,534] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:33,534] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:33,534] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:33,534] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:33,534] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:33,534] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:33,534] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:33,535] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:33,535] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:33,535] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:33,535] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:33,535] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:33,536] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:33,536] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:33,536] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:33,536] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:33,536] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:33,537] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:33,537] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:33,537] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:33,537] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:33,537] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:33,537] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:33,538] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:33,538] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:33,538] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:33,538] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:33,538] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:33,538] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:33,539] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:33,539] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:33,539] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:33,539] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:33,539] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: fragment = "rams:xml:ns:yang:ietf-yang-metadata</namespace><conformance-type>import</conformance-type></module><module><name>ietf-yang-patch</name><revision>2017-02-22</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-patch</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-yang-push</name><revision>2019-09-09</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-push</namespace><feature>on-change</feature><deviation><name>ietf-yang-push-deviation</name><revision></revision></deviation><conformance-type>implement</conformance-type></module><module><name>ietf-yang-schema-mount</name><revision>2019-01-14</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-schema-mount</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-yang-smiv2</name><revision>2012-06-22</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-smiv2</namespace><conformance-type>import</conformance-type></module><module><name>ietf-yang-types</name><revision>2013-07-15</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-alarm-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/alarms/types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-extensions</name><revision>2018-10-17</revision><namespace>http://openconfig.net/yang/openconfig-ext</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-if-ethernet</name><revision>2023-03-10</revision><namespace>http://openconfig.net/yang/interfaces/ethernet</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-if-ip</name><revision>2019-01-08</revision><namespace>http://openconfig.net/yang/interfaces/ip</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-if-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/openconfig-if-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-inet-types</name><revision>2019-04-25</revision><namespace>http://openconfig.net/yang/types/inet</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-interfaces</name><revision>2019-07-10</revision><namespace>http://openconfig.net/yang/interfaces</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-platform</name><revision>2022-12-20</revision><namespace>http://openconfig.net/yang/platform</namespace><conformance-type>implement</conformance-type><submodule><name>openconfig-platform-common</name><revision>2022-12-20</revision></submodule></module><module><name>openconfig-platform-port</name><revision>2023-01-19</revision><namespace>http://openconfig.net/yang/platform/port</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-platform-types</name><revision>2022-07-28</revision><namespace>http://openconfig.net/yang/platform-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-transport-types</name><revision>2023-02-08</revision><namespace>http://openconfig.net/yang/transport-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-types</name><revision>2019-04-16</revision><namespace>http://openconfig.net/yang/openconfig-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-wavelength-router</name><revision>2021-07-26</revision><namespace>http://openconfig.net/yang/wavelength-router</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-yang-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/types/yang</namespace><conformance-type>import</conformance-type></module><module><name>optical-switch</name><revision>2020-01-10</revision><namespace>http://www.polatis.com/yang/optical-switch</namespace><conformance-type>implement</conformance-type></module><module><name>polatis-switch</name><revision>2020-11-14</revision><namespace>http://www.polatis.com/yang/polatis-switch</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-aaa</name><revision>2022-04-12</revision><namespace>http://tail-f.com/ns/aaa/1.1</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-acm</name><revision>2013-03-07</revision><namespace>http://tail-f.com/yang/acm</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-common</name><revision>2022-04-12</revision><namespace>http://tail-f.com/yang/common</namespace><conformance-type>import</conformance-type><submodule><name>tailf-cli-extensions</name><revision>2021-12-17</revision></submodule><submodule><name>tailf-meta-extensions</name><revision>2017-03-08</revision></submodule></module><module><name>tailf-common-monitoring</name><revision>2021-09-02</revision><namespace>http://tail-f.com/yang/common-monitoring</namespace><conformance-type>import</conformance-type></module><module><name>tailf-common-query</name><revision>2017-12-15</revision><namespace>http://tail-f.com/ns/common/query</namespace><conformance-type>import</conformance-type></module><module><name>tailf-confd-monitoring</name><revision>2021-09-09</revision><namespace>http://tail-f.com/yang/confd-monitoring</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-confd-progress</name><revision>2020-06-29</revision><namespace>http://tail-f.com/ns/confd-progress</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-kicker</name><revision>2020-11-26</revision><namespace>http://tail-f.com/ns/kicker</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-last-login</name><revision>2019-11-21</revision><namespace>http://tail-f.com/yang/last-login</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-netconf-extensions</name><revision>2021-06-18</revision><namespace>http://tail-f.com/ns/netconf/extensions</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-netconf-forward</name><revision></revision><namespace>http://tail-f.com/ns/netconf/forward/1.0</namespace><conformance-type>import</conformance-type></module><module><name>tailf-netconf-inactive</name><revision></revision><namespace>http://tail-f.com/ns/netconf/inactive/1.0</namespace><conformance-type>import</conformance-type></module><module><name>tailf-netconf-monitoring</name><revision>2022-04-12</revision><namespace>http://tail-f.com/yang/netconf-monitoring</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-netconf-query</name><revision>2017-01-06</revision><namespace>http://tail-f.com/ns/netconf/query</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-netconf-rollback</name><revision>2018-01-12</revision><namespace>http://tail-f.com/ns/netconf/rollback</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-netconf-transactions</name><revision></revision><namespace>http://tail-f.com/ns/netconf/transactions/1.0</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-netconf-with-rollback-id</name><revision>2020-06-25</revision><namespace>http://tail-f.com/ns/netconf/with-rollback-id</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-netconf-with-transaction-id</name><revision>2018-11-23</revision><namespace>http://tail-f.com/ns/netconf/with-transaction-id</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-progress</name><revision>2021-12-17</revision><namespace>http://tail-f.com/ns/progress</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-rollback</name><revision>2020-09-02</revision><namespace>http://tail-f.com/ns/rollback</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-xsd-types</name><revision>2017-11-20</revision><namespace>http://tail-f.com/yang/xsd-types</namespace><conformance-type>import</conformance-type></module></modules-state><nacm xmlns="urn:ietf:params:xml:ns:yang:ietf-netconf-acm"><write-default>permit</write-default><denied-operations>0</denied-operations><denied-data-writes>0</denied-data-writes><denied-notifications>0</denied-notifications><groups><group><name>admin</name><user-name>admin</user-name><user-name>private</user-name></group><group><name>oper</name><user-name>oper</user-name><user-name>public</user-name></group></groups><rule-list><name>admin</name><group>admin</group><rule><name>any-access</name><action>permit</action></rule></rule-list><rule-list><name>any-group</name><group>*</group><rule><name>tailf-aaa-authentication</name><module-name>tailf-aaa</module-name><path>/aaa/authentication/users/user[name='$USER']</path><access-operations>read update</access-operations><action>permit</action></rule><rule><name>tailf-aaa-user</name><module-name>tailf-aaa</module-name><path>/user[name='$USER']</path><access-operations>create read update delete</access-operations><action>permit</action></rule><rule><name>tailf-webui-user</name><module-name>tailf-webui</module-name><path>/webui/data-stores/user-profile[username='$USER']</path><access-operations>create read update delete</access-operations><action>permit</action></rule></rule-list></nacm><netconf-state xmlns="urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring"><capabilities><capability>urn:ietf:params:netconf:base:1.0</capability><capability>urn:ietf:params:netconf:base:1.1</capability><capability>urn:ietf:params:netconf:capability:writable-running:1.0</capability><capability>urn:ietf:params:netconf:capability:rollback-on-error:1.0</capability><capability>urn:ietf:params:netconf:capability:validate:1.0</capability><capability>urn:ietf:params:netconf:capability:validate:1.1</capability><capability>urn:ietf:params:netconf:capability:xpath:1.0</capability><capability>urn:ietf:params:netconf:capability:partial-lock:1.0</capability><capability>urn:ietf:params:netconf:capability:with-defaults:1.0?basic-mode=explicit&also-supported=report-all-tagged,report-all</capability><capability>urn:ietf:params:netconf:capability:with-operational-defaults:1.0?basic-mode=explicit&also-supported=report-all-tagged,report-all</capability><capability>urn:ietf:params:netconf:capability:yang-library:1.0?revision=2019-01-04&module-set-id=c12b960e969b26974084d2b999572983</capability><capability>urn:ietf:params:netconf:capability:yang-library:1.1?revision=2019-01-04&content-id=c12b960e969b26974084d2b999572983</capability><capability>http://tail-f.com/ns/netconf/actions/1.0</capability><capability>http://flex-scale-project.eu/yang/flex-scale-mg-on?module=flex-scale-mg-on&revision=2024-04-25</capability><capability>http://openconfig.net/yang/alarms/types?module=openconfig-alarm-types&revision=2018-11-21</capability><capability>http://openconfig.net/yang/interfaces?module=openconfig-interfaces&revision=2019-07-10</capability><capability>http://openconfig.net/yang/interfaces/ethernet?module=openconfig-if-ethernet&revision=2023-03-10</capability><capability>http://openconfig.net/yang/interfaces/ip?module=openconfig-if-ip&revision=2019-01-08</capability><capability>http://openconfig.net/yang/openconfig-ext?module=openconfig-extensions&revision=2018-10-17</capability><capability>http://openconfig.net/yang/openconfig-if-types?module=openconfig-if-types&revision=2018-11-21</capability><capability>http://openconfig.net/yang/openconfig-types?module=openconfig-types&revision=2019-04-16</capability><capability>http://openconfig.net/yang/platform?module=openconfig-platform&revision=2022-12-20</capability><capability>http://openconfig.net/yang/platform-types?module=openconfig-platform-types&revision=2022-07-28</capability><capability>http://openconfig.net/yang/platform/port?module=openconfig-platform-port&revision=2023-01-19</capability><capability>http://openconfig.net/yang/transport-types?module=openconfig-transport-types&revision=2023-02-08</capability><capability>http://openconfig.net/yang/types/inet?module=openconfig-inet-types&revision=2019-04-25</capability><capability>http://openconfig.net/yang/types/yang?module=openconfig-yang-types&revision=2018-11-21</capability><capability>http://openconfig.net/yang/wavelength-router?module=openconfig-wavelength-router&revision=2021-07-26</capability><capability>http://tail-f.com/ns/aaa/1.1?module=tailf-aaa&revision=2022-04-12</capability><capability>http://tail-f.com/ns/common/query?module=tailf-common-query&revision=2017-12-15</capability><capability>http://tail-f.com/ns/confd-progress?module=tailf-confd-progress&revision=2020-06-29</capability><capability>http://tail-f.com/ns/kicker?module=tailf-kicker&revision=2020-11-26</capability><capability>http://tail-f.com/ns/netconf/query?module=tailf-netconf-query&revision=2017-01-06</capability><capability>http://tail-f.com/yang/acm?module=tailf-acm&revision=2013-03-07</capability><capability>http://tail-f.com/yang/common?module=tailf-common&revision=2022-04-12</capability><capability>http://tail-f.com/yang/common-monitoring?module=tailf-common-monitoring&revision=2021-09-02</capability><capability>http://tail-f.com/yang/confd-monitoring?module=tailf-confd-monitoring&revision=2021-09-09</capability><capability>http://tail-f.com/yang/last-login?module=tailf-last-login&revision=2019-11-21</capability><capability>http://tail-f.com/yang/netconf-monitoring?module=tailf-netconf-monitoring&revision=2022-04-12</capability><capability>http://tail-f.com/yang/xsd-types?module=tailf-xsd-types&revision=2017-11-20</capability><capability>http://www.polatis.com/yang/optical-switch?module=optical-switch&revision=2020-01-10</capability><capability>http://www.polatis.com/yang/polatis-switch?module=polatis-switch&revision=2020-11-14</capability><capability>urn:ietf:params:xml:ns:netconf:base:1.0?module=ietf-netconf&revision=2011-06-01&features=writable-running,rollback-on-error,validate,xpath</capability><capability>urn:ietf:params:xml:ns:netconf:partial-lock:1.0?module=ietf-netconf-partial-lock&revision=2009-10-19</capability><capability>urn:ietf:params:xml:ns:yang:iana-crypt-hash?module=iana-crypt-hash&revision=2014-08-06&features=crypt-hash-sha-512,crypt-hash-sha-256,crypt-hash-md5</capability><capability>urn:ietf:params:xml:ns:yang:iana-if-type?module=iana-if-type&revision=2023-01-26</capability><capability>urn:ietf:params:xml:ns:yang:ietf-inet-types?module=ietf-inet-types&revision=2013-07-15</capability><capability>urn:ietf:params:xml:ns:yang:ietf-netconf-acm?module=ietf-netconf-acm&revision=2018-02-14</capability><capability>urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring?module=ietf-netconf-monitoring&revision=2010-10-04</capability><capability>urn:ietf:params:xml:ns:yang:ietf-netconf-notifications?module=ietf-netconf-notifications&revision=2012-02-06</capability><capability>urn:ietf:params:xml:ns:yang:ietf-netconf-with-defaults?module=ietf-netconf-with-defaults&revision=2011-06-01</capability><capability>urn:ietf:params:xml:ns:yang:ietf-restconf-monitoring?module=ietf-restconf-monitoring&revision=2017-01-26</capability><capability>urn:ietf:params:xml:ns:yang:ietf-x509-cert-to-name?module=ietf-x509-cert-to-name&revision=2014-12-10</capability><capability>urn:ietf:params:xml:ns:yang:ietf-yang-metadata?module=ietf-yang-metadata&revision=2016-08-05</capability><capability>urn:ietf:params:xml:ns:yang:ietf-yang-smiv2?module=ietf-yang-smiv2&revision=2012-06-22</capability><capability>urn:ietf:params:xml:ns:yang:ietf-yang-types?module=ietf-yang-types&revision=2013-07-15</capability></capabilities><datastores><datastore><name>running</name><transaction-id xmlns="http://tail-f.com/yang/netconf-monitoring">1717-711273-156835</transaction-id><status xmlns="http://tail-f.com/yang/netconf-monitoring">valid</status></datastore></datastores><schemas><schema><identifier>flex-scale-mg-on</identifier><version>2024-04-25</version><format>yang</format><name" -[2024-06-20 13:24:33,539] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:33,539] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:33,597] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:33,597] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:33,597] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:33,597] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:33,597] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:33,598] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:33,598] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:33,598] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:33,598] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:33,598] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:33,598] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:33,599] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:33,599] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:33,599] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:33,599] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:33,599] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:33,599] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:33,599] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:33,600] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:33,600] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:33,600] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:33,600] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:33,600] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:33,600] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:33,601] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:33,601] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:33,601] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:33,601] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:33,601] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:33,601] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:33,602] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:33,602] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:33,602] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:33,602] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:33,602] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: fragment = "space>http://flex-scale-project.eu/yang/flex-scale-mg-on</namespace><location>NETCONF</location></schema><schema><identifier>iana-crypt-hash</identifier><version>2014-08-06</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:iana-crypt-hash</namespace><location>NETCONF</location></schema><schema><identifier>iana-if-type</identifier><version>2023-01-26</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:iana-if-type</namespace><location>NETCONF</location></schema><schema><identifier>ietf-datastores</identifier><version>2018-02-14</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-datastores</namespace><location>NETCONF</location></schema><schema><identifier>ietf-inet-types</identifier><version>2013-07-15</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-inet-types</namespace><location>NETCONF</location></schema><schema><identifier>ietf-interfaces</identifier><version>2018-02-20</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-interfaces</namespace><location>NETCONF</location></schema><schema><identifier>ietf-ip</identifier><version>2018-02-22</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-ip</namespace><location>NETCONF</location></schema><schema><identifier>ietf-netconf</identifier><version>2011-06-01</version><format>yang</format><namespace>urn:ietf:params:xml:ns:netconf:base:1.0</namespace><location>NETCONF</location></schema><schema><identifier>ietf-netconf-acm</identifier><version>2018-02-14</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-acm</namespace><location>NETCONF</location></schema><schema><identifier>ietf-netconf-monitoring</identifier><version>2010-10-04</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring</namespace><location>NETCONF</location></schema><schema><identifier>ietf-netconf-nmda</identifier><version>2019-01-07</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-nmda</namespace><location>NETCONF</location></schema><schema><identifier>ietf-netconf-notifications</identifier><version>2012-02-06</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-notifications</namespace><location>NETCONF</location></schema><schema><identifier>ietf-netconf-partial-lock</identifier><version>2009-10-19</version><format>yang</format><namespace>urn:ietf:params:xml:ns:netconf:partial-lock:1.0</namespace><location>NETCONF</location></schema><schema><identifier>ietf-netconf-with-defaults</identifier><version>2011-06-01</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-with-defaults</namespace><location>NETCONF</location></schema><schema><identifier>ietf-network-instance</identifier><version>2019-01-21</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-network-instance</namespace><location>NETCONF</location></schema><schema><identifier>ietf-origin</identifier><version>2018-02-14</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-origin</namespace><location>NETCONF</location></schema><schema><identifier>ietf-restconf</identifier><version>2017-01-26</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-restconf</namespace><location>NETCONF</location></schema><schema><identifier>ietf-restconf-monitoring</identifier><version>2017-01-26</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-restconf-monitoring</namespace><location>NETCONF</location></schema><schema><identifier>ietf-subscribed-notifications</identifier><version>2019-09-09</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-subscribed-notifications</namespace><location>NETCONF</location></schema><schema><identifier>ietf-x509-cert-to-name</identifier><version>2014-12-10</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-x509-cert-to-name</namespace><location>NETCONF</location></schema><schema><identifier>ietf-yang-library</identifier><version>2016-06-21</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-library</namespace><location>NETCONF</location></schema><schema><identifier>ietf-yang-metadata</identifier><version>2016-08-05</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-metadata</namespace><location>NETCONF</location></schema><schema><identifier>ietf-yang-patch</identifier><version>2017-02-22</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-patch</namespace><location>NETCONF</location></schema><schema><identifier>ietf-yang-push</identifier><version>2019-09-09</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-push</namespace><location>NETCONF</location></schema><schema><identifier>ietf-yang-schema-mount</identifier><version>2019-01-14</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-schema-mount</namespace><location>NETCONF</location></schema><schema><identifier>ietf-yang-smiv2</identifier><version>2012-06-22</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-smiv2</namespace><location>NETCONF</location></schema><schema><identifier>ietf-yang-types</identifier><version>2013-07-15</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-alarm-types</identifier><version>2018-11-21</version><format>yang</format><namespace>http://openconfig.net/yang/alarms/types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-extensions</identifier><version>2018-10-17</version><format>yang</format><namespace>http://openconfig.net/yang/openconfig-ext</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-if-ethernet</identifier><version>2023-03-10</version><format>yang</format><namespace>http://openconfig.net/yang/interfaces/ethernet</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-if-ip</identifier><version>2019-01-08</version><format>yang</format><namespace>http://openconfig.net/yang/interfaces/ip</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-if-types</identifier><version>2018-11-21</version><format>yang</format><namespace>http://openconfig.net/yang/openconfig-if-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-inet-types</identifier><version>2019-04-25</version><format>yang</format><namespace>http://openconfig.net/yang/types/inet</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-interfaces</identifier><version>2019-07-10</version><format>yang</format><namespace>http://openconfig.net/yang/interfaces</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-platform</identifier><version>2022-12-20</version><format>yang</format><namespace>http://openconfig.net/yang/platform</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-platform-common</identifier><version>2022-12-20</version><format>yang</format><namespace>http://openconfig.net/yang/platform</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-platform-port</identifier><version>2023-01-19</version><format>yang</format><namespace>http://openconfig.net/yang/platform/port</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-platform-types</identifier><version>2022-07-28</version><format>yang</format><namespace>http://openconfig.net/yang/platform-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-transport-types</identifier><version>2023-02-08</version><format>yang</format><namespace>http://openconfig.net/yang/transport-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-types</identifier><version>2019-04-16</version><format>yang</format><namespace>http://openconfig.net/yang/openconfig-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-wavelength-router</identifier><version>2021-07-26</version><format>yang</format><namespace>http://openconfig.net/yang/wavelength-router</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-yang-types</identifier><version>2018-11-21</version><format>yang</format><namespace>http://openconfig.net/yang/types/yang</namespace><location>NETCONF</location></schema><schema><identifier>optical-switch</identifier><version>2020-01-10</version><format>yang</format><namespace>http://www.polatis.com/yang/optical-switch</namespace><location>NETCONF</location></schema><schema><identifier>polatis-switch</identifier><version>2020-11-14</version><format>yang</format><namespace>http://www.polatis.com/yang/polatis-switch</namespace><location>NETCONF</location></schema><schema><identifier>tailf-aaa</identifier><version>2022-04-12</version><format>yang</format><namespace>http://tail-f.com/ns/aaa/1.1</namespace><location>NETCONF</location></schema><schema><identifier>tailf-acm</identifier><version>2013-03-07</version><format>yang</format><namespace>http://tail-f.com/yang/acm</namespace><location>NETCONF</location></schema><schema><identifier>tailf-cli-extensions</identifier><version>2021-12-17</version><format>yang</format><namespace>http://tail-f.com/yang/common</namespace><location>NETCONF</location></schema><schema><identifier>tailf-common</identifier><version>2022-04-12</version><format>yang</format><namespace>http://tail-f.com/yang/common</namespace><location>NETCONF</location></schema><schema><identifier>tailf-common-monitoring</identifier><version>2021-09-02</version><format>yang</format><namespace>http://tail-f.com/yang/common-monitoring</namespace><location>NETCONF</location></schema><schema><identifier>tailf-common-query</identifier><version>2017-12-15</version><format>yang</format><namespace>http://tail-f.com/ns/common/query</namespace><location>NETCONF</location></schema><schema><identifier>tailf-confd-monitoring</identifier><version>2021-09-09</version><format>yang</format><namespace>http://tail-f.com/yang/confd-monitoring</namespace><location>NETCONF</location></schema><schema><identifier>tailf-confd-progress</identifier><version>2020-06-29</version><format>yang</format><namespace>http://tail-f.com/ns/confd-progress</namespace><location>NETCONF</location></schema><schema><identifier>tailf-kicker</identifier><version>2020-11-26</version><format>yang</format><namespace>http://tail-f.com/ns/kicker</namespace><location>NETCONF</location></schema><schema><identifier>tailf-last-login</identifier><version>2019-11-21</version><format>yang</format><namespace>http://tail-f.com/yang/last-login</namespace><location>NETCONF</location></schema><schema><identifier>tailf-meta-extensions</identifier><version>2017-03-08</version><format>yang</format><namespace>http://tail-f.com/yang/common</namespace><location>NETCONF</location></schema><schema><identifier>tailf-netconf-extensions</identifier><version>2021-06-18</version><format>yang</format><namespace>http://tail-f.com/ns/netconf/extensions</namespace><location>NETCONF</location></schema><schema><identifier>tailf-netconf-forward</identifier><version></version><format>yang</format><namespace>http://tail-f.com/ns/netconf/forward/1.0</namespace><location>NETCONF</location></schema><schema><identifier>tailf-netconf-inactive</identifier><version></version><format>yang</format><namespace>http://tail-f.com/ns/netconf/inactive/1.0</namespace><location>NETCONF</location></schema><schema><identifier>tailf-netconf-monitoring</identifier><version>2022-04-12</version><format>yang</format><namespace>http://tail-f.com/yang/netconf-monitoring</namespace><location>NETCONF</location></schema><schema><identifier>tailf-netconf-query</identifier><version>2017-01-06</version><format>yang</format><namespace>http://tail-f.com/ns/netconf/query</namespace><location>NETCONF</location></schema><schema><identifier>tailf-netconf-rollback</identifier><version>2018-01-12</version><format>yang</format><namespace>http://tail-f.com/ns/netconf/rollback</namespace><location>NETCONF</location></schema><schema><identifier>tailf-netconf-transactions</identifier><version></version><format>yang</format><namespace>http://tail-f.com/ns/netconf/transactions/1.0</namespace><location>NETCONF</location></schema><schema><identifier>tailf-netconf-with-rollback-id</identifier><version>2020-06-25</version><format>yang</format><namespace>http://tail-f.com/ns/netconf/with-rollback-id</namespace><location>NETCONF</location></schema><schema><identifier>tailf-netconf-with-transaction-id</identifier><version>2018-11-23</version><format>yang</format><namespace>http://tail-f.com/ns/netconf/with-transaction-id</namespace><location>NETCONF</location></schema><schema><identifier>tailf-progress</identifier><version>2021-12-17</version><format>yang</format><namespace>http://tail-f.com/ns/progress</namespace><location>NETCONF</location></schema><schema><identifier>tailf-rollback</identifier><version>2020-09-02</version><format>yang</format><namespace>http://tail-f.com/ns/rollback</namespace><location>NETCONF</location></schema><schema><identifier>tailf-xsd-types</identifier><version>2017-11-20</version><format>yang</format><namespace>http://tail-f.com/yang/xsd-types</namespace><location>NETCONF</location></schema></schemas><sessions><session><session-id>21</session-id><transport>netconf-ssh</transport><username>admin</username><source-host>10.30.2.208</source-host><login-time>2024-06-20T13:24:30+00:00</login-time><in-rpcs>2</in-rpcs><in-bad-rpcs>0</in-bad-rpcs><out-rpc-errors>0</out-rpc-errors><out-notifications>0</out-notifications><transaction xmlns="http://tail-f.com/yang/netconf-monitoring"><id>23</id><db>running</db><mode>read</mode></transaction></session></sessions><statistics><netconf-start-time>2024-06-06T22:01:09+00:00</netconf-start-time><in-bad-hellos>0</in-bad-hellos><in-sessions>3</in-sessions><dropped-sessions>2</dropped-sessions><in-rpcs>8</in-rpcs><in-bad-rpcs>0</in-bad-rpcs><out-rpc-errors>0</out-rpc-errors><out-notifications>0</out-notifications></statistics></netconf-state><components xmlns="http://openconfig.net/yang/platform"><component><name>WBSS-1</name><config><name>WBSS-1</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-1-in</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>1</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>DEMUX</value></config></property></properties></component><component><name>WBSS-10</name><config><name>WBSS-10</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-5-out</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>10</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>MUX</value></config></property></properties></component><component><name>WBSS-11</name><config><name>WBSS-11</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON" -[2024-06-20 13:24:33,602] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:33,602] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:33,714] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:33,714] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:33,715] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:33,715] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:33,715] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:33,715] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:33,715] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:33,715] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:33,716] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:33,716] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:33,716] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:33,716] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:33,716] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:33,716] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:33,716] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:33,716] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:33,716] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:33,716] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:33,717] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:33,717] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:33,717] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:33,717] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:33,717] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:33,717] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:33,717] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:33,718] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:33,718] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:33,718] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:33,718] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:33,718] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:33,718] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:33,719] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:33,719] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:33,719] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:33,719] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: fragment = "_PORT</name><value>port-6-in</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>11</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>DEMUX</value></config></property></properties></component><component><name>WBSS-12</name><config><name>WBSS-12</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-6-out</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>12</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>MUX</value></config></property></properties></component><component><name>WBSS-13</name><config><name>WBSS-13</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-7-in</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>13</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>DEMUX</value></config></property></properties></component><component><name>WBSS-14</name><config><name>WBSS-14</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-7-out</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>14</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>MUX</value></config></property></properties></component><component><name>WBSS-15</name><config><name>WBSS-15</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-8-in</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>15</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>DEMUX</value></config></property></properties></component><component><name>WBSS-16</name><config><name>WBSS-16</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-8-out</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>16</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>MUX</value></config></property></properties></component><component><name>WBSS-17</name><config><name>WBSS-17</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-9-in</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>17</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>DEMUX</value></config></property></properties></component><component><name>WBSS-18</name><config><name>WBSS-18</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-9-out</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>18</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>MUX</value></config></property></properties></component><component><name>WBSS-19</name><config><name>WBSS-19</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-10-in</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>19</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>DEMUX</value></config></property></properties></component><component><name>WBSS-2</name><config><name>WBSS-2</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-1-out</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>2</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>MUX</value></config></property></properties></component><component><name>WBSS-20</name><config><name>WBSS-20</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-10-out</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>20</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>MUX</value></config></property></properties></component><component><name>WBSS-21</name><config><name>WBSS-21</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-11-in</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>21</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>DEMUX</value></config></property></properties></component><component><name>WBSS-22</name><config><name>WBSS-22</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-11-out</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>22</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>MUX</value></config></property></properties></component><component><name>WBSS-23</name><config><name>WBSS-23</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-12-in</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>23</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>DEMUX</value></config></property></properties></component><component><name>WBSS-24</name><config><name>WBSS-24</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-12-out</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>24</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>MUX</value></config></property></properties></component><component><name>WBSS-25</name><config><name>WBSS-25</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-13-in</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>25</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>DEMUX</value></config></property></properties></component><component><name>WBSS-26</name><config><name>WBSS-26</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-13-out</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>26</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>MUX</value></config></property></properties></component><component><name>WBSS-27</name><config><name>WBSS-27</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-14-in</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>27</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>DEMUX</value></config></property></properties></component><component><name>WBSS-28</name><config><name>WBSS-28</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-14-out</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>28</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>MUX</value></config></property></properties></component><component><name>WBSS-29</name><config><name>WBSS-29</name></c" -[2024-06-20 13:24:33,719] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:33,719] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:33,797] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:33,797] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:33,797] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:33,798] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:33,798] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:33,798] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:33,798] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:33,798] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:33,798] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:33,799] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:33,799] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:33,799] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:33,799] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:33,799] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:33,799] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:33,799] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:33,800] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:33,800] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:33,800] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:33,800] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:33,800] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:33,800] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:33,801] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:33,801] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:33,801] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:33,801] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:33,801] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:33,801] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:33,802] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:33,802] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:33,802] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:33,802] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:33,802] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:33,802] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:33,803] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: fragment = "onfig><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-15-in</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>29</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>DEMUX</value></config></property></properties></component><component><name>WBSS-3</name><config><name>WBSS-3</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-2-in</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>3</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>DEMUX</value></config></property></properties></component><component><name>WBSS-30</name><config><name>WBSS-30</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-15-out</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>30</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>MUX</value></config></property></properties></component><component><name>WBSS-31</name><config><name>WBSS-31</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-16-in</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>31</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>DEMUX</value></config></property></properties></component><component><name>WBSS-32</name><config><name>WBSS-32</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-16-out</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>32</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>MUX</value></config></property></properties></component><component><name>WBSS-4</name><config><name>WBSS-4</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-2-out</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>MUX</value></config></property></properties></component><component><name>WBSS-5</name><config><name>WBSS-5</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-3-in</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>5</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>DEMUX</value></config></property></properties></component><component><name>WBSS-6</name><config><name>WBSS-6</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-3-out</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>6</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>MUX</value></config></property></properties></component><component><name>WBSS-7</name><config><name>WBSS-7</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-4-in</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>7</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>DEMUX</value></config></property></properties></component><component><name>WBSS-8</name><config><name>WBSS-8</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-4-out</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>8</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>MUX</value></config></property></properties></component><component><name>WBSS-9</name><config><name>WBSS-9</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-5-in</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>9</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>DEMUX</value></config></property></properties></component><component><name>WSS-1</name><config><name>WSS-1</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WSS_MODULE</value></config></property><property><name>MG_ON_WSS_BAND</name><config><name>MG_ON_WSS_BAND</name><value>C-BAND</value></config></property><property><name>MG_ON_WSS_COMMON_PORT</name><config><name>MG_ON_WSS_COMMON_PORT</name><value>273</value></config></property><property><name>MG_ON_WSS_INDEX</name><config><name>MG_ON_WSS_INDEX</name><value>1</value></config></property><property><name>MG_ON_WSS_LOWER_FREQ</name><config><name>MG_ON_WSS_LOWER_FREQ</name><value>191560677</value></config></property><property><name>MG_ON_WSS_NUM_PORTS</name><config><name>MG_ON_WSS_NUM_PORTS</name><value>9</value></config></property><property><name>MG_ON_WSS_TYPE</name><config><name>MG_ON_WSS_TYPE</name><value>DEMUX</value></config></property><property><name>MG_ON_WSS_UPPER_FREQ</name><config><name>MG_ON_WSS_UPPER_FREQ</name><value>195942783</value></config></property></properties></component><component><name>WSS-10</name><config><name>WSS-10</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WSS_MODULE</value></config></property><property><name>MG_ON_WSS_BAND</name><config><name>MG_ON_WSS_BAND</name><value>S-BAND</value></config></property><property><name>MG_ON_WSS_COMMON_PORT</name><config><name>MG_ON_WSS_COMMON_PORT</name><value>282</value></config></property><property><name>MG_ON_WSS_INDEX</name><config><name>MG_ON_WSS_INDEX</name><value>10</value></config></property><property><name>MG_ON_WSS_LOWER_FREQ</name><config><name>MG_ON_WSS_LOWER_FREQ</name><value>195942784</value></config></property><property><name>MG_ON_WSS_NUM_PORTS</name><config><name>MG_ON_WSS_NUM_PORTS</name><value>9</value></config></property><property><name>MG_ON_WSS_TYPE</name><config><name>MG_ON_WSS_TYPE</name><value>DEMUX</value></config></property><property><name>MG_ON_WSS_UPPER_FREQ</name><config><name>MG_ON_WSS_UPPER_FREQ</name><value>205337300</value></config></property></properties></component><component><name>WSS-11</name><config><name>WSS-11</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WSS_MODULE</value></config></property><property><name>MG_ON_WSS_BAND</name><config><name>MG_ON_WSS_BAND</name><value>S-BAND</value></config></property><property><name>MG_ON_WSS_COMMON_PORT</name><config><name>MG_ON_WSS_COMMON_PORT</name><value>91</value></config></property><property><name>MG_ON_WSS_INDEX</name><config><name>MG_ON_WSS_INDEX</name><value>11</value></config></property><property><name>MG_ON_WSS_LOWER_FREQ</name><config><name>MG_ON_WSS_LOWER_FREQ</name><value>195942784</value></config></property><property><name>MG_ON_WSS_NUM_PORTS</name><config><name>MG_ON_WSS_NUM_PORTS</name><value>9</value></config></property><property><name>MG_ON_WSS_TYPE</name><config><name>MG_ON_WSS_TYPE</name><value>MUX</value></config></property><property><name>MG_ON_WSS_UPPER_FREQ</name><config><name>MG_ON_WSS_UPPER_FREQ</name><value>205337300</value></config></property></properties></component><component><name>WSS-12</name><config><name>WSS-12</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WSS_MODULE</value></config></property><property><name>MG_ON_WSS_BAND</name><config><name>MG_ON_WSS_BAND</name><value>S-BAND</value></config></property><property><name>MG_ON_WSS_COMMON_PORT</name><config><name>MG_ON_WSS_COMMON_PORT</name><value>92</value></config></property><property><name>MG_ON_WSS_INDEX</name><config><name>MG_ON_WSS_INDEX</name><value>12</value></config></property><property><name>MG_ON_WSS_LOWER_FREQ</name><config><name>MG_ON_WSS_LOWER_FREQ</name><value>195942784</value></config></property><property><name>MG_ON_WSS_NUM_PORTS</name><config><name>MG_ON_WSS_NUM_PORTS</name><value>9</value></config></property><property><name>MG_ON_WSS_TYPE</name><config><name>MG_ON_WSS_TYPE</name><value>MUX</value></config></property><property><name>MG_ON_WSS_UPPER_FREQ</name><config><name>MG_ON_WSS_UPPER_FREQ</name><value>205337300</value></config></property></properties></component><component><name>WSS-2</name><config><name>WSS-2</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WSS_MODULE</value></config></property><property><name>MG_ON_WSS_BAND</name><config><name>MG_ON_WSS_BAND</name><value>C-BAND</value></config></property><property><name>MG_ON_WSS_COMMON_PORT</name><config><name>MG_ON_WSS_COMMON_PORT</name><value>274</value></config></property><property><name>MG_ON_WSS_INDEX</name><config><name>MG_ON_WSS_INDEX</name><value>2</value></config></property><property><name>MG_ON_WSS_LOWER_FREQ</name><config><name>MG_ON_WSS_LOWER_FREQ</name><value>191560677</value></config></property><property><name>MG_ON_WSS_NUM_PORTS</name><config><name>MG_ON_WSS_NUM_PORTS</name><value>9</value></config></property><property><name>MG_ON_WSS_TYPE</name><config><name>MG_ON_WSS_TYPE</name><value>DEMUX</value></config></property><property><name>MG_ON_WSS_UPPER_FREQ</name><config><name>MG_ON_WSS_UPPER_FREQ</name><value>195942783</value></config></property></properties></component><component><name>WSS-3</name><config><name>WSS-3</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WSS_MODULE</value></config></property><property><name>MG_ON_WSS_BAND</name><config><name>MG_ON_WSS_BAND</name><value>C-BAND</value></config></property><property><name>MG_ON_WSS_COMMON_PORT</name><config><name>MG_ON_WSS_COMMON_PORT</name><value>83</value></config></property><property><name>MG_ON_WSS_INDEX</name><config><name>MG_ON_WSS_INDEX</name><value>3</value></config></property><property><name>MG_ON_WSS_LOWER_FREQ</name><config><name>MG_ON_WSS_LOWER_FREQ</name><value>191560677</value></config></property><property><name>MG_ON_WSS_NUM_PORTS</name><config><name>MG_ON_WSS_NUM_PORTS</name><value>9</value></config></property><property><name>MG_ON_WSS_TYPE</name><config><name>MG_ON_WSS_TYPE</name><value>MUX</value></config></property><property><name>MG_ON_WSS_UPPER_FREQ</name><config><name>MG_ON_WSS_UPPER_FREQ</name><value>195942783</value></config></property></properties></component><component><name>WSS-4</name><config><name>WSS-4</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><valu" -[2024-06-20 13:24:33,803] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:33,803] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:33,865] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:33,865] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:33,865] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:33,865] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:33,865] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:33,866] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:33,866] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:33,866] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:33,866] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:33,866] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:33,866] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:33,866] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:33,866] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:33,866] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:33,866] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:33,866] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:33,866] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:33,867] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:33,867] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:33,867] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:33,867] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:33,867] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:33,867] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:33,867] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:33,867] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:33,867] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:33,867] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:33,867] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:33,868] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:33,868] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:33,868] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:33,868] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:33,868] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:33,868] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:33,868] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: fragment = "e>MG_ON_WSS_MODULE</value></config></property><property><name>MG_ON_WSS_BAND</name><config><name>MG_ON_WSS_BAND</name><value>C-BAND</value></config></property><property><name>MG_ON_WSS_COMMON_PORT</name><config><name>MG_ON_WSS_COMMON_PORT</name><value>84</value></config></property><property><name>MG_ON_WSS_INDEX</name><config><name>MG_ON_WSS_INDEX</name><value>4</value></config></property><property><name>MG_ON_WSS_LOWER_FREQ</name><config><name>MG_ON_WSS_LOWER_FREQ</name><value>191560677</value></config></property><property><name>MG_ON_WSS_NUM_PORTS</name><config><name>MG_ON_WSS_NUM_PORTS</name><value>9</value></config></property><property><name>MG_ON_WSS_TYPE</name><config><name>MG_ON_WSS_TYPE</name><value>MUX</value></config></property><property><name>MG_ON_WSS_UPPER_FREQ</name><config><name>MG_ON_WSS_UPPER_FREQ</name><value>195942783</value></config></property></properties></component><component><name>WSS-5</name><config><name>WSS-5</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WSS_MODULE</value></config></property><property><name>MG_ON_WSS_BAND</name><config><name>MG_ON_WSS_BAND</name><value>L-BAND</value></config></property><property><name>MG_ON_WSS_COMMON_PORT</name><config><name>MG_ON_WSS_COMMON_PORT</name><value>277</value></config></property><property><name>MG_ON_WSS_INDEX</name><config><name>MG_ON_WSS_INDEX</name><value>5</value></config></property><property><name>MG_ON_WSS_LOWER_FREQ</name><config><name>MG_ON_WSS_LOWER_FREQ</name><value>184487666</value></config></property><property><name>MG_ON_WSS_NUM_PORTS</name><config><name>MG_ON_WSS_NUM_PORTS</name><value>9</value></config></property><property><name>MG_ON_WSS_TYPE</name><config><name>MG_ON_WSS_TYPE</name><value>DEMUX</value></config></property><property><name>MG_ON_WSS_UPPER_FREQ</name><config><name>MG_ON_WSS_UPPER_FREQ</name><value>191560676</value></config></property></properties></component><component><name>WSS-6</name><config><name>WSS-6</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WSS_MODULE</value></config></property><property><name>MG_ON_WSS_BAND</name><config><name>MG_ON_WSS_BAND</name><value>L-BAND</value></config></property><property><name>MG_ON_WSS_COMMON_PORT</name><config><name>MG_ON_WSS_COMMON_PORT</name><value>278</value></config></property><property><name>MG_ON_WSS_INDEX</name><config><name>MG_ON_WSS_INDEX</name><value>6</value></config></property><property><name>MG_ON_WSS_LOWER_FREQ</name><config><name>MG_ON_WSS_LOWER_FREQ</name><value>184487666</value></config></property><property><name>MG_ON_WSS_NUM_PORTS</name><config><name>MG_ON_WSS_NUM_PORTS</name><value>9</value></config></property><property><name>MG_ON_WSS_TYPE</name><config><name>MG_ON_WSS_TYPE</name><value>DEMUX</value></config></property><property><name>MG_ON_WSS_UPPER_FREQ</name><config><name>MG_ON_WSS_UPPER_FREQ</name><value>191560676</value></config></property></properties></component><component><name>WSS-7</name><config><name>WSS-7</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WSS_MODULE</value></config></property><property><name>MG_ON_WSS_BAND</name><config><name>MG_ON_WSS_BAND</name><value>L-BAND</value></config></property><property><name>MG_ON_WSS_COMMON_PORT</name><config><name>MG_ON_WSS_COMMON_PORT</name><value>87</value></config></property><property><name>MG_ON_WSS_INDEX</name><config><name>MG_ON_WSS_INDEX</name><value>7</value></config></property><property><name>MG_ON_WSS_LOWER_FREQ</name><config><name>MG_ON_WSS_LOWER_FREQ</name><value>184487666</value></config></property><property><name>MG_ON_WSS_NUM_PORTS</name><config><name>MG_ON_WSS_NUM_PORTS</name><value>9</value></config></property><property><name>MG_ON_WSS_TYPE</name><config><name>MG_ON_WSS_TYPE</name><value>MUX</value></config></property><property><name>MG_ON_WSS_UPPER_FREQ</name><config><name>MG_ON_WSS_UPPER_FREQ</name><value>191560676</value></config></property></properties></component><component><name>WSS-8</name><config><name>WSS-8</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WSS_MODULE</value></config></property><property><name>MG_ON_WSS_BAND</name><config><name>MG_ON_WSS_BAND</name><value>L-BAND</value></config></property><property><name>MG_ON_WSS_COMMON_PORT</name><config><name>MG_ON_WSS_COMMON_PORT</name><value>88</value></config></property><property><name>MG_ON_WSS_INDEX</name><config><name>MG_ON_WSS_INDEX</name><value>8</value></config></property><property><name>MG_ON_WSS_LOWER_FREQ</name><config><name>MG_ON_WSS_LOWER_FREQ</name><value>184487666</value></config></property><property><name>MG_ON_WSS_NUM_PORTS</name><config><name>MG_ON_WSS_NUM_PORTS</name><value>9</value></config></property><property><name>MG_ON_WSS_TYPE</name><config><name>MG_ON_WSS_TYPE</name><value>MUX</value></config></property><property><name>MG_ON_WSS_UPPER_FREQ</name><config><name>MG_ON_WSS_UPPER_FREQ</name><value>191560676</value></config></property></properties></component><component><name>WSS-9</name><config><name>WSS-9</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WSS_MODULE</value></config></property><property><name>MG_ON_WSS_BAND</name><config><name>MG_ON_WSS_BAND</name><value>S-BAND</value></config></property><property><name>MG_ON_WSS_COMMON_PORT</name><config><name>MG_ON_WSS_COMMON_PORT</name><value>281</value></config></property><property><name>MG_ON_WSS_INDEX</name><config><name>MG_ON_WSS_INDEX</name><value>9</value></config></property><property><name>MG_ON_WSS_LOWER_FREQ</name><config><name>MG_ON_WSS_LOWER_FREQ</name><value>195942784</value></config></property><property><name>MG_ON_WSS_NUM_PORTS</name><config><name>MG_ON_WSS_NUM_PORTS</name><value>9</value></config></property><property><name>MG_ON_WSS_TYPE</name><config><name>MG_ON_WSS_TYPE</name><value>DEMUX</value></config></property><property><name>MG_ON_WSS_UPPER_FREQ</name><config><name>MG_ON_WSS_UPPER_FREQ</name><value>205337300</value></config></property></properties></component><component><name>int-connection-1</name><config><name>int-connection-1</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-10</name><config><name>int-connection-10</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-100</name><config><name>int-connection-100</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>228</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>100</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-101</name><config><name>int-connection-101</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>20</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>101</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-102</name><config><name>int-connection-102</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>102</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-103</name><config><name>int-connection-103</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>103</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-104</name><config><name>int-connection-104</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>104</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-105</name><config><name>int-connection-105</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>105</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-106</name><config><name>int-connection-106</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name" -[2024-06-20 13:24:33,868] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:33,868] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:33,929] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:33,929] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:33,929] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:33,929] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:33,929] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:33,929] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:33,929] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:33,929] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:33,929] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:33,930] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:33,930] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:33,930] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:33,930] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:33,930] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:33,930] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:33,930] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:33,930] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:33,930] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:33,930] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:33,930] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:33,930] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:33,931] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:33,931] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:33,931] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:33,931] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:33,931] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:33,931] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:33,931] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:33,931] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:33,931] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:33,931] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:33,931] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:33,931] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:33,932] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:33,932] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: fragment = "><config><name>MG_ON_INT_CONN_INDEX</name><value>106</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-107</name><config><name>int-connection-107</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>107</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-108</name><config><name>int-connection-108</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>18</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>108</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-109</name><config><name>int-connection-109</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>20</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>109</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-11</name><config><name>int-connection-11</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-110</name><config><name>int-connection-110</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>110</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-111</name><config><name>int-connection-111</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>111</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-112</name><config><name>int-connection-112</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>112</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-113</name><config><name>int-connection-113</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>37</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>113</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-114</name><config><name>int-connection-114</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>38</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>114</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-115</name><config><name>int-connection-115</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>39</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>115</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-116</name><config><name>int-connection-116</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>40</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>116</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-117</name><config><name>int-connection-117</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>229</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>117</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-118</name><config><name>int-connection-118</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>230</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>118</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-119</name><config><name>int-connection-119</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>231</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>119</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-12</name><config><name>int-connection-12</name></config><state><empt" -[2024-06-20 13:24:33,932] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:33,932] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:33,990] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:33,990] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:33,991] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:33,991] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:33,991] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:33,991] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:33,991] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:33,991] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:33,991] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:33,991] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:33,991] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:33,991] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:33,991] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:33,991] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:33,992] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:33,992] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:33,992] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:33,992] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:33,992] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:33,992] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:33,992] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:33,992] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:33,992] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:33,992] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:33,993] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:33,993] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:33,993] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:33,993] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:33,993] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:33,993] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:33,993] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:33,993] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:33,993] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:33,993] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:33,993] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: fragment = "y>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-120</name><config><name>int-connection-120</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>232</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>120</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-121</name><config><name>int-connection-121</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>121</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-122</name><config><name>int-connection-122</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>122</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-123</name><config><name>int-connection-123</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>123</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-124</name><config><name>int-connection-124</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>124</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-125</name><config><name>int-connection-125</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>125</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-126</name><config><name>int-connection-126</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>126</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-127</name><config><name>int-connection-127</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>20</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>127</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-128</name><config><name>int-connection-128</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>128</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-129</name><config><name>int-connection-129</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>129</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-13</name><config><name>int-connection-13</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>17</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-130</name><config><name>int-connection-130</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>130</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-131</name><config><name>int-connection-131</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>131</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-132</name><config><name>int-connection-132</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>12</value></config></property><propert" -[2024-06-20 13:24:33,994] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:33,994] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:34,055] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:34,056] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:34,056] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:34,056] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:34,056] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:34,056] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:34,056] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:34,056] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:34,056] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:34,056] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:34,056] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:34,057] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:34,057] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:34,057] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:34,057] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:34,057] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:34,057] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:34,057] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:34,057] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:34,057] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:34,058] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:34,058] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:34,058] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:34,058] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:34,058] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:34,058] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:34,058] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:34,058] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:34,058] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:34,058] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:34,059] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:34,059] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:34,059] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:34,059] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:34,059] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: fragment = "y><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>132</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-133</name><config><name>int-connection-133</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>41</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>133</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-134</name><config><name>int-connection-134</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>42</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>134</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-135</name><config><name>int-connection-135</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>43</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>135</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-136</name><config><name>int-connection-136</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>44</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>136</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-137</name><config><name>int-connection-137</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>233</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>137</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-138</name><config><name>int-connection-138</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>234</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>138</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-139</name><config><name>int-connection-139</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>235</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>139</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-14</name><config><name>int-connection-14</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>18</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-140</name><config><name>int-connection-140</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>236</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>140</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-141</name><config><name>int-connection-141</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>141</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-142</name><config><name>int-connection-142</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>142</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-143</name><config><name>int-connection-143</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>143</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-144</name><config><name>int-connection-144</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>144</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-145</name><config><name>int-connection-145</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_INDE" -[2024-06-20 13:24:34,059] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:34,059] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:34,119] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:34,119] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:34,120] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:34,120] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:34,120] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:34,120] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:34,120] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:34,120] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:34,121] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:34,121] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:34,121] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:34,121] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:34,121] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:34,121] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:34,122] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:34,122] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:34,122] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:34,122] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:34,122] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:34,122] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:34,123] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:34,123] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:34,123] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:34,123] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:34,123] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:34,123] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:34,123] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:34,124] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:34,124] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:34,124] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:34,124] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:34,124] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:34,125] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:34,125] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:34,125] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: fragment = "X</name><config><name>MG_ON_INT_CONN_INDEX</name><value>145</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-146</name><config><name>int-connection-146</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>146</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-147</name><config><name>int-connection-147</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>147</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-148</name><config><name>int-connection-148</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>148</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-149</name><config><name>int-connection-149</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>149</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-15</name><config><name>int-connection-15</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>19</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-150</name><config><name>int-connection-150</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>150</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-151</name><config><name>int-connection-151</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>151</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-152</name><config><name>int-connection-152</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>152</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-153</name><config><name>int-connection-153</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>45</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>153</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-154</name><config><name>int-connection-154</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>46</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>154</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-155</name><config><name>int-connection-155</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>47</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>155</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-156</name><config><name>int-connection-156</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>48</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>156</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-157</name><config><name>int-connection-157</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>237</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>157</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-158</name><config><name>int-connection-158</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>238</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>158</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-159</name><config><name>int-connection-159</name></config><st" -[2024-06-20 13:24:34,125] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:34,125] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:34,177] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:34,177] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:34,178] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:34,178] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:34,178] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:34,178] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:34,178] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:34,178] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:34,178] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:34,178] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:34,178] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:34,178] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:34,178] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:34,178] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:34,179] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:34,179] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:34,179] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:34,179] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:34,179] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:34,179] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:34,179] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:34,179] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:34,179] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:34,179] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:34,179] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:34,179] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:34,180] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:34,180] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:34,180] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:34,180] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:34,181] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:34,181] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:34,181] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:34,181] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:34,181] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: fragment = "ate><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>239</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>159</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-16</name><config><name>int-connection-16</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>20</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-160</name><config><name>int-connection-160</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>240</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>160</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-161</name><config><name>int-connection-161</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>17</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>161</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-162</name><config><name>int-connection-162</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>17</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>162</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-163</name><config><name>int-connection-163</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>17</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>163</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-164</name><config><name>int-connection-164</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>17</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>164</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-165</name><config><name>int-connection-165</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>17</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>165</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-166</name><config><name>int-connection-166</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>17</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>166</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-167</name><config><name>int-connection-167</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>17</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>167</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-168</name><config><name>int-connection-168</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>17</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>168</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-169</name><config><name>int-connection-169</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>17</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>169</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-17</name><config><name>int-connection-17</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>209</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>17</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-170</name><config><name>int-connection-170</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>17</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>170</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-171</name><config><name>int-connection-171</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>17</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT<" -[2024-06-20 13:24:34,182] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:34,182] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:34,237] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:34,237] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:34,237] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:34,237] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:34,237] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:34,238] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:34,238] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:34,238] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:34,238] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:34,238] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:34,238] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:34,238] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:34,238] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:34,238] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:34,238] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:34,238] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:34,239] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:34,239] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:34,239] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:34,239] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:34,239] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:34,239] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:34,239] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:34,239] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:34,239] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:34,239] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:34,239] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:34,240] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:34,240] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:34,240] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:34,240] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:34,240] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:34,240] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:34,240] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:34,240] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: fragment = "/name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>171</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-172</name><config><name>int-connection-172</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>17</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>172</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-173</name><config><name>int-connection-173</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>17</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>49</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>173</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-174</name><config><name>int-connection-174</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>17</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>50</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>174</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-175</name><config><name>int-connection-175</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>17</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>51</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>175</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-176</name><config><name>int-connection-176</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>17</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>52</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>176</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-177</name><config><name>int-connection-177</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>18</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>241</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>177</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-178</name><config><name>int-connection-178</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>18</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>242</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>178</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-179</name><config><name>int-connection-179</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>18</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>243</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>179</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-18</name><config><name>int-connection-18</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>210</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>18</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-180</name><config><name>int-connection-180</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>18</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>244</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>180</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-181</name><config><name>int-connection-181</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>19</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>181</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-182</name><config><name>int-connection-182</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>19</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>182</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-183</name><config><name>int-connection-183</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>19</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>183</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-184</name><config><name>int-connection-184</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>19</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>10</value>" -[2024-06-20 13:24:34,241] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:34,241] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:34,299] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:34,299] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:34,299] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:34,299] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:34,299] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:34,299] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:34,299] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:34,299] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:34,299] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:34,300] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:34,300] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:34,300] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:34,300] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:34,300] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:34,300] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:34,300] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:34,300] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:34,300] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:34,300] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:34,300] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:34,301] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:34,301] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:34,301] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:34,301] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:34,301] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:34,301] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:34,301] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:34,301] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:34,301] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:34,301] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:34,301] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:34,302] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:34,302] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:34,302] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:34,302] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: fragment = "</config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>184</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-185</name><config><name>int-connection-185</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>19</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>185</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-186</name><config><name>int-connection-186</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>19</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>186</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-187</name><config><name>int-connection-187</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>19</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>187</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-188</name><config><name>int-connection-188</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>19</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>188</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-189</name><config><name>int-connection-189</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>19</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>189</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-19</name><config><name>int-connection-19</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>211</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>19</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-190</name><config><name>int-connection-190</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>19</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>190</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-191</name><config><name>int-connection-191</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>19</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>191</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-192</name><config><name>int-connection-192</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>19</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>192</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-193</name><config><name>int-connection-193</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>19</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>53</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>193</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-194</name><config><name>int-connection-194</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>19</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>54</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>194</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-195</name><config><name>int-connection-195</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>19</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>55</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>195</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-196</name><config><name>int-connection-196</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>19</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>56</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>196</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-197</name><config><name>int-connection-197</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>20</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>245</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>197</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-198</name><config><nam" -[2024-06-20 13:24:34,302] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:34,302] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:34,359] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:34,360] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:34,360] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:34,360] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:34,360] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:34,360] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:34,360] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:34,360] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:34,360] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:34,360] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:34,361] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:34,361] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:34,361] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:34,361] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:34,361] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:34,361] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:34,361] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:34,361] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:34,361] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:34,361] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:34,362] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:34,362] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:34,362] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:34,362] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:34,362] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:34,362] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:34,362] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:34,362] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:34,362] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:34,362] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:34,362] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:34,363] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:34,363] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:34,363] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:34,363] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: fragment = "e>int-connection-198</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>20</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>246</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>198</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-199</name><config><name>int-connection-199</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>20</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>247</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>199</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-2</name><config><name>int-connection-2</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-20</name><config><name>int-connection-20</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>212</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>20</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-200</name><config><name>int-connection-200</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>20</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>248</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>200</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-201</name><config><name>int-connection-201</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>21</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>201</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-202</name><config><name>int-connection-202</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>21</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>202</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-203</name><config><name>int-connection-203</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>21</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>203</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-204</name><config><name>int-connection-204</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>21</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>204</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-205</name><config><name>int-connection-205</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>21</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>205</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-206</name><config><name>int-connection-206</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>21</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>206</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-207</name><config><name>int-connection-207</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>21</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>207</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-208</name><config><name>int-connection-208</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>21</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>208</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-209</name><config><name>int-connection-209</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>21</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>209</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-21</name><config><name>int-connection-21</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><" -[2024-06-20 13:24:34,363] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:34,363] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:34,421] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:34,421] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:34,421] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:34,421] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:34,421] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:34,422] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:34,422] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:34,422] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:34,422] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:34,422] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:34,422] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:34,422] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:34,423] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:34,423] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:34,423] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:34,423] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:34,423] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:34,423] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:34,423] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:34,424] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:34,424] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:34,424] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:34,424] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:34,424] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:34,424] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:34,424] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:34,425] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:34,425] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:34,425] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:34,425] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:34,425] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:34,425] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:34,425] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:34,425] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:34,426] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: fragment = "name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>21</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-210</name><config><name>int-connection-210</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>21</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>210</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-211</name><config><name>int-connection-211</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>21</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>211</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-212</name><config><name>int-connection-212</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>21</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>212</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-213</name><config><name>int-connection-213</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>21</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>57</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>213</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-214</name><config><name>int-connection-214</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>21</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>58</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>214</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-215</name><config><name>int-connection-215</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>21</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>59</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>215</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-216</name><config><name>int-connection-216</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>21</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>60</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>216</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-217</name><config><name>int-connection-217</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>249</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>217</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-218</name><config><name>int-connection-218</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>250</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>218</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-219</name><config><name>int-connection-219</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>251</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>219</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-22</name><config><name>int-connection-22</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-220</name><config><name>int-connection-220</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>252</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>220</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-221</name><config><name>int-connection-221</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>23</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>221</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-222</name><config><name>int-connection-222</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>23</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name" -[2024-06-20 13:24:34,426] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:34,426] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:34,483] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:34,483] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:34,483] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:34,483] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:34,483] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:34,483] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:34,483] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:34,483] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:34,484] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:34,484] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:34,484] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:34,484] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:34,484] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:34,484] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:34,484] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:34,484] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:34,484] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:34,484] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:34,485] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:34,485] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:34,485] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:34,485] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:34,485] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:34,485] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:34,485] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:34,485] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:34,485] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:34,485] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:34,486] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:34,486] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:34,486] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:34,486] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:34,486] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:34,486] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:34,486] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: fragment = "><value>12</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>222</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-223</name><config><name>int-connection-223</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>23</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>223</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-224</name><config><name>int-connection-224</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>23</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>224</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-225</name><config><name>int-connection-225</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>23</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>225</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-226</name><config><name>int-connection-226</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>23</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>226</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-227</name><config><name>int-connection-227</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>23</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>227</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-228</name><config><name>int-connection-228</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>23</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>228</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-229</name><config><name>int-connection-229</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>23</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>229</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-23</name><config><name>int-connection-23</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>23</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-230</name><config><name>int-connection-230</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>23</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>230</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-231</name><config><name>int-connection-231</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>23</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>231</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-232</name><config><name>int-connection-232</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>23</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>232</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-233</name><config><name>int-connection-233</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>23</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>61</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>233</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-234</name><config><name>int-connection-234</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>23</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>62</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>234</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-235</name><config><name>int-connection-235</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>23</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>63</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>235</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-236</name><config><name>int-connection-236</name></config><state><empty>" -[2024-06-20 13:24:34,486] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:34,486] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:34,546] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:34,546] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:34,546] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:34,546] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:34,546] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:34,547] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:34,547] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:34,547] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:34,547] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:34,547] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:34,547] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:34,547] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:34,548] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:34,548] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:34,548] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:34,548] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:34,548] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:34,548] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:34,548] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:34,549] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:34,549] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:34,549] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:34,549] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:34,549] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:34,549] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:34,550] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:34,550] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:34,550] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:34,550] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:34,550] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:34,550] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:34,550] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:34,551] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:34,551] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:34,551] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: fragment = "false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>23</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>64</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>236</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-237</name><config><name>int-connection-237</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>253</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>237</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-238</name><config><name>int-connection-238</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>254</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>238</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-239</name><config><name>int-connection-239</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>255</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>239</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-24</name><config><name>int-connection-24</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>18</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-240</name><config><name>int-connection-240</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>256</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>240</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-241</name><config><name>int-connection-241</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>25</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>241</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-242</name><config><name>int-connection-242</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>25</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>242</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-243</name><config><name>int-connection-243</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>25</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>243</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-244</name><config><name>int-connection-244</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>25</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>244</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-245</name><config><name>int-connection-245</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>25</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>245</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-246</name><config><name>int-connection-246</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>25</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>246</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-247</name><config><name>int-connection-247</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>25</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>247</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-248</name><config><name>int-connection-248</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>25</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>248</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-249</name><config><name>int-connection-249</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>25</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT" -[2024-06-20 13:24:34,551] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:34,551] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:34,608] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:34,608] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:34,608] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:34,609] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:34,609] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:34,609] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:34,609] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:34,609] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:34,609] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:34,610] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:34,610] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:34,610] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:34,610] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:34,610] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:34,610] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:34,610] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:34,611] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:34,611] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:34,611] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:34,611] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:34,611] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:34,611] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:34,611] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:34,612] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:34,612] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:34,612] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:34,612] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:34,612] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:34,613] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:34,613] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:34,613] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:34,613] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:34,613] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:34,613] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:34,613] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: fragment = "_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>18</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>249</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-25</name><config><name>int-connection-25</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>20</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>25</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-250</name><config><name>int-connection-250</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>25</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>20</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>250</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-251</name><config><name>int-connection-251</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>25</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>251</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-252</name><config><name>int-connection-252</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>25</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>252</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-253</name><config><name>int-connection-253</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>25</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>17</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>253</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-254</name><config><name>int-connection-254</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>25</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>18</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>254</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-255</name><config><name>int-connection-255</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>25</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>19</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>255</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-256</name><config><name>int-connection-256</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>25</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>20</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>256</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-257</name><config><name>int-connection-257</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>209</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>257</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-258</name><config><name>int-connection-258</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>210</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>258</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-259</name><config><name>int-connection-259</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>211</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>259</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-26</name><config><name>int-connection-26</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-260</name><config><name>int-connection-260</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>212</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>260</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-261</name><config><name>int-connection-261</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>27</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property>" -[2024-06-20 13:24:34,614] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:34,614] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:34,677] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:34,677] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:34,678] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:34,678] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:34,678] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:34,678] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:34,678] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:34,678] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:34,678] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:34,679] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:34,679] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:34,679] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:34,679] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:34,679] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:34,679] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:34,696] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:34,702] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:34,702] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:34,703] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:34,712] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:34,712] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:34,713] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:34,713] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:34,713] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:34,713] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:34,713] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:34,713] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:34,724] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:34,724] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:34,724] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:34,724] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:34,724] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:34,725] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:34,725] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:34,725] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: fragment = "<property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>261</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-262</name><config><name>int-connection-262</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>27</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>262</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-263</name><config><name>int-connection-263</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>27</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>263</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-264</name><config><name>int-connection-264</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>27</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>264</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-265</name><config><name>int-connection-265</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>27</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>265</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-266</name><config><name>int-connection-266</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>27</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>266</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-267</name><config><name>int-connection-267</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>27</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>267</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-268</name><config><name>int-connection-268</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>27</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>268</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-269</name><config><name>int-connection-269</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>27</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>18</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>269</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-27</name><config><name>int-connection-27</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>27</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-270</name><config><name>int-connection-270</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>27</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>20</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>270</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-271</name><config><name>int-connection-271</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>27</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>271</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-272</name><config><name>int-connection-272</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>27</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>272</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-273</name><config><name>int-connection-273</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>27</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>21</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>273</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-274</name><config><name>int-connection-274</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>27</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>274</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-275</name><config><name>int-connection-275</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name" -[2024-06-20 13:24:34,730] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:34,730] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:34,741] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:34,747] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:34,752] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:34,757] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:34,758] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:34,758] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:34,758] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:34,761] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:34,762] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:34,762] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:34,763] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:34,763] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:34,763] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:34,763] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:34,763] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:34,763] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:34,763] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:34,765] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:34,765] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:34,765] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:34,765] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:34,765] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:34,765] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:34,765] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:34,765] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:34,766] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:34,766] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:34,766] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:34,766] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:34,766] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:34,766] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:34,767] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:34,767] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:34,767] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:34,767] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: fragment = "><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>27</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>23</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>275</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-276</name><config><name>int-connection-276</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>27</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>276</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-277</name><config><name>int-connection-277</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>213</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>277</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-278</name><config><name>int-connection-278</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>214</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>278</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-279</name><config><name>int-connection-279</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>215</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>279</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-28</name><config><name>int-connection-28</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-280</name><config><name>int-connection-280</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>216</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>280</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-281</name><config><name>int-connection-281</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>29</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>281</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-282</name><config><name>int-connection-282</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>29</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>282</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-283</name><config><name>int-connection-283</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>29</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>283</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-284</name><config><name>int-connection-284</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>29</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>284</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-285</name><config><name>int-connection-285</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>29</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>285</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-286</name><config><name>int-connection-286</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>29</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>286</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-287</name><config><name>int-connection-287</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>29</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>287</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-288</name><config><name>int-connection-288</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>29</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></propert" -[2024-06-20 13:24:34,767] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:34,767] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:34,799] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:34,799] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:34,799] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:34,800] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:34,800] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:34,800] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:34,800] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:34,800] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:34,800] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:34,801] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:34,801] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:34,801] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:34,801] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:34,801] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:34,801] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:34,801] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:34,801] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:34,802] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:34,802] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:34,802] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:34,802] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:34,802] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:34,802] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:34,802] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:34,803] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:34,803] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:34,803] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:34,803] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:34,803] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:34,803] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:34,803] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:34,803] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:34,804] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:34,804] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:34,804] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: fragment = "y><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>288</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-289</name><config><name>int-connection-289</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>29</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>18</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>289</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-29</name><config><name>int-connection-29</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>29</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-290</name><config><name>int-connection-290</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>29</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>20</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>290</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-291</name><config><name>int-connection-291</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>29</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>291</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-292</name><config><name>int-connection-292</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>29</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>292</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-293</name><config><name>int-connection-293</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>29</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>25</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>293</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-294</name><config><name>int-connection-294</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>29</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>294</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-295</name><config><name>int-connection-295</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>29</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>27</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>295</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-296</name><config><name>int-connection-296</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>29</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>296</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-297</name><config><name>int-connection-297</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>217</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>297</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-298</name><config><name>int-connection-298</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>218</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>298</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-299</name><config><name>int-connection-299</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>219</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>299</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-3</name><config><name>int-connection-3</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-30</name><config><name>int-connection-30</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX<" -[2024-06-20 13:24:34,804] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:34,804] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:34,866] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:34,866] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:34,866] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:34,866] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:34,867] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:34,867] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:34,867] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:34,867] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:34,867] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:34,867] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:34,867] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:34,868] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:34,868] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:34,868] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:34,868] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:34,868] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:34,868] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:34,868] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:34,869] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:34,869] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:34,869] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:34,869] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:34,869] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:34,869] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:34,869] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:34,870] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:34,870] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:34,870] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:34,870] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:34,870] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:34,870] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:34,871] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:34,871] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:34,871] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:34,871] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: fragment = "/name><value>30</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-300</name><config><name>int-connection-300</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>220</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>300</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-301</name><config><name>int-connection-301</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>31</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>301</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-302</name><config><name>int-connection-302</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>31</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>302</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-303</name><config><name>int-connection-303</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>31</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>303</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-304</name><config><name>int-connection-304</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>31</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>304</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-305</name><config><name>int-connection-305</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>31</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>305</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-306</name><config><name>int-connection-306</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>31</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>306</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-307</name><config><name>int-connection-307</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>31</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>307</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-308</name><config><name>int-connection-308</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>31</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>308</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-309</name><config><name>int-connection-309</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>31</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>18</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>309</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-31</name><config><name>int-connection-31</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>31</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-310</name><config><name>int-connection-310</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>31</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>20</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>310</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-311</name><config><name>int-connection-311</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>31</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>311</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-312</name><config><name>int-connection-312</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>31</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>312</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-313</name><config><name>int-connection-313</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><proper" -[2024-06-20 13:24:34,871] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:34,871] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:34,938] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:34,938] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:34,938] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:34,938] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:34,939] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:34,939] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:34,939] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:34,940] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:34,940] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:34,941] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:34,941] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:34,941] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:34,941] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:34,941] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:34,942] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:34,942] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:34,942] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:34,942] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:34,943] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:34,943] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:34,943] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:34,943] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:34,943] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:34,944] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:34,944] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:34,944] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:34,944] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:34,944] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:34,945] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:34,945] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:34,945] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:34,945] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:34,945] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:34,945] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:34,945] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: fragment = "ty><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>31</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>29</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>313</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-314</name><config><name>int-connection-314</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>31</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>314</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-315</name><config><name>int-connection-315</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>31</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>31</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>315</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-316</name><config><name>int-connection-316</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>31</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>316</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-317</name><config><name>int-connection-317</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>221</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>317</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-318</name><config><name>int-connection-318</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>222</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>318</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-319</name><config><name>int-connection-319</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>223</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>319</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-32</name><config><name>int-connection-32</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-320</name><config><name>int-connection-320</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>224</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>320</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-321</name><config><name>int-connection-321</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>129</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>321</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-322</name><config><name>int-connection-322</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>130</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>322</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-323</name><config><name>int-connection-323</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>131</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>323</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-324</name><config><name>int-connection-324</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>132</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>324</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-325</name><config><name>int-connection-325</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>133</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>325</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-326</name><config><name>int-connection-326</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN" -[2024-06-20 13:24:34,946] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:34,946] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:35,000] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:35,000] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:35,001] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:35,001] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:35,001] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:35,001] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:35,001] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:35,001] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:35,001] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:35,002] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:35,002] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:35,002] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:35,002] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:35,002] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:35,002] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:35,003] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:35,003] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:35,003] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:35,003] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:35,003] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:35,003] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:35,004] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:35,004] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:35,004] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:35,004] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:35,004] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:35,004] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:35,004] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:35,004] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:35,005] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:35,005] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:35,005] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:35,005] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:35,005] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:35,005] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: fragment = "_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>134</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>326</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-327</name><config><name>int-connection-327</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>135</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>327</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-328</name><config><name>int-connection-328</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>136</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>328</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-329</name><config><name>int-connection-329</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>137</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>329</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-33</name><config><name>int-connection-33</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>21</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>33</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-330</name><config><name>int-connection-330</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>138</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>330</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-331</name><config><name>int-connection-331</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>139</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>331</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-332</name><config><name>int-connection-332</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>140</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>332</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-333</name><config><name>int-connection-333</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>141</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>333</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-334</name><config><name>int-connection-334</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>142</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>334</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-335</name><config><name>int-connection-335</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>143</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>335</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-336</name><config><name>int-connection-336</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>144</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>336</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-337</name><config><name>int-connection-337</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>145</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>337</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-338</name><config><name>int-connection-338</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>146</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>338</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-339</name><config><name>int-connection-339</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>321</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>339</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN" -[2024-06-20 13:24:35,005] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:35,005] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:35,061] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:35,061] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:35,062] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:35,062] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:35,062] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:35,062] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:35,062] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:35,062] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:35,062] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:35,062] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:35,062] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:35,062] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:35,063] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:35,063] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:35,063] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:35,063] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:35,063] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:35,063] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:35,063] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:35,063] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:35,063] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:35,063] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:35,063] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:35,064] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:35,064] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:35,064] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:35,064] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:35,064] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:35,064] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:35,064] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:35,064] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:35,065] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:35,065] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:35,065] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:35,065] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: fragment = "_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-34</name><config><name>int-connection-34</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>34</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-340</name><config><name>int-connection-340</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>322</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>340</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-341</name><config><name>int-connection-341</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>323</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>341</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-342</name><config><name>int-connection-342</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>324</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>342</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-343</name><config><name>int-connection-343</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>325</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>343</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-344</name><config><name>int-connection-344</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>326</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>344</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-345</name><config><name>int-connection-345</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>327</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>345</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-346</name><config><name>int-connection-346</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>328</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>346</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-347</name><config><name>int-connection-347</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>329</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>347</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-348</name><config><name>int-connection-348</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>330</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>348</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-349</name><config><name>int-connection-349</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>331</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>349</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-35</name><config><name>int-connection-35</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>23</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>35</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-350</name><config><name>int-connection-350</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>332</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>350</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-351</name><config><name>int-connection-351</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>333</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>351</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-352</name><config><name>int-connection-352</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_I" -[2024-06-20 13:24:35,065] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:35,065] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:35,121] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:35,121] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:35,122] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:35,122] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:35,122] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:35,122] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:35,122] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:35,122] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:35,122] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:35,122] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:35,123] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:35,123] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:35,123] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:35,123] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:35,123] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:35,123] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:35,123] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:35,124] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:35,124] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:35,124] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:35,124] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:35,124] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:35,124] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:35,124] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:35,124] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:35,125] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:35,125] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:35,125] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:35,125] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:35,125] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:35,125] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:35,126] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:35,126] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:35,126] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:35,126] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: fragment = "NT_CONN_COMPONENT_FROM</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>334</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>352</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-353</name><config><name>int-connection-353</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>335</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>353</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-354</name><config><name>int-connection-354</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>336</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>354</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-355</name><config><name>int-connection-355</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>337</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>355</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-356</name><config><name>int-connection-356</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>338</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>356</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-357</name><config><name>int-connection-357</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>147</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>357</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-358</name><config><name>int-connection-358</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>148</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>358</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-359</name><config><name>int-connection-359</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>149</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>359</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-36</name><config><name>int-connection-36</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>36</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-360</name><config><name>int-connection-360</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>150</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>360</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-361</name><config><name>int-connection-361</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>151</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>361</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-362</name><config><name>int-connection-362</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>152</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>362</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-363</name><config><name>int-connection-363</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>153</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>363</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-364</name><config><name>int-connection-364</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>154</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>364</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-365</name><config><name>int-connection-365</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</na" -[2024-06-20 13:24:35,126] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:35,126] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:35,183] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:35,183] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:35,186] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:35,186] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:35,186] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:35,186] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:35,186] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:35,186] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:35,186] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:35,187] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:35,187] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:35,187] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:35,187] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:35,187] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:35,187] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:35,188] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:35,188] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:35,188] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:35,188] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:35,188] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:35,188] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:35,189] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:35,189] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:35,189] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:35,189] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:35,189] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:35,189] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:35,189] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:35,190] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:35,190] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:35,190] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:35,190] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:35,190] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:35,190] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:35,191] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: fragment = "me><value>155</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>365</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-366</name><config><name>int-connection-366</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>156</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>366</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-367</name><config><name>int-connection-367</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>157</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>367</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-368</name><config><name>int-connection-368</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>158</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>368</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-369</name><config><name>int-connection-369</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>159</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>369</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-37</name><config><name>int-connection-37</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>213</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>37</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-370</name><config><name>int-connection-370</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>160</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>370</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-371</name><config><name>int-connection-371</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>161</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>371</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-372</name><config><name>int-connection-372</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>162</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>372</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-373</name><config><name>int-connection-373</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>163</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>373</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-374</name><config><name>int-connection-374</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>164</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>374</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-375</name><config><name>int-connection-375</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>339</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>375</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-376</name><config><name>int-connection-376</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>340</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>376</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-377</name><config><name>int-connection-377</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>341</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>377</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-378</name><config><name>int-connection-378</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>342</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>378</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-379</name><config><name>int-connection-379</name></config><state><empty>false</empt" -[2024-06-20 13:24:35,191] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:35,191] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:35,242] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:35,242] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:35,242] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:35,243] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:35,243] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:35,243] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:35,243] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:35,243] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:35,243] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:35,244] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:35,244] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:35,244] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:35,244] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:35,244] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:35,244] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:35,244] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:35,245] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:35,245] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:35,245] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:35,245] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:35,245] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:35,245] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:35,246] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:35,246] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:35,246] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:35,246] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:35,246] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:35,246] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:35,246] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:35,246] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:35,247] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:35,247] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:35,247] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:35,247] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:35,247] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: fragment = "y></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>343</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>379</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-38</name><config><name>int-connection-38</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>214</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>38</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-380</name><config><name>int-connection-380</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>344</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>380</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-381</name><config><name>int-connection-381</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>345</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>381</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-382</name><config><name>int-connection-382</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>346</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>382</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-383</name><config><name>int-connection-383</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>347</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>383</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-384</name><config><name>int-connection-384</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>348</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>384</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-385</name><config><name>int-connection-385</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>349</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>385</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-386</name><config><name>int-connection-386</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>350</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>386</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-387</name><config><name>int-connection-387</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>351</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>387</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-388</name><config><name>int-connection-388</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>352</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>388</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-389</name><config><name>int-connection-389</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>353</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>389</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-39</name><config><name>int-connection-39</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>215</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>39</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-390</name><config><name>int-connection-390</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>354</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>390</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-391</name><config><name>int-connection-391</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><prop" -[2024-06-20 13:24:35,247] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:35,248] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:35,306] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:35,306] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:35,306] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:35,306] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:35,306] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:35,307] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:35,307] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:35,307] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:35,307] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:35,307] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:35,307] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:35,307] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:35,308] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:35,308] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:35,308] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:35,308] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:35,308] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:35,308] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:35,308] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:35,309] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:35,309] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:35,309] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:35,309] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:35,309] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:35,309] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:35,309] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:35,309] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:35,310] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:35,310] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:35,310] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:35,310] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:35,310] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:35,310] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:35,310] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:35,310] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: fragment = "erty><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>355</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>391</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-392</name><config><name>int-connection-392</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>356</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>392</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-393</name><config><name>int-connection-393</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>165</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>393</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-394</name><config><name>int-connection-394</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>166</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>394</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-395</name><config><name>int-connection-395</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>167</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>395</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-396</name><config><name>int-connection-396</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>168</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>396</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-397</name><config><name>int-connection-397</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>169</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>397</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-398</name><config><name>int-connection-398</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>170</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>398</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-399</name><config><name>int-connection-399</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>171</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>399</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-4</name><config><name>int-connection-4</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-40</name><config><name>int-connection-40</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>216</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>40</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-400</name><config><name>int-connection-400</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>172</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>400</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-401</name><config><name>int-connection-401</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>173</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>401</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-402</name><config><name>int-connection-402</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>174</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>402</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-403</name><config><name>int-connection-403</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>175</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>403</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_" -[2024-06-20 13:24:35,311] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:35,311] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:35,367] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:35,367] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:35,367] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:35,367] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:35,367] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:35,367] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:35,367] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:35,367] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:35,367] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:35,368] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:35,368] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:35,368] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:35,368] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:35,368] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:35,368] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:35,368] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:35,368] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:35,368] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:35,368] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:35,369] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:35,369] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:35,369] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:35,369] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:35,369] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:35,369] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:35,369] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:35,369] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:35,369] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:35,369] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:35,369] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:35,370] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:35,370] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:35,370] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:35,370] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:35,370] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: fragment = "ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-404</name><config><name>int-connection-404</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>176</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>404</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-405</name><config><name>int-connection-405</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>177</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>405</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-406</name><config><name>int-connection-406</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>178</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>406</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-407</name><config><name>int-connection-407</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>179</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>407</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-408</name><config><name>int-connection-408</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>180</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>408</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-409</name><config><name>int-connection-409</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>181</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>409</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-41</name><config><name>int-connection-41</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>41</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-410</name><config><name>int-connection-410</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>182</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>410</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-411</name><config><name>int-connection-411</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>357</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>411</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-412</name><config><name>int-connection-412</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>358</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>412</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-413</name><config><name>int-connection-413</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>359</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>413</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-414</name><config><name>int-connection-414</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>360</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>414</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-415</name><config><name>int-connection-415</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>361</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>415</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-416</name><config><name>int-connection-416</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>362</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>416</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-417</name><config><name>int-connection-417</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT" -[2024-06-20 13:24:35,370] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:35,370] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:35,425] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:35,425] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:35,425] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:35,426] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:35,426] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:35,426] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:35,426] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:35,426] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:35,426] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:35,426] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:35,426] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:35,426] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:35,426] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:35,426] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:35,426] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:35,427] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:35,427] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:35,427] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:35,427] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:35,427] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:35,427] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:35,427] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:35,427] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:35,427] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:35,427] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:35,427] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:35,428] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:35,428] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:35,428] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:35,428] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:35,428] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:35,428] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:35,428] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:35,428] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:35,428] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: fragment = "_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>363</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>417</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-418</name><config><name>int-connection-418</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>364</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>418</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-419</name><config><name>int-connection-419</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>365</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>419</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-42</name><config><name>int-connection-42</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>42</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-420</name><config><name>int-connection-420</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>366</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>420</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-421</name><config><name>int-connection-421</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>367</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>421</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-422</name><config><name>int-connection-422</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>368</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>422</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-423</name><config><name>int-connection-423</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>369</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>423</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-424</name><config><name>int-connection-424</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>370</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>424</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-425</name><config><name>int-connection-425</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>371</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>425</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-426</name><config><name>int-connection-426</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>372</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>426</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-427</name><config><name>int-connection-427</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>373</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>427</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-428</name><config><name>int-connection-428</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>374</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>428</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-43</name><config><name>int-connection-43</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>18</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>43</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-44</name><config><name>int-connection-44</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>20</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></propert" -[2024-06-20 13:24:35,429] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:35,429] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:35,487] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:35,488] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:35,488] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:35,488] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:35,488] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:35,488] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:35,488] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:35,488] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:35,488] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:35,489] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:35,489] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:35,489] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:35,489] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:35,489] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:35,489] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:35,489] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:35,489] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:35,489] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:35,489] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:35,489] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:35,490] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:35,490] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:35,490] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:35,490] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:35,490] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:35,490] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:35,490] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:35,490] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:35,490] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:35,490] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:35,491] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:35,491] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:35,491] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:35,491] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:35,491] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: fragment = "y><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>44</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-45</name><config><name>int-connection-45</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>45</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-46</name><config><name>int-connection-46</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>46</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-47</name><config><name>int-connection-47</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>47</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-48</name><config><name>int-connection-48</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>48</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-49</name><config><name>int-connection-49</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>49</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-5</name><config><name>int-connection-5</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>18</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-50</name><config><name>int-connection-50</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>50</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-51</name><config><name>int-connection-51</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>51</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-52</name><config><name>int-connection-52</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>52</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-53</name><config><name>int-connection-53</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>25</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>53</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-54</name><config><name>int-connection-54</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>54</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-55</name><config><name>int-connection-55</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>27</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>55</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-56</name><config><name>int-connection-56</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>56</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-57</name><config><name>int-connection-57</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>217</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>57</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-58</name><config><name>int-connection-58</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_CO" -[2024-06-20 13:24:35,491] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:35,491] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:35,578] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:35,579] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:35,579] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:35,579] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:35,579] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:35,579] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:35,579] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:35,579] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:35,579] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:35,579] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:35,579] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:35,580] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:35,580] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:35,580] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:35,580] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:35,580] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:35,580] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:35,580] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:35,580] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:35,580] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:35,580] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:35,581] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:35,581] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:35,581] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:35,581] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:35,581] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:35,581] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:35,581] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:35,581] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:35,581] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:35,581] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:35,581] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:35,582] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:35,582] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:35,582] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: fragment = "MPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>218</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>58</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-59</name><config><name>int-connection-59</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>219</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>59</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-6</name><config><name>int-connection-6</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>20</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-60</name><config><name>int-connection-60</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>220</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>60</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-61</name><config><name>int-connection-61</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>61</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-62</name><config><name>int-connection-62</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>18</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>62</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-63</name><config><name>int-connection-63</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>20</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>63</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-64</name><config><name>int-connection-64</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>64</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-65</name><config><name>int-connection-65</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>65</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-66</name><config><name>int-connection-66</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>66</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-67</name><config><name>int-connection-67</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>67</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-68</name><config><name>int-connection-68</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>68</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-69</name><config><name>int-connection-69</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>69</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-7</name><config><name>int-connection-7</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-70</name><config><name>int-connection-70</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>" -[2024-06-20 13:24:35,582] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:35,582] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:35,673] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:35,674] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:35,674] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:35,674] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:35,674] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:35,674] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:35,674] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:35,674] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:35,674] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:35,674] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:35,675] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:35,675] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:35,675] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:35,675] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:35,675] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:35,675] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:35,675] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:35,675] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:35,675] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:35,675] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:35,676] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:35,676] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:35,676] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:35,676] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:35,676] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:35,676] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:35,676] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:35,676] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:35,676] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:35,676] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:35,676] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:35,677] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:35,677] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:35,677] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:35,677] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: fragment = "14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>70</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-71</name><config><name>int-connection-71</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>71</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-72</name><config><name>int-connection-72</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>18</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>72</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-73</name><config><name>int-connection-73</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>29</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>73</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-74</name><config><name>int-connection-74</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>74</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-75</name><config><name>int-connection-75</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>31</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>75</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-76</name><config><name>int-connection-76</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>76</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-77</name><config><name>int-connection-77</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>221</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>77</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-78</name><config><name>int-connection-78</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>222</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>78</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-79</name><config><name>int-connection-79</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>223</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>79</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-8</name><config><name>int-connection-8</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-80</name><config><name>int-connection-80</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>224</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>80</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-81</name><config><name>int-connection-81</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>18</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>81</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-82</name><config><name>int-connection-82</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>20</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>82</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-83</name><config><name>int-connection-83</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>83</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value" -[2024-06-20 13:24:35,677] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:35,677] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:35,757] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:35,757] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:35,757] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:35,757] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:35,757] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:35,758] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:35,758] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:35,758] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:35,758] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:35,758] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:35,758] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:35,758] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:35,758] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:35,758] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:35,758] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:35,758] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:35,759] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:35,759] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:35,759] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:35,759] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:35,759] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:35,759] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:35,759] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:35,759] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:35,759] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:35,759] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:35,759] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:35,760] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:35,760] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:35,760] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:35,760] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:35,760] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:35,760] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:35,760] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:35,760] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: fragment = ">MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-84</name><config><name>int-connection-84</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>84</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-85</name><config><name>int-connection-85</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>85</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-86</name><config><name>int-connection-86</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>86</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-87</name><config><name>int-connection-87</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>87</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-88</name><config><name>int-connection-88</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>88</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-89</name><config><name>int-connection-89</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>89</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-9</name><config><name>int-connection-9</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-90</name><config><name>int-connection-90</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>18</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>90</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-91</name><config><name>int-connection-91</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>20</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>91</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-92</name><config><name>int-connection-92</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>92</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-93</name><config><name>int-connection-93</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>33</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>93</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-94</name><config><name>int-connection-94</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>34</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>94</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-95</name><config><name>int-connection-95</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>35</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>95</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-96</name><config><name>int-connection-96</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>36</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>96</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-97</name><config><name>int-connection-97</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>10</value>" -[2024-06-20 13:24:35,760] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:35,760] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:35,840] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:35,841] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:35,841] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:35,841] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:35,841] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:35,841] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:35,841] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:35,841] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:35,841] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:35,842] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:35,842] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:35,842] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:35,842] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:35,842] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:35,842] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:35,842] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:35,842] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:35,842] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:35,842] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:35,842] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:35,843] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:35,843] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:35,843] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:35,843] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:35,843] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:35,843] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:35,843] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:35,843] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:35,843] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:35,843] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:35,843] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:35,844] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:35,844] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:35,844] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:35,844] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: fragment = "</config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>225</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>97</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-98</name><config><name>int-connection-98</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>226</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>98</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-99</name><config><name>int-connection-99</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>227</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>99</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>port-1-in</name><config><name>port-1-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>EAST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-1-out</name><config><name>port-1-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>EAST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-10-in</name><config><name>port-10-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>NORTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-10-out</name><config><name>port-10-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>NORTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-11-in</name><config><name>port-11-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>NORTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-11-out</name><config><name>port-11-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>NORTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-12-in</name><config><name>port-12-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>NORTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-12-out</name><config><name>port-12-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>NORTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-13-in</name><config><name>port-13-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>SOUTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-13-out</name><config><name>port-13-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>SOUTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-14-in</name><config><name>port-14-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>SOUTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-14-out</name><config><name>port-14-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>SOUTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-15-in</name><config><name>port-15-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>SOUTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-15-out</name><config><name>port-15-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>SOUTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-16-in</name><config><name>port-16-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>SOUTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-16-out</name><config><name>port-16-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>SOUTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-17-in</name><config><name>port-17-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>1</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>EAST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-17-out</name><config><name>port-17-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>193</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>EAST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-18-in</name><config><name>port-18-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>2</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>EAST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-18-out</name><config><name>port-18-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>194</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>EAST</value></config></property><property" -[2024-06-20 13:24:35,844] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:35,844] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:35,925] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:35,925] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:35,925] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:35,925] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:35,925] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:35,925] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:35,925] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:35,926] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:35,926] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:35,926] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:35,926] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:35,926] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:35,926] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:35,926] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:35,926] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:35,926] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:35,926] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:35,927] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:35,927] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:35,927] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:35,927] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:35,927] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:35,927] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:35,927] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:35,927] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:35,927] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:35,927] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:35,928] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:35,928] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:35,928] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:35,928] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:35,928] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:35,928] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:35,929] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:35,929] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: fragment = "><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-19-in</name><config><name>port-19-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>3</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>EAST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-19-out</name><config><name>port-19-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>195</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>EAST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-2-in</name><config><name>port-2-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>EAST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-2-out</name><config><name>port-2-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>EAST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-20-in</name><config><name>port-20-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>4</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>EAST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-20-out</name><config><name>port-20-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>196</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>EAST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-21-in</name><config><name>port-21-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>5</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>WEST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-21-out</name><config><name>port-21-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>197</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>WEST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-22-in</name><config><name>port-22-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>6</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>WEST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-22-out</name><config><name>port-22-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>198</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>WEST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-23-in</name><config><name>port-23-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>7</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>WEST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-23-out</name><config><name>port-23-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>199</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>WEST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-24-in</name><config><name>port-24-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>8</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>WEST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-24-out</name><config><name>port-24-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>200</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>WEST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-25-in</name><config><name>port-25-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>9</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>NORTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-25-out</name><config><name>port-25-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>201</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>NORTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-26-in</name><config><name>port-26-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>10</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>NORTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-26-out</name><config><name>port-26-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>202</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>NORTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-27-in</name><config><name>port-27-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>11</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>NORTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-27-out</name><config><name>port-27-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>203</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>NORTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-28-in</name><config><name>port-28-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>12</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>NORTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-28-out</name><config><name>port-28-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON" -[2024-06-20 13:24:35,929] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:35,929] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:36,022] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:36,022] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:36,022] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:36,022] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:36,022] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:36,022] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:36,022] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:36,022] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:36,023] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:36,023] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:36,023] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:36,023] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:36,023] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:36,023] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:36,023] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:36,024] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:36,024] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:36,024] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:36,024] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:36,024] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:36,024] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:36,024] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:36,025] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:36,025] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:36,025] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:36,025] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:36,025] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:36,025] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:36,025] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:36,025] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:36,026] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:36,026] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:36,026] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:36,026] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:36,026] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: fragment = "_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>204</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>NORTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-29-in</name><config><name>port-29-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>13</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>SOUTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-29-out</name><config><name>port-29-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>205</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>SOUTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-3-in</name><config><name>port-3-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>EAST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-3-out</name><config><name>port-3-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>EAST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-30-in</name><config><name>port-30-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>14</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>SOUTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-30-out</name><config><name>port-30-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>206</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>SOUTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-31-in</name><config><name>port-31-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>15</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>SOUTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-31-out</name><config><name>port-31-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>207</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>SOUTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-32-in</name><config><name>port-32-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>16</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>SOUTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-32-out</name><config><name>port-32-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>208</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>SOUTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-33-in</name><config><name>port-33-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>97</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-33-out</name><config><name>port-33-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>289</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-34-in</name><config><name>port-34-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>98</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-34-out</name><config><name>port-34-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>290</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-35-in</name><config><name>port-35-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>99</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-35-out</name><config><name>port-35-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>291</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-36-in</name><config><name>port-36-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>100</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-36-out</name><config><name>port-36-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>292</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-37-in</name><config><name>port-37-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>101</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-37-out</name><config><name>port-37-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>293</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-38-in</name><config><name>port-38-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>102</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-38-out</name><config><name>port-38-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>294</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-39-in</name><config><name>port-39-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>103</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</va" -[2024-06-20 13:24:36,026] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:36,026] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:36,127] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:36,127] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:36,127] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:36,127] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:36,128] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:36,128] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:36,128] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:36,128] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:36,128] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:36,128] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:36,128] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:36,128] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:36,128] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:36,128] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:36,128] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:36,129] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:36,129] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:36,129] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:36,129] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:36,129] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:36,129] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:36,129] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:36,129] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:36,129] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:36,129] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:36,129] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:36,129] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:36,130] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:36,130] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:36,130] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:36,130] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:36,130] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:36,130] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:36,130] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:36,130] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: fragment = "lue></config></property></properties></component><component><name>port-39-out</name><config><name>port-39-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>295</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-4-in</name><config><name>port-4-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>EAST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-4-out</name><config><name>port-4-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>EAST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-40-in</name><config><name>port-40-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>104</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-40-out</name><config><name>port-40-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>296</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-41-in</name><config><name>port-41-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>105</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-41-out</name><config><name>port-41-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>297</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-42-in</name><config><name>port-42-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>106</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-42-out</name><config><name>port-42-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>298</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-43-in</name><config><name>port-43-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>107</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-43-out</name><config><name>port-43-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>299</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-44-in</name><config><name>port-44-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>108</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-44-out</name><config><name>port-44-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>300</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-45-in</name><config><name>port-45-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>109</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-45-out</name><config><name>port-45-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>301</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-46-in</name><config><name>port-46-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>110</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-46-out</name><config><name>port-46-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>302</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-47-in</name><config><name>port-47-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>111</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-47-out</name><config><name>port-47-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>303</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-48-in</name><config><name>port-48-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>112</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-48-out</name><config><name>port-48-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>304</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-5-in</name><config><name>port-5-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>WEST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-5-out</name><config><name>port-5-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>WEST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-6-in</name><config><name>port-6-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>WEST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-6-out</name><config><name>port-6-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>WEST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></" -[2024-06-20 13:24:36,130] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:36,130] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:36,185] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:36,185] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:36,185] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:36,185] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:36,185] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:36,185] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:36,185] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:36,185] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:36,185] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:36,185] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:36,186] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:36,186] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:36,186] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:36,186] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:36,186] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:36,186] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:36,186] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:36,186] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:36,186] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:36,186] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:36,186] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:36,186] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:36,187] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:36,187] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:36,187] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:36,187] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:36,187] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:36,187] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:36,187] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:36,187] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:36,187] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:36,187] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:36,187] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:36,187] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:36,187] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: fragment = "config></property></properties></component><component><name>port-7-in</name><config><name>port-7-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>WEST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-7-out</name><config><name>port-7-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>WEST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-8-in</name><config><name>port-8-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>WEST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-8-out</name><config><name>port-8-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>WEST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-9-in</name><config><name>port-9-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>NORTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-9-out</name><config><name>port-9-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>NORTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component></components><wavelength-router xmlns="http://openconfig.net/yang/wavelength-router"><optical-bands xmlns="http://flex-scale-project.eu/yang/flex-scale-mg-on"><optical-band><index>1</index><config><index>1</index><name>C_BAND</name><lower-frequency>192006250</lower-frequency><upper-frequency>192206250</upper-frequency><admin-status>ENABLED</admin-status></config><state><index>1</index><name>C_BAND</name><lower-frequency>192006250</lower-frequency><upper-frequency>192206250</upper-frequency><admin-status>ENABLED</admin-status><oper-status>UP</oper-status></state><source><config><port-name>ADD</port-name></config><state><port-name>ADD</port-name></state></source><dest><config><port-name>port-1-out</port-name></config><state><port-name>port-1-out</port-name></state></dest></optical-band></optical-bands></wavelength-router><aaa xmlns="http://tail-f.com/ns/aaa/1.1"><authentication><users><user><name>admin</name><uid>9000</uid><gid>100</gid><password>$1$LWKnq6Bt$b.uVhMiISHVTC6CXfnfrC0</password><ssh_keydir>/var/confd/homes/admin/.ssh</ssh_keydir><homedir>/var/confd/homes/admin</homedir></user><user><name>oper</name><uid>9000</uid><gid>100</gid><password>$1$im2jm9f9$kg2pTFGHnnHw2QpT8wU1x.</password><ssh_keydir>/var/confd/homes/oper/.ssh</ssh_keydir><homedir>/var/confd/homes/oper</homedir></user><user><name>private</name><uid>9000</uid><gid>100</gid><password>$1$FV0aZKYX$WCQ/jCpTiyjJIbnnTtnwG.</password><ssh_keydir>/var/confd/homes/private/.ssh</ssh_keydir><homedir>/var/confd/homes/private</homedir></user><user><name>public</name><uid>9000</uid><gid>100</gid><password>$1$drWaFr7x$uQSEVNpu/fw2VpBxR2hrP0</password><ssh_keydir>/var/confd/homes/public/.ssh</ssh_keydir><homedir>/var/confd/homes/public</homedir></user></users></authentication><ios><level><nr>0</nr><prompt>\h> </prompt></level><level><nr>15</nr><prompt>\h# </prompt></level><privilege><mode>exec</mode><level><nr>0</nr><command><name>action</name></command><command><name>autowizard</name></command><command><name>enable</name></command><command><name>exit</name></command><command><name>help</name></command><command><name>startup</name></command></level><level><nr>15</nr><command><name>configure</name></command></level></privilege></ios></aaa><confd-state xmlns="http://tail-f.com/yang/confd-monitoring"><version>7.8.3</version><smp><number-of-threads>1</number-of-threads></smp><epoll>true</epoll><daemon-status>started</daemon-status><loaded-data-models><data-model><name>flex-scale-mg-on</name><revision>2024-04-25</revision><namespace>http://flex-scale-project.eu/yang/flex-scale-mg-on</namespace><prefix>fsmgon</prefix><exported-to-all/></data-model><data-model><name>iana-crypt-hash</name><revision>2014-08-06</revision><namespace>urn:ietf:params:xml:ns:yang:iana-crypt-hash</namespace><prefix>ianach</prefix><exported-to-all/></data-model><data-model><name>iana-if-type</name><revision>2023-01-26</revision><namespace>urn:ietf:params:xml:ns:yang:iana-if-type</namespace><prefix>ianaift</prefix><exported-to-all/></data-model><data-model><name>ietf-datastores</name><revision>2018-02-14</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-datastores</namespace><prefix>ds</prefix><exported-to-all/></data-model><data-model><name>ietf-inet-types</name><revision>2013-07-15</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-inet-types</namespace><prefix>inet</prefix><exported-to-all/></data-model><data-model><name>ietf-interfaces</name><revision>2018-02-20</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-interfaces</namespace><prefix>if</prefix><exported-to-all/></data-model><data-model><name>ietf-ip</name><revision>2018-02-22</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-ip</namespace><prefix>tfip</prefix><exported-to-all/></data-model><data-model><name>ietf-netconf</name><revision>2011-06-01</revision><namespace>urn:ietf:params:xml:ns:netconf:base:1.0</namespace><prefix>nc</prefix><exported-to>netconf</exported-to></data-model><data-model><name>ietf-netconf-acm</name><revision>2018-02-14</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-acm</namespace><prefix>nacm</prefix><exported-to-all/></data-model><data-model><name>ietf-netconf-monitoring</name><revision>2010-10-04</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring</namespace><prefix>ncm</prefix><exported-to-all/></data-model><data-model><name>ietf-netconf-nmda</name><revision>2019-01-07</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-nmda</namespace><prefix>ncds</prefix><exported-to>netconf</exported-to></data-model><data-model><name>ietf-netconf-notifications</name><revision>2012-02-06</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-notifications</namespace><prefix>ncn</prefix><exported-to-all/></data-model><data-model><name>ietf-netconf-partial-lock</name><revision>2009-10-19</revision><namespace>urn:ietf:params:xml:ns:netconf:partial-lock:1.0</namespace><prefix>pl</prefix><exported-to-all/></data-model><data-model><name>ietf-netconf-with-defaults</name><revision>2011-06-01</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-with-defaults</namespace><prefix>ncwd</prefix><exported-to>netconf</exported-to></data-model><data-model><name>ietf-network-instance</name><revision>2019-01-21</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-network-instance</namespace><prefix>tfni</prefix><exported-to-all/></data-model><data-model><name>ietf-origin</name><revision>2018-02-14</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-origin</namespace><prefix>or</prefix><exported-to-all/></data-model><data-model><name>ietf-restconf</name><revision>2017-01-26</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-restconf</namespace><prefix>rc</prefix><exported-to>rest</exported-to><exported-to>netconf</exported-to></data-model><data-model><name>ietf-restconf-monitoring</name><revision>2017-01-26</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-restconf-monitoring</namespace><prefix>rcmon</prefix><exported-to-all/></data-model><data-model><name>ietf-subscribed-notifications</name><revision>2019-09-09</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-subscribed-notifications</namespace><prefix>sn</prefix><exported-to>netconf</exported-to></data-model><data-model><name>ietf-x509-cert-to-name</name><revision>2014-12-10</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-x509-cert-to-name</namespace><prefix>x509c2n</prefix><exported-to-all/></data-model><data-model><name>ietf-yang-library</name><revision>2019-01-04</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-library</namespace><prefix>yanglib</prefix><exported-to>netconf</exported-to><exported-to>rest</exported-to></data-model><data-model><name>ietf-yang-metadata</name><revision>2016-08-05</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-metadata</namespace><prefix>md</prefix><exported-to-all/></data-model><data-model><name>ietf-yang-patch</name><revision>2017-02-22</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-patch</namespace><prefix>ypatch</prefix><exported-to>rest</exported-to><exported-to>netconf</exported-to></data-model><data-model><name>ietf-yang-push</name><revision>2019-09-09</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-push</namespace><prefix>yp</prefix><exported-to>netconf</exported-to></data-model><data-model><name>ietf-yang-schema-mount</name><revision>2019-01-14</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-schema-mount</namespace><prefix>yangmnt</prefix><exported-to-all/></data-model><data-model><name>ietf-yang-smiv2</name><revision>2012-06-22</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-smiv2</namespace><prefix>smiv2</prefix><exported-to-all/></data-model><data-model><name>ietf-yang-types</name><revision>2013-07-15</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-types</namespace><prefix>yang</prefix><exported-to-all/></data-model><data-model><name>netconf_netmod</name><namespace>urn:ietf:params:xml:ns:netmod:notification</namespace><prefix>nm</prefix><exported-to>netconf</exported-to></data-model><data-model><name>openconfig-alarm-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/alarms/types</namespace><prefix>oc-alarm-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-extensions</name><revision>2018-10-17</revision><namespace>http://openconfig.net/yang/openconfig-ext</namespace><prefix>oc-ext</prefix><exported-to-all/></data-model><data-model><name>openconfig-if-ethernet</name><revision>2023-03-10</revision><namespace>http://openconfig.net/yang/interfaces/ethernet</namespace><prefix>oc-eth</prefix><exported-to-all/></data-model><data-model><name>openconfig-if-ip</name><revision>2019-01-08</revision><namespace>http://openconfig.net/yang/interfaces/ip</namespace><prefix>oc-ip</prefix><exported-to-all/></data-model><data-model><name>openconfig-if-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/openconfig-if-types</namespace><prefix>oc-ift</prefix><exported-to-all/></data-model><data-model><name>openconfig-inet-types</name><revision>2019-04-25</revision><namespace>http://openconfig.net/yang/types/inet</namespace><prefix>oc-inet</prefix><exported-to-all/></data-model><data-model><name>openconfig-interfaces</name><revision>2019-07-10</revision><namespace>http://openconfig.net/yang/interfaces</namespace><prefix>oc-if</prefix><exported-to-all/></data-model><data-model><name>openconfig-platform</name><revision>2022-12-20</revision><namespace>http://openconfig.net/yang/platform</namespace><prefix>oc-platform</prefix><exported-to-all/></data-model><data-model><name>openconfig-platform-port</name><revision>2023-01-19</revision><namespace>http://openconfig.net/yang/platform/port</namespace><prefix>oc-port</prefix><exported-to-all/></data-model><data-model><name>openconfig-platform-types</name><revision>2022-07-28</revision><namespace>http://openconfig.net/yang/platform-types</namespace><prefix>oc-platform-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-transport-types</name><revision>2023-02-08</revision><namespace>http://openconfig.net/yang/transport-types</namespace><prefix>oc-opt-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-types</name><revision>2019-04-16</revision><namespace>http://openconfig.net/yang/openconfig-types</namespace><prefix>oc-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-wavelength-router</name><revision>2021-07-26</revision><namespace>http://openconfig.net/yang/wavelength-router</namespace><prefix>oc-wave-router</prefix><exported-to-all/></data-model><data-model><name>openconfig-yang-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/types/yang</namespace><prefix>oc-yang</prefix><exported-to-all/></data-model><data-model><name>optical-switch</name><revision>2020-01-10</revision><namespace>http://www.polatis.com/yang/optical-switch</namespace><prefix>opsw</prefix><exported-to-all/></data-model><data-model><name>polatis-switch</name><revision>2020-11-14</revision><namespace>http://www.polatis.com/yang/polatis-switch</namespace><prefix>plts</prefix><exported-to-all/></data-model><data-model><name>tailf-aaa</name><revision>2022-04-12</revision><namespace>http://tail-f.com/ns/aaa/1.1</namespace><prefix>aaa</prefix><exported-to-all/></data-model><data-model><name>tailf-acm</name><revision>2013-03-07</revision><namespace>http://tail-f.com/yang/acm</namespace><prefix>tacm</prefix><exported-to-all/></data-model><data-model><name>tailf-common</name><revision>2022-04-12</revision><namespace>http://tail-f.com/yang/common</namespace><prefix>tailf</prefix><exported-to-all/></data-model><data-model><name>tailf-common-monitoring</name><revision>2021-09-02</revision><namespace>http://tail-f.com/yang/common-monitoring</namespace><prefix>tfcg</prefix><exported-to-all/></data-model><data-model><name>tailf-common-query</name><revision>2017-12-15</revision><namespace>http://tail-f.com/ns/common/query</namespace><prefix>tfcq</prefix><exported-to-all/></data-model><data-model><name>tailf-confd-monitoring</name><revision>2021-09-09</revision><namespace>http://tail-f.com/yang/confd-monitoring</namespace><prefix>tfcm</prefix><exported-to-all/></data-model><data-model><name>tailf-confd-progress</name><revision>2020-06-29</revision><namespace>http://tail-f" -[2024-06-20 13:24:36,188] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:36,188] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:36,268] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:36,269] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:36,269] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:36,269] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=7 -[2024-06-20 13:24:36,269] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:36,269] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 6330 bytes -[2024-06-20 13:24:36,269] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:36,269] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:36,269] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:24:36,269] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:24:36,270] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 6341 bytes -[2024-06-20 13:24:36,270] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:36,270] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=7 -[2024-06-20 13:24:36,270] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:36,270] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 6330 bytes -[2024-06-20 13:24:36,270] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: appending 6330 bytes -[2024-06-20 13:24:36,270] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: fragment = ".com/ns/confd-progress</namespace><prefix>confd-progress</prefix><exported-to-all/></data-model><data-model><name>tailf-kicker</name><revision>2020-11-26</revision><namespace>http://tail-f.com/ns/kicker</namespace><prefix>kicker</prefix><exported-to-all/></data-model><data-model><name>tailf-last-login</name><revision>2019-11-21</revision><namespace>http://tail-f.com/yang/last-login</namespace><prefix>last</prefix><exported-to-all/></data-model><data-model><name>tailf-netconf-extensions</name><revision>2021-06-18</revision><namespace>http://tail-f.com/ns/netconf/extensions</namespace><prefix>tfnce</prefix><exported-to>netconf</exported-to></data-model><data-model><name>tailf-netconf-forward</name><namespace>http://tail-f.com/ns/netconf/forward/1.0</namespace><prefix>fwd</prefix><exported-to>netconf</exported-to></data-model><data-model><name>tailf-netconf-inactive</name><namespace>http://tail-f.com/ns/netconf/inactive/1.0</namespace><prefix>in</prefix><exported-to>netconf</exported-to></data-model><data-model><name>tailf-netconf-monitoring</name><revision>2022-04-12</revision><namespace>http://tail-f.com/yang/netconf-monitoring</namespace><prefix>tncm</prefix><exported-to-all/></data-model><data-model><name>tailf-netconf-query</name><revision>2017-01-06</revision><namespace>http://tail-f.com/ns/netconf/query</namespace><prefix>tfncq</prefix><exported-to>netconf</exported-to></data-model><data-model><name>tailf-netconf-rollback</name><revision>2018-01-12</revision><namespace>http://tail-f.com/ns/netconf/rollback</namespace><prefix>netconf-rollback</prefix><exported-to>netconf</exported-to></data-model><data-model><name>tailf-netconf-transactions</name><namespace>http://tail-f.com/ns/netconf/transactions/1.0</namespace><prefix>tr</prefix><exported-to>netconf</exported-to></data-model><data-model><name>tailf-netconf-with-rollback-id</name><revision>2020-06-25</revision><namespace>http://tail-f.com/ns/netconf/with-rollback-id</namespace><prefix>wrbid</prefix><exported-to>netconf</exported-to></data-model><data-model><name>tailf-netconf-with-transaction-id</name><revision>2018-11-23</revision><namespace>http://tail-f.com/ns/netconf/with-transaction-id</namespace><prefix>wtxid</prefix><exported-to>netconf</exported-to></data-model><data-model><name>tailf-progress</name><revision>2021-12-17</revision><namespace>http://tail-f.com/ns/progress</namespace><prefix>progress</prefix><exported-to-all/></data-model><data-model><name>tailf-rollback</name><revision>2020-09-02</revision><namespace>http://tail-f.com/ns/rollback</namespace><prefix>rollback</prefix><exported-to>rest</exported-to><exported-to>netconf</exported-to><exported-to>maapi</exported-to></data-model><data-model><name>tailf-xsd-types</name><revision>2017-11-20</revision><namespace>http://tail-f.com/yang/xsd-types</namespace><prefix>xs</prefix><exported-to-all/></data-model></loaded-data-models><netconf><listen><ssh><ip>0.0.0.0</ip><port>2022</port></ssh></listen></netconf><cli><listen><ssh><ip>0.0.0.0</ip><port>2024</port></ssh></listen></cli><internal><callpoints><callpoint><id>fiberscp</id><daemon><id>0</id><name>fsmgon_daemon</name><callbacks>num_instances</callbacks><callbacks>remove</callbacks><callbacks>create</callbacks><callbacks>set_elem</callbacks><callbacks>get_next</callbacks><callbacks>get_elem</callbacks></daemon></callpoint><callpoint><id>mediachannelscp</id><daemon><id>0</id><name>fsmgon_daemon</name><callbacks>num_instances</callbacks><callbacks>remove</callbacks><callbacks>create</callbacks><callbacks>set_elem</callbacks><callbacks>get_next</callbacks><callbacks>get_elem</callbacks></daemon></callpoint><callpoint><id>opticalbandscp</id><daemon><id>0</id><name>fsmgon_daemon</name><callbacks>num_instances</callbacks><callbacks>remove</callbacks><callbacks>create</callbacks><callbacks>set_elem</callbacks><callbacks>get_next</callbacks><callbacks>get_elem</callbacks></daemon></callpoint><validationpoint><id>vp1</id><daemon><id>0</id><name>fsmgon_daemon</name></daemon></validationpoint><validationpoint><id>vp2</id><daemon><id>0</id><name>fsmgon_daemon</name></daemon></validationpoint></callpoints><cdb><datastore><name>running</name><transaction-id>1717-711273-156835</transaction-id><filename>./confd-cdb/A.cdb</filename><disk-size>355779</disk-size><ram-size>1551239</ram-size><read-locks>0</read-locks><write-lock-set>false</write-lock-set><pending-locks>0</pending-locks><waiting-for-replication-sync>false</waiting-for-replication-sync></datastore><datastore><name>operational</name><transaction-id>22</transaction-id><filename>./confd-cdb/O.cdb</filename><disk-size>4</disk-size><ram-size>2108</ram-size><subscription-lock-set>false</subscription-lock-set></datastore></cdb></internal></confd-state><last-logins xmlns="http://tail-f.com/yang/last-login"><user><name>admin</name><login><login-time>2024-06-20T13:24:30.493779+00:00</login-time><authenticating-host>066778e1455b</authenticating-host><client-host>10.30.2.208</client-host><transport xmlns:ncm="urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring">ncm:netconf-ssh</transport><num-of-failed-logins>0</num-of-failed-logins></login><login><login-time>2024-06-06T23:12:41.957668+00:00</login-time><authenticating-host>066778e1455b</authenticating-host><client-host>10.30.2.206</client-host><transport xmlns:ncm="urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring">ncm:netconf-ssh</transport><num-of-failed-logins>0</num-of-failed-logins></login><login><login-time>2024-06-06T22:01:13.861449+00:00</login-time><authenticating-host>066778e1455b</authenticating-host><client-host>127.0.0.1</client-host><transport xmlns:ncm="urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring">ncm:netconf-ssh</transport><num-of-failed-logins>0</num-of-failed-logins></login></user></last-logins><rollback-files xmlns="http://tail-f.com/ns/rollback"><file><id>0</id><name>rollback0</name><fixed-number>10002</fixed-number><creator>admin</creator><date>2024-06-07 08:55:35</date><via>netconf</via></file><file><id>1</id><name>rollback1</name><fixed-number>10001</fixed-number><creator>system</creator><date>2024-06-06 22:01:13</date><via>system</via></file><file><id>2</id><name>rollback2</name><fixed-number>10000</fixed-number><creator>system</creator><date>2024-06-06 22:01:11</date><via>system</via></file></rollback-files></data></rpc-reply>" -[2024-06-20 13:24:36,270] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 6337 bytes from start of buffer -[2024-06-20 13:24:36,270] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=4 -[2024-06-20 13:24:36,271] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found end of message delimiter -[2024-06-20 13:24:36,273] DEBUG:ncclient.operations.rpc:[host 172.17.254.21 session-id 21] Delivering to <ncclient.operations.retrieve.Get object at 0x7fa7485f0d60> -[2024-06-20 13:24:36,273] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: saving back rest of message after 6341 bytes, original size 6341 -[2024-06-20 13:24:36,273] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -int-connection-91 -int-connection-92 -int-connection-93 -int-connection-94 -int-connection-95 -int-connection-96 -int-connection-97 -int-connection-98 -int-connection-99 -port-1-in -port-1-out -port-10-in -port-10-out -port-11-in -port-11-out -port-12-in -port-12-out -port-13-in -port-13-out -port-14-in -port-14-out -port-15-in -port-15-out -port-16-in -port-16-out -port-17-in -port-17-out -port-18-in -port-18-out -port-19-in -port-19-out -port-2-in -port-2-out -port-20-in -port-20-out -port-21-in -port-21-out -port-22-in -port-22-out -port-23-in -port-23-out -port-24-in -port-24-out -port-25-in -port-25-out -port-26-in -port-26-out -port-27-in -port-27-out -port-28-in -port-28-out -port-29-in -port-29-out -port-3-in -port-3-out -port-30-in -port-30-out -port-31-in -port-31-out -port-32-in -port-32-out -port-33-in -port-33-out -port-34-in -port-34-out -port-35-in -port-35-out -port-36-in -port-36-out -port-37-in -port-37-out -port-38-in -port-38-out -port-39-in -port-39-out -port-4-in -port-4-out -port-40-in -port-40-out -port-41-in -port-41-out -port-42-in -port-42-out -port-43-in -port-43-out -port-44-in -port-44-out -port-45-in -port-45-out -port-46-in -port-46-out -port-47-in -port-47-out -port-48-in -port-48-out -port-5-in -port-5-out -port-6-in -port-6-out -port-7-in -port-7-out -port-8-in -port-8-out -port-9-in -port-9-out -component [<Element {http://openconfig.net/yang/platform}component at 0x7fa748602140>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748602b80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748602240>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748602400>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748602440>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748602ac0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486025c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748602f00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486024c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748699040>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74976c700>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ca300>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ca2c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ca340>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ca3c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ca380>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ca400>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ca440>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ca480>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ca4c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ca500>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ca540>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ca580>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ca5c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ca600>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ca640>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ca680>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ca6c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ca700>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ca740>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ca780>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ca7c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ca800>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ca840>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ca880>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ca8c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ca900>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ca940>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ca980>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ca9c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485caa00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485caa40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485caa80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485caac0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485cab00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485cab40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485cab80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485cabc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485cac00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485cac40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485cac80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485cacc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485cad00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485cad40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485cad80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485cadc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485cae00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485cae40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485cae80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485caec0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485caf00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485caf40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485caf80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485cafc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485da040>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485da080>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485da0c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485da100>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485da140>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485da180>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485da1c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485da200>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485da240>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485da280>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485da2c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485da300>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485da340>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485da380>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485da3c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485da400>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485da440>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485da480>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485da4c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485da500>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485da540>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485da580>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485da5c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485da600>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485da640>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485da680>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485da6c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485da700>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485da740>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485da780>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485da7c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485da800>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485da840>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485da880>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485da8c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485da900>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485da940>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485da980>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485da9c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485daa00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485daa40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485daa80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485daac0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485dab00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485dab40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485dab80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485dabc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485dac00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485dac40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485dac80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485dacc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485dad00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485dad40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485dad80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485dadc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485dae00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485dae40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485dae80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485daec0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485daf00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485daf40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485daf80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485dafc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f7040>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f7080>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f70c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f7100>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f7140>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f7180>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f71c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f7200>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f7240>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f7280>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f72c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f7300>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f7340>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f7380>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f73c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f7400>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f7440>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f7480>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f74c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f7500>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f7540>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f7580>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f75c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f7600>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f7640>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f7680>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f76c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f7700>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f7740>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f7780>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f77c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f7800>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f7840>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f7880>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f78c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f7900>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f7940>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f7980>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f79c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f7a00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f7a40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f7a80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f7ac0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f7b00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f7b40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f7b80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f7bc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f7c00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f7c40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f7c80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f7cc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f7d00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f7d40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f7d80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f7dc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f7e00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f7e40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f7e80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f7ec0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f7f00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f7f40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f7f80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f7fc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485e1040>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485e1080>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485e10c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485e1100>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485e1140>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485e1180>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485e11c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485e1200>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485e1240>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485e1280>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485e12c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485e1300>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485e1340>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485e1380>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485e13c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485e1400>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485e1440>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485e1480>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485e14c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485e1500>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485e1540>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485e1580>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485e15c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485e1600>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485e1640>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485e1680>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485e16c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485e1700>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485e1740>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485e1780>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485e17c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485e1800>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485e1840>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485e1880>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485e18c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485e1900>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485e1940>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485e1980>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485e19c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485e1a00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485e1a40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485e1a80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485e1ac0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485e1b00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485e1b40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485e1b80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485e1bc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485e1c00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485e1c40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485e1c80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485e1cc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485e1d00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485e1d40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485e1d80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485e1dc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485e1e00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485e1e40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485e1e80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485e1ec0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485e1f00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485e1f40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485e1f80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485e1fc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485d7040>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485d7080>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485d70c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485d7100>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485d7140>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485d7180>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485d71c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485d7200>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485d7240>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485d7280>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485d72c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485d7300>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485d7340>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485d7380>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485d73c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485d7400>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485d7440>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485d7480>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485d74c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485d7500>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485d7540>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485d7580>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485d75c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485d7600>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485d7640>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485d7680>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485d76c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485d7700>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485d7740>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485d7780>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485d77c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485d7800>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485d7840>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485d7880>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485d78c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485d7900>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485d7940>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485d7980>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485d79c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485d7a00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485d7a40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485d7a80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485d7ac0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485d7b00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485d7b40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485d7b80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485d7bc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485d7c00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485d7c40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485d7c80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485d7cc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485d7d00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485d7d40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485d7d80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485d7dc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485d7e00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485d7e40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485d7e80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485d7ec0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485d7f00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485d7f40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485d7f80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485d7fc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ee040>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ee080>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ee0c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ee100>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ee140>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ee180>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ee1c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ee200>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ee240>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ee280>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ee2c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ee300>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ee340>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ee380>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ee3c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ee400>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ee440>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ee480>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ee4c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ee500>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ee540>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ee580>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ee5c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ee600>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ee640>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ee680>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ee6c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ee700>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ee740>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ee780>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ee7c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ee800>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ee840>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ee880>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ee8c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ee900>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ee940>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ee980>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ee9c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485eea00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485eea40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485eea80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485eeac0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485eeb00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485eeb40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485eeb80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485eebc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485eec00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485eec40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485eec80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485eecc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485eed00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485eed40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485eed80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485eedc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485eee00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485eee40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485eee80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485eeec0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485eef00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485eef40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485eef80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485eefc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485bf040>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485bf080>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485bf0c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485bf100>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485bf140>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485bf180>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485bf1c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485bf200>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485bf240>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485bf280>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485bf2c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485bf300>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485bf340>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485bf380>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485bf3c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485bf400>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485bf440>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485bf480>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485bf4c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485bf500>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485bf540>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485bf580>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485bf5c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485bf600>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485bf640>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485bf680>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485bf6c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485bf700>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485bf740>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485bf780>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485bf7c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485bf800>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485bf840>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485bf880>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485bf8c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485bf900>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485bf940>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485bf980>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485bf9c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485bfa00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485bfa40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485bfa80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485bfac0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485bfb00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485bfb40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485bfb80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485bfbc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485bfc00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485bfc40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485bfc80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485bfcc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485bfd00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485bfd40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485bfd80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485bfdc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485bfe00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485bfe40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485bfe80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485bfec0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485bff00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485bff40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485bff80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485bffc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485c4040>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485c4080>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485c40c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485c4100>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485c4140>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485c4180>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485c41c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485c4200>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485c4240>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485c4280>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485c42c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485c4300>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485c4340>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485c4380>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485c43c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485c4400>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485c4440>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485c4480>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485c44c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485c4500>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485c4540>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485c4580>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485c45c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485c4600>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485c4640>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485c4680>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485c46c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485c4700>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485c4740>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485c4780>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485c47c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485c4800>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485c4840>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485c4880>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485c48c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485c4900>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485c4940>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485c4980>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485c49c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485c4a00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485c4a40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485c4a80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485c4ac0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485c4b00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485c4b40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485c4b80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485c4bc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485c4c00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485c4c40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485c4c80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485c4cc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485c4d00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485c4d40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485c4d80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485c4dc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485c4e00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485c4e40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485c4e80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485c4ec0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485c4f00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485c4f40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485c4f80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485c4fc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f1040>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f1080>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f10c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f1100>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f1140>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f1180>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f11c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f1200>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f1240>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f1280>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f12c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f1300>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f1340>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f1380>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f13c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f1400>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f1440>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f1480>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f14c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f1500>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f1540>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f1580>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f15c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f1600>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f1640>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f1680>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f16c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f1700>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f1740>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f1780>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f17c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f1800>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f1840>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f1880>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f18c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f1900>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f1940>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f1980>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f19c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f1a00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f1a40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f1a80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f1ac0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f1b00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f1b40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f1b80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f1bc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f1c00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f1c40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f1c80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f1cc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f1d00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f1d40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f1d80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f1dc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f1e00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f1e40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f1e80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f1ec0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f1f00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f1f40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f1f80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f1fc0>] -WBSS-1 -WBSS-10 -WBSS-11 -WBSS-12 -WBSS-13 -WBSS-14 -WBSS-15 -WBSS-16 -WBSS-17 -WBSS-18 -WBSS-19 -WBSS-2 -WBSS-20 -WBSS-21 -WBSS-22 -WBSS-23 -WBSS-24 -WBSS-25 -WBSS-26 -WBSS-27 -WBSS-28 -WBSS-29 -WBSS-3 -WBSS-30 -WBSS-31 -WBSS-32 -WBSS-4 -WBSS-5 -WBSS-6 -WBSS-7 -WBSS-8 -WBSS-9 -WSS-1 -WSS-10 -WSS-11 -WSS-12 -WSS-2 -WSS-3 -WSS-4 -WSS-5 -WSS-6 -WSS-7 -WSS-8 -WSS-9 -int-connection-1 -int-connection-10 -int-connection-100 -int-connection-101 -int-connection-102 -int-connection-103 -int-connection-104 -int-connection-105 -int-connection-106 -int-connection-107 -int-connection-108 -int-connection-109 -int-connection-11 -int-connection-110 -int-connection-111 -int-connection-112 -int-connection-113 -int-connection-114 -int-connection-115 -int-connection-116 -int-connection-117 -int-connection-118 -int-connection-119 -int-connection-12 -int-connection-120 -int-connection-121 -int-connection-122 -int-connection-123 -int-connection-124 -int-connection-125 -int-connection-126 -int-connection-127 -int-connection-128 -int-connection-129 -int-connection-13 -int-connection-130 -int-connection-131 -int-connection-132 -int-connection-133 -int-connection-134 -int-connection-135 -int-connection-136 -int-connection-137 -int-connection-138 -int-connection-139 -int-connection-14 -int-connection-140 -int-connection-141 -int-connection-142 -int-connection-143 -int-connection-144 -int-connection-145 -int-connection-146 -int-connection-147 -int-connection-148 -int-connection-149 -int-connection-15 -int-connection-150 -int-connection-151 -int-connection-152 -int-connection-153 -int-connection-154 -int-connection-155 -int-connection-156 -int-connection-157 -int-connection-158 -int-connection-159 -int-connection-16 -int-connection-160 -int-connection-161 -int-connection-162 -int-connection-163 -int-connection-164 -int-connection-165 -int-connection-166 -int-connection-167 -int-connection-168 -int-connection-169 -int-connection-17 -int-connection-170 -int-connection-171 -int-connection-172 -int-connection-173 -int-connection-174 -int-connection-175 -int-connection-176 -int-connection-177 -int-connection-178 -int-connection-179 -int-connection-18 -int-connection-180 -int-connection-181 -int-connection-182 -int-connection-183 -int-connection-184 -int-connection-185 -int-connection-186 -int-connection-187 -int-connection-188 -int-connection-189 -int-connection-19 -int-connection-190 -int-connection-191 -int-connection-192 -int-connection-193 -int-connection-194 -int-connection-195 -int-connection-196 -int-connection-197 -int-connection-198 -int-connection-199 -int-connection-2 -int-connection-20 -int-connection-200 -int-connection-201 -int-connection-202 -int-connection-203 -int-connection-204 -int-connection-205 -int-connection-206 -int-connection-207 -int-connection-208 -int-connection-209 -int-connection-21 -int-connection-210 -int-connection-211 -int-connection-212 -int-connection-213 -int-connection-214 -int-connection-215 -int-connection-216 -int-connection-217 -int-connection-218 -int-connection-219 -int-connection-22 -int-connection-220 -int-connection-221 -int-connection-222 -int-connection-223 -int-connection-224 -int-connection-225 -int-connection-226 -int-connection-227 -int-connection-228 -int-connection-229 -int-connection-23 -int-connection-230 -int-connection-231 -int-connection-232 -int-connection-233 -int-connection-234 -int-connection-235 -int-connection-236 -int-connection-237 -int-connection-238 -int-connection-239 -int-connection-24 -int-connection-240 -int-connection-241 -int-connection-242 -int-connection-243 -int-connection-244 -int-connection-245 -int-connection-246 -int-connection-247 -int-connection-248 -int-connection-249 -int-connection-25 -int-connection-250 -int-connection-251 -int-connection-252 -int-connection-253 -int-connection-254 -int-connection-255 -int-connection-256 -int-connection-257 -int-connection-258 -int-connection-259 -int-connection-26 -int-connection-260 -int-connection-261 -int-connection-262 -int-connection-263 -int-connection-264 -int-connection-265 -int-connection-266 -int-connection-267 -int-connection-268 -int-connection-269 -int-connection-27 -int-connection-270 -int-connection-271 -int-connection-272 -int-connection-273 -int-connection-274 -int-connection-275 -int-connection-276 -int-connection-277 -int-connection-278 -int-connection-279 -int-connection-28 -int-connection-280 -int-connection-281 -int-connection-282 -int-connection-283 -int-connection-284 -int-connection-285 -int-connection-286 -int-connection-287 -int-connection-288 -int-connection-289 -int-connection-29 -int-connection-290 -int-connection-291 -int-connection-292 -int-connection-293 -int-connection-294 -int-connection-295 -int-connection-296 -int-connection-297 -int-connection-298 -int-connection-299 -int-connection-3 -int-connection-30 -int-connection-300 -int-connection-301 -int-connection-302 -int-connection-303 -int-connection-304 -int-connection-305 -int-connection-306 -int-connection-307 -int-connection-308 -int-connection-309 -int-connection-31 -int-connection-310 -int-connection-311 -int-connection-312 -int-connection-313 -int-connection-314 -int-connection-315 -int-connection-316 -int-connection-317 -int-connection-318 -int-connection-319 -int-connection-32 -int-connection-320 -int-connection-321 -int-connection-322 -int-connection-323 -int-connection-324 -int-connection-325 -int-connection-326 -int-connection-327 -int-connection-328 -int-connection-329 -int-connection-33 -int-connection-330 -int-connection-331 -int-connection-332 -int-connection-333 -int-connection-334 -int-connection-335 -int-connection-336 -int-connection-337 -int-connection-338 -int-connection-339 -int-connection-34 -int-connection-340 -int-connection-341 -int-connection-342 -int-connection-343 -int-connection-344 -int-connection-345 -int-connection-346 -int-connection-347 -int-connection-348 -int-connection-349 -int-connection-35 -int-connection-350 -int-connection-351 -int-connection-352 -int-connection-353 -int-connection-354 -int-connection-355 -int-connection-356 -int-connection-357 -int-connection-358 -int-connection-359 -int-connection-36 -int-connection-360 -int-connection-361 -int-connection-362 -int-connection-363 -int-connection-364 -int-connection-365 -int-connection-366 -int-connection-367 -int-connection-368 -int-connection-369 -int-connection-37 -int-connection-370 -int-connection-371 -int-connection-372 -int-connection-373 -int-connection-374 -int-connection-375 -int-connection-376 -int-connection-377 -int-connection-378 -int-connection-379 -int-connection-38 -int-connection-380 -int-connection-381 -int-connection-382 -int-connection-383 -int-connection-384 -int-connection-385 -int-connection-386 -int-connection-387 -int-connection-388 -int-connection-389 -int-connection-39 -int-connection-390 -int-connection-391 -int-connection-392 -int-connection-393 -int-connection-394 -int-connection-395 -int-connection-396 -int-connection-397 -int-connection-398 -int-connection-399 -int-connection-4 -int-connection-40 -int-connection-400 -int-connection-401 -int-connection-402 -int-connection-403 -int-connection-404 -int-connection-405 -int-connection-406 -int-connection-407 -int-connection-408 -int-connection-409 -int-connection-41 -int-connection-410 -int-connection-411 -int-connection-412 -int-connection-413 -int-connection-414 -int-connection-415 -int-connection-416 -int-connection-417 -int-connection-418 -int-connection-419 -int-connection-42 -int-connection-420 -int-connection-421 -int-connection-422 -int-connection-423 -int-connection-424 -int-connection-425 -int-connection-426 -int-connection-427 -int-connection-428 -int-connection-43 -int-connection-44 -int-connection-45 -int-connection-46 -int-connection-47 -int-connection-48 -int-connection-49 -int-connection-5 -int-connection-50 -int-connection-51 -int-connection-52 -int-connection-53 -int-connection-54 -int-connection-55 -int-connection-56 -int-connection-57 -int-connection-58 -int-connection-59 -int-connection-6 -int-connection-60 -int-connection-61 -int-connection-62 -int-connection-63 -int-connection-64 -int-connection-65 -int-connection-66 -int-connection-67 -int-connection-68 -int-connection-69 -int-connection-7 -int-connection-70 -int-connection-71 -int-connection-72 -int-connection-73 -int-connection-74 -int-connection-75 -int-connection-76 -int-connection-77 -int-connection-78 -int-connection-79 -int-connection-8 -int-connection-80 -int-connection-81 -int-connection-82 -int-connection-83 -int-connection-84 -int-connection-85 -int-connection-86 -int-connection-87 -int-connection-88 -int-connection-89 -int-connection-9 -int-connection-90 -[2024-06-20 13:24:36,357] INFO:root:parameters {} -[2024-06-20 13:24:36,359] DEBUG:context.client.ContextClient:SetOpticalConfig request: {"config": "{}", "device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}} -[2024-06-20 13:24:36,383] DEBUG:context.client.ContextClient:SetOpticalConfig result: {"opticalconfig_uuid": ""} -[2024-06-20 13:24:36,393] DEBUG:context.client.ContextClient:SetDevice request: {"components": [], "controller_id": {}, "device_config": {"config_rules": [{"action": "CONFIGACTION_SET", "custom": {"resource_key": "_connect/address", "resource_value": "172.17.254.21"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "_connect/port", "resource_value": "2022"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "_connect/settings", "resource_value": "{\n\"allow_agent\": false,\n\"commit_per_rule\": false,\n\"device_params\": {\n\"name\": \"default\"\n},\n\"endpoints\": [],\n\"force_running\": false,\n\"hostkey_verify\": false,\n\"look_for_keys\": false,\n\"manager_params\": {\n\"timeout\": 120\n},\n\"password\": \"admin\",\n\"type\": \"optical-roadm\",\n\"username\": \"admin\"\n}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[port-1-in]", "resource_value": "{\"type\": \"MG_ON_OPTICAL_PORT_WAVEBAND_INPUT\", \"uuid\": \"port-1-in\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[port-10-in]", "resource_value": "{\"type\": \"MG_ON_OPTICAL_PORT_WAVEBAND_INPUT\", \"uuid\": \"port-10-in\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[port-11-in]", "resource_value": "{\"type\": \"MG_ON_OPTICAL_PORT_WAVEBAND_INPUT\", \"uuid\": \"port-11-in\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[port-12-in]", "resource_value": "{\"type\": \"MG_ON_OPTICAL_PORT_WAVEBAND_INPUT\", \"uuid\": \"port-12-in\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[port-13-in]", "resource_value": "{\"type\": \"MG_ON_OPTICAL_PORT_WAVEBAND_INPUT\", \"uuid\": \"port-13-in\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[port-14-in]", "resource_value": "{\"type\": \"MG_ON_OPTICAL_PORT_WAVEBAND_INPUT\", \"uuid\": \"port-14-in\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[port-15-in]", "resource_value": "{\"type\": \"MG_ON_OPTICAL_PORT_WAVEBAND_INPUT\", \"uuid\": \"port-15-in\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[port-16-in]", "resource_value": "{\"type\": \"MG_ON_OPTICAL_PORT_WAVEBAND_INPUT\", \"uuid\": \"port-16-in\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[port-2-in]", "resource_value": "{\"type\": \"MG_ON_OPTICAL_PORT_WAVEBAND_INPUT\", \"uuid\": \"port-2-in\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[port-3-in]", "resource_value": "{\"type\": \"MG_ON_OPTICAL_PORT_WAVEBAND_INPUT\", \"uuid\": \"port-3-in\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[port-4-in]", "resource_value": "{\"type\": \"MG_ON_OPTICAL_PORT_WAVEBAND_INPUT\", \"uuid\": \"port-4-in\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[port-5-in]", "resource_value": "{\"type\": \"MG_ON_OPTICAL_PORT_WAVEBAND_INPUT\", \"uuid\": \"port-5-in\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[port-6-in]", "resource_value": "{\"type\": \"MG_ON_OPTICAL_PORT_WAVEBAND_INPUT\", \"uuid\": \"port-6-in\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[port-7-in]", "resource_value": "{\"type\": \"MG_ON_OPTICAL_PORT_WAVEBAND_INPUT\", \"uuid\": \"port-7-in\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[port-8-in]", "resource_value": "{\"type\": \"MG_ON_OPTICAL_PORT_WAVEBAND_INPUT\", \"uuid\": \"port-8-in\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[port-9-in]", "resource_value": "{\"type\": \"MG_ON_OPTICAL_PORT_WAVEBAND_INPUT\", \"uuid\": \"port-9-in\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[port-1-out]", "resource_value": "{\"type\": \"MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT\", \"uuid\": \"port-1-out\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[port-10-out]", "resource_value": "{\"type\": \"MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT\", \"uuid\": \"port-10-out\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[port-11-out]", "resource_value": "{\"type\": \"MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT\", \"uuid\": \"port-11-out\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[port-12-out]", "resource_value": "{\"type\": \"MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT\", \"uuid\": \"port-12-out\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[port-13-out]", "resource_value": "{\"type\": \"MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT\", \"uuid\": \"port-13-out\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[port-14-out]", "resource_value": "{\"type\": \"MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT\", \"uuid\": \"port-14-out\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[port-15-out]", "resource_value": "{\"type\": \"MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT\", \"uuid\": \"port-15-out\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[port-16-out]", "resource_value": "{\"type\": \"MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT\", \"uuid\": \"port-16-out\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[port-2-out]", "resource_value": "{\"type\": \"MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT\", \"uuid\": \"port-2-out\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[port-3-out]", "resource_value": "{\"type\": \"MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT\", \"uuid\": \"port-3-out\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[port-4-out]", "resource_value": "{\"type\": \"MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT\", \"uuid\": \"port-4-out\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[port-5-out]", "resource_value": "{\"type\": \"MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT\", \"uuid\": \"port-5-out\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[port-6-out]", "resource_value": "{\"type\": \"MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT\", \"uuid\": \"port-6-out\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[port-7-out]", "resource_value": "{\"type\": \"MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT\", \"uuid\": \"port-7-out\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[port-8-out]", "resource_value": "{\"type\": \"MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT\", \"uuid\": \"port-8-out\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[port-9-out]", "resource_value": "{\"type\": \"MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT\", \"uuid\": \"port-9-out\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[port-33-in]", "resource_value": "{\"type\": \"MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT\", \"uuid\": \"port-33-in\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[port-34-in]", "resource_value": "{\"type\": \"MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT\", \"uuid\": \"port-34-in\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[port-35-in]", "resource_value": "{\"type\": \"MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT\", \"uuid\": \"port-35-in\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[port-36-in]", "resource_value": "{\"type\": \"MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT\", \"uuid\": \"port-36-in\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[port-37-in]", "resource_value": "{\"type\": \"MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT\", \"uuid\": \"port-37-in\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[port-38-in]", "resource_value": "{\"type\": \"MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT\", \"uuid\": \"port-38-in\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[port-39-in]", "resource_value": "{\"type\": \"MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT\", \"uuid\": \"port-39-in\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[port-40-in]", "resource_value": "{\"type\": \"MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT\", \"uuid\": \"port-40-in\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[port-41-in]", "resource_value": "{\"type\": \"MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT\", \"uuid\": \"port-41-in\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[port-42-in]", "resource_value": "{\"type\": \"MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT\", \"uuid\": \"port-42-in\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[port-43-in]", "resource_value": "{\"type\": \"MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT\", \"uuid\": \"port-43-in\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[port-44-in]", "resource_value": "{\"type\": \"MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT\", \"uuid\": \"port-44-in\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[port-45-in]", "resource_value": "{\"type\": \"MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT\", \"uuid\": \"port-45-in\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[port-46-in]", "resource_value": "{\"type\": \"MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT\", \"uuid\": \"port-46-in\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[port-47-in]", "resource_value": "{\"type\": \"MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT\", \"uuid\": \"port-47-in\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[port-48-in]", "resource_value": "{\"type\": \"MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT\", \"uuid\": \"port-48-in\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[port-33-out]", "resource_value": "{\"type\": \"MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT\", \"uuid\": \"port-33-out\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[port-34-out]", "resource_value": "{\"type\": \"MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT\", \"uuid\": \"port-34-out\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[port-35-out]", "resource_value": "{\"type\": \"MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT\", \"uuid\": \"port-35-out\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[port-36-out]", "resource_value": "{\"type\": \"MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT\", \"uuid\": \"port-36-out\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[port-37-out]", "resource_value": "{\"type\": \"MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT\", \"uuid\": \"port-37-out\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[port-38-out]", "resource_value": "{\"type\": \"MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT\", \"uuid\": \"port-38-out\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[port-39-out]", "resource_value": "{\"type\": \"MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT\", \"uuid\": \"port-39-out\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[port-40-out]", "resource_value": "{\"type\": \"MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT\", \"uuid\": \"port-40-out\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[port-41-out]", "resource_value": "{\"type\": \"MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT\", \"uuid\": \"port-41-out\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[port-42-out]", "resource_value": "{\"type\": \"MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT\", \"uuid\": \"port-42-out\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[port-43-out]", "resource_value": "{\"type\": \"MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT\", \"uuid\": \"port-43-out\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[port-44-out]", "resource_value": "{\"type\": \"MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT\", \"uuid\": \"port-44-out\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[port-45-out]", "resource_value": "{\"type\": \"MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT\", \"uuid\": \"port-45-out\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[port-46-out]", "resource_value": "{\"type\": \"MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT\", \"uuid\": \"port-46-out\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[port-47-out]", "resource_value": "{\"type\": \"MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT\", \"uuid\": \"port-47-out\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[port-48-out]", "resource_value": "{\"type\": \"MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT\", \"uuid\": \"port-48-out\"}"}}]}, "device_drivers": ["DEVICEDRIVER_OC"], "device_endpoints": [{"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "port-1-in"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "port-10-in"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "port-11-in"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "port-12-in"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "port-13-in"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "port-14-in"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "port-15-in"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "port-16-in"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "port-2-in"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "port-3-in"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "port-4-in"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "port-5-in"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "port-6-in"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "port-7-in"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "port-8-in"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "port-9-in"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "port-1-out"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "port-10-out"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "port-11-out"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "port-12-out"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "port-13-out"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "port-14-out"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "port-15-out"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "port-16-out"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "port-2-out"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "port-3-out"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "port-4-out"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "port-5-out"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "port-6-out"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "port-7-out"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "port-8-out"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "port-9-out"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "port-33-in"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "port-34-in"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "port-35-in"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "port-36-in"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "port-37-in"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "port-38-in"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "port-39-in"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "port-40-in"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "port-41-in"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "port-42-in"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "port-43-in"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "port-44-in"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "port-45-in"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "port-46-in"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "port-47-in"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "port-48-in"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "port-33-out"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "port-34-out"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "port-35-out"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "port-36-out"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "port-37-out"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "port-38-out"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "port-39-out"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "port-40-out"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "port-41-out"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "port-42-out"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "port-43-out"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "port-44-out"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "port-45-out"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "port-46-out"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "port-47-out"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "port-48-out"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT", "kpi_sample_types": [], "name": ""}], "device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "device_operational_status": "DEVICEOPERATIONALSTATUS_ENABLED", "device_type": "optical-roadm", "name": "R1"} -[2024-06-20 13:24:36,594] DEBUG:context.client.ContextClient:SetDevice result: {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}} -[2024-06-20 13:24:36,594] DEBUG:context.client.ContextClient:SelectDevice request: {"device_ids": {"device_ids": [{"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}]}, "include_components": false, "include_config_rules": false, "include_endpoints": true} -[2024-06-20 13:24:36,624] DEBUG:context.client.ContextClient:SelectDevice result: {"devices": [{"components": [], "controller_id": {}, "device_drivers": ["DEVICEDRIVER_OC"], "device_endpoints": [{"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "02c19f3c-73ac-55b9-b4c2-7def7e7df9fe"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT", "kpi_sample_types": [], "name": "port-48-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "0332be2a-9b4e-52d7-ac7b-3ea58bf00375"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT", "kpi_sample_types": [], "name": "port-12-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "08da1aa7-9253-5e92-bf2c-6e66ffe7a4ff"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT", "kpi_sample_types": [], "name": "port-38-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "0b1c4d0e-5140-5085-ab66-2def390b650f"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT", "kpi_sample_types": [], "name": "port-33-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "12b4419f-9ae9-5839-ad52-9684b1f30878"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT", "kpi_sample_types": [], "name": "port-34-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "188af412-9ac2-588f-8f00-a956aa6b2ae5"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT", "kpi_sample_types": [], "name": "port-43-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "18a51dcf-905d-5104-9ef1-f24740fd6d78"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT", "kpi_sample_types": [], "name": "port-12-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "1e02e33d-4b14-502d-9806-988f64cccb5d"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT", "kpi_sample_types": [], "name": "port-43-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "21b8ccaa-9f7b-5bc5-9fc0-6f32025eb8a6"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT", "kpi_sample_types": [], "name": "port-41-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "22d287ab-7935-55cb-b681-944a064726a9"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT", "kpi_sample_types": [], "name": "port-11-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "28666b3c-4b96-5cb6-8006-eba13ca8ab6e"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT", "kpi_sample_types": [], "name": "port-9-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "29e8b36f-6989-5651-99fe-b3cb2ee5b4b8"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT", "kpi_sample_types": [], "name": "port-40-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "2b646bf7-3120-5254-a4fb-748294c61a71"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT", "kpi_sample_types": [], "name": "port-2-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "35aaee89-81a3-56b1-b1ba-33f972d0af49"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT", "kpi_sample_types": [], "name": "port-36-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "385bc8da-171b-574c-9d4f-d9b08f29c469"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT", "kpi_sample_types": [], "name": "port-40-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "38f57fc2-4b25-5b8e-8ab0-e2676594b652"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT", "kpi_sample_types": [], "name": "port-39-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "3972ab17-4386-5a0c-92db-fc8096433068"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT", "kpi_sample_types": [], "name": "port-38-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "3a49ceb2-fd5b-59e2-975a-b065c4e127a4"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT", "kpi_sample_types": [], "name": "port-7-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "3b1551b2-3c17-54f6-8990-308ee42b421d"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT", "kpi_sample_types": [], "name": "port-15-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "3f8b1948-619c-5130-a158-b7beb838434c"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT", "kpi_sample_types": [], "name": "port-14-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "435a198b-cd6f-5d29-a72d-ea4f04cb658a"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT", "kpi_sample_types": [], "name": "port-35-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "436bb32a-c8a0-5718-bbdb-382c79d96587"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT", "kpi_sample_types": [], "name": "port-1-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "4b197fb8-d26e-59fb-a96c-d347ba017b28"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT", "kpi_sample_types": [], "name": "port-46-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "53e3c997-d487-5d96-a6c4-998a562dcb96"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT", "kpi_sample_types": [], "name": "port-5-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "55684f06-7aab-5061-aa0d-2e37b45e5ec7"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT", "kpi_sample_types": [], "name": "port-2-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "56c81904-047c-5d7c-a765-79b9e4b7abf2"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT", "kpi_sample_types": [], "name": "port-3-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "59871dc1-872d-5df1-9392-2537a591c86c"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT", "kpi_sample_types": [], "name": "port-45-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "59fcacb0-1840-5dd3-9dfa-a07cf4f91bd2"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT", "kpi_sample_types": [], "name": "port-3-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "5ac999c3-3df8-53c4-8f4a-52e5943f5c4c"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT", "kpi_sample_types": [], "name": "port-14-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "62099377-4f4f-5ffb-aa37-6dec3319a21e"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT", "kpi_sample_types": [], "name": "port-13-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "6a6dc5d4-567c-5104-b50d-6820768d2699"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT", "kpi_sample_types": [], "name": "port-46-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "77df46fd-6d6e-5726-9960-ca439c925dea"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT", "kpi_sample_types": [], "name": "port-1-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "7be48ef0-2357-55fa-aca6-a1aeeeb3267a"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT", "kpi_sample_types": [], "name": "port-42-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "7ce13dc8-d5f1-5233-beec-1d99416c9164"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT", "kpi_sample_types": [], "name": "port-44-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "883609be-6125-5bbf-91ac-2a30e75a7d1e"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT", "kpi_sample_types": [], "name": "port-16-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "8d0c4ac4-c522-5992-a206-45e8bf8389c6"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT", "kpi_sample_types": [], "name": "port-7-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "904c4b18-10a6-512b-9bb2-8ec81e74fda4"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT", "kpi_sample_types": [], "name": "port-34-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "91492a21-2f88-5acc-a427-2a57230eb2ea"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT", "kpi_sample_types": [], "name": "port-15-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "927b0db8-602b-54d5-acd9-c1cd6395425f"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT", "kpi_sample_types": [], "name": "port-39-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "a18a7eb1-811d-5d27-be08-db212d83f25e"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT", "kpi_sample_types": [], "name": "port-45-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "a7058178-97da-5b95-b969-abe5ab7a8e6f"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT", "kpi_sample_types": [], "name": "port-42-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "a7d33ece-9565-59ec-999f-4c995d142f83"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT", "kpi_sample_types": [], "name": "port-4-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "a9061634-e9a7-5d13-bc96-09fbf31cd610"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT", "kpi_sample_types": [], "name": "port-41-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "b5354091-162e-5073-aeb2-ec5debcfcf9f"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT", "kpi_sample_types": [], "name": "port-16-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "b9fbeed8-e304-5bd5-90e1-3e43c6af5a16"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT", "kpi_sample_types": [], "name": "port-35-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "c31537c8-13df-503d-bf91-64e860e6b573"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT", "kpi_sample_types": [], "name": "port-48-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "ca4f5f60-37ba-567b-a474-ff8951033342"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT", "kpi_sample_types": [], "name": "port-47-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "cc197d41-625f-50d1-94d8-c6c63a31ccfb"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT", "kpi_sample_types": [], "name": "port-8-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "ccb07637-f7d6-5b4a-9fc6-8510ef694cd9"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT", "kpi_sample_types": [], "name": "port-4-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "cd539095-12a6-5460-8b07-481ec1901c9a"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT", "kpi_sample_types": [], "name": "port-33-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "cfe60fca-3fe5-5747-ace8-ca7913e26d81"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT", "kpi_sample_types": [], "name": "port-13-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "dda83a5d-29b7-5f96-9b0a-bd1f39e1db2f"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT", "kpi_sample_types": [], "name": "port-37-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "e2500678-0f36-555a-9133-7cd04d3ad63a"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT", "kpi_sample_types": [], "name": "port-6-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "e5265cb0-2e80-5ea1-80d8-333749bb7f14"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT", "kpi_sample_types": [], "name": "port-5-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "e9d0dac3-11f2-5b84-9125-d0300ccd8eeb"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT", "kpi_sample_types": [], "name": "port-37-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "e9d4bff3-76ac-5490-b897-a30b9a42a8b1"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT", "kpi_sample_types": [], "name": "port-44-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "ea73d8c4-1077-55c9-87f1-9c377cee196f"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT", "kpi_sample_types": [], "name": "port-9-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "eb38e3cd-e42a-54b2-846c-82207a95e8e3"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT", "kpi_sample_types": [], "name": "port-10-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "ebfe571c-77b2-5f66-9efe-25583cc1f587"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT", "kpi_sample_types": [], "name": "port-36-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "ee4df110-8657-571c-aa20-a70ec79db01f"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT", "kpi_sample_types": [], "name": "port-47-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "f206246e-cb90-56b4-b908-1dc3daa7ac3f"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT", "kpi_sample_types": [], "name": "port-11-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "f7052fb4-fab8-5821-95e0-d407043742d8"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT", "kpi_sample_types": [], "name": "port-8-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "f8bd2b7e-6d37-5bbc-92f4-9b9b2e0ce22c"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT", "kpi_sample_types": [], "name": "port-10-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "ff51524f-7b51-5efd-af6b-6bc8541d3716"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT", "kpi_sample_types": [], "name": "port-6-out"}], "device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "device_operational_status": "DEVICEOPERATIONALSTATUS_ENABLED", "device_type": "optical-roadm", "name": "R1"}]} -[2024-06-20 13:24:36,625] DEBUG:device.service.DeviceServiceServicerImpl:AddDevice reply: {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}} -[2024-06-20 13:24:43,302] DEBUG:device.service.DeviceServiceServicerImpl:AddDevice request: {"components": [], "device_config": {"config_rules": [{"action": "CONFIGACTION_SET", "custom": {"resource_key": "_connect/address", "resource_value": "172.17.254.22"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "_connect/port", "resource_value": "2022"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "_connect/settings", "resource_value": "{\n\"allow_agent\": false,\n\"commit_per_rule\": false,\n\"device_params\": {\n\"name\": \"default\"\n},\n\"endpoints\": [],\n\"force_running\": false,\n\"hostkey_verify\": false,\n\"look_for_keys\": false,\n\"manager_params\": {\n\"timeout\": 120\n},\n\"password\": \"admin\",\n\"type\": \"optical-roadm\",\n\"username\": \"admin\"\n}"}}]}, "device_drivers": ["DEVICEDRIVER_OC"], "device_endpoints": [], "device_id": {"device_uuid": {"uuid": "R2"}}, "device_operational_status": "DEVICEOPERATIONALSTATUS_DISABLED", "device_type": "optical-roadm", "name": ""} -[2024-06-20 13:24:43,302] DEBUG:context.client.ContextClient:Creating channel to 10.152.183.195:1010... -[2024-06-20 13:24:43,303] DEBUG:context.client.ContextClient:Channel created -[2024-06-20 13:24:43,303] DEBUG:context.client.ContextClient:SelectDevice request: {"device_ids": {"device_ids": [{"device_uuid": {"uuid": "R2"}}]}, "include_components": true, "include_config_rules": true, "include_endpoints": true} -[2024-06-20 13:24:43,330] DEBUG:context.client.ContextClient:SelectDevice result: {"devices": []} -[2024-06-20 13:24:43,331] DEBUG:context.client.ContextClient:SetDevice request: {"components": [], "device_config": {"config_rules": [{"action": "CONFIGACTION_SET", "custom": {"resource_key": "_connect/address", "resource_value": "172.17.254.22"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "_connect/port", "resource_value": "2022"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "_connect/settings", "resource_value": "{\n\"allow_agent\": false,\n\"commit_per_rule\": false,\n\"device_params\": {\n\"name\": \"default\"\n},\n\"endpoints\": [],\n\"force_running\": false,\n\"hostkey_verify\": false,\n\"look_for_keys\": false,\n\"manager_params\": {\n\"timeout\": 120\n},\n\"password\": \"admin\",\n\"type\": \"optical-roadm\",\n\"username\": \"admin\"\n}"}}]}, "device_drivers": ["DEVICEDRIVER_OC"], "device_endpoints": [], "device_id": {"device_uuid": {"uuid": "R2"}}, "device_operational_status": "DEVICEOPERATIONALSTATUS_UNDEFINED", "device_type": "optical-roadm", "name": ""} -[2024-06-20 13:24:43,376] DEBUG:context.client.ContextClient:SetDevice result: {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}} -[2024-06-20 13:24:43,376] DEBUG:context.client.ContextClient:SelectDevice request: {"device_ids": {"device_ids": [{"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}]}, "include_components": true, "include_config_rules": true, "include_endpoints": true} -[2024-06-20 13:24:43,407] DEBUG:context.client.ContextClient:SelectDevice result: {"devices": [{"components": [], "controller_id": {}, "device_config": {"config_rules": [{"action": "CONFIGACTION_SET", "custom": {"resource_key": "_connect/address", "resource_value": "172.17.254.22"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "_connect/port", "resource_value": "2022"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "_connect/settings", "resource_value": "{\n\"allow_agent\": false,\n\"commit_per_rule\": false,\n\"device_params\": {\n\"name\": \"default\"\n},\n\"endpoints\": [],\n\"force_running\": false,\n\"hostkey_verify\": false,\n\"look_for_keys\": false,\n\"manager_params\": {\n\"timeout\": 120\n},\n\"password\": \"admin\",\n\"type\": \"optical-roadm\",\n\"username\": \"admin\"\n}"}}]}, "device_drivers": ["DEVICEDRIVER_OC"], "device_endpoints": [], "device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "device_operational_status": "DEVICEOPERATIONALSTATUS_UNDEFINED", "device_type": "optical-roadm", "name": "R2"}]} -[2024-06-20 13:24:43,408] INFO:device.service.driver_api.DriverInstanceCache:Selecting driver for device(c944aaeb-bbdf-5f2d-b31c-8cc8903045b6) with filter_fields({'device_type': 'optical-roadm', 'driver': [11]})... -[2024-06-20 13:24:43,408] INFO:device.service.driver_api.DriverInstanceCache:Driver(OCDriver) selected for device(c944aaeb-bbdf-5f2d-b31c-8cc8903045b6) with filter_fields({'device_type': 'optical-roadm', 'driver': [11]})... -[2024-06-20 13:24:43,408] DEBUG:ncclient.transport.session:[host None session 0x7fa7485e6970] <SSHSession(session, initial daemon)> created: client_capabilities=<dict_keyiterator object at 0x7fa7485fec20> -[2024-06-20 13:24:43,526] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session 0x7fa7485e6970] parsing netconf v1.0 -[2024-06-20 13:24:43,527] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session 0x7fa7485e6970] parsing netconf v1.0 -[2024-06-20 13:24:43,528] INFO:root:settings {'allow_agent': False, 'commit_per_rule': False, 'device_params': {'name': 'default'}, 'endpoints': [], 'force_running': False, 'hostkey_verify': False, 'look_for_keys': False, 'manager_params': {'timeout': 120}, 'password': 'admin', 'type': 'optical-roadm', 'username': 'admin'} -[2024-06-20 13:24:43,530] INFO:ncclient.operations.rpc:[host 172.17.254.22 session-id 21] Requesting 'Get' -[2024-06-20 13:24:43,530] DEBUG:ncclient.operations.rpc:[host 172.17.254.22 session-id 21] Sync request, will wait for timeout=120 -[2024-06-20 13:24:43,678] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:43,679] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:43,679] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:43,679] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:43,679] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:43,679] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:43,679] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:43,679] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:43,679] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:43,679] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:43,679] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:43,679] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:43,680] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:43,680] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:43,680] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:43,680] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:43,680] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:43,680] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:43,680] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:43,680] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:43,680] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:43,680] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:43,680] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:43,681] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:43,681] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:43,681] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:43,681] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:43,681] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:43,681] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:43,681] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:43,681] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:43,681] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:43,681] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:43,682] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:43,682] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: fragment = "<?xml version="1.0" encoding="UTF-8"?> -<rpc-reply xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="urn:uuid:574409cf-89ce-4b6a-844b-f3b28f470471" xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0"><data><yang-library xmlns="urn:ietf:params:xml:ns:yang:ietf-yang-library"><module-set><name>common</name><module><name>flex-scale-mg-on</name><revision>2024-04-25</revision><namespace>http://flex-scale-project.eu/yang/flex-scale-mg-on</namespace></module><module><name>iana-crypt-hash</name><revision>2014-08-06</revision><namespace>urn:ietf:params:xml:ns:yang:iana-crypt-hash</namespace><feature>crypt-hash-md5</feature><feature>crypt-hash-sha-256</feature><feature>crypt-hash-sha-512</feature></module><module><name>ietf-interfaces</name><revision>2018-02-20</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-interfaces</namespace><feature>arbitrary-names</feature><feature>if-mib</feature><feature>pre-provisioning</feature></module><module><name>ietf-netconf</name><revision>2011-06-01</revision><namespace>urn:ietf:params:xml:ns:netconf:base:1.0</namespace><feature>rollback-on-error</feature><feature>validate</feature><feature>writable-running</feature><feature>xpath</feature></module><module><name>ietf-netconf-acm</name><revision>2018-02-14</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-acm</namespace></module><module><name>ietf-netconf-monitoring</name><revision>2010-10-04</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring</namespace></module><module><name>ietf-netconf-nmda</name><revision>2019-01-07</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-nmda</namespace><feature>with-defaults</feature></module><module><name>ietf-netconf-notifications</name><revision>2012-02-06</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-notifications</namespace></module><module><name>ietf-netconf-partial-lock</name><revision>2009-10-19</revision><namespace>urn:ietf:params:xml:ns:netconf:partial-lock:1.0</namespace></module><module><name>ietf-netconf-with-defaults</name><revision>2011-06-01</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-with-defaults</namespace></module><module><name>ietf-restconf</name><revision>2017-01-26</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-restconf</namespace></module><module><name>ietf-restconf-monitoring</name><revision>2017-01-26</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-restconf-monitoring</namespace></module><module><name>ietf-subscribed-notifications</name><revision>2019-09-09</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-subscribed-notifications</namespace><feature>encode-xml</feature><feature>replay</feature><feature>subtree</feature><feature>xpath</feature><deviation>ietf-subscribed-notifications-deviation</deviation></module><module><name>ietf-yang-library</name><revision>2019-01-04</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-library</namespace></module><module><name>ietf-yang-patch</name><revision>2017-02-22</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-patch</namespace></module><module><name>ietf-yang-push</name><revision>2019-09-09</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-push</namespace><feature>on-change</feature><deviation>ietf-yang-push-deviation</deviation></module><module><name>ietf-yang-schema-mount</name><revision>2019-01-14</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-schema-mount</namespace></module><module><name>openconfig-if-ethernet</name><revision>2023-03-10</revision><namespace>http://openconfig.net/yang/interfaces/ethernet</namespace></module><module><name>openconfig-if-ip</name><revision>2019-01-08</revision><namespace>http://openconfig.net/yang/interfaces/ip</namespace></module><module><name>openconfig-interfaces</name><revision>2019-07-10</revision><namespace>http://openconfig.net/yang/interfaces</namespace></module><module><name>openconfig-platform</name><revision>2022-12-20</revision><namespace>http://openconfig.net/yang/platform</namespace><submodule><name>openconfig-platform-common</name><revision>2022-12-20</revision></submodule></module><module><name>openconfig-platform-port</name><revision>2023-01-19</revision><namespace>http://openconfig.net/yang/platform/port</namespace></module><module><name>openconfig-wavelength-router</name><revision>2021-07-26</revision><namespace>http://openconfig.net/yang/wavelength-router</namespace></module><module><name>optical-switch</name><revision>2020-01-10</revision><namespace>http://www.polatis.com/yang/optical-switch</namespace></module><module><name>polatis-switch</name><revision>2020-11-14</revision><namespace>http://www.polatis.com/yang/polatis-switch</namespace></module><module><name>tailf-aaa</name><revision>2022-04-12</revision><namespace>http://tail-f.com/ns/aaa/1.1</namespace></module><module><name>tailf-acm</name><revision>2013-03-07</revision><namespace>http://tail-f.com/yang/acm</namespace></module><module><name>tailf-confd-monitoring</name><revision>2021-09-09</revision><namespace>http://tail-f.com/yang/confd-monitoring</namespace></module><module><name>tailf-confd-progress</name><revision>2020-06-29</revision><namespace>http://tail-f.com/ns/confd-progress</namespace></module><module><name>tailf-kicker</name><revision>2020-11-26</revision><namespace>http://tail-f.com/ns/kicker</namespace></module><module><name>tailf-last-login</name><revision>2019-11-21</revision><namespace>http://tail-f.com/yang/last-login</namespace></module><module><name>tailf-netconf-extensions</name><revision>2021-06-18</revision><namespace>http://tail-f.com/ns/netconf/extensions</namespace></module><module><name>tailf-netconf-monitoring</name><revision>2022-04-12</revision><namespace>http://tail-f.com/yang/netconf-monitoring</namespace></module><module><name>tailf-netconf-query</name><revision>2017-01-06</revision><namespace>http://tail-f.com/ns/netconf/query</namespace></module><module><name>tailf-netconf-rollback</name><revision>2018-01-12</revision><namespace>http://tail-f.com/ns/netconf/rollback</namespace></module><module><name>tailf-netconf-transactions</name><namespace>http://tail-f.com/ns/netconf/transactions/1.0</namespace></module><module><name>tailf-netconf-with-rollback-id</name><revision>2020-06-25</revision><namespace>http://tail-f.com/ns/netconf/with-rollback-id</namespace></module><module><name>tailf-netconf-with-transaction-id</name><revision>2018-11-23</revision><namespace>http://tail-f.com/ns/netconf/with-transaction-id</namespace></module><module><name>tailf-progress</name><revision>2021-12-17</revision><namespace>http://tail-f.com/ns/progress</namespace></module><module><name>tailf-rollback</name><revision>2020-09-02</revision><namespace>http://tail-f.com/ns/rollback</namespace></module><import-only-module><name>iana-if-type</name><revision>2023-01-26</revision><namespace>urn:ietf:params:xml:ns:yang:iana-if-type</namespace></import-only-module><import-only-module><name>ietf-datastores</name><revision>2018-02-14</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-datastores</namespace></import-only-module><import-only-module><name>ietf-inet-types</name><revision>2013-07-15</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-inet-types</namespace></import-only-module><import-only-module><name>ietf-ip</name><revision>2018-02-22</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-ip</namespace></import-only-module><import-only-module><name>ietf-network-instance</name><revision>2019-01-21</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-network-instance</namespace></import-only-module><import-only-module><name>ietf-origin</name><revision>2018-02-14</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-origin</namespace></import-only-module><import-only-module><name>ietf-x509-cert-to-name</name><revision>2014-12-10</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-x509-cert-to-name</namespace></import-only-module><import-only-module><name>ietf-yang-metadata</name><revision>2016-08-05</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-metadata</namespace></import-only-module><import-only-module><name>ietf-yang-smiv2</name><revision>2012-06-22</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-smiv2</namespace></import-only-module><import-only-module><name>ietf-yang-types</name><revision>2013-07-15</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-types</namespace></import-only-module><import-only-module><name>openconfig-alarm-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/alarms/types</namespace></import-only-module><import-only-module><name>openconfig-extensions</name><revision>2018-10-17</revision><namespace>http://openconfig.net/yang/openconfig-ext</namespace></import-only-module><import-only-module><name>openconfig-if-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/openconfig-if-types</namespace></import-only-module><import-only-module><name>openconfig-inet-types</name><revision>2019-04-25</revision><namespace>http://openconfig.net/yang/types/inet</namespace></import-only-module><import-only-module><name>openconfig-platform-types</name><revision>2022-07-28</revision><namespace>http://openconfig.net/yang/platform-types</namespace></import-only-module><import-only-module><name>openconfig-transport-types</name><revision>2023-02-08</revision><namespace>http://openconfig.net/yang/transport-types</namespace></import-only-module><import-only-module><name>openconfig-types</name><revision>2019-04-16</revision><namespace>http://openconfig.net/yang/openconfig-types</namespace></import-only-module><import-only-module><name>openconfig-yang-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/types/yang</namespace></import-only-module><import-only-module><name>tailf-common</name><revision>2022-04-12</revision><namespace>http://tail-f.com/yang/common</namespace><submodule><name>tailf-cli-extensions</name><revision>2021-12-17</revision></submodule><submodule><name>tailf-meta-extensions</name><revision>2017-03-08</revision></submodule></import-only-module><import-only-module><name>tailf-common-monitoring</name><revision>2021-09-02</revision><namespace>http://tail-f.com/yang/common-monitoring</namespace></import-only-module><import-only-module><name>tailf-common-query</name><revision>2017-12-15</revision><namespace>http://tail-f.com/ns/common/query</namespace></import-only-module><import-only-module><name>tailf-netconf-forward</name><revision></revision><namespace>http://tail-f.com/ns/netconf/forward/1.0</namespace></import-only-module><import-only-module><name>tailf-netconf-inactive</name><revision></revision><namespace>http://tail-f.com/ns/netconf/inactive/1.0</namespace></import-only-module><import-only-module><name>tailf-xsd-types</name><revision>2017-11-20</revision><namespace>http://tail-f.com/yang/xsd-types</namespace></import-only-module></module-set><schema><name>common</name><module-set>common</module-set></schema><datastore><name xmlns:ds="urn:ietf:params:xml:ns:yang:ietf-datastores">ds:running</name><schema>common</schema></datastore><datastore><name xmlns:ds="urn:ietf:params:xml:ns:yang:ietf-datastores">ds:intended</name><schema>common</schema></datastore><datastore><name xmlns:ds="urn:ietf:params:xml:ns:yang:ietf-datastores">ds:operational</name><schema>common</schema></datastore><content-id>c12b960e969b26974084d2b999572983</content-id></yang-library><modules-state xmlns="urn:ietf:params:xml:ns:yang:ietf-yang-library"><module-set-id>c12b960e969b26974084d2b999572983</module-set-id><module><name>flex-scale-mg-on</name><revision>2024-04-25</revision><namespace>http://flex-scale-project.eu/yang/flex-scale-mg-on</namespace><conformance-type>implement</conformance-type></module><module><name>iana-crypt-hash</name><revision>2014-08-06</revision><namespace>urn:ietf:params:xml:ns:yang:iana-crypt-hash</namespace><feature>crypt-hash-md5</feature><feature>crypt-hash-sha-256</feature><feature>crypt-hash-sha-512</feature><conformance-type>implement</conformance-type></module><module><name>iana-if-type</name><revision>2023-01-26</revision><namespace>urn:ietf:params:xml:ns:yang:iana-if-type</namespace><conformance-type>import</conformance-type></module><module><name>ietf-datastores</name><revision>2018-02-14</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-datastores</namespace><conformance-type>import</conformance-type></module><module><name>ietf-inet-types</name><revision>2013-07-15</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-inet-types</namespace><conformance-type>import</conformance-type></module><module><name>ietf-interfaces</name><revision>2018-02-20</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-interfaces</namespace><feature>arbitrary-names</feature><feature>if-mib</feature><feature>pre-provisioning</feature><conformance-type>implement</conformance-type></module><module><name>ietf-ip</name><revision>2018-02-22</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-ip</namespace><feature>ipv4-non-contiguous-netmasks</feature><feature>ipv6-privacy-autoconf</feature><conformance-type>import</conformance-type></module><module><name>ietf-netconf</name><revision>2011-06-01</revision><namespace>urn:ietf:params:xml:ns:netconf:base:1.0</namespace><feature>rollback-on-error</feature><feature>validate</feature><feature>writable-running</feature><feature>xpath</feature><conformance-type>implement</conformance-type></module><module><name>ietf-netconf-acm</name><revision>2018-02-14</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-acm</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-netconf-monitoring</name><revision>2010-10-04</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-netconf-nmda</name><revision>2019-01-07</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-nmda</namespace><feature>with-defaults</feature><conformance-type>implement</conformance-type></module><module><name>ietf-netconf-notifications</name><revision>2012-02-06</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-notifications</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-netconf-partial-lock</name><revision>2009-10-19</revision><namespace>urn:ietf:params:xml:ns:netconf:partial-lock:1.0</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-netconf-with-defaults</name><revision>2011-06-01</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-with-defaults</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-network-instance</name><revision>2019-01-21</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-network-instance</namespace><conformance-type>import</conformance-type></module><module><name>ietf-origin</name><revision>2018-02-14</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-origin</namespace><conformance-type>import</conformance-type></module><module><name>ietf-restconf</name><revision>2017-01-26</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-restconf</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-restconf-monitoring</name><revision>2017-01-26</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-restconf-monitoring</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-subscribed-notifications</name><revision>2019-09-09</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-subscribed-notifications</namespace><feature>encode-xml</feature><feature>replay</feature><feature>subtree</feature><feature>xpath</feature><deviation><name>ietf-subscribed-notifications-deviation</name><revision>2020-06-25</revision></deviation><conformance-type>implement</conformance-type></module><module><name>ietf-x509-cert-to-name</name><revision>2014-12-10</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-x509-cert-to-name</namespace><conformance-type>import</conformance-type></module><module><name>ietf-yang-library</name><revision>2019-01-04</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-library</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-yang-metadata</name><revision>2016-08-05</revision><namespace>urn:ietf:pa" -[2024-06-20 13:24:43,682] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:43,682] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:43,748] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:43,748] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:43,748] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:43,748] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:43,749] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:43,749] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:43,749] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:43,749] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:43,749] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:43,749] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:43,749] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:43,749] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:43,749] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:43,749] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:43,750] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:43,750] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:43,750] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:43,750] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:43,750] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:43,750] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:43,750] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:43,751] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:43,751] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:43,751] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:43,751] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:43,751] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:43,751] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:43,751] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:43,751] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:43,752] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:43,752] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:43,752] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:43,752] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:43,752] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:43,752] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: fragment = "rams:xml:ns:yang:ietf-yang-metadata</namespace><conformance-type>import</conformance-type></module><module><name>ietf-yang-patch</name><revision>2017-02-22</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-patch</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-yang-push</name><revision>2019-09-09</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-push</namespace><feature>on-change</feature><deviation><name>ietf-yang-push-deviation</name><revision></revision></deviation><conformance-type>implement</conformance-type></module><module><name>ietf-yang-schema-mount</name><revision>2019-01-14</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-schema-mount</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-yang-smiv2</name><revision>2012-06-22</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-smiv2</namespace><conformance-type>import</conformance-type></module><module><name>ietf-yang-types</name><revision>2013-07-15</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-alarm-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/alarms/types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-extensions</name><revision>2018-10-17</revision><namespace>http://openconfig.net/yang/openconfig-ext</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-if-ethernet</name><revision>2023-03-10</revision><namespace>http://openconfig.net/yang/interfaces/ethernet</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-if-ip</name><revision>2019-01-08</revision><namespace>http://openconfig.net/yang/interfaces/ip</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-if-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/openconfig-if-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-inet-types</name><revision>2019-04-25</revision><namespace>http://openconfig.net/yang/types/inet</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-interfaces</name><revision>2019-07-10</revision><namespace>http://openconfig.net/yang/interfaces</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-platform</name><revision>2022-12-20</revision><namespace>http://openconfig.net/yang/platform</namespace><conformance-type>implement</conformance-type><submodule><name>openconfig-platform-common</name><revision>2022-12-20</revision></submodule></module><module><name>openconfig-platform-port</name><revision>2023-01-19</revision><namespace>http://openconfig.net/yang/platform/port</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-platform-types</name><revision>2022-07-28</revision><namespace>http://openconfig.net/yang/platform-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-transport-types</name><revision>2023-02-08</revision><namespace>http://openconfig.net/yang/transport-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-types</name><revision>2019-04-16</revision><namespace>http://openconfig.net/yang/openconfig-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-wavelength-router</name><revision>2021-07-26</revision><namespace>http://openconfig.net/yang/wavelength-router</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-yang-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/types/yang</namespace><conformance-type>import</conformance-type></module><module><name>optical-switch</name><revision>2020-01-10</revision><namespace>http://www.polatis.com/yang/optical-switch</namespace><conformance-type>implement</conformance-type></module><module><name>polatis-switch</name><revision>2020-11-14</revision><namespace>http://www.polatis.com/yang/polatis-switch</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-aaa</name><revision>2022-04-12</revision><namespace>http://tail-f.com/ns/aaa/1.1</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-acm</name><revision>2013-03-07</revision><namespace>http://tail-f.com/yang/acm</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-common</name><revision>2022-04-12</revision><namespace>http://tail-f.com/yang/common</namespace><conformance-type>import</conformance-type><submodule><name>tailf-cli-extensions</name><revision>2021-12-17</revision></submodule><submodule><name>tailf-meta-extensions</name><revision>2017-03-08</revision></submodule></module><module><name>tailf-common-monitoring</name><revision>2021-09-02</revision><namespace>http://tail-f.com/yang/common-monitoring</namespace><conformance-type>import</conformance-type></module><module><name>tailf-common-query</name><revision>2017-12-15</revision><namespace>http://tail-f.com/ns/common/query</namespace><conformance-type>import</conformance-type></module><module><name>tailf-confd-monitoring</name><revision>2021-09-09</revision><namespace>http://tail-f.com/yang/confd-monitoring</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-confd-progress</name><revision>2020-06-29</revision><namespace>http://tail-f.com/ns/confd-progress</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-kicker</name><revision>2020-11-26</revision><namespace>http://tail-f.com/ns/kicker</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-last-login</name><revision>2019-11-21</revision><namespace>http://tail-f.com/yang/last-login</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-netconf-extensions</name><revision>2021-06-18</revision><namespace>http://tail-f.com/ns/netconf/extensions</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-netconf-forward</name><revision></revision><namespace>http://tail-f.com/ns/netconf/forward/1.0</namespace><conformance-type>import</conformance-type></module><module><name>tailf-netconf-inactive</name><revision></revision><namespace>http://tail-f.com/ns/netconf/inactive/1.0</namespace><conformance-type>import</conformance-type></module><module><name>tailf-netconf-monitoring</name><revision>2022-04-12</revision><namespace>http://tail-f.com/yang/netconf-monitoring</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-netconf-query</name><revision>2017-01-06</revision><namespace>http://tail-f.com/ns/netconf/query</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-netconf-rollback</name><revision>2018-01-12</revision><namespace>http://tail-f.com/ns/netconf/rollback</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-netconf-transactions</name><revision></revision><namespace>http://tail-f.com/ns/netconf/transactions/1.0</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-netconf-with-rollback-id</name><revision>2020-06-25</revision><namespace>http://tail-f.com/ns/netconf/with-rollback-id</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-netconf-with-transaction-id</name><revision>2018-11-23</revision><namespace>http://tail-f.com/ns/netconf/with-transaction-id</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-progress</name><revision>2021-12-17</revision><namespace>http://tail-f.com/ns/progress</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-rollback</name><revision>2020-09-02</revision><namespace>http://tail-f.com/ns/rollback</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-xsd-types</name><revision>2017-11-20</revision><namespace>http://tail-f.com/yang/xsd-types</namespace><conformance-type>import</conformance-type></module></modules-state><nacm xmlns="urn:ietf:params:xml:ns:yang:ietf-netconf-acm"><write-default>permit</write-default><denied-operations>0</denied-operations><denied-data-writes>0</denied-data-writes><denied-notifications>0</denied-notifications><groups><group><name>admin</name><user-name>admin</user-name><user-name>private</user-name></group><group><name>oper</name><user-name>oper</user-name><user-name>public</user-name></group></groups><rule-list><name>admin</name><group>admin</group><rule><name>any-access</name><action>permit</action></rule></rule-list><rule-list><name>any-group</name><group>*</group><rule><name>tailf-aaa-authentication</name><module-name>tailf-aaa</module-name><path>/aaa/authentication/users/user[name='$USER']</path><access-operations>read update</access-operations><action>permit</action></rule><rule><name>tailf-aaa-user</name><module-name>tailf-aaa</module-name><path>/user[name='$USER']</path><access-operations>create read update delete</access-operations><action>permit</action></rule><rule><name>tailf-webui-user</name><module-name>tailf-webui</module-name><path>/webui/data-stores/user-profile[username='$USER']</path><access-operations>create read update delete</access-operations><action>permit</action></rule></rule-list></nacm><netconf-state xmlns="urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring"><capabilities><capability>urn:ietf:params:netconf:base:1.0</capability><capability>urn:ietf:params:netconf:base:1.1</capability><capability>urn:ietf:params:netconf:capability:writable-running:1.0</capability><capability>urn:ietf:params:netconf:capability:rollback-on-error:1.0</capability><capability>urn:ietf:params:netconf:capability:validate:1.0</capability><capability>urn:ietf:params:netconf:capability:validate:1.1</capability><capability>urn:ietf:params:netconf:capability:xpath:1.0</capability><capability>urn:ietf:params:netconf:capability:partial-lock:1.0</capability><capability>urn:ietf:params:netconf:capability:with-defaults:1.0?basic-mode=explicit&also-supported=report-all-tagged,report-all</capability><capability>urn:ietf:params:netconf:capability:with-operational-defaults:1.0?basic-mode=explicit&also-supported=report-all-tagged,report-all</capability><capability>urn:ietf:params:netconf:capability:yang-library:1.0?revision=2019-01-04&module-set-id=c12b960e969b26974084d2b999572983</capability><capability>urn:ietf:params:netconf:capability:yang-library:1.1?revision=2019-01-04&content-id=c12b960e969b26974084d2b999572983</capability><capability>http://tail-f.com/ns/netconf/actions/1.0</capability><capability>http://flex-scale-project.eu/yang/flex-scale-mg-on?module=flex-scale-mg-on&revision=2024-04-25</capability><capability>http://openconfig.net/yang/alarms/types?module=openconfig-alarm-types&revision=2018-11-21</capability><capability>http://openconfig.net/yang/interfaces?module=openconfig-interfaces&revision=2019-07-10</capability><capability>http://openconfig.net/yang/interfaces/ethernet?module=openconfig-if-ethernet&revision=2023-03-10</capability><capability>http://openconfig.net/yang/interfaces/ip?module=openconfig-if-ip&revision=2019-01-08</capability><capability>http://openconfig.net/yang/openconfig-ext?module=openconfig-extensions&revision=2018-10-17</capability><capability>http://openconfig.net/yang/openconfig-if-types?module=openconfig-if-types&revision=2018-11-21</capability><capability>http://openconfig.net/yang/openconfig-types?module=openconfig-types&revision=2019-04-16</capability><capability>http://openconfig.net/yang/platform?module=openconfig-platform&revision=2022-12-20</capability><capability>http://openconfig.net/yang/platform-types?module=openconfig-platform-types&revision=2022-07-28</capability><capability>http://openconfig.net/yang/platform/port?module=openconfig-platform-port&revision=2023-01-19</capability><capability>http://openconfig.net/yang/transport-types?module=openconfig-transport-types&revision=2023-02-08</capability><capability>http://openconfig.net/yang/types/inet?module=openconfig-inet-types&revision=2019-04-25</capability><capability>http://openconfig.net/yang/types/yang?module=openconfig-yang-types&revision=2018-11-21</capability><capability>http://openconfig.net/yang/wavelength-router?module=openconfig-wavelength-router&revision=2021-07-26</capability><capability>http://tail-f.com/ns/aaa/1.1?module=tailf-aaa&revision=2022-04-12</capability><capability>http://tail-f.com/ns/common/query?module=tailf-common-query&revision=2017-12-15</capability><capability>http://tail-f.com/ns/confd-progress?module=tailf-confd-progress&revision=2020-06-29</capability><capability>http://tail-f.com/ns/kicker?module=tailf-kicker&revision=2020-11-26</capability><capability>http://tail-f.com/ns/netconf/query?module=tailf-netconf-query&revision=2017-01-06</capability><capability>http://tail-f.com/yang/acm?module=tailf-acm&revision=2013-03-07</capability><capability>http://tail-f.com/yang/common?module=tailf-common&revision=2022-04-12</capability><capability>http://tail-f.com/yang/common-monitoring?module=tailf-common-monitoring&revision=2021-09-02</capability><capability>http://tail-f.com/yang/confd-monitoring?module=tailf-confd-monitoring&revision=2021-09-09</capability><capability>http://tail-f.com/yang/last-login?module=tailf-last-login&revision=2019-11-21</capability><capability>http://tail-f.com/yang/netconf-monitoring?module=tailf-netconf-monitoring&revision=2022-04-12</capability><capability>http://tail-f.com/yang/xsd-types?module=tailf-xsd-types&revision=2017-11-20</capability><capability>http://www.polatis.com/yang/optical-switch?module=optical-switch&revision=2020-01-10</capability><capability>http://www.polatis.com/yang/polatis-switch?module=polatis-switch&revision=2020-11-14</capability><capability>urn:ietf:params:xml:ns:netconf:base:1.0?module=ietf-netconf&revision=2011-06-01&features=writable-running,rollback-on-error,validate,xpath</capability><capability>urn:ietf:params:xml:ns:netconf:partial-lock:1.0?module=ietf-netconf-partial-lock&revision=2009-10-19</capability><capability>urn:ietf:params:xml:ns:yang:iana-crypt-hash?module=iana-crypt-hash&revision=2014-08-06&features=crypt-hash-sha-512,crypt-hash-sha-256,crypt-hash-md5</capability><capability>urn:ietf:params:xml:ns:yang:iana-if-type?module=iana-if-type&revision=2023-01-26</capability><capability>urn:ietf:params:xml:ns:yang:ietf-inet-types?module=ietf-inet-types&revision=2013-07-15</capability><capability>urn:ietf:params:xml:ns:yang:ietf-netconf-acm?module=ietf-netconf-acm&revision=2018-02-14</capability><capability>urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring?module=ietf-netconf-monitoring&revision=2010-10-04</capability><capability>urn:ietf:params:xml:ns:yang:ietf-netconf-notifications?module=ietf-netconf-notifications&revision=2012-02-06</capability><capability>urn:ietf:params:xml:ns:yang:ietf-netconf-with-defaults?module=ietf-netconf-with-defaults&revision=2011-06-01</capability><capability>urn:ietf:params:xml:ns:yang:ietf-restconf-monitoring?module=ietf-restconf-monitoring&revision=2017-01-26</capability><capability>urn:ietf:params:xml:ns:yang:ietf-x509-cert-to-name?module=ietf-x509-cert-to-name&revision=2014-12-10</capability><capability>urn:ietf:params:xml:ns:yang:ietf-yang-metadata?module=ietf-yang-metadata&revision=2016-08-05</capability><capability>urn:ietf:params:xml:ns:yang:ietf-yang-smiv2?module=ietf-yang-smiv2&revision=2012-06-22</capability><capability>urn:ietf:params:xml:ns:yang:ietf-yang-types?module=ietf-yang-types&revision=2013-07-15</capability></capabilities><datastores><datastore><name>running</name><transaction-id xmlns="http://tail-f.com/yang/netconf-monitoring">1717-711274-208943</transaction-id><status xmlns="http://tail-f.com/yang/netconf-monitoring">valid</status></datastore></datastores><schemas><schema><identifier>flex-scale-mg-on</identifier><version>2024-04-25</version><format>yang</format><name" -[2024-06-20 13:24:43,752] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:43,752] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:43,821] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:43,821] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:43,821] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:43,821] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:43,821] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:43,821] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:43,821] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:43,821] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:43,822] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:43,822] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:43,822] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:43,822] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:43,822] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:43,822] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:43,822] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:43,822] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:43,822] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:43,822] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:43,823] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:43,823] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:43,823] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:43,823] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:43,823] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:43,823] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:43,823] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:43,823] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:43,823] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:43,824] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:43,824] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:43,824] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:43,824] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:43,824] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:43,824] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:43,824] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:43,824] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: fragment = "space>http://flex-scale-project.eu/yang/flex-scale-mg-on</namespace><location>NETCONF</location></schema><schema><identifier>iana-crypt-hash</identifier><version>2014-08-06</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:iana-crypt-hash</namespace><location>NETCONF</location></schema><schema><identifier>iana-if-type</identifier><version>2023-01-26</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:iana-if-type</namespace><location>NETCONF</location></schema><schema><identifier>ietf-datastores</identifier><version>2018-02-14</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-datastores</namespace><location>NETCONF</location></schema><schema><identifier>ietf-inet-types</identifier><version>2013-07-15</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-inet-types</namespace><location>NETCONF</location></schema><schema><identifier>ietf-interfaces</identifier><version>2018-02-20</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-interfaces</namespace><location>NETCONF</location></schema><schema><identifier>ietf-ip</identifier><version>2018-02-22</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-ip</namespace><location>NETCONF</location></schema><schema><identifier>ietf-netconf</identifier><version>2011-06-01</version><format>yang</format><namespace>urn:ietf:params:xml:ns:netconf:base:1.0</namespace><location>NETCONF</location></schema><schema><identifier>ietf-netconf-acm</identifier><version>2018-02-14</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-acm</namespace><location>NETCONF</location></schema><schema><identifier>ietf-netconf-monitoring</identifier><version>2010-10-04</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring</namespace><location>NETCONF</location></schema><schema><identifier>ietf-netconf-nmda</identifier><version>2019-01-07</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-nmda</namespace><location>NETCONF</location></schema><schema><identifier>ietf-netconf-notifications</identifier><version>2012-02-06</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-notifications</namespace><location>NETCONF</location></schema><schema><identifier>ietf-netconf-partial-lock</identifier><version>2009-10-19</version><format>yang</format><namespace>urn:ietf:params:xml:ns:netconf:partial-lock:1.0</namespace><location>NETCONF</location></schema><schema><identifier>ietf-netconf-with-defaults</identifier><version>2011-06-01</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-with-defaults</namespace><location>NETCONF</location></schema><schema><identifier>ietf-network-instance</identifier><version>2019-01-21</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-network-instance</namespace><location>NETCONF</location></schema><schema><identifier>ietf-origin</identifier><version>2018-02-14</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-origin</namespace><location>NETCONF</location></schema><schema><identifier>ietf-restconf</identifier><version>2017-01-26</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-restconf</namespace><location>NETCONF</location></schema><schema><identifier>ietf-restconf-monitoring</identifier><version>2017-01-26</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-restconf-monitoring</namespace><location>NETCONF</location></schema><schema><identifier>ietf-subscribed-notifications</identifier><version>2019-09-09</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-subscribed-notifications</namespace><location>NETCONF</location></schema><schema><identifier>ietf-x509-cert-to-name</identifier><version>2014-12-10</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-x509-cert-to-name</namespace><location>NETCONF</location></schema><schema><identifier>ietf-yang-library</identifier><version>2016-06-21</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-library</namespace><location>NETCONF</location></schema><schema><identifier>ietf-yang-metadata</identifier><version>2016-08-05</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-metadata</namespace><location>NETCONF</location></schema><schema><identifier>ietf-yang-patch</identifier><version>2017-02-22</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-patch</namespace><location>NETCONF</location></schema><schema><identifier>ietf-yang-push</identifier><version>2019-09-09</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-push</namespace><location>NETCONF</location></schema><schema><identifier>ietf-yang-schema-mount</identifier><version>2019-01-14</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-schema-mount</namespace><location>NETCONF</location></schema><schema><identifier>ietf-yang-smiv2</identifier><version>2012-06-22</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-smiv2</namespace><location>NETCONF</location></schema><schema><identifier>ietf-yang-types</identifier><version>2013-07-15</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-alarm-types</identifier><version>2018-11-21</version><format>yang</format><namespace>http://openconfig.net/yang/alarms/types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-extensions</identifier><version>2018-10-17</version><format>yang</format><namespace>http://openconfig.net/yang/openconfig-ext</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-if-ethernet</identifier><version>2023-03-10</version><format>yang</format><namespace>http://openconfig.net/yang/interfaces/ethernet</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-if-ip</identifier><version>2019-01-08</version><format>yang</format><namespace>http://openconfig.net/yang/interfaces/ip</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-if-types</identifier><version>2018-11-21</version><format>yang</format><namespace>http://openconfig.net/yang/openconfig-if-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-inet-types</identifier><version>2019-04-25</version><format>yang</format><namespace>http://openconfig.net/yang/types/inet</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-interfaces</identifier><version>2019-07-10</version><format>yang</format><namespace>http://openconfig.net/yang/interfaces</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-platform</identifier><version>2022-12-20</version><format>yang</format><namespace>http://openconfig.net/yang/platform</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-platform-common</identifier><version>2022-12-20</version><format>yang</format><namespace>http://openconfig.net/yang/platform</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-platform-port</identifier><version>2023-01-19</version><format>yang</format><namespace>http://openconfig.net/yang/platform/port</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-platform-types</identifier><version>2022-07-28</version><format>yang</format><namespace>http://openconfig.net/yang/platform-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-transport-types</identifier><version>2023-02-08</version><format>yang</format><namespace>http://openconfig.net/yang/transport-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-types</identifier><version>2019-04-16</version><format>yang</format><namespace>http://openconfig.net/yang/openconfig-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-wavelength-router</identifier><version>2021-07-26</version><format>yang</format><namespace>http://openconfig.net/yang/wavelength-router</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-yang-types</identifier><version>2018-11-21</version><format>yang</format><namespace>http://openconfig.net/yang/types/yang</namespace><location>NETCONF</location></schema><schema><identifier>optical-switch</identifier><version>2020-01-10</version><format>yang</format><namespace>http://www.polatis.com/yang/optical-switch</namespace><location>NETCONF</location></schema><schema><identifier>polatis-switch</identifier><version>2020-11-14</version><format>yang</format><namespace>http://www.polatis.com/yang/polatis-switch</namespace><location>NETCONF</location></schema><schema><identifier>tailf-aaa</identifier><version>2022-04-12</version><format>yang</format><namespace>http://tail-f.com/ns/aaa/1.1</namespace><location>NETCONF</location></schema><schema><identifier>tailf-acm</identifier><version>2013-03-07</version><format>yang</format><namespace>http://tail-f.com/yang/acm</namespace><location>NETCONF</location></schema><schema><identifier>tailf-cli-extensions</identifier><version>2021-12-17</version><format>yang</format><namespace>http://tail-f.com/yang/common</namespace><location>NETCONF</location></schema><schema><identifier>tailf-common</identifier><version>2022-04-12</version><format>yang</format><namespace>http://tail-f.com/yang/common</namespace><location>NETCONF</location></schema><schema><identifier>tailf-common-monitoring</identifier><version>2021-09-02</version><format>yang</format><namespace>http://tail-f.com/yang/common-monitoring</namespace><location>NETCONF</location></schema><schema><identifier>tailf-common-query</identifier><version>2017-12-15</version><format>yang</format><namespace>http://tail-f.com/ns/common/query</namespace><location>NETCONF</location></schema><schema><identifier>tailf-confd-monitoring</identifier><version>2021-09-09</version><format>yang</format><namespace>http://tail-f.com/yang/confd-monitoring</namespace><location>NETCONF</location></schema><schema><identifier>tailf-confd-progress</identifier><version>2020-06-29</version><format>yang</format><namespace>http://tail-f.com/ns/confd-progress</namespace><location>NETCONF</location></schema><schema><identifier>tailf-kicker</identifier><version>2020-11-26</version><format>yang</format><namespace>http://tail-f.com/ns/kicker</namespace><location>NETCONF</location></schema><schema><identifier>tailf-last-login</identifier><version>2019-11-21</version><format>yang</format><namespace>http://tail-f.com/yang/last-login</namespace><location>NETCONF</location></schema><schema><identifier>tailf-meta-extensions</identifier><version>2017-03-08</version><format>yang</format><namespace>http://tail-f.com/yang/common</namespace><location>NETCONF</location></schema><schema><identifier>tailf-netconf-extensions</identifier><version>2021-06-18</version><format>yang</format><namespace>http://tail-f.com/ns/netconf/extensions</namespace><location>NETCONF</location></schema><schema><identifier>tailf-netconf-forward</identifier><version></version><format>yang</format><namespace>http://tail-f.com/ns/netconf/forward/1.0</namespace><location>NETCONF</location></schema><schema><identifier>tailf-netconf-inactive</identifier><version></version><format>yang</format><namespace>http://tail-f.com/ns/netconf/inactive/1.0</namespace><location>NETCONF</location></schema><schema><identifier>tailf-netconf-monitoring</identifier><version>2022-04-12</version><format>yang</format><namespace>http://tail-f.com/yang/netconf-monitoring</namespace><location>NETCONF</location></schema><schema><identifier>tailf-netconf-query</identifier><version>2017-01-06</version><format>yang</format><namespace>http://tail-f.com/ns/netconf/query</namespace><location>NETCONF</location></schema><schema><identifier>tailf-netconf-rollback</identifier><version>2018-01-12</version><format>yang</format><namespace>http://tail-f.com/ns/netconf/rollback</namespace><location>NETCONF</location></schema><schema><identifier>tailf-netconf-transactions</identifier><version></version><format>yang</format><namespace>http://tail-f.com/ns/netconf/transactions/1.0</namespace><location>NETCONF</location></schema><schema><identifier>tailf-netconf-with-rollback-id</identifier><version>2020-06-25</version><format>yang</format><namespace>http://tail-f.com/ns/netconf/with-rollback-id</namespace><location>NETCONF</location></schema><schema><identifier>tailf-netconf-with-transaction-id</identifier><version>2018-11-23</version><format>yang</format><namespace>http://tail-f.com/ns/netconf/with-transaction-id</namespace><location>NETCONF</location></schema><schema><identifier>tailf-progress</identifier><version>2021-12-17</version><format>yang</format><namespace>http://tail-f.com/ns/progress</namespace><location>NETCONF</location></schema><schema><identifier>tailf-rollback</identifier><version>2020-09-02</version><format>yang</format><namespace>http://tail-f.com/ns/rollback</namespace><location>NETCONF</location></schema><schema><identifier>tailf-xsd-types</identifier><version>2017-11-20</version><format>yang</format><namespace>http://tail-f.com/yang/xsd-types</namespace><location>NETCONF</location></schema></schemas><sessions><session><session-id>21</session-id><transport>netconf-ssh</transport><username>admin</username><source-host>10.30.2.208</source-host><login-time>2024-06-20T13:24:43+00:00</login-time><in-rpcs>1</in-rpcs><in-bad-rpcs>0</in-bad-rpcs><out-rpc-errors>0</out-rpc-errors><out-notifications>0</out-notifications><transaction xmlns="http://tail-f.com/yang/netconf-monitoring"><id>23</id><db>running</db><mode>read</mode></transaction></session></sessions><statistics><netconf-start-time>2024-06-06T22:01:10+00:00</netconf-start-time><in-bad-hellos>0</in-bad-hellos><in-sessions>3</in-sessions><dropped-sessions>2</dropped-sessions><in-rpcs>7</in-rpcs><in-bad-rpcs>0</in-bad-rpcs><out-rpc-errors>0</out-rpc-errors><out-notifications>0</out-notifications></statistics></netconf-state><components xmlns="http://openconfig.net/yang/platform"><component><name>WBSS-1</name><config><name>WBSS-1</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-1-in</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>1</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>DEMUX</value></config></property></properties></component><component><name>WBSS-10</name><config><name>WBSS-10</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-5-out</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>10</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>MUX</value></config></property></properties></component><component><name>WBSS-11</name><config><name>WBSS-11</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON" -[2024-06-20 13:24:43,825] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:43,825] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:43,896] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:43,896] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:43,896] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:43,896] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:43,896] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:43,896] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:43,896] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:43,896] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:43,896] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:43,897] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:43,897] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:43,897] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:43,897] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:43,897] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:43,897] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:43,897] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:43,897] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:43,897] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:43,898] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:43,898] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:43,898] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:43,898] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:43,898] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:43,898] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:43,898] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:43,898] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:43,898] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:43,898] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:43,898] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:43,899] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:43,899] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:43,899] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:43,899] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:43,899] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:43,899] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: fragment = "_PORT</name><value>port-6-in</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>11</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>DEMUX</value></config></property></properties></component><component><name>WBSS-12</name><config><name>WBSS-12</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-6-out</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>12</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>MUX</value></config></property></properties></component><component><name>WBSS-13</name><config><name>WBSS-13</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-7-in</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>13</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>DEMUX</value></config></property></properties></component><component><name>WBSS-14</name><config><name>WBSS-14</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-7-out</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>14</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>MUX</value></config></property></properties></component><component><name>WBSS-15</name><config><name>WBSS-15</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-8-in</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>15</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>DEMUX</value></config></property></properties></component><component><name>WBSS-16</name><config><name>WBSS-16</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-8-out</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>16</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>MUX</value></config></property></properties></component><component><name>WBSS-17</name><config><name>WBSS-17</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-9-in</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>17</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>DEMUX</value></config></property></properties></component><component><name>WBSS-18</name><config><name>WBSS-18</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-9-out</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>18</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>MUX</value></config></property></properties></component><component><name>WBSS-19</name><config><name>WBSS-19</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-10-in</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>19</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>DEMUX</value></config></property></properties></component><component><name>WBSS-2</name><config><name>WBSS-2</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-1-out</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>2</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>MUX</value></config></property></properties></component><component><name>WBSS-20</name><config><name>WBSS-20</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-10-out</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>20</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>MUX</value></config></property></properties></component><component><name>WBSS-21</name><config><name>WBSS-21</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-11-in</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>21</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>DEMUX</value></config></property></properties></component><component><name>WBSS-22</name><config><name>WBSS-22</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-11-out</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>22</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>MUX</value></config></property></properties></component><component><name>WBSS-23</name><config><name>WBSS-23</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-12-in</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>23</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>DEMUX</value></config></property></properties></component><component><name>WBSS-24</name><config><name>WBSS-24</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-12-out</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>24</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>MUX</value></config></property></properties></component><component><name>WBSS-25</name><config><name>WBSS-25</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-13-in</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>25</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>DEMUX</value></config></property></properties></component><component><name>WBSS-26</name><config><name>WBSS-26</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-13-out</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>26</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>MUX</value></config></property></properties></component><component><name>WBSS-27</name><config><name>WBSS-27</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-14-in</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>27</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>DEMUX</value></config></property></properties></component><component><name>WBSS-28</name><config><name>WBSS-28</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-14-out</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>28</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>MUX</value></config></property></properties></component><component><name>WBSS-29</name><config><name>WBSS-29</name></c" -[2024-06-20 13:24:43,899] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:43,899] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:43,964] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:43,964] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:43,964] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:43,964] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:43,964] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:43,964] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:43,964] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:43,965] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:43,965] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:43,965] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:43,965] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:43,965] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:43,965] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:43,965] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:43,965] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:43,965] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:43,966] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:43,966] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:43,966] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:43,966] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:43,966] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:43,966] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:43,966] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:43,966] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:43,966] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:43,967] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:43,967] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:43,967] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:43,967] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:43,967] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:43,967] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:43,967] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:43,967] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:43,967] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:43,968] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: fragment = "onfig><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-15-in</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>29</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>DEMUX</value></config></property></properties></component><component><name>WBSS-3</name><config><name>WBSS-3</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-2-in</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>3</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>DEMUX</value></config></property></properties></component><component><name>WBSS-30</name><config><name>WBSS-30</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-15-out</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>30</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>MUX</value></config></property></properties></component><component><name>WBSS-31</name><config><name>WBSS-31</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-16-in</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>31</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>DEMUX</value></config></property></properties></component><component><name>WBSS-32</name><config><name>WBSS-32</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-16-out</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>32</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>MUX</value></config></property></properties></component><component><name>WBSS-4</name><config><name>WBSS-4</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-2-out</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>MUX</value></config></property></properties></component><component><name>WBSS-5</name><config><name>WBSS-5</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-3-in</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>5</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>DEMUX</value></config></property></properties></component><component><name>WBSS-6</name><config><name>WBSS-6</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-3-out</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>6</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>MUX</value></config></property></properties></component><component><name>WBSS-7</name><config><name>WBSS-7</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-4-in</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>7</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>DEMUX</value></config></property></properties></component><component><name>WBSS-8</name><config><name>WBSS-8</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-4-out</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>8</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>MUX</value></config></property></properties></component><component><name>WBSS-9</name><config><name>WBSS-9</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-5-in</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>9</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>DEMUX</value></config></property></properties></component><component><name>WSS-1</name><config><name>WSS-1</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WSS_MODULE</value></config></property><property><name>MG_ON_WSS_BAND</name><config><name>MG_ON_WSS_BAND</name><value>C-BAND</value></config></property><property><name>MG_ON_WSS_COMMON_PORT</name><config><name>MG_ON_WSS_COMMON_PORT</name><value>273</value></config></property><property><name>MG_ON_WSS_INDEX</name><config><name>MG_ON_WSS_INDEX</name><value>1</value></config></property><property><name>MG_ON_WSS_LOWER_FREQ</name><config><name>MG_ON_WSS_LOWER_FREQ</name><value>191560677</value></config></property><property><name>MG_ON_WSS_NUM_PORTS</name><config><name>MG_ON_WSS_NUM_PORTS</name><value>9</value></config></property><property><name>MG_ON_WSS_TYPE</name><config><name>MG_ON_WSS_TYPE</name><value>DEMUX</value></config></property><property><name>MG_ON_WSS_UPPER_FREQ</name><config><name>MG_ON_WSS_UPPER_FREQ</name><value>195942783</value></config></property></properties></component><component><name>WSS-10</name><config><name>WSS-10</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WSS_MODULE</value></config></property><property><name>MG_ON_WSS_BAND</name><config><name>MG_ON_WSS_BAND</name><value>S-BAND</value></config></property><property><name>MG_ON_WSS_COMMON_PORT</name><config><name>MG_ON_WSS_COMMON_PORT</name><value>282</value></config></property><property><name>MG_ON_WSS_INDEX</name><config><name>MG_ON_WSS_INDEX</name><value>10</value></config></property><property><name>MG_ON_WSS_LOWER_FREQ</name><config><name>MG_ON_WSS_LOWER_FREQ</name><value>195942784</value></config></property><property><name>MG_ON_WSS_NUM_PORTS</name><config><name>MG_ON_WSS_NUM_PORTS</name><value>9</value></config></property><property><name>MG_ON_WSS_TYPE</name><config><name>MG_ON_WSS_TYPE</name><value>DEMUX</value></config></property><property><name>MG_ON_WSS_UPPER_FREQ</name><config><name>MG_ON_WSS_UPPER_FREQ</name><value>205337300</value></config></property></properties></component><component><name>WSS-11</name><config><name>WSS-11</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WSS_MODULE</value></config></property><property><name>MG_ON_WSS_BAND</name><config><name>MG_ON_WSS_BAND</name><value>S-BAND</value></config></property><property><name>MG_ON_WSS_COMMON_PORT</name><config><name>MG_ON_WSS_COMMON_PORT</name><value>91</value></config></property><property><name>MG_ON_WSS_INDEX</name><config><name>MG_ON_WSS_INDEX</name><value>11</value></config></property><property><name>MG_ON_WSS_LOWER_FREQ</name><config><name>MG_ON_WSS_LOWER_FREQ</name><value>195942784</value></config></property><property><name>MG_ON_WSS_NUM_PORTS</name><config><name>MG_ON_WSS_NUM_PORTS</name><value>9</value></config></property><property><name>MG_ON_WSS_TYPE</name><config><name>MG_ON_WSS_TYPE</name><value>MUX</value></config></property><property><name>MG_ON_WSS_UPPER_FREQ</name><config><name>MG_ON_WSS_UPPER_FREQ</name><value>205337300</value></config></property></properties></component><component><name>WSS-12</name><config><name>WSS-12</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WSS_MODULE</value></config></property><property><name>MG_ON_WSS_BAND</name><config><name>MG_ON_WSS_BAND</name><value>S-BAND</value></config></property><property><name>MG_ON_WSS_COMMON_PORT</name><config><name>MG_ON_WSS_COMMON_PORT</name><value>92</value></config></property><property><name>MG_ON_WSS_INDEX</name><config><name>MG_ON_WSS_INDEX</name><value>12</value></config></property><property><name>MG_ON_WSS_LOWER_FREQ</name><config><name>MG_ON_WSS_LOWER_FREQ</name><value>195942784</value></config></property><property><name>MG_ON_WSS_NUM_PORTS</name><config><name>MG_ON_WSS_NUM_PORTS</name><value>9</value></config></property><property><name>MG_ON_WSS_TYPE</name><config><name>MG_ON_WSS_TYPE</name><value>MUX</value></config></property><property><name>MG_ON_WSS_UPPER_FREQ</name><config><name>MG_ON_WSS_UPPER_FREQ</name><value>205337300</value></config></property></properties></component><component><name>WSS-2</name><config><name>WSS-2</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WSS_MODULE</value></config></property><property><name>MG_ON_WSS_BAND</name><config><name>MG_ON_WSS_BAND</name><value>C-BAND</value></config></property><property><name>MG_ON_WSS_COMMON_PORT</name><config><name>MG_ON_WSS_COMMON_PORT</name><value>274</value></config></property><property><name>MG_ON_WSS_INDEX</name><config><name>MG_ON_WSS_INDEX</name><value>2</value></config></property><property><name>MG_ON_WSS_LOWER_FREQ</name><config><name>MG_ON_WSS_LOWER_FREQ</name><value>191560677</value></config></property><property><name>MG_ON_WSS_NUM_PORTS</name><config><name>MG_ON_WSS_NUM_PORTS</name><value>9</value></config></property><property><name>MG_ON_WSS_TYPE</name><config><name>MG_ON_WSS_TYPE</name><value>DEMUX</value></config></property><property><name>MG_ON_WSS_UPPER_FREQ</name><config><name>MG_ON_WSS_UPPER_FREQ</name><value>195942783</value></config></property></properties></component><component><name>WSS-3</name><config><name>WSS-3</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WSS_MODULE</value></config></property><property><name>MG_ON_WSS_BAND</name><config><name>MG_ON_WSS_BAND</name><value>C-BAND</value></config></property><property><name>MG_ON_WSS_COMMON_PORT</name><config><name>MG_ON_WSS_COMMON_PORT</name><value>83</value></config></property><property><name>MG_ON_WSS_INDEX</name><config><name>MG_ON_WSS_INDEX</name><value>3</value></config></property><property><name>MG_ON_WSS_LOWER_FREQ</name><config><name>MG_ON_WSS_LOWER_FREQ</name><value>191560677</value></config></property><property><name>MG_ON_WSS_NUM_PORTS</name><config><name>MG_ON_WSS_NUM_PORTS</name><value>9</value></config></property><property><name>MG_ON_WSS_TYPE</name><config><name>MG_ON_WSS_TYPE</name><value>MUX</value></config></property><property><name>MG_ON_WSS_UPPER_FREQ</name><config><name>MG_ON_WSS_UPPER_FREQ</name><value>195942783</value></config></property></properties></component><component><name>WSS-4</name><config><name>WSS-4</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><valu" -[2024-06-20 13:24:43,968] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:43,968] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:44,022] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:44,023] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:44,023] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:44,023] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:44,023] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:44,023] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:44,023] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:44,023] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:44,023] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:44,023] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:44,024] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:44,024] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:44,024] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:44,024] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:44,024] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:44,024] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:44,024] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:44,024] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:44,024] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:44,024] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:44,025] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:44,025] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:44,025] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:44,025] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:44,025] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:44,025] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:44,025] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:44,025] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:44,025] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:44,025] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:44,026] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:44,026] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:44,026] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:44,026] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:44,026] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: fragment = "e>MG_ON_WSS_MODULE</value></config></property><property><name>MG_ON_WSS_BAND</name><config><name>MG_ON_WSS_BAND</name><value>C-BAND</value></config></property><property><name>MG_ON_WSS_COMMON_PORT</name><config><name>MG_ON_WSS_COMMON_PORT</name><value>84</value></config></property><property><name>MG_ON_WSS_INDEX</name><config><name>MG_ON_WSS_INDEX</name><value>4</value></config></property><property><name>MG_ON_WSS_LOWER_FREQ</name><config><name>MG_ON_WSS_LOWER_FREQ</name><value>191560677</value></config></property><property><name>MG_ON_WSS_NUM_PORTS</name><config><name>MG_ON_WSS_NUM_PORTS</name><value>9</value></config></property><property><name>MG_ON_WSS_TYPE</name><config><name>MG_ON_WSS_TYPE</name><value>MUX</value></config></property><property><name>MG_ON_WSS_UPPER_FREQ</name><config><name>MG_ON_WSS_UPPER_FREQ</name><value>195942783</value></config></property></properties></component><component><name>WSS-5</name><config><name>WSS-5</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WSS_MODULE</value></config></property><property><name>MG_ON_WSS_BAND</name><config><name>MG_ON_WSS_BAND</name><value>L-BAND</value></config></property><property><name>MG_ON_WSS_COMMON_PORT</name><config><name>MG_ON_WSS_COMMON_PORT</name><value>277</value></config></property><property><name>MG_ON_WSS_INDEX</name><config><name>MG_ON_WSS_INDEX</name><value>5</value></config></property><property><name>MG_ON_WSS_LOWER_FREQ</name><config><name>MG_ON_WSS_LOWER_FREQ</name><value>184487666</value></config></property><property><name>MG_ON_WSS_NUM_PORTS</name><config><name>MG_ON_WSS_NUM_PORTS</name><value>9</value></config></property><property><name>MG_ON_WSS_TYPE</name><config><name>MG_ON_WSS_TYPE</name><value>DEMUX</value></config></property><property><name>MG_ON_WSS_UPPER_FREQ</name><config><name>MG_ON_WSS_UPPER_FREQ</name><value>191560676</value></config></property></properties></component><component><name>WSS-6</name><config><name>WSS-6</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WSS_MODULE</value></config></property><property><name>MG_ON_WSS_BAND</name><config><name>MG_ON_WSS_BAND</name><value>L-BAND</value></config></property><property><name>MG_ON_WSS_COMMON_PORT</name><config><name>MG_ON_WSS_COMMON_PORT</name><value>278</value></config></property><property><name>MG_ON_WSS_INDEX</name><config><name>MG_ON_WSS_INDEX</name><value>6</value></config></property><property><name>MG_ON_WSS_LOWER_FREQ</name><config><name>MG_ON_WSS_LOWER_FREQ</name><value>184487666</value></config></property><property><name>MG_ON_WSS_NUM_PORTS</name><config><name>MG_ON_WSS_NUM_PORTS</name><value>9</value></config></property><property><name>MG_ON_WSS_TYPE</name><config><name>MG_ON_WSS_TYPE</name><value>DEMUX</value></config></property><property><name>MG_ON_WSS_UPPER_FREQ</name><config><name>MG_ON_WSS_UPPER_FREQ</name><value>191560676</value></config></property></properties></component><component><name>WSS-7</name><config><name>WSS-7</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WSS_MODULE</value></config></property><property><name>MG_ON_WSS_BAND</name><config><name>MG_ON_WSS_BAND</name><value>L-BAND</value></config></property><property><name>MG_ON_WSS_COMMON_PORT</name><config><name>MG_ON_WSS_COMMON_PORT</name><value>87</value></config></property><property><name>MG_ON_WSS_INDEX</name><config><name>MG_ON_WSS_INDEX</name><value>7</value></config></property><property><name>MG_ON_WSS_LOWER_FREQ</name><config><name>MG_ON_WSS_LOWER_FREQ</name><value>184487666</value></config></property><property><name>MG_ON_WSS_NUM_PORTS</name><config><name>MG_ON_WSS_NUM_PORTS</name><value>9</value></config></property><property><name>MG_ON_WSS_TYPE</name><config><name>MG_ON_WSS_TYPE</name><value>MUX</value></config></property><property><name>MG_ON_WSS_UPPER_FREQ</name><config><name>MG_ON_WSS_UPPER_FREQ</name><value>191560676</value></config></property></properties></component><component><name>WSS-8</name><config><name>WSS-8</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WSS_MODULE</value></config></property><property><name>MG_ON_WSS_BAND</name><config><name>MG_ON_WSS_BAND</name><value>L-BAND</value></config></property><property><name>MG_ON_WSS_COMMON_PORT</name><config><name>MG_ON_WSS_COMMON_PORT</name><value>88</value></config></property><property><name>MG_ON_WSS_INDEX</name><config><name>MG_ON_WSS_INDEX</name><value>8</value></config></property><property><name>MG_ON_WSS_LOWER_FREQ</name><config><name>MG_ON_WSS_LOWER_FREQ</name><value>184487666</value></config></property><property><name>MG_ON_WSS_NUM_PORTS</name><config><name>MG_ON_WSS_NUM_PORTS</name><value>9</value></config></property><property><name>MG_ON_WSS_TYPE</name><config><name>MG_ON_WSS_TYPE</name><value>MUX</value></config></property><property><name>MG_ON_WSS_UPPER_FREQ</name><config><name>MG_ON_WSS_UPPER_FREQ</name><value>191560676</value></config></property></properties></component><component><name>WSS-9</name><config><name>WSS-9</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WSS_MODULE</value></config></property><property><name>MG_ON_WSS_BAND</name><config><name>MG_ON_WSS_BAND</name><value>S-BAND</value></config></property><property><name>MG_ON_WSS_COMMON_PORT</name><config><name>MG_ON_WSS_COMMON_PORT</name><value>281</value></config></property><property><name>MG_ON_WSS_INDEX</name><config><name>MG_ON_WSS_INDEX</name><value>9</value></config></property><property><name>MG_ON_WSS_LOWER_FREQ</name><config><name>MG_ON_WSS_LOWER_FREQ</name><value>195942784</value></config></property><property><name>MG_ON_WSS_NUM_PORTS</name><config><name>MG_ON_WSS_NUM_PORTS</name><value>9</value></config></property><property><name>MG_ON_WSS_TYPE</name><config><name>MG_ON_WSS_TYPE</name><value>DEMUX</value></config></property><property><name>MG_ON_WSS_UPPER_FREQ</name><config><name>MG_ON_WSS_UPPER_FREQ</name><value>205337300</value></config></property></properties></component><component><name>int-connection-1</name><config><name>int-connection-1</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-10</name><config><name>int-connection-10</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-100</name><config><name>int-connection-100</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>228</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>100</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-101</name><config><name>int-connection-101</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>20</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>101</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-102</name><config><name>int-connection-102</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>102</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-103</name><config><name>int-connection-103</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>103</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-104</name><config><name>int-connection-104</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>104</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-105</name><config><name>int-connection-105</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>105</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-106</name><config><name>int-connection-106</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name" -[2024-06-20 13:24:44,026] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:44,026] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:44,079] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:44,079] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:44,079] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:44,079] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:44,079] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:44,080] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:44,080] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:44,080] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:44,080] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:44,080] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:44,080] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:44,081] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:44,081] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:44,081] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:44,081] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:44,081] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:44,081] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:44,081] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:44,082] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:44,082] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:44,082] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:44,082] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:44,082] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:44,082] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:44,082] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:44,083] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:44,083] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:44,083] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:44,083] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:44,083] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:44,083] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:44,083] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:44,084] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:44,084] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:44,084] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: fragment = "><config><name>MG_ON_INT_CONN_INDEX</name><value>106</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-107</name><config><name>int-connection-107</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>107</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-108</name><config><name>int-connection-108</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>18</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>108</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-109</name><config><name>int-connection-109</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>20</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>109</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-11</name><config><name>int-connection-11</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-110</name><config><name>int-connection-110</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>110</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-111</name><config><name>int-connection-111</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>111</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-112</name><config><name>int-connection-112</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>112</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-113</name><config><name>int-connection-113</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>37</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>113</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-114</name><config><name>int-connection-114</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>38</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>114</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-115</name><config><name>int-connection-115</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>39</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>115</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-116</name><config><name>int-connection-116</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>40</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>116</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-117</name><config><name>int-connection-117</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>229</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>117</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-118</name><config><name>int-connection-118</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>230</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>118</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-119</name><config><name>int-connection-119</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>231</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>119</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-12</name><config><name>int-connection-12</name></config><state><empt" -[2024-06-20 13:24:44,084] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:44,084] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:44,145] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:44,145] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:44,145] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:44,145] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:44,146] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:44,146] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:44,146] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:44,146] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:44,146] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:44,146] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:44,146] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:44,146] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:44,147] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:44,147] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:44,147] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:44,147] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:44,147] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:44,147] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:44,147] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:44,147] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:44,148] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:44,148] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:44,148] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:44,148] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:44,148] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:44,148] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:44,148] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:44,149] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:44,149] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:44,149] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:44,150] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:44,150] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:44,150] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:44,150] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:44,150] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: fragment = "y>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-120</name><config><name>int-connection-120</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>232</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>120</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-121</name><config><name>int-connection-121</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>121</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-122</name><config><name>int-connection-122</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>122</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-123</name><config><name>int-connection-123</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>123</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-124</name><config><name>int-connection-124</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>124</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-125</name><config><name>int-connection-125</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>125</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-126</name><config><name>int-connection-126</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>126</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-127</name><config><name>int-connection-127</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>20</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>127</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-128</name><config><name>int-connection-128</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>128</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-129</name><config><name>int-connection-129</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>129</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-13</name><config><name>int-connection-13</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>17</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-130</name><config><name>int-connection-130</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>130</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-131</name><config><name>int-connection-131</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>131</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-132</name><config><name>int-connection-132</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>12</value></config></property><propert" -[2024-06-20 13:24:44,150] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:44,150] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:44,201] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:44,201] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:44,201] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:44,201] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:44,202] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:44,202] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:44,202] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:44,202] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:44,202] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:44,202] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:44,202] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:44,202] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:44,203] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:44,203] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:44,203] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:44,203] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:44,203] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:44,203] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:44,203] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:44,204] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:44,204] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:44,204] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:44,204] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:44,204] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:44,204] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:44,204] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:44,204] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:44,205] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:44,205] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:44,205] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:44,205] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:44,205] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:44,205] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:44,205] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:44,205] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: fragment = "y><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>132</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-133</name><config><name>int-connection-133</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>41</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>133</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-134</name><config><name>int-connection-134</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>42</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>134</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-135</name><config><name>int-connection-135</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>43</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>135</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-136</name><config><name>int-connection-136</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>44</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>136</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-137</name><config><name>int-connection-137</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>233</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>137</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-138</name><config><name>int-connection-138</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>234</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>138</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-139</name><config><name>int-connection-139</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>235</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>139</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-14</name><config><name>int-connection-14</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>18</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-140</name><config><name>int-connection-140</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>236</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>140</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-141</name><config><name>int-connection-141</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>141</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-142</name><config><name>int-connection-142</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>142</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-143</name><config><name>int-connection-143</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>143</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-144</name><config><name>int-connection-144</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>144</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-145</name><config><name>int-connection-145</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_INDE" -[2024-06-20 13:24:44,205] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:44,205] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:44,258] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:44,258] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:44,258] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:44,258] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:44,258] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:44,258] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:44,258] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:44,259] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:44,259] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:44,259] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:44,259] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:44,259] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:44,259] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:44,260] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:44,260] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:44,260] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:44,260] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:44,260] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:44,260] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:44,260] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:44,261] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:44,261] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:44,261] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:44,261] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:44,261] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:44,261] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:44,261] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:44,262] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:44,262] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:44,262] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:44,262] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:44,262] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:44,262] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:44,262] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:44,263] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: fragment = "X</name><config><name>MG_ON_INT_CONN_INDEX</name><value>145</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-146</name><config><name>int-connection-146</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>146</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-147</name><config><name>int-connection-147</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>147</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-148</name><config><name>int-connection-148</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>148</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-149</name><config><name>int-connection-149</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>149</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-15</name><config><name>int-connection-15</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>19</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-150</name><config><name>int-connection-150</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>150</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-151</name><config><name>int-connection-151</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>151</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-152</name><config><name>int-connection-152</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>152</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-153</name><config><name>int-connection-153</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>45</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>153</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-154</name><config><name>int-connection-154</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>46</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>154</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-155</name><config><name>int-connection-155</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>47</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>155</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-156</name><config><name>int-connection-156</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>48</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>156</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-157</name><config><name>int-connection-157</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>237</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>157</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-158</name><config><name>int-connection-158</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>238</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>158</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-159</name><config><name>int-connection-159</name></config><st" -[2024-06-20 13:24:44,263] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:44,263] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:44,315] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:44,315] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:44,315] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:44,315] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:44,315] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:44,315] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:44,315] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:44,316] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:44,316] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:44,316] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:44,316] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:44,316] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:44,316] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:44,316] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:44,316] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:44,316] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:44,316] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:44,316] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:44,317] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:44,317] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:44,317] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:44,317] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:44,317] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:44,317] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:44,317] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:44,317] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:44,317] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:44,317] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:44,318] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:44,318] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:44,318] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:44,318] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:44,318] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:44,318] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:44,318] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: fragment = "ate><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>239</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>159</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-16</name><config><name>int-connection-16</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>20</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-160</name><config><name>int-connection-160</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>240</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>160</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-161</name><config><name>int-connection-161</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>17</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>161</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-162</name><config><name>int-connection-162</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>17</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>162</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-163</name><config><name>int-connection-163</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>17</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>163</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-164</name><config><name>int-connection-164</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>17</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>164</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-165</name><config><name>int-connection-165</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>17</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>165</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-166</name><config><name>int-connection-166</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>17</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>166</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-167</name><config><name>int-connection-167</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>17</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>167</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-168</name><config><name>int-connection-168</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>17</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>168</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-169</name><config><name>int-connection-169</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>17</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>169</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-17</name><config><name>int-connection-17</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>209</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>17</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-170</name><config><name>int-connection-170</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>17</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>170</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-171</name><config><name>int-connection-171</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>17</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT<" -[2024-06-20 13:24:44,318] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:44,318] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:44,370] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:44,370] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:44,370] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:44,370] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:44,370] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:44,370] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:44,371] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:44,371] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:44,371] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:44,371] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:44,371] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:44,371] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:44,371] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:44,371] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:44,371] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:44,371] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:44,371] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:44,372] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:44,372] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:44,372] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:44,372] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:44,372] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:44,372] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:44,372] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:44,372] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:44,373] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:44,373] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:44,373] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:44,373] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:44,373] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:44,373] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:44,373] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:44,373] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:44,374] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:44,374] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: fragment = "/name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>171</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-172</name><config><name>int-connection-172</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>17</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>172</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-173</name><config><name>int-connection-173</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>17</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>49</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>173</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-174</name><config><name>int-connection-174</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>17</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>50</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>174</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-175</name><config><name>int-connection-175</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>17</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>51</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>175</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-176</name><config><name>int-connection-176</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>17</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>52</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>176</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-177</name><config><name>int-connection-177</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>18</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>241</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>177</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-178</name><config><name>int-connection-178</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>18</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>242</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>178</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-179</name><config><name>int-connection-179</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>18</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>243</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>179</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-18</name><config><name>int-connection-18</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>210</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>18</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-180</name><config><name>int-connection-180</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>18</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>244</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>180</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-181</name><config><name>int-connection-181</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>19</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>181</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-182</name><config><name>int-connection-182</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>19</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>182</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-183</name><config><name>int-connection-183</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>19</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>183</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-184</name><config><name>int-connection-184</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>19</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>10</value>" -[2024-06-20 13:24:44,374] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:44,374] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:44,427] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:44,427] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:44,427] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:44,427] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:44,427] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:44,427] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:44,427] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:44,428] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:44,428] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:44,428] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:44,428] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:44,428] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:44,428] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:44,429] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:44,429] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:44,429] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:44,429] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:44,429] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:44,429] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:44,429] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:44,429] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:44,429] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:44,429] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:44,430] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:44,430] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:44,430] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:44,430] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:44,430] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:44,430] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:44,430] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:44,430] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:44,430] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:44,430] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:44,431] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:44,431] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: fragment = "</config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>184</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-185</name><config><name>int-connection-185</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>19</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>185</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-186</name><config><name>int-connection-186</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>19</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>186</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-187</name><config><name>int-connection-187</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>19</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>187</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-188</name><config><name>int-connection-188</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>19</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>188</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-189</name><config><name>int-connection-189</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>19</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>189</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-19</name><config><name>int-connection-19</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>211</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>19</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-190</name><config><name>int-connection-190</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>19</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>190</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-191</name><config><name>int-connection-191</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>19</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>191</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-192</name><config><name>int-connection-192</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>19</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>192</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-193</name><config><name>int-connection-193</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>19</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>53</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>193</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-194</name><config><name>int-connection-194</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>19</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>54</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>194</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-195</name><config><name>int-connection-195</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>19</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>55</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>195</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-196</name><config><name>int-connection-196</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>19</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>56</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>196</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-197</name><config><name>int-connection-197</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>20</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>245</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>197</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-198</name><config><nam" -[2024-06-20 13:24:44,431] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:44,431] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:44,483] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:44,484] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:44,484] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:44,484] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:44,484] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:44,484] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:44,484] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:44,484] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:44,484] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:44,484] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:44,484] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:44,485] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:44,485] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:44,485] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:44,485] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:44,485] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:44,485] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:44,485] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:44,485] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:44,485] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:44,486] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:44,486] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:44,486] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:44,486] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:44,486] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:44,486] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:44,486] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:44,486] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:44,486] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:44,487] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:44,487] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:44,487] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:44,487] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:44,487] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:44,487] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: fragment = "e>int-connection-198</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>20</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>246</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>198</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-199</name><config><name>int-connection-199</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>20</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>247</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>199</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-2</name><config><name>int-connection-2</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-20</name><config><name>int-connection-20</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>212</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>20</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-200</name><config><name>int-connection-200</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>20</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>248</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>200</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-201</name><config><name>int-connection-201</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>21</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>201</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-202</name><config><name>int-connection-202</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>21</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>202</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-203</name><config><name>int-connection-203</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>21</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>203</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-204</name><config><name>int-connection-204</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>21</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>204</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-205</name><config><name>int-connection-205</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>21</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>205</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-206</name><config><name>int-connection-206</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>21</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>206</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-207</name><config><name>int-connection-207</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>21</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>207</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-208</name><config><name>int-connection-208</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>21</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>208</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-209</name><config><name>int-connection-209</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>21</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>209</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-21</name><config><name>int-connection-21</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><" -[2024-06-20 13:24:44,487] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:44,487] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:44,540] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:44,540] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:44,540] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:44,540] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:44,540] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:44,540] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:44,540] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:44,540] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:44,540] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:44,541] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:44,541] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:44,541] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:44,541] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:44,541] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:44,541] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:44,541] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:44,541] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:44,541] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:44,541] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:44,541] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:44,542] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:44,542] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:44,542] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:44,542] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:44,542] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:44,542] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:44,542] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:44,542] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:44,542] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:44,542] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:44,542] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:44,543] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:44,543] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:44,543] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:44,543] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: fragment = "name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>21</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-210</name><config><name>int-connection-210</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>21</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>210</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-211</name><config><name>int-connection-211</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>21</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>211</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-212</name><config><name>int-connection-212</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>21</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>212</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-213</name><config><name>int-connection-213</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>21</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>57</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>213</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-214</name><config><name>int-connection-214</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>21</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>58</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>214</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-215</name><config><name>int-connection-215</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>21</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>59</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>215</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-216</name><config><name>int-connection-216</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>21</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>60</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>216</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-217</name><config><name>int-connection-217</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>249</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>217</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-218</name><config><name>int-connection-218</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>250</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>218</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-219</name><config><name>int-connection-219</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>251</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>219</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-22</name><config><name>int-connection-22</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-220</name><config><name>int-connection-220</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>252</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>220</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-221</name><config><name>int-connection-221</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>23</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>221</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-222</name><config><name>int-connection-222</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>23</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name" -[2024-06-20 13:24:44,543] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:44,543] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:44,598] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:44,598] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:44,598] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:44,598] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:44,598] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:44,598] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:44,598] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:44,598] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:44,599] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:44,599] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:44,599] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:44,599] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:44,599] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:44,599] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:44,599] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:44,599] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:44,599] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:44,599] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:44,600] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:44,600] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:44,600] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:44,600] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:44,600] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:44,600] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:44,600] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:44,600] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:44,600] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:44,601] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:44,601] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:44,601] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:44,601] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:44,601] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:44,601] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:44,601] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:44,601] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: fragment = "><value>12</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>222</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-223</name><config><name>int-connection-223</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>23</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>223</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-224</name><config><name>int-connection-224</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>23</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>224</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-225</name><config><name>int-connection-225</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>23</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>225</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-226</name><config><name>int-connection-226</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>23</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>226</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-227</name><config><name>int-connection-227</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>23</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>227</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-228</name><config><name>int-connection-228</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>23</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>228</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-229</name><config><name>int-connection-229</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>23</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>229</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-23</name><config><name>int-connection-23</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>23</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-230</name><config><name>int-connection-230</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>23</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>230</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-231</name><config><name>int-connection-231</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>23</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>231</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-232</name><config><name>int-connection-232</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>23</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>232</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-233</name><config><name>int-connection-233</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>23</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>61</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>233</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-234</name><config><name>int-connection-234</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>23</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>62</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>234</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-235</name><config><name>int-connection-235</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>23</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>63</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>235</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-236</name><config><name>int-connection-236</name></config><state><empty>" -[2024-06-20 13:24:44,601] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:44,601] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:44,662] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:44,662] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:44,662] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:44,662] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:44,662] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:44,662] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:44,663] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:44,663] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:44,663] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:44,664] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:44,664] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:44,664] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:44,665] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:44,665] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:44,665] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:44,665] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:44,665] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:44,665] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:44,666] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:44,666] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:44,667] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:44,667] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:44,668] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:44,669] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:44,669] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:44,674] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:44,680] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:44,680] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:44,681] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:44,697] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:44,703] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:44,704] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:44,709] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:44,710] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:44,715] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: fragment = "false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>23</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>64</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>236</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-237</name><config><name>int-connection-237</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>253</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>237</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-238</name><config><name>int-connection-238</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>254</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>238</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-239</name><config><name>int-connection-239</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>255</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>239</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-24</name><config><name>int-connection-24</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>18</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-240</name><config><name>int-connection-240</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>256</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>240</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-241</name><config><name>int-connection-241</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>25</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>241</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-242</name><config><name>int-connection-242</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>25</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>242</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-243</name><config><name>int-connection-243</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>25</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>243</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-244</name><config><name>int-connection-244</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>25</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>244</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-245</name><config><name>int-connection-245</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>25</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>245</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-246</name><config><name>int-connection-246</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>25</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>246</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-247</name><config><name>int-connection-247</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>25</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>247</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-248</name><config><name>int-connection-248</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>25</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>248</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-249</name><config><name>int-connection-249</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>25</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT" -[2024-06-20 13:24:44,715] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:44,716] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:44,721] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:44,724] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:44,725] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:44,725] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:44,725] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:44,726] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:44,726] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:44,726] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:44,726] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:44,728] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:44,728] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:44,728] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:44,728] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:44,728] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:44,729] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:44,729] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:44,729] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:44,729] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:44,729] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:44,729] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:44,730] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:44,730] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:44,730] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:44,730] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:44,730] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:44,730] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:44,730] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:44,731] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:44,731] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:44,731] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:44,731] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:44,731] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:44,732] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:44,732] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:44,732] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: fragment = "_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>18</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>249</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-25</name><config><name>int-connection-25</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>20</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>25</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-250</name><config><name>int-connection-250</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>25</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>20</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>250</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-251</name><config><name>int-connection-251</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>25</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>251</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-252</name><config><name>int-connection-252</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>25</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>252</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-253</name><config><name>int-connection-253</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>25</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>17</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>253</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-254</name><config><name>int-connection-254</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>25</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>18</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>254</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-255</name><config><name>int-connection-255</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>25</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>19</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>255</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-256</name><config><name>int-connection-256</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>25</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>20</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>256</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-257</name><config><name>int-connection-257</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>209</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>257</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-258</name><config><name>int-connection-258</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>210</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>258</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-259</name><config><name>int-connection-259</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>211</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>259</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-26</name><config><name>int-connection-26</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-260</name><config><name>int-connection-260</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>212</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>260</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-261</name><config><name>int-connection-261</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>27</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property>" -[2024-06-20 13:24:44,732] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:44,732] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:44,774] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:44,774] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:44,774] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:44,774] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:44,774] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:44,775] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:44,775] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:44,775] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:44,775] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:44,775] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:44,775] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:44,775] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:44,775] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:44,775] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:44,775] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:44,775] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:44,776] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:44,776] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:44,776] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:44,776] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:44,776] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:44,776] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:44,776] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:44,776] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:44,776] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:44,777] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:44,777] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:44,777] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:44,777] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:44,777] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:44,777] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:44,778] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:44,778] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:44,778] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:44,778] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: fragment = "<property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>261</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-262</name><config><name>int-connection-262</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>27</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>262</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-263</name><config><name>int-connection-263</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>27</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>263</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-264</name><config><name>int-connection-264</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>27</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>264</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-265</name><config><name>int-connection-265</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>27</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>265</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-266</name><config><name>int-connection-266</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>27</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>266</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-267</name><config><name>int-connection-267</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>27</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>267</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-268</name><config><name>int-connection-268</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>27</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>268</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-269</name><config><name>int-connection-269</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>27</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>18</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>269</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-27</name><config><name>int-connection-27</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>27</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-270</name><config><name>int-connection-270</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>27</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>20</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>270</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-271</name><config><name>int-connection-271</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>27</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>271</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-272</name><config><name>int-connection-272</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>27</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>272</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-273</name><config><name>int-connection-273</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>27</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>21</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>273</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-274</name><config><name>int-connection-274</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>27</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>274</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-275</name><config><name>int-connection-275</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name" -[2024-06-20 13:24:44,778] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:44,778] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:44,830] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:44,830] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:44,830] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:44,830] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:44,831] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:44,831] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:44,831] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:44,831] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:44,831] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:44,831] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:44,831] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:44,831] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:44,831] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:44,831] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:44,832] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:44,832] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:44,832] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:44,832] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:44,832] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:44,832] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:44,832] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:44,832] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:44,832] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:44,833] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:44,833] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:44,833] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:44,833] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:44,833] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:44,833] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:44,833] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:44,833] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:44,833] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:44,833] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:44,833] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:44,834] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: fragment = "><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>27</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>23</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>275</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-276</name><config><name>int-connection-276</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>27</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>276</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-277</name><config><name>int-connection-277</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>213</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>277</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-278</name><config><name>int-connection-278</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>214</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>278</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-279</name><config><name>int-connection-279</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>215</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>279</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-28</name><config><name>int-connection-28</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-280</name><config><name>int-connection-280</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>216</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>280</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-281</name><config><name>int-connection-281</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>29</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>281</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-282</name><config><name>int-connection-282</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>29</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>282</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-283</name><config><name>int-connection-283</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>29</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>283</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-284</name><config><name>int-connection-284</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>29</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>284</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-285</name><config><name>int-connection-285</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>29</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>285</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-286</name><config><name>int-connection-286</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>29</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>286</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-287</name><config><name>int-connection-287</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>29</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>287</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-288</name><config><name>int-connection-288</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>29</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></propert" -[2024-06-20 13:24:44,834] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:44,834] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:44,887] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:44,887] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:44,887] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:44,887] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:44,887] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:44,887] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:44,887] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:44,887] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:44,888] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:44,888] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:44,888] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:44,888] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:44,888] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:44,888] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:44,888] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:44,888] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:44,888] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:44,888] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:44,889] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:44,889] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:44,889] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:44,889] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:44,889] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:44,889] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:44,889] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:44,889] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:44,889] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:44,889] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:44,890] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:44,890] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:44,890] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:44,890] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:44,890] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:44,890] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:44,890] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: fragment = "y><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>288</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-289</name><config><name>int-connection-289</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>29</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>18</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>289</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-29</name><config><name>int-connection-29</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>29</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-290</name><config><name>int-connection-290</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>29</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>20</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>290</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-291</name><config><name>int-connection-291</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>29</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>291</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-292</name><config><name>int-connection-292</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>29</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>292</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-293</name><config><name>int-connection-293</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>29</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>25</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>293</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-294</name><config><name>int-connection-294</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>29</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>294</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-295</name><config><name>int-connection-295</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>29</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>27</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>295</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-296</name><config><name>int-connection-296</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>29</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>296</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-297</name><config><name>int-connection-297</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>217</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>297</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-298</name><config><name>int-connection-298</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>218</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>298</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-299</name><config><name>int-connection-299</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>219</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>299</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-3</name><config><name>int-connection-3</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-30</name><config><name>int-connection-30</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX<" -[2024-06-20 13:24:44,891] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:44,891] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:44,956] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:44,956] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:44,957] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:44,957] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:44,957] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:44,957] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:44,957] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:44,957] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:44,957] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:44,957] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:44,957] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:44,958] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:44,958] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:44,958] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:44,958] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:44,958] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:44,958] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:44,958] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:44,958] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:44,958] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:44,958] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:44,959] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:44,959] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:44,959] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:44,959] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:44,959] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:44,959] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:44,959] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:44,959] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:44,959] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:44,960] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:44,960] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:44,960] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:44,960] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:44,960] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: fragment = "/name><value>30</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-300</name><config><name>int-connection-300</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>220</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>300</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-301</name><config><name>int-connection-301</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>31</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>301</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-302</name><config><name>int-connection-302</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>31</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>302</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-303</name><config><name>int-connection-303</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>31</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>303</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-304</name><config><name>int-connection-304</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>31</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>304</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-305</name><config><name>int-connection-305</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>31</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>305</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-306</name><config><name>int-connection-306</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>31</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>306</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-307</name><config><name>int-connection-307</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>31</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>307</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-308</name><config><name>int-connection-308</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>31</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>308</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-309</name><config><name>int-connection-309</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>31</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>18</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>309</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-31</name><config><name>int-connection-31</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>31</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-310</name><config><name>int-connection-310</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>31</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>20</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>310</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-311</name><config><name>int-connection-311</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>31</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>311</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-312</name><config><name>int-connection-312</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>31</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>312</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-313</name><config><name>int-connection-313</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><proper" -[2024-06-20 13:24:44,960] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:44,960] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:45,024] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:45,025] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:45,025] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:45,025] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:45,025] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:45,025] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:45,025] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:45,025] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:45,025] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:45,025] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:45,025] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:45,025] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:45,026] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:45,026] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:45,026] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:45,026] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:45,026] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:45,026] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:45,026] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:45,026] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:45,026] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:45,026] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:45,027] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:45,027] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:45,027] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:45,027] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:45,027] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:45,027] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:45,027] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:45,027] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:45,027] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:45,027] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:45,027] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:45,028] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:45,028] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: fragment = "ty><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>31</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>29</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>313</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-314</name><config><name>int-connection-314</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>31</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>314</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-315</name><config><name>int-connection-315</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>31</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>31</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>315</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-316</name><config><name>int-connection-316</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>31</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>316</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-317</name><config><name>int-connection-317</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>221</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>317</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-318</name><config><name>int-connection-318</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>222</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>318</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-319</name><config><name>int-connection-319</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>223</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>319</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-32</name><config><name>int-connection-32</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-320</name><config><name>int-connection-320</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>224</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>320</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-321</name><config><name>int-connection-321</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>129</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>321</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-322</name><config><name>int-connection-322</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>130</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>322</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-323</name><config><name>int-connection-323</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>131</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>323</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-324</name><config><name>int-connection-324</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>132</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>324</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-325</name><config><name>int-connection-325</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>133</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>325</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-326</name><config><name>int-connection-326</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN" -[2024-06-20 13:24:45,028] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:45,028] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:45,080] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:45,080] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:45,080] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:45,080] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:45,080] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:45,080] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:45,080] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:45,080] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:45,081] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:45,081] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:45,081] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:45,081] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:45,081] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:45,081] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:45,081] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:45,081] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:45,081] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:45,081] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:45,082] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:45,082] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:45,082] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:45,082] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:45,082] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:45,082] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:45,082] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:45,082] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:45,082] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:45,082] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:45,083] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:45,083] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:45,083] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:45,083] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:45,083] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:45,083] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:45,083] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: fragment = "_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>134</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>326</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-327</name><config><name>int-connection-327</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>135</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>327</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-328</name><config><name>int-connection-328</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>136</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>328</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-329</name><config><name>int-connection-329</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>137</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>329</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-33</name><config><name>int-connection-33</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>21</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>33</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-330</name><config><name>int-connection-330</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>138</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>330</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-331</name><config><name>int-connection-331</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>139</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>331</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-332</name><config><name>int-connection-332</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>140</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>332</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-333</name><config><name>int-connection-333</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>141</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>333</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-334</name><config><name>int-connection-334</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>142</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>334</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-335</name><config><name>int-connection-335</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>143</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>335</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-336</name><config><name>int-connection-336</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>144</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>336</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-337</name><config><name>int-connection-337</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>145</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>337</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-338</name><config><name>int-connection-338</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>146</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>338</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-339</name><config><name>int-connection-339</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>321</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>339</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN" -[2024-06-20 13:24:45,083] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:45,083] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:45,136] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:45,136] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:45,136] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:45,136] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:45,137] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:45,137] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:45,137] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:45,137] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:45,137] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:45,137] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:45,137] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:45,137] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:45,137] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:45,137] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:45,138] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:45,138] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:45,138] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:45,138] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:45,138] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:45,138] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:45,138] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:45,138] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:45,139] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:45,139] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:45,139] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:45,139] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:45,139] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:45,139] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:45,139] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:45,139] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:45,139] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:45,140] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:45,140] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:45,140] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:45,140] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: fragment = "_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-34</name><config><name>int-connection-34</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>34</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-340</name><config><name>int-connection-340</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>322</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>340</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-341</name><config><name>int-connection-341</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>323</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>341</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-342</name><config><name>int-connection-342</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>324</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>342</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-343</name><config><name>int-connection-343</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>325</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>343</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-344</name><config><name>int-connection-344</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>326</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>344</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-345</name><config><name>int-connection-345</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>327</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>345</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-346</name><config><name>int-connection-346</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>328</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>346</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-347</name><config><name>int-connection-347</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>329</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>347</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-348</name><config><name>int-connection-348</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>330</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>348</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-349</name><config><name>int-connection-349</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>331</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>349</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-35</name><config><name>int-connection-35</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>23</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>35</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-350</name><config><name>int-connection-350</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>332</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>350</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-351</name><config><name>int-connection-351</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>333</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>351</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-352</name><config><name>int-connection-352</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_I" -[2024-06-20 13:24:45,140] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:45,140] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:45,192] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:45,192] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:45,192] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:45,192] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:45,192] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:45,192] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:45,192] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:45,193] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:45,193] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:45,193] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:45,193] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:45,193] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:45,193] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:45,194] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:45,194] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:45,194] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:45,194] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:45,194] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:45,194] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:45,194] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:45,194] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:45,194] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:45,195] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:45,195] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:45,195] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:45,195] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:45,195] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:45,195] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:45,195] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:45,195] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:45,196] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:45,196] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:45,196] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:45,196] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:45,196] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: fragment = "NT_CONN_COMPONENT_FROM</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>334</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>352</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-353</name><config><name>int-connection-353</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>335</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>353</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-354</name><config><name>int-connection-354</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>336</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>354</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-355</name><config><name>int-connection-355</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>337</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>355</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-356</name><config><name>int-connection-356</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>338</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>356</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-357</name><config><name>int-connection-357</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>147</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>357</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-358</name><config><name>int-connection-358</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>148</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>358</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-359</name><config><name>int-connection-359</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>149</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>359</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-36</name><config><name>int-connection-36</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>36</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-360</name><config><name>int-connection-360</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>150</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>360</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-361</name><config><name>int-connection-361</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>151</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>361</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-362</name><config><name>int-connection-362</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>152</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>362</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-363</name><config><name>int-connection-363</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>153</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>363</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-364</name><config><name>int-connection-364</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>154</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>364</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-365</name><config><name>int-connection-365</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</na" -[2024-06-20 13:24:45,196] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:45,197] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:45,251] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:45,251] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:45,251] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:45,251] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:45,251] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:45,251] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:45,251] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:45,251] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:45,252] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:45,252] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:45,252] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:45,252] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:45,252] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:45,252] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:45,252] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:45,252] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:45,253] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:45,253] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:45,253] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:45,253] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:45,253] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:45,253] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:45,253] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:45,253] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:45,254] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:45,254] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:45,254] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:45,254] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:45,254] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:45,254] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:45,254] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:45,254] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:45,254] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:45,255] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:45,255] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: fragment = "me><value>155</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>365</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-366</name><config><name>int-connection-366</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>156</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>366</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-367</name><config><name>int-connection-367</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>157</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>367</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-368</name><config><name>int-connection-368</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>158</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>368</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-369</name><config><name>int-connection-369</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>159</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>369</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-37</name><config><name>int-connection-37</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>213</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>37</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-370</name><config><name>int-connection-370</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>160</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>370</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-371</name><config><name>int-connection-371</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>161</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>371</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-372</name><config><name>int-connection-372</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>162</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>372</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-373</name><config><name>int-connection-373</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>163</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>373</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-374</name><config><name>int-connection-374</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>164</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>374</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-375</name><config><name>int-connection-375</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>339</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>375</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-376</name><config><name>int-connection-376</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>340</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>376</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-377</name><config><name>int-connection-377</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>341</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>377</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-378</name><config><name>int-connection-378</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>342</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>378</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-379</name><config><name>int-connection-379</name></config><state><empty>false</empt" -[2024-06-20 13:24:45,255] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:45,255] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:45,305] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:45,306] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:45,306] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:45,306] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:45,306] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:45,306] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:45,306] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:45,306] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:45,306] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:45,306] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:45,307] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:45,307] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:45,307] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:45,307] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:45,307] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:45,307] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:45,307] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:45,307] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:45,307] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:45,308] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:45,308] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:45,308] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:45,308] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:45,308] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:45,308] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:45,308] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:45,308] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:45,308] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:45,309] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:45,309] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:45,309] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:45,309] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:45,309] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:45,309] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:45,309] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: fragment = "y></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>343</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>379</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-38</name><config><name>int-connection-38</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>214</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>38</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-380</name><config><name>int-connection-380</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>344</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>380</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-381</name><config><name>int-connection-381</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>345</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>381</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-382</name><config><name>int-connection-382</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>346</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>382</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-383</name><config><name>int-connection-383</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>347</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>383</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-384</name><config><name>int-connection-384</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>348</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>384</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-385</name><config><name>int-connection-385</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>349</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>385</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-386</name><config><name>int-connection-386</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>350</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>386</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-387</name><config><name>int-connection-387</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>351</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>387</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-388</name><config><name>int-connection-388</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>352</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>388</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-389</name><config><name>int-connection-389</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>353</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>389</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-39</name><config><name>int-connection-39</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>215</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>39</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-390</name><config><name>int-connection-390</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>354</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>390</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-391</name><config><name>int-connection-391</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><prop" -[2024-06-20 13:24:45,309] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:45,309] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:45,362] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:45,363] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:45,363] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:45,363] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:45,363] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:45,363] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:45,364] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:45,364] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:45,364] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:45,364] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:45,364] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:45,364] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:45,364] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:45,364] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:45,365] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:45,365] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:45,365] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:45,365] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:45,365] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:45,365] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:45,365] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:45,365] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:45,365] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:45,365] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:45,366] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:45,366] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:45,366] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:45,366] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:45,366] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:45,366] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:45,366] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:45,366] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:45,366] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:45,366] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:45,367] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: fragment = "erty><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>355</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>391</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-392</name><config><name>int-connection-392</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>356</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>392</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-393</name><config><name>int-connection-393</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>165</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>393</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-394</name><config><name>int-connection-394</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>166</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>394</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-395</name><config><name>int-connection-395</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>167</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>395</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-396</name><config><name>int-connection-396</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>168</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>396</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-397</name><config><name>int-connection-397</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>169</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>397</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-398</name><config><name>int-connection-398</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>170</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>398</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-399</name><config><name>int-connection-399</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>171</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>399</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-4</name><config><name>int-connection-4</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-40</name><config><name>int-connection-40</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>216</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>40</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-400</name><config><name>int-connection-400</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>172</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>400</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-401</name><config><name>int-connection-401</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>173</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>401</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-402</name><config><name>int-connection-402</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>174</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>402</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-403</name><config><name>int-connection-403</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>175</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>403</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_" -[2024-06-20 13:24:45,367] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:45,367] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:45,425] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:45,425] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:45,425] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:45,425] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:45,425] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:45,426] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:45,426] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:45,426] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:45,426] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:45,426] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:45,426] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:45,426] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:45,426] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:45,426] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:45,427] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:45,427] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:45,427] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:45,427] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:45,427] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:45,427] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:45,427] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:45,427] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:45,427] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:45,427] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:45,427] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:45,428] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:45,428] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:45,428] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:45,428] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:45,428] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:45,428] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:45,428] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:45,428] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:45,428] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:45,428] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: fragment = "ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-404</name><config><name>int-connection-404</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>176</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>404</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-405</name><config><name>int-connection-405</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>177</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>405</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-406</name><config><name>int-connection-406</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>178</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>406</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-407</name><config><name>int-connection-407</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>179</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>407</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-408</name><config><name>int-connection-408</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>180</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>408</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-409</name><config><name>int-connection-409</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>181</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>409</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-41</name><config><name>int-connection-41</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>41</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-410</name><config><name>int-connection-410</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>182</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>410</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-411</name><config><name>int-connection-411</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>357</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>411</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-412</name><config><name>int-connection-412</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>358</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>412</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-413</name><config><name>int-connection-413</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>359</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>413</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-414</name><config><name>int-connection-414</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>360</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>414</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-415</name><config><name>int-connection-415</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>361</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>415</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-416</name><config><name>int-connection-416</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>362</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>416</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-417</name><config><name>int-connection-417</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT" -[2024-06-20 13:24:45,429] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:45,429] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:45,487] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:45,487] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:45,487] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:45,487] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:45,487] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:45,487] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:45,487] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:45,487] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:45,488] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:45,488] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:45,488] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:45,488] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:45,488] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:45,488] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:45,488] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:45,488] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:45,488] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:45,488] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:45,489] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:45,489] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:45,489] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:45,489] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:45,489] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:45,489] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:45,489] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:45,489] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:45,489] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:45,489] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:45,490] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:45,490] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:45,490] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:45,490] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:45,490] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:45,490] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:45,490] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: fragment = "_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>363</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>417</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-418</name><config><name>int-connection-418</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>364</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>418</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-419</name><config><name>int-connection-419</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>365</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>419</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-42</name><config><name>int-connection-42</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>42</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-420</name><config><name>int-connection-420</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>366</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>420</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-421</name><config><name>int-connection-421</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>367</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>421</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-422</name><config><name>int-connection-422</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>368</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>422</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-423</name><config><name>int-connection-423</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>369</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>423</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-424</name><config><name>int-connection-424</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>370</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>424</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-425</name><config><name>int-connection-425</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>371</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>425</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-426</name><config><name>int-connection-426</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>372</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>426</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-427</name><config><name>int-connection-427</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>373</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>427</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-428</name><config><name>int-connection-428</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>374</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>428</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-43</name><config><name>int-connection-43</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>18</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>43</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-44</name><config><name>int-connection-44</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>20</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></propert" -[2024-06-20 13:24:45,490] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:45,490] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:45,568] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:45,568] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:45,568] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:45,568] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:45,568] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:45,569] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:45,569] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:45,569] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:45,569] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:45,569] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:45,569] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:45,570] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:45,570] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:45,570] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:45,570] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:45,570] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:45,570] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:45,571] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:45,571] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:45,571] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:45,571] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:45,571] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:45,571] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:45,572] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:45,572] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:45,572] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:45,572] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:45,572] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:45,573] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:45,573] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:45,573] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:45,573] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:45,573] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:45,573] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:45,574] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: fragment = "y><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>44</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-45</name><config><name>int-connection-45</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>45</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-46</name><config><name>int-connection-46</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>46</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-47</name><config><name>int-connection-47</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>47</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-48</name><config><name>int-connection-48</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>48</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-49</name><config><name>int-connection-49</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>49</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-5</name><config><name>int-connection-5</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>18</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-50</name><config><name>int-connection-50</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>50</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-51</name><config><name>int-connection-51</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>51</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-52</name><config><name>int-connection-52</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>52</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-53</name><config><name>int-connection-53</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>25</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>53</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-54</name><config><name>int-connection-54</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>54</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-55</name><config><name>int-connection-55</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>27</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>55</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-56</name><config><name>int-connection-56</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>56</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-57</name><config><name>int-connection-57</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>217</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>57</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-58</name><config><name>int-connection-58</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_CO" -[2024-06-20 13:24:45,574] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:45,574] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:45,651] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:45,651] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:45,651] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:45,651] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:45,651] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:45,651] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:45,651] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:45,652] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:45,652] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:45,652] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:45,652] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:45,652] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:45,652] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:45,652] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:45,652] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:45,652] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:45,652] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:45,653] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:45,653] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:45,653] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:45,653] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:45,653] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:45,653] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:45,653] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:45,653] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:45,653] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:45,653] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:45,654] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:45,654] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:45,654] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:45,654] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:45,654] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:45,654] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:45,654] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:45,654] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: fragment = "MPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>218</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>58</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-59</name><config><name>int-connection-59</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>219</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>59</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-6</name><config><name>int-connection-6</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>20</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-60</name><config><name>int-connection-60</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>220</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>60</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-61</name><config><name>int-connection-61</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>61</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-62</name><config><name>int-connection-62</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>18</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>62</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-63</name><config><name>int-connection-63</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>20</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>63</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-64</name><config><name>int-connection-64</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>64</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-65</name><config><name>int-connection-65</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>65</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-66</name><config><name>int-connection-66</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>66</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-67</name><config><name>int-connection-67</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>67</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-68</name><config><name>int-connection-68</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>68</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-69</name><config><name>int-connection-69</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>69</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-7</name><config><name>int-connection-7</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-70</name><config><name>int-connection-70</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>" -[2024-06-20 13:24:45,654] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:45,654] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:45,717] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:45,717] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:45,717] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:45,717] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:45,717] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:45,717] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:45,717] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:45,717] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:45,718] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:45,718] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:45,718] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:45,718] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:45,718] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:45,718] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:45,718] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:45,718] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:45,718] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:45,718] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:45,719] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:45,719] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:45,719] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:45,719] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:45,719] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:45,719] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:45,719] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:45,719] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:45,719] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:45,720] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:45,720] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:45,720] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:45,720] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:45,720] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:45,720] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:45,720] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:45,720] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: fragment = "14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>70</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-71</name><config><name>int-connection-71</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>71</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-72</name><config><name>int-connection-72</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>18</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>72</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-73</name><config><name>int-connection-73</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>29</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>73</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-74</name><config><name>int-connection-74</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>74</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-75</name><config><name>int-connection-75</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>31</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>75</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-76</name><config><name>int-connection-76</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>76</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-77</name><config><name>int-connection-77</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>221</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>77</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-78</name><config><name>int-connection-78</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>222</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>78</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-79</name><config><name>int-connection-79</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>223</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>79</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-8</name><config><name>int-connection-8</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-80</name><config><name>int-connection-80</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>224</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>80</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-81</name><config><name>int-connection-81</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>18</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>81</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-82</name><config><name>int-connection-82</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>20</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>82</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-83</name><config><name>int-connection-83</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>83</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value" -[2024-06-20 13:24:45,721] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:45,721] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:45,774] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:45,774] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:45,775] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:45,775] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:45,775] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:45,775] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:45,775] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:45,775] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:45,775] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:45,776] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:45,776] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:45,776] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:45,776] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:45,776] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:45,776] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:45,776] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:45,777] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:45,777] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:45,777] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:45,777] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:45,777] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:45,777] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:45,778] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:45,778] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:45,778] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:45,778] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:45,778] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:45,778] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:45,779] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:45,779] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:45,779] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:45,779] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:45,779] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:45,779] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:45,780] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: fragment = ">MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-84</name><config><name>int-connection-84</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>84</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-85</name><config><name>int-connection-85</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>85</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-86</name><config><name>int-connection-86</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>86</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-87</name><config><name>int-connection-87</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>87</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-88</name><config><name>int-connection-88</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>88</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-89</name><config><name>int-connection-89</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>89</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-9</name><config><name>int-connection-9</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-90</name><config><name>int-connection-90</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>18</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>90</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-91</name><config><name>int-connection-91</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>20</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>91</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-92</name><config><name>int-connection-92</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>92</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-93</name><config><name>int-connection-93</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>33</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>93</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-94</name><config><name>int-connection-94</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>34</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>94</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-95</name><config><name>int-connection-95</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>35</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>95</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-96</name><config><name>int-connection-96</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>36</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>96</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-97</name><config><name>int-connection-97</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>10</value>" -[2024-06-20 13:24:45,780] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:45,780] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:45,843] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:45,844] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:45,844] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:45,844] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:45,844] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:45,844] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:45,844] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:45,844] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:45,844] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:45,845] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:45,845] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:45,845] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:45,845] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:45,845] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:45,845] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:45,845] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:45,845] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:45,845] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:45,845] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:45,845] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:45,846] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:45,846] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:45,846] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:45,846] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:45,846] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:45,846] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:45,846] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:45,846] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:45,846] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:45,846] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:45,847] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:45,847] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:45,847] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:45,847] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:45,847] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: fragment = "</config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>225</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>97</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-98</name><config><name>int-connection-98</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>226</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>98</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-99</name><config><name>int-connection-99</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>227</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>99</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>port-1-in</name><config><name>port-1-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>EAST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-1-out</name><config><name>port-1-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>EAST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-10-in</name><config><name>port-10-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>NORTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-10-out</name><config><name>port-10-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>NORTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-11-in</name><config><name>port-11-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>NORTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-11-out</name><config><name>port-11-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>NORTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-12-in</name><config><name>port-12-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>NORTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-12-out</name><config><name>port-12-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>NORTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-13-in</name><config><name>port-13-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>SOUTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-13-out</name><config><name>port-13-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>SOUTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-14-in</name><config><name>port-14-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>SOUTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-14-out</name><config><name>port-14-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>SOUTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-15-in</name><config><name>port-15-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>SOUTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-15-out</name><config><name>port-15-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>SOUTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-16-in</name><config><name>port-16-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>SOUTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-16-out</name><config><name>port-16-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>SOUTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-17-in</name><config><name>port-17-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>1</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>EAST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-17-out</name><config><name>port-17-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>193</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>EAST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-18-in</name><config><name>port-18-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>2</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>EAST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-18-out</name><config><name>port-18-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>194</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>EAST</value></config></property><property" -[2024-06-20 13:24:45,847] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:45,847] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:45,915] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:45,915] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:45,915] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:45,915] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:45,915] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:45,915] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:45,915] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:45,915] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:45,915] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:45,916] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:45,916] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:45,916] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:45,916] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:45,916] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:45,916] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:45,916] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:45,916] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:45,917] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:45,917] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:45,917] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:45,917] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:45,917] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:45,918] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:45,918] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:45,918] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:45,918] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:45,918] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:45,918] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:45,919] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:45,919] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:45,919] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:45,919] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:45,919] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:45,919] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:45,919] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: fragment = "><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-19-in</name><config><name>port-19-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>3</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>EAST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-19-out</name><config><name>port-19-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>195</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>EAST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-2-in</name><config><name>port-2-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>EAST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-2-out</name><config><name>port-2-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>EAST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-20-in</name><config><name>port-20-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>4</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>EAST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-20-out</name><config><name>port-20-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>196</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>EAST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-21-in</name><config><name>port-21-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>5</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>WEST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-21-out</name><config><name>port-21-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>197</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>WEST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-22-in</name><config><name>port-22-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>6</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>WEST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-22-out</name><config><name>port-22-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>198</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>WEST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-23-in</name><config><name>port-23-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>7</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>WEST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-23-out</name><config><name>port-23-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>199</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>WEST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-24-in</name><config><name>port-24-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>8</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>WEST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-24-out</name><config><name>port-24-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>200</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>WEST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-25-in</name><config><name>port-25-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>9</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>NORTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-25-out</name><config><name>port-25-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>201</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>NORTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-26-in</name><config><name>port-26-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>10</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>NORTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-26-out</name><config><name>port-26-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>202</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>NORTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-27-in</name><config><name>port-27-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>11</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>NORTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-27-out</name><config><name>port-27-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>203</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>NORTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-28-in</name><config><name>port-28-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>12</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>NORTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-28-out</name><config><name>port-28-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON" -[2024-06-20 13:24:45,920] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:45,920] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:45,987] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:45,987] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:45,987] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:45,987] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:45,987] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:45,987] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:45,987] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:45,988] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:45,988] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:45,988] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:45,988] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:45,988] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:45,988] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:45,988] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:45,989] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:45,989] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:45,989] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:45,989] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:45,989] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:45,989] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:45,989] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:45,990] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:45,990] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:45,990] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:45,990] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:45,990] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:45,990] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:45,990] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:45,991] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:45,991] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:45,991] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:45,991] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:45,991] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:45,991] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:45,992] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: fragment = "_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>204</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>NORTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-29-in</name><config><name>port-29-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>13</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>SOUTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-29-out</name><config><name>port-29-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>205</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>SOUTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-3-in</name><config><name>port-3-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>EAST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-3-out</name><config><name>port-3-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>EAST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-30-in</name><config><name>port-30-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>14</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>SOUTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-30-out</name><config><name>port-30-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>206</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>SOUTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-31-in</name><config><name>port-31-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>15</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>SOUTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-31-out</name><config><name>port-31-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>207</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>SOUTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-32-in</name><config><name>port-32-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>16</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>SOUTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-32-out</name><config><name>port-32-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>208</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>SOUTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-33-in</name><config><name>port-33-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>97</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-33-out</name><config><name>port-33-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>289</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-34-in</name><config><name>port-34-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>98</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-34-out</name><config><name>port-34-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>290</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-35-in</name><config><name>port-35-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>99</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-35-out</name><config><name>port-35-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>291</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-36-in</name><config><name>port-36-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>100</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-36-out</name><config><name>port-36-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>292</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-37-in</name><config><name>port-37-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>101</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-37-out</name><config><name>port-37-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>293</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-38-in</name><config><name>port-38-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>102</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-38-out</name><config><name>port-38-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>294</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-39-in</name><config><name>port-39-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>103</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</va" -[2024-06-20 13:24:45,992] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:45,992] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:46,061] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:46,061] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:46,061] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:46,061] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:46,061] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:46,061] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:46,061] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:46,061] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:46,061] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:46,062] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:46,062] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:46,062] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:46,062] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:46,062] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:46,062] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:46,062] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:46,062] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:46,062] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:46,063] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:46,063] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:46,063] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:46,063] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:46,063] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:46,063] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:46,063] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:46,063] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:46,063] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:46,063] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:46,064] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:46,064] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:46,064] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:46,064] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:46,064] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:46,064] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:46,064] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: fragment = "lue></config></property></properties></component><component><name>port-39-out</name><config><name>port-39-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>295</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-4-in</name><config><name>port-4-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>EAST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-4-out</name><config><name>port-4-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>EAST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-40-in</name><config><name>port-40-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>104</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-40-out</name><config><name>port-40-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>296</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-41-in</name><config><name>port-41-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>105</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-41-out</name><config><name>port-41-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>297</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-42-in</name><config><name>port-42-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>106</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-42-out</name><config><name>port-42-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>298</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-43-in</name><config><name>port-43-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>107</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-43-out</name><config><name>port-43-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>299</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-44-in</name><config><name>port-44-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>108</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-44-out</name><config><name>port-44-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>300</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-45-in</name><config><name>port-45-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>109</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-45-out</name><config><name>port-45-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>301</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-46-in</name><config><name>port-46-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>110</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-46-out</name><config><name>port-46-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>302</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-47-in</name><config><name>port-47-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>111</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-47-out</name><config><name>port-47-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>303</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-48-in</name><config><name>port-48-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>112</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-48-out</name><config><name>port-48-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>304</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-5-in</name><config><name>port-5-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>WEST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-5-out</name><config><name>port-5-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>WEST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-6-in</name><config><name>port-6-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>WEST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-6-out</name><config><name>port-6-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>WEST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></" -[2024-06-20 13:24:46,064] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:46,064] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:46,117] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:46,117] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:46,117] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:46,117] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:46,117] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:46,118] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:46,118] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:46,118] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:46,118] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:46,118] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:46,118] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:46,118] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:46,118] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:46,118] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:46,118] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:46,118] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:46,118] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:46,119] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:46,119] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:46,119] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:46,119] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:46,119] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:46,119] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:46,119] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:46,119] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:46,119] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:46,119] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:46,119] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:46,119] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:46,120] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:46,120] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:46,120] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:46,120] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:46,120] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:46,120] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: fragment = "config></property></properties></component><component><name>port-7-in</name><config><name>port-7-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>WEST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-7-out</name><config><name>port-7-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>WEST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-8-in</name><config><name>port-8-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>WEST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-8-out</name><config><name>port-8-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>WEST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-9-in</name><config><name>port-9-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>NORTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-9-out</name><config><name>port-9-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>NORTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component></components><wavelength-router xmlns="http://openconfig.net/yang/wavelength-router"><optical-bands xmlns="http://flex-scale-project.eu/yang/flex-scale-mg-on"><optical-band><index>1</index><config><index>1</index><name>C_BAND</name><lower-frequency>192006250</lower-frequency><upper-frequency>192206250</upper-frequency><admin-status>ENABLED</admin-status></config><state><index>1</index><name>C_BAND</name><lower-frequency>192006250</lower-frequency><upper-frequency>192206250</upper-frequency><admin-status>ENABLED</admin-status><oper-status>UP</oper-status></state><source><config><port-name>port-1-in</port-name></config><state><port-name>port-1-in</port-name></state></source><dest><config><port-name>DROP</port-name></config><state><port-name>DROP</port-name></state></dest></optical-band></optical-bands></wavelength-router><aaa xmlns="http://tail-f.com/ns/aaa/1.1"><authentication><users><user><name>admin</name><uid>9000</uid><gid>100</gid><password>$1$uHrg99PA$.Lms1sWc8ZGuUX8T6PNQh0</password><ssh_keydir>/var/confd/homes/admin/.ssh</ssh_keydir><homedir>/var/confd/homes/admin</homedir></user><user><name>oper</name><uid>9000</uid><gid>100</gid><password>$1$9OJiF0bG$Myi9nICnK8rp2p9qSmBmH.</password><ssh_keydir>/var/confd/homes/oper/.ssh</ssh_keydir><homedir>/var/confd/homes/oper</homedir></user><user><name>private</name><uid>9000</uid><gid>100</gid><password>$1$PuXqqWlS$aShVgQv24iqb/MNYtMeAn/</password><ssh_keydir>/var/confd/homes/private/.ssh</ssh_keydir><homedir>/var/confd/homes/private</homedir></user><user><name>public</name><uid>9000</uid><gid>100</gid><password>$1$inij.yJ9$QUH0TnRHgwszY3T9THj6w1</password><ssh_keydir>/var/confd/homes/public/.ssh</ssh_keydir><homedir>/var/confd/homes/public</homedir></user></users></authentication><ios><level><nr>0</nr><prompt>\h> </prompt></level><level><nr>15</nr><prompt>\h# </prompt></level><privilege><mode>exec</mode><level><nr>0</nr><command><name>action</name></command><command><name>autowizard</name></command><command><name>enable</name></command><command><name>exit</name></command><command><name>help</name></command><command><name>startup</name></command></level><level><nr>15</nr><command><name>configure</name></command></level></privilege></ios></aaa><confd-state xmlns="http://tail-f.com/yang/confd-monitoring"><version>7.8.3</version><smp><number-of-threads>1</number-of-threads></smp><epoll>true</epoll><daemon-status>started</daemon-status><loaded-data-models><data-model><name>flex-scale-mg-on</name><revision>2024-04-25</revision><namespace>http://flex-scale-project.eu/yang/flex-scale-mg-on</namespace><prefix>fsmgon</prefix><exported-to-all/></data-model><data-model><name>iana-crypt-hash</name><revision>2014-08-06</revision><namespace>urn:ietf:params:xml:ns:yang:iana-crypt-hash</namespace><prefix>ianach</prefix><exported-to-all/></data-model><data-model><name>iana-if-type</name><revision>2023-01-26</revision><namespace>urn:ietf:params:xml:ns:yang:iana-if-type</namespace><prefix>ianaift</prefix><exported-to-all/></data-model><data-model><name>ietf-datastores</name><revision>2018-02-14</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-datastores</namespace><prefix>ds</prefix><exported-to-all/></data-model><data-model><name>ietf-inet-types</name><revision>2013-07-15</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-inet-types</namespace><prefix>inet</prefix><exported-to-all/></data-model><data-model><name>ietf-interfaces</name><revision>2018-02-20</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-interfaces</namespace><prefix>if</prefix><exported-to-all/></data-model><data-model><name>ietf-ip</name><revision>2018-02-22</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-ip</namespace><prefix>tfip</prefix><exported-to-all/></data-model><data-model><name>ietf-netconf</name><revision>2011-06-01</revision><namespace>urn:ietf:params:xml:ns:netconf:base:1.0</namespace><prefix>nc</prefix><exported-to>netconf</exported-to></data-model><data-model><name>ietf-netconf-acm</name><revision>2018-02-14</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-acm</namespace><prefix>nacm</prefix><exported-to-all/></data-model><data-model><name>ietf-netconf-monitoring</name><revision>2010-10-04</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring</namespace><prefix>ncm</prefix><exported-to-all/></data-model><data-model><name>ietf-netconf-nmda</name><revision>2019-01-07</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-nmda</namespace><prefix>ncds</prefix><exported-to>netconf</exported-to></data-model><data-model><name>ietf-netconf-notifications</name><revision>2012-02-06</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-notifications</namespace><prefix>ncn</prefix><exported-to-all/></data-model><data-model><name>ietf-netconf-partial-lock</name><revision>2009-10-19</revision><namespace>urn:ietf:params:xml:ns:netconf:partial-lock:1.0</namespace><prefix>pl</prefix><exported-to-all/></data-model><data-model><name>ietf-netconf-with-defaults</name><revision>2011-06-01</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-with-defaults</namespace><prefix>ncwd</prefix><exported-to>netconf</exported-to></data-model><data-model><name>ietf-network-instance</name><revision>2019-01-21</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-network-instance</namespace><prefix>tfni</prefix><exported-to-all/></data-model><data-model><name>ietf-origin</name><revision>2018-02-14</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-origin</namespace><prefix>or</prefix><exported-to-all/></data-model><data-model><name>ietf-restconf</name><revision>2017-01-26</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-restconf</namespace><prefix>rc</prefix><exported-to>rest</exported-to><exported-to>netconf</exported-to></data-model><data-model><name>ietf-restconf-monitoring</name><revision>2017-01-26</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-restconf-monitoring</namespace><prefix>rcmon</prefix><exported-to-all/></data-model><data-model><name>ietf-subscribed-notifications</name><revision>2019-09-09</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-subscribed-notifications</namespace><prefix>sn</prefix><exported-to>netconf</exported-to></data-model><data-model><name>ietf-x509-cert-to-name</name><revision>2014-12-10</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-x509-cert-to-name</namespace><prefix>x509c2n</prefix><exported-to-all/></data-model><data-model><name>ietf-yang-library</name><revision>2019-01-04</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-library</namespace><prefix>yanglib</prefix><exported-to>netconf</exported-to><exported-to>rest</exported-to></data-model><data-model><name>ietf-yang-metadata</name><revision>2016-08-05</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-metadata</namespace><prefix>md</prefix><exported-to-all/></data-model><data-model><name>ietf-yang-patch</name><revision>2017-02-22</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-patch</namespace><prefix>ypatch</prefix><exported-to>rest</exported-to><exported-to>netconf</exported-to></data-model><data-model><name>ietf-yang-push</name><revision>2019-09-09</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-push</namespace><prefix>yp</prefix><exported-to>netconf</exported-to></data-model><data-model><name>ietf-yang-schema-mount</name><revision>2019-01-14</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-schema-mount</namespace><prefix>yangmnt</prefix><exported-to-all/></data-model><data-model><name>ietf-yang-smiv2</name><revision>2012-06-22</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-smiv2</namespace><prefix>smiv2</prefix><exported-to-all/></data-model><data-model><name>ietf-yang-types</name><revision>2013-07-15</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-types</namespace><prefix>yang</prefix><exported-to-all/></data-model><data-model><name>netconf_netmod</name><namespace>urn:ietf:params:xml:ns:netmod:notification</namespace><prefix>nm</prefix><exported-to>netconf</exported-to></data-model><data-model><name>openconfig-alarm-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/alarms/types</namespace><prefix>oc-alarm-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-extensions</name><revision>2018-10-17</revision><namespace>http://openconfig.net/yang/openconfig-ext</namespace><prefix>oc-ext</prefix><exported-to-all/></data-model><data-model><name>openconfig-if-ethernet</name><revision>2023-03-10</revision><namespace>http://openconfig.net/yang/interfaces/ethernet</namespace><prefix>oc-eth</prefix><exported-to-all/></data-model><data-model><name>openconfig-if-ip</name><revision>2019-01-08</revision><namespace>http://openconfig.net/yang/interfaces/ip</namespace><prefix>oc-ip</prefix><exported-to-all/></data-model><data-model><name>openconfig-if-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/openconfig-if-types</namespace><prefix>oc-ift</prefix><exported-to-all/></data-model><data-model><name>openconfig-inet-types</name><revision>2019-04-25</revision><namespace>http://openconfig.net/yang/types/inet</namespace><prefix>oc-inet</prefix><exported-to-all/></data-model><data-model><name>openconfig-interfaces</name><revision>2019-07-10</revision><namespace>http://openconfig.net/yang/interfaces</namespace><prefix>oc-if</prefix><exported-to-all/></data-model><data-model><name>openconfig-platform</name><revision>2022-12-20</revision><namespace>http://openconfig.net/yang/platform</namespace><prefix>oc-platform</prefix><exported-to-all/></data-model><data-model><name>openconfig-platform-port</name><revision>2023-01-19</revision><namespace>http://openconfig.net/yang/platform/port</namespace><prefix>oc-port</prefix><exported-to-all/></data-model><data-model><name>openconfig-platform-types</name><revision>2022-07-28</revision><namespace>http://openconfig.net/yang/platform-types</namespace><prefix>oc-platform-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-transport-types</name><revision>2023-02-08</revision><namespace>http://openconfig.net/yang/transport-types</namespace><prefix>oc-opt-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-types</name><revision>2019-04-16</revision><namespace>http://openconfig.net/yang/openconfig-types</namespace><prefix>oc-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-wavelength-router</name><revision>2021-07-26</revision><namespace>http://openconfig.net/yang/wavelength-router</namespace><prefix>oc-wave-router</prefix><exported-to-all/></data-model><data-model><name>openconfig-yang-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/types/yang</namespace><prefix>oc-yang</prefix><exported-to-all/></data-model><data-model><name>optical-switch</name><revision>2020-01-10</revision><namespace>http://www.polatis.com/yang/optical-switch</namespace><prefix>opsw</prefix><exported-to-all/></data-model><data-model><name>polatis-switch</name><revision>2020-11-14</revision><namespace>http://www.polatis.com/yang/polatis-switch</namespace><prefix>plts</prefix><exported-to-all/></data-model><data-model><name>tailf-aaa</name><revision>2022-04-12</revision><namespace>http://tail-f.com/ns/aaa/1.1</namespace><prefix>aaa</prefix><exported-to-all/></data-model><data-model><name>tailf-acm</name><revision>2013-03-07</revision><namespace>http://tail-f.com/yang/acm</namespace><prefix>tacm</prefix><exported-to-all/></data-model><data-model><name>tailf-common</name><revision>2022-04-12</revision><namespace>http://tail-f.com/yang/common</namespace><prefix>tailf</prefix><exported-to-all/></data-model><data-model><name>tailf-common-monitoring</name><revision>2021-09-02</revision><namespace>http://tail-f.com/yang/common-monitoring</namespace><prefix>tfcg</prefix><exported-to-all/></data-model><data-model><name>tailf-common-query</name><revision>2017-12-15</revision><namespace>http://tail-f.com/ns/common/query</namespace><prefix>tfcq</prefix><exported-to-all/></data-model><data-model><name>tailf-confd-monitoring</name><revision>2021-09-09</revision><namespace>http://tail-f.com/yang/confd-monitoring</namespace><prefix>tfcm</prefix><exported-to-all/></data-model><data-model><name>tailf-confd-progress</name><revision>2020-06-29</revision><namespace>http://tail-f" -[2024-06-20 13:24:46,120] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:46,120] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:46,181] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:46,181] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:46,181] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:46,181] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=7 -[2024-06-20 13:24:46,181] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:46,181] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 6330 bytes -[2024-06-20 13:24:46,181] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:46,181] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:46,181] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:46,181] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:46,182] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 6341 bytes -[2024-06-20 13:24:46,182] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:46,182] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=7 -[2024-06-20 13:24:46,182] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:46,182] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 6330 bytes -[2024-06-20 13:24:46,182] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: appending 6330 bytes -[2024-06-20 13:24:46,182] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: fragment = ".com/ns/confd-progress</namespace><prefix>confd-progress</prefix><exported-to-all/></data-model><data-model><name>tailf-kicker</name><revision>2020-11-26</revision><namespace>http://tail-f.com/ns/kicker</namespace><prefix>kicker</prefix><exported-to-all/></data-model><data-model><name>tailf-last-login</name><revision>2019-11-21</revision><namespace>http://tail-f.com/yang/last-login</namespace><prefix>last</prefix><exported-to-all/></data-model><data-model><name>tailf-netconf-extensions</name><revision>2021-06-18</revision><namespace>http://tail-f.com/ns/netconf/extensions</namespace><prefix>tfnce</prefix><exported-to>netconf</exported-to></data-model><data-model><name>tailf-netconf-forward</name><namespace>http://tail-f.com/ns/netconf/forward/1.0</namespace><prefix>fwd</prefix><exported-to>netconf</exported-to></data-model><data-model><name>tailf-netconf-inactive</name><namespace>http://tail-f.com/ns/netconf/inactive/1.0</namespace><prefix>in</prefix><exported-to>netconf</exported-to></data-model><data-model><name>tailf-netconf-monitoring</name><revision>2022-04-12</revision><namespace>http://tail-f.com/yang/netconf-monitoring</namespace><prefix>tncm</prefix><exported-to-all/></data-model><data-model><name>tailf-netconf-query</name><revision>2017-01-06</revision><namespace>http://tail-f.com/ns/netconf/query</namespace><prefix>tfncq</prefix><exported-to>netconf</exported-to></data-model><data-model><name>tailf-netconf-rollback</name><revision>2018-01-12</revision><namespace>http://tail-f.com/ns/netconf/rollback</namespace><prefix>netconf-rollback</prefix><exported-to>netconf</exported-to></data-model><data-model><name>tailf-netconf-transactions</name><namespace>http://tail-f.com/ns/netconf/transactions/1.0</namespace><prefix>tr</prefix><exported-to>netconf</exported-to></data-model><data-model><name>tailf-netconf-with-rollback-id</name><revision>2020-06-25</revision><namespace>http://tail-f.com/ns/netconf/with-rollback-id</namespace><prefix>wrbid</prefix><exported-to>netconf</exported-to></data-model><data-model><name>tailf-netconf-with-transaction-id</name><revision>2018-11-23</revision><namespace>http://tail-f.com/ns/netconf/with-transaction-id</namespace><prefix>wtxid</prefix><exported-to>netconf</exported-to></data-model><data-model><name>tailf-progress</name><revision>2021-12-17</revision><namespace>http://tail-f.com/ns/progress</namespace><prefix>progress</prefix><exported-to-all/></data-model><data-model><name>tailf-rollback</name><revision>2020-09-02</revision><namespace>http://tail-f.com/ns/rollback</namespace><prefix>rollback</prefix><exported-to>rest</exported-to><exported-to>netconf</exported-to><exported-to>maapi</exported-to></data-model><data-model><name>tailf-xsd-types</name><revision>2017-11-20</revision><namespace>http://tail-f.com/yang/xsd-types</namespace><prefix>xs</prefix><exported-to-all/></data-model></loaded-data-models><netconf><listen><ssh><ip>0.0.0.0</ip><port>2022</port></ssh></listen></netconf><cli><listen><ssh><ip>0.0.0.0</ip><port>2024</port></ssh></listen></cli><internal><callpoints><callpoint><id>fiberscp</id><daemon><id>0</id><name>fsmgon_daemon</name><callbacks>num_instances</callbacks><callbacks>remove</callbacks><callbacks>create</callbacks><callbacks>set_elem</callbacks><callbacks>get_next</callbacks><callbacks>get_elem</callbacks></daemon></callpoint><callpoint><id>mediachannelscp</id><daemon><id>0</id><name>fsmgon_daemon</name><callbacks>num_instances</callbacks><callbacks>remove</callbacks><callbacks>create</callbacks><callbacks>set_elem</callbacks><callbacks>get_next</callbacks><callbacks>get_elem</callbacks></daemon></callpoint><callpoint><id>opticalbandscp</id><daemon><id>0</id><name>fsmgon_daemon</name><callbacks>num_instances</callbacks><callbacks>remove</callbacks><callbacks>create</callbacks><callbacks>set_elem</callbacks><callbacks>get_next</callbacks><callbacks>get_elem</callbacks></daemon></callpoint><validationpoint><id>vp1</id><daemon><id>0</id><name>fsmgon_daemon</name></daemon></validationpoint><validationpoint><id>vp2</id><daemon><id>0</id><name>fsmgon_daemon</name></daemon></validationpoint></callpoints><cdb><datastore><name>running</name><transaction-id>1717-711274-208943</transaction-id><filename>./confd-cdb/A.cdb</filename><disk-size>355779</disk-size><ram-size>1550439</ram-size><read-locks>0</read-locks><write-lock-set>false</write-lock-set><pending-locks>0</pending-locks><waiting-for-replication-sync>false</waiting-for-replication-sync></datastore><datastore><name>operational</name><transaction-id>22</transaction-id><filename>./confd-cdb/O.cdb</filename><disk-size>4</disk-size><ram-size>2100</ram-size><subscription-lock-set>false</subscription-lock-set></datastore></cdb></internal></confd-state><last-logins xmlns="http://tail-f.com/yang/last-login"><user><name>admin</name><login><login-time>2024-06-20T13:24:43.525796+00:00</login-time><authenticating-host>9f9b9714842f</authenticating-host><client-host>10.30.2.208</client-host><transport xmlns:ncm="urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring">ncm:netconf-ssh</transport><num-of-failed-logins>0</num-of-failed-logins></login><login><login-time>2024-06-06T23:13:24.403301+00:00</login-time><authenticating-host>9f9b9714842f</authenticating-host><client-host>10.30.2.206</client-host><transport xmlns:ncm="urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring">ncm:netconf-ssh</transport><num-of-failed-logins>0</num-of-failed-logins></login><login><login-time>2024-06-06T22:01:14.795227+00:00</login-time><authenticating-host>9f9b9714842f</authenticating-host><client-host>127.0.0.1</client-host><transport xmlns:ncm="urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring">ncm:netconf-ssh</transport><num-of-failed-logins>0</num-of-failed-logins></login></user></last-logins><rollback-files xmlns="http://tail-f.com/ns/rollback"><file><id>0</id><name>rollback0</name><fixed-number>10002</fixed-number><creator>admin</creator><date>2024-06-07 08:55:39</date><via>netconf</via></file><file><id>1</id><name>rollback1</name><fixed-number>10001</fixed-number><creator>system</creator><date>2024-06-06 22:01:14</date><via>system</via></file><file><id>2</id><name>rollback2</name><fixed-number>10000</fixed-number><creator>system</creator><date>2024-06-06 22:01:12</date><via>system</via></file></rollback-files></data></rpc-reply>" -[2024-06-20 13:24:46,182] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 6337 bytes from start of buffer -[2024-06-20 13:24:46,182] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=4 -[2024-06-20 13:24:46,183] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found end of message delimiter -[2024-06-20 13:24:46,185] DEBUG:ncclient.operations.rpc:[host 172.17.254.22 session-id 21] Delivering to <ncclient.operations.retrieve.Get object at 0x7fa7485c4100> -[2024-06-20 13:24:46,185] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: saving back rest of message after 6341 bytes, original size 6341 -[2024-06-20 13:24:46,195] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -int-connection-91 -int-connection-92 -int-connection-93 -int-connection-94 -int-connection-95 -int-connection-96 -int-connection-97 -int-connection-98 -int-connection-99 -port-1-in -port-1-out -port-10-in -port-10-out -port-11-in -port-11-out -port-12-in -port-12-out -port-13-in -port-13-out -port-14-in -port-14-out -port-15-in -port-15-out -port-16-in -port-16-out -port-17-in -port-17-out -port-18-in -port-18-out -port-19-in -port-19-out -port-2-in -port-2-out -port-20-in -port-20-out -port-21-in -port-21-out -port-22-in -port-22-out -port-23-in -port-23-out -port-24-in -port-24-out -port-25-in -port-25-out -port-26-in -port-26-out -port-27-in -port-27-out -port-28-in -port-28-out -port-29-in -port-29-out -port-3-in -port-3-out -port-30-in -port-30-out -port-31-in -port-31-out -port-32-in -port-32-out -port-33-in -port-33-out -port-34-in -port-34-out -port-35-in -port-35-out -port-36-in -port-36-out -port-37-in -port-37-out -port-38-in -port-38-out -port-39-in -port-39-out -port-4-in -port-4-out -port-40-in -port-40-out -port-41-in -port-41-out -port-42-in -port-42-out -port-43-in -port-43-out -port-44-in -port-44-out -port-45-in -port-45-out -port-46-in -port-46-out -port-47-in -port-47-out -port-48-in -port-48-out -port-5-in -port-5-out -port-6-in -port-6-out -port-7-in -port-7-out -port-8-in -port-8-out -port-9-in -port-9-out -component [<Element {http://openconfig.net/yang/platform}component at 0x7fa748605dc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486057c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748605a80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748605440>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748605100>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748605840>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748605540>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748605ac0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748689780>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748684240>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748605500>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748684640>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748684940>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748684f40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748684040>, <Element {http://openconfig.net/yang/platform}component at 0x7fa749791900>, <Element {http://openconfig.net/yang/platform}component at 0x7fa749791a80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa749791c80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa749791ec0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa749791fc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa749791d00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa749791080>, <Element {http://openconfig.net/yang/platform}component at 0x7fa749791800>, <Element {http://openconfig.net/yang/platform}component at 0x7fa749791780>, <Element {http://openconfig.net/yang/platform}component at 0x7fa749791880>, <Element {http://openconfig.net/yang/platform}component at 0x7fa749791d80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa749791a00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa749791980>, <Element {http://openconfig.net/yang/platform}component at 0x7fa749791b00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa749791e00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa749791f40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa749791100>, <Element {http://openconfig.net/yang/platform}component at 0x7fa749791180>, <Element {http://openconfig.net/yang/platform}component at 0x7fa749791b80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa749791200>, <Element {http://openconfig.net/yang/platform}component at 0x7fa749791280>, <Element {http://openconfig.net/yang/platform}component at 0x7fa749791300>, <Element {http://openconfig.net/yang/platform}component at 0x7fa749791400>, <Element {http://openconfig.net/yang/platform}component at 0x7fa749791480>, <Element {http://openconfig.net/yang/platform}component at 0x7fa749791500>, <Element {http://openconfig.net/yang/platform}component at 0x7fa749791580>, <Element {http://openconfig.net/yang/platform}component at 0x7fa749791680>, <Element {http://openconfig.net/yang/platform}component at 0x7fa749791700>, <Element {http://openconfig.net/yang/platform}component at 0x7fa749791c00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa749791600>, <Element {http://openconfig.net/yang/platform}component at 0x7fa749791380>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485e4fc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485dd0c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485dd1c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485dd440>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485dd340>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485dd480>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485dd4c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ddc00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485dd240>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485dd580>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ddc40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485dd540>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485dd500>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485dd980>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485dd780>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485dd100>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485dda80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485dd5c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485dddc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ddd80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485dd6c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485dde00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485dd7c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485dd280>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485dd800>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485dd880>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485dd8c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485dd900>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ddb00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485dd380>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ddd40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485dde40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ddb40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ddec0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497b1a40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497b1b80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748682a80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748669a40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486695c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748669400>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748669700>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486693c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748669b00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748669ec0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748669900>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748669600>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748669c80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748669f80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748669740>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748669200>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748669100>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748669500>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748669a00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74985dc80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74985d140>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748651780>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748651040>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748651f80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748651800>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748677dc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748677900>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748677d80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748677780>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486778c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748677080>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748677180>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748677e00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748677bc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748677ec0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748677f80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748677340>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748677500>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486776c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748677c00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497b0280>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497b0f80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497b0180>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497b0300>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497b0100>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497b0380>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497b0580>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497b0600>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486760c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748676440>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748676a80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748676180>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748676340>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748676900>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748676780>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748676a00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748676f00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748676c40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748676480>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748676980>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f2c40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f2300>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f2100>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f2840>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f28c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f2a40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f20c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f2180>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f2c80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f2b40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f2200>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f2a80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f2d80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f2f80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f2800>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f2b00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f2f00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f2b80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f2cc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f2a00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f2880>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f2e00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f2580>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f2680>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f2e40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f2340>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f2ac0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f2380>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f2c00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f2240>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f21c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f2f40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f2bc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f23c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f2e80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f2400>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f2140>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f2480>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f2500>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f24c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f2440>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f25c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f2600>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f2980>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f26c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f2640>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f2940>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f22c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f29c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f2740>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f2ec0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f2900>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f2700>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f2d00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f2780>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f2040>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f27c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f2080>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f2dc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f2d40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f2280>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f2fc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748621600>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748621e80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748621040>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748621c80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748621e00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748621440>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748621400>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748621f40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748621880>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748621780>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748621900>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748621280>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748621c00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748621480>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748621100>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748621980>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748621a00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748621fc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748621180>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486215c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748621d00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748621b80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486210c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748621200>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748621b00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748621a80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748621380>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748621300>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748621d80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748621680>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748621800>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748621580>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748621700>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486b0a40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486b0240>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486b0b40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486b0980>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486b0b80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486b0c00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486b0ac0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486b0e80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486b0a80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486b0840>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486b0b00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486b09c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486b0bc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486b08c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486b0940>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486b0f80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486b0900>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486b01c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486b0780>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486b0700>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486b0300>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486b0a00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486b07c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486b0c80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486b0c40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486b0280>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486b0ec0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486b02c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486b0cc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486b0380>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486b0d00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486b0400>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486b0d40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486b0340>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486b0180>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486b0200>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486b0d80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486b04c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486b0140>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486b0440>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486b0680>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486b0540>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486b0480>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486b0640>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486b0500>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486b06c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486b05c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486b0740>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486b0100>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486b0dc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486b0fc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486b0e00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486b00c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486b0e40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486b0040>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486b0880>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74978d2c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74978d1c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74978dc40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74978df40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74978de00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74978d3c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74978d5c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74978dec0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74978da00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74978d6c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74978de80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74978d880>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74978d040>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74978de40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74978d480>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74978d240>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74978dfc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74978d9c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74978d540>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74978dac0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74978d180>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74978ddc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74978d440>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74978d0c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74978dd80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74978d4c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74978df80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74978d200>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74978d080>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74978d700>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74978d380>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74978d640>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74978d100>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74978d500>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74978dcc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74978db80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74978d280>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486b3d40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486b3cc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486b3dc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486b3c40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486b3bc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486b3b40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486b3e40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486b3a40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486b39c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486b3840>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486b3940>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486b37c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486b38c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486b33c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486b3340>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486b32c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486b3240>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486b3540>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486b34c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486b3440>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486b31c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486b3140>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486b30c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486b3040>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486b3c00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486b3fc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486b3f40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486b3ec0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486b3740>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486b36c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486b3640>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486b35c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497a4240>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497a4d00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497a4c80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497a4a40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497a4740>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497a47c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497a4b00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497a45c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497a4540>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497a4640>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497a46c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497a4900>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497a4140>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497a4040>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497a4440>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497a4340>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497a49c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497a4a80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497a4b80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497a4800>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497a4f80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497a4f00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497a4e80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497a4e00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486a4040>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486a4cc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486a4740>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486a4140>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486a4b80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486a4800>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486a46c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486a4840>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486a4700>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748666180>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748666040>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748666600>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748666d40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748666c00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748666f80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486660c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748666a00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ca040>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ca080>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ca0c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ca100>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ca140>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ca180>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ca1c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ca200>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ca240>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ca280>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ca2c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ca300>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ca340>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ca380>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ca3c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ca400>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ca440>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ca480>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ca4c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ca500>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ca540>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ca580>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ca5c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ca600>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ca640>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ca680>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ca6c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ca700>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ca740>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ca780>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ca7c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ca800>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ca840>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ca880>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ca8c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ca900>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ca940>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ca980>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ca9c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485caa00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485caa40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485caa80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485caac0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485cab00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485cab40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485cab80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485cabc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485cac00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485cac40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485cac80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485cacc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485cad00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485cad40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485cad80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485cadc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485cae00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485cae40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485cae80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485caec0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485caf00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485caf40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485caf80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485cafc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861a040>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861a080>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861a0c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861a100>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861a140>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861a180>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861a1c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861a200>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861a240>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861a280>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861a2c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861a300>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861a340>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861a380>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861a3c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861a400>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861a440>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861a480>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861a4c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861a500>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861a540>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861a580>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861a5c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861a600>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861a640>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861a680>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861a6c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861a700>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861a740>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861a780>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861a7c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861a800>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861a840>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861a880>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861a8c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861a900>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861a940>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861a980>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861a9c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861aa00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861aa40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861aa80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861aac0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861ab00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861ab40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861ab80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861abc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861ac00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861ac40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861ac80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861acc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861ad00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861ad40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861ad80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861adc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861ae00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861ae40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861ae80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861aec0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861af00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861af40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861af80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861afc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74862c040>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74862c080>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74862c0c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74862c100>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74862c140>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74862c180>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74862c1c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74862c200>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74862c240>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74862c280>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74862c2c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74862c300>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74862c340>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74862c380>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74862c3c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74862c400>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74862c440>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74862c480>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74862c4c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74862c500>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74862c540>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74862c580>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74862c5c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74862c600>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74862c640>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74862c680>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74862c6c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74862c700>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74862c740>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74862c780>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74862c7c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74862c800>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74862c840>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74862c880>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74862c8c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74862c900>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74862c940>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74862c980>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74862c9c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74862ca00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74862ca40>] -WBSS-1 -WBSS-10 -WBSS-11 -WBSS-12 -WBSS-13 -WBSS-14 -WBSS-15 -WBSS-16 -WBSS-17 -WBSS-18 -WBSS-19 -WBSS-2 -WBSS-20 -WBSS-21 -WBSS-22 -WBSS-23 -WBSS-24 -WBSS-25 -WBSS-26 -WBSS-27 -WBSS-28 -WBSS-29 -WBSS-3 -WBSS-30 -WBSS-31 -WBSS-32 -WBSS-4 -WBSS-5 -WBSS-6 -WBSS-7 -WBSS-8 -WBSS-9 -WSS-1 -WSS-10 -WSS-11 -WSS-12 -WSS-2 -WSS-3 -WSS-4 -WSS-5 -WSS-6 -WSS-7 -WSS-8 -WSS-9 -int-connection-1 -int-connection-10 -int-connection-100 -int-connection-101 -int-connection-102 -int-connection-103 -int-connection-104 -int-connection-105 -int-connection-106 -int-connection-107 -int-connection-108 -int-connection-109 -int-connection-11 -int-connection-110 -int-connection-111 -int-connection-112 -int-connection-113 -int-connection-114 -int-connection-115 -int-connection-116 -int-connection-117 -int-connection-118 -int-connection-119 -int-connection-12 -int-connection-120 -int-connection-121 -int-connection-122 -int-connection-123 -int-connection-124 -int-connection-125 -int-connection-126 -int-connection-127 -int-connection-128 -int-connection-129 -int-connection-13 -int-connection-130 -int-connection-131 -int-connection-132 -int-connection-133 -int-connection-134 -int-connection-135 -int-connection-136 -int-connection-137 -int-connection-138 -int-connection-139 -int-connection-14 -int-connection-140 -int-connection-141 -int-connection-142 -int-connection-143 -int-connection-144 -int-connection-145 -int-connection-146 -int-connection-147 -int-connection-148 -int-connection-149 -int-connection-15 -int-connection-150 -int-connection-151 -int-connection-152 -int-connection-153 -int-connection-154 -int-connection-155 -int-connection-156 -int-connection-157 -int-connection-158 -int-connection-159 -int-connection-16 -int-connection-160 -int-connection-161 -int-connection-162 -int-connection-163 -int-connection-164 -int-connection-165 -int-connection-166 -int-connection-167 -int-connection-168 -int-connection-169 -int-connection-17 -int-connection-170 -int-connection-171 -int-connection-172 -int-connection-173 -int-connection-174 -int-connection-175 -int-connection-176 -int-connection-177 -int-connection-178 -int-connection-179 -int-connection-18 -int-connection-180 -int-connection-181 -int-connection-182 -int-connection-183 -int-connection-184 -int-connection-185 -int-connection-186 -int-connection-187 -int-connection-188 -int-connection-189 -int-connection-19 -int-connection-190 -int-connection-191 -int-connection-192 -int-connection-193 -int-connection-194 -int-connection-195 -int-connection-196 -int-connection-197 -int-connection-198 -int-connection-199 -int-connection-2 -int-connection-20 -int-connection-200 -int-connection-201 -int-connection-202 -int-connection-203 -int-connection-204 -int-connection-205 -int-connection-206 -int-connection-207 -int-connection-208 -int-connection-209 -int-connection-21 -int-connection-210 -int-connection-211 -int-connection-212 -int-connection-213 -int-connection-214 -int-connection-215 -int-connection-216 -int-connection-217 -int-connection-218 -int-connection-219 -int-connection-22 -int-connection-220 -int-connection-221 -int-connection-222 -int-connection-223 -int-connection-224 -int-connection-225 -int-connection-226 -int-connection-227 -int-connection-228 -int-connection-229 -int-connection-23 -int-connection-230 -int-connection-231 -int-connection-232 -int-connection-233 -int-connection-234 -int-connection-235 -int-connection-236 -int-connection-237 -int-connection-238 -int-connection-239 -int-connection-24 -int-connection-240 -int-connection-241 -int-connection-242 -int-connection-243 -int-connection-244 -int-connection-245 -int-connection-246 -int-connection-247 -int-connection-248 -int-connection-249 -int-connection-25 -int-connection-250 -int-connection-251 -int-connection-252 -int-connection-253 -int-connection-254 -int-connection-255 -int-connection-256 -int-connection-257 -int-connection-258 -int-connection-259 -int-connection-26 -int-connection-260 -int-connection-261 -int-connection-262 -int-connection-263 -int-connection-264 -int-connection-265 -int-connection-266 -int-connection-267 -int-connection-268 -int-connection-269 -int-connection-27 -int-connection-270 -int-connection-271 -int-connection-272 -int-connection-273 -int-connection-274 -int-connection-275 -int-connection-276 -int-connection-277 -int-connection-278 -int-connection-279 -int-connection-28 -int-connection-280 -int-connection-281 -int-connection-282 -int-connection-283 -int-connection-284 -int-connection-285 -int-connection-286 -int-connection-287 -int-connection-288 -int-connection-289 -int-connection-29 -int-connection-290 -int-connection-291 -int-connection-292 -int-connection-293 -int-connection-294 -int-connection-295 -int-connection-296 -int-connection-297 -int-connection-298 -int-connection-299 -int-connection-3 -int-connection-30 -int-connection-300 -int-connection-301 -int-connection-302 -int-connection-303 -int-connection-304 -int-connection-305 -int-connection-306 -int-connection-307 -int-connection-308 -int-connection-309 -int-connection-31 -int-connection-310 -int-connection-311 -int-connection-312 -int-connection-313 -int-connection-314 -int-connection-315 -int-connection-316 -int-connection-317 -int-connection-318 -int-connection-319 -int-connection-32 -int-connection-320 -int-connection-321 -int-connection-322 -int-connection-323 -int-connection-324 -int-connection-325 -int-connection-326 -int-connection-327 -int-connection-328 -int-connection-329 -int-connection-33 -int-connection-330 -int-connection-331 -int-connection-332 -int-connection-333 -int-connection-334 -int-connection-335 -int-connection-336 -int-connection-337 -int-connection-338 -int-connection-339 -int-connection-34 -int-connection-340 -int-connection-341 -int-connection-342 -int-connection-343 -int-connection-344 -int-connection-345 -int-connection-346 -int-connection-347 -int-connection-348 -int-connection-349 -int-connection-35 -int-connection-350 -int-connection-351 -int-connection-352 -int-connection-353 -int-connection-354 -int-connection-355 -int-connection-356 -int-connection-357 -int-connection-358 -int-connection-359 -int-connection-36 -int-connection-360 -int-connection-361 -int-connection-362 -int-connection-363 -int-connection-364 -int-connection-365 -int-connection-366 -int-connection-367 -int-connection-368 -int-connection-369 -int-connection-37 -int-connection-370 -int-connection-371 -int-connection-372 -int-connection-373 -int-connection-374 -int-connection-375 -int-connection-376 -int-connection-377 -int-connection-378 -int-connection-379 -int-connection-38 -int-connection-380 -int-connection-381 -int-connection-382 -int-connection-383 -int-connection-384 -int-connection-385 -int-connection-386 -int-connection-387 -int-connection-388 -int-connection-389 -int-connection-39 -int-connection-390 -int-connection-391 -int-connection-392 -int-connection-393 -int-connection-394 -int-connection-395 -int-connection-396 -int-connection-397 -int-connection-398 -int-connection-399 -int-connection-4 -int-connection-40 -int-connection-400 -int-connection-401 -int-connection-402 -int-connection-403 -int-connection-404 -int-connection-405 -int-connection-406 -int-connection-407 -int-connection-408 -int-connection-409 -int-connection-41 -int-connection-410 -int-connection-411 -int-connection-412 -int-connection-413 -int-connection-414 -int-connection-415 -int-connection-416 -int-connection-417 -int-connection-418 -int-connection-419 -int-connection-42 -int-connection-420 -int-connection-421 -int-connection-422 -int-connection-423 -int-connection-424 -int-connection-425 -int-connection-426 -int-connection-427 -int-connection-428 -int-connection-43 -int-connection-44 -int-connection-45 -int-connection-46 -int-connection-47 -int-connection-48 -int-connection-49 -int-connection-5 -int-connection-50 -int-connection-51 -int-connection-52 -int-connection-53 -int-connection-54 -int-connection-55 -int-connection-56 -int-connection-57 -int-connection-58 -int-connection-59 -int-connection-6 -int-connection-60 -int-connection-61 -int-connection-62 -int-connection-63 -int-connection-64 -int-connection-65 -int-connection-66 -int-connection-67 -int-connection-68 -int-connection-69 -int-connection-7 -int-connection-70 -int-connection-71 -int-connection-72 -int-connection-73 -int-connection-74 -int-connection-75 -int-connection-76 -int-connection-77 -int-connection-78 -int-connection-79 -int-connection-8 -int-connection-80 -int-connection-81 -int-connection-82 -int-connection-83 -int-connection-84 -int-connection-85 -int-connection-86 -int-connection-87 -int-connection-88 -int-connection-89 -int-connection-9 -int-connection-90 -[2024-06-20 13:24:46,300] INFO:root:parameters {} -[2024-06-20 13:24:46,302] DEBUG:context.client.ContextClient:SetOpticalConfig request: {"config": "{}", "device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}} -[2024-06-20 13:24:46,330] DEBUG:context.client.ContextClient:SetOpticalConfig result: {"opticalconfig_uuid": ""} -[2024-06-20 13:24:46,331] DEBUG:device.service.Tools:results_getconfig = [('/endpoints/endpoint[port-1-in]', {'uuid': 'port-1-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_INPUT'}), ('/endpoints/endpoint[port-10-in]', {'uuid': 'port-10-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_INPUT'}), ('/endpoints/endpoint[port-11-in]', {'uuid': 'port-11-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_INPUT'}), ('/endpoints/endpoint[port-12-in]', {'uuid': 'port-12-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_INPUT'}), ('/endpoints/endpoint[port-13-in]', {'uuid': 'port-13-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_INPUT'}), ('/endpoints/endpoint[port-14-in]', {'uuid': 'port-14-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_INPUT'}), ('/endpoints/endpoint[port-15-in]', {'uuid': 'port-15-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_INPUT'}), ('/endpoints/endpoint[port-16-in]', {'uuid': 'port-16-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_INPUT'}), ('/endpoints/endpoint[port-2-in]', {'uuid': 'port-2-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_INPUT'}), ('/endpoints/endpoint[port-3-in]', {'uuid': 'port-3-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_INPUT'}), ('/endpoints/endpoint[port-4-in]', {'uuid': 'port-4-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_INPUT'}), ('/endpoints/endpoint[port-5-in]', {'uuid': 'port-5-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_INPUT'}), ('/endpoints/endpoint[port-6-in]', {'uuid': 'port-6-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_INPUT'}), ('/endpoints/endpoint[port-7-in]', {'uuid': 'port-7-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_INPUT'}), ('/endpoints/endpoint[port-8-in]', {'uuid': 'port-8-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_INPUT'}), ('/endpoints/endpoint[port-9-in]', {'uuid': 'port-9-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_INPUT'}), ('/endpoints/endpoint[port-1-out]', {'uuid': 'port-1-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT'}), ('/endpoints/endpoint[port-10-out]', {'uuid': 'port-10-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT'}), ('/endpoints/endpoint[port-11-out]', {'uuid': 'port-11-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT'}), ('/endpoints/endpoint[port-12-out]', {'uuid': 'port-12-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT'}), ('/endpoints/endpoint[port-13-out]', {'uuid': 'port-13-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT'}), ('/endpoints/endpoint[port-14-out]', {'uuid': 'port-14-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT'}), ('/endpoints/endpoint[port-15-out]', {'uuid': 'port-15-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT'}), ('/endpoints/endpoint[port-16-out]', {'uuid': 'port-16-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT'}), ('/endpoints/endpoint[port-2-out]', {'uuid': 'port-2-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT'}), ('/endpoints/endpoint[port-3-out]', {'uuid': 'port-3-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT'}), ('/endpoints/endpoint[port-4-out]', {'uuid': 'port-4-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT'}), ('/endpoints/endpoint[port-5-out]', {'uuid': 'port-5-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT'}), ('/endpoints/endpoint[port-6-out]', {'uuid': 'port-6-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT'}), ('/endpoints/endpoint[port-7-out]', {'uuid': 'port-7-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT'}), ('/endpoints/endpoint[port-8-out]', {'uuid': 'port-8-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT'}), ('/endpoints/endpoint[port-9-out]', {'uuid': 'port-9-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT'}), ('/endpoints/endpoint[port-33-in]', {'uuid': 'port-33-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT'}), ('/endpoints/endpoint[port-34-in]', {'uuid': 'port-34-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT'}), ('/endpoints/endpoint[port-35-in]', {'uuid': 'port-35-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT'}), ('/endpoints/endpoint[port-36-in]', {'uuid': 'port-36-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT'}), ('/endpoints/endpoint[port-37-in]', {'uuid': 'port-37-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT'}), ('/endpoints/endpoint[port-38-in]', {'uuid': 'port-38-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT'}), ('/endpoints/endpoint[port-39-in]', {'uuid': 'port-39-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT'}), ('/endpoints/endpoint[port-40-in]', {'uuid': 'port-40-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT'}), ('/endpoints/endpoint[port-41-in]', {'uuid': 'port-41-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT'}), ('/endpoints/endpoint[port-42-in]', {'uuid': 'port-42-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT'}), ('/endpoints/endpoint[port-43-in]', {'uuid': 'port-43-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT'}), ('/endpoints/endpoint[port-44-in]', {'uuid': 'port-44-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT'}), ('/endpoints/endpoint[port-45-in]', {'uuid': 'port-45-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT'}), ('/endpoints/endpoint[port-46-in]', {'uuid': 'port-46-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT'}), ('/endpoints/endpoint[port-47-in]', {'uuid': 'port-47-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT'}), ('/endpoints/endpoint[port-48-in]', {'uuid': 'port-48-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT'}), ('/endpoints/endpoint[port-33-out]', {'uuid': 'port-33-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT'}), ('/endpoints/endpoint[port-34-out]', {'uuid': 'port-34-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT'}), ('/endpoints/endpoint[port-35-out]', {'uuid': 'port-35-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT'}), ('/endpoints/endpoint[port-36-out]', {'uuid': 'port-36-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT'}), ('/endpoints/endpoint[port-37-out]', {'uuid': 'port-37-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT'}), ('/endpoints/endpoint[port-38-out]', {'uuid': 'port-38-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT'}), ('/endpoints/endpoint[port-39-out]', {'uuid': 'port-39-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT'}), ('/endpoints/endpoint[port-40-out]', {'uuid': 'port-40-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT'}), ('/endpoints/endpoint[port-41-out]', {'uuid': 'port-41-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT'}), ('/endpoints/endpoint[port-42-out]', {'uuid': 'port-42-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT'}), ('/endpoints/endpoint[port-43-out]', {'uuid': 'port-43-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT'}), ('/endpoints/endpoint[port-44-out]', {'uuid': 'port-44-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT'}), ('/endpoints/endpoint[port-45-out]', {'uuid': 'port-45-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT'}), ('/endpoints/endpoint[port-46-out]', {'uuid': 'port-46-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT'}), ('/endpoints/endpoint[port-47-out]', {'uuid': 'port-47-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT'}), ('/endpoints/endpoint[port-48-out]', {'uuid': 'port-48-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT'})] -[2024-06-20 13:24:46,331] INFO:device.service.Tools:results_getconfig = [('/endpoints/endpoint[port-1-in]', {'uuid': 'port-1-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_INPUT'}), ('/endpoints/endpoint[port-10-in]', {'uuid': 'port-10-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_INPUT'}), ('/endpoints/endpoint[port-11-in]', {'uuid': 'port-11-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_INPUT'}), ('/endpoints/endpoint[port-12-in]', {'uuid': 'port-12-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_INPUT'}), ('/endpoints/endpoint[port-13-in]', {'uuid': 'port-13-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_INPUT'}), ('/endpoints/endpoint[port-14-in]', {'uuid': 'port-14-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_INPUT'}), ('/endpoints/endpoint[port-15-in]', {'uuid': 'port-15-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_INPUT'}), ('/endpoints/endpoint[port-16-in]', {'uuid': 'port-16-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_INPUT'}), ('/endpoints/endpoint[port-2-in]', {'uuid': 'port-2-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_INPUT'}), ('/endpoints/endpoint[port-3-in]', {'uuid': 'port-3-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_INPUT'}), ('/endpoints/endpoint[port-4-in]', {'uuid': 'port-4-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_INPUT'}), ('/endpoints/endpoint[port-5-in]', {'uuid': 'port-5-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_INPUT'}), ('/endpoints/endpoint[port-6-in]', {'uuid': 'port-6-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_INPUT'}), ('/endpoints/endpoint[port-7-in]', {'uuid': 'port-7-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_INPUT'}), ('/endpoints/endpoint[port-8-in]', {'uuid': 'port-8-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_INPUT'}), ('/endpoints/endpoint[port-9-in]', {'uuid': 'port-9-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_INPUT'}), ('/endpoints/endpoint[port-1-out]', {'uuid': 'port-1-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT'}), ('/endpoints/endpoint[port-10-out]', {'uuid': 'port-10-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT'}), ('/endpoints/endpoint[port-11-out]', {'uuid': 'port-11-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT'}), ('/endpoints/endpoint[port-12-out]', {'uuid': 'port-12-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT'}), ('/endpoints/endpoint[port-13-out]', {'uuid': 'port-13-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT'}), ('/endpoints/endpoint[port-14-out]', {'uuid': 'port-14-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT'}), ('/endpoints/endpoint[port-15-out]', {'uuid': 'port-15-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT'}), ('/endpoints/endpoint[port-16-out]', {'uuid': 'port-16-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT'}), ('/endpoints/endpoint[port-2-out]', {'uuid': 'port-2-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT'}), ('/endpoints/endpoint[port-3-out]', {'uuid': 'port-3-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT'}), ('/endpoints/endpoint[port-4-out]', {'uuid': 'port-4-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT'}), ('/endpoints/endpoint[port-5-out]', {'uuid': 'port-5-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT'}), ('/endpoints/endpoint[port-6-out]', {'uuid': 'port-6-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT'}), ('/endpoints/endpoint[port-7-out]', {'uuid': 'port-7-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT'}), ('/endpoints/endpoint[port-8-out]', {'uuid': 'port-8-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT'}), ('/endpoints/endpoint[port-9-out]', {'uuid': 'port-9-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT'}), ('/endpoints/endpoint[port-33-in]', {'uuid': 'port-33-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT'}), ('/endpoints/endpoint[port-34-in]', {'uuid': 'port-34-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT'}), ('/endpoints/endpoint[port-35-in]', {'uuid': 'port-35-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT'}), ('/endpoints/endpoint[port-36-in]', {'uuid': 'port-36-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT'}), ('/endpoints/endpoint[port-37-in]', {'uuid': 'port-37-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT'}), ('/endpoints/endpoint[port-38-in]', {'uuid': 'port-38-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT'}), ('/endpoints/endpoint[port-39-in]', {'uuid': 'port-39-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT'}), ('/endpoints/endpoint[port-40-in]', {'uuid': 'port-40-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT'}), ('/endpoints/endpoint[port-41-in]', {'uuid': 'port-41-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT'}), ('/endpoints/endpoint[port-42-in]', {'uuid': 'port-42-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT'}), ('/endpoints/endpoint[port-43-in]', {'uuid': 'port-43-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT'}), ('/endpoints/endpoint[port-44-in]', {'uuid': 'port-44-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT'}), ('/endpoints/endpoint[port-45-in]', {'uuid': 'port-45-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT'}), ('/endpoints/endpoint[port-46-in]', {'uuid': 'port-46-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT'}), ('/endpoints/endpoint[port-47-in]', {'uuid': 'port-47-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT'}), ('/endpoints/endpoint[port-48-in]', {'uuid': 'port-48-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT'}), ('/endpoints/endpoint[port-33-out]', {'uuid': 'port-33-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT'}), ('/endpoints/endpoint[port-34-out]', {'uuid': 'port-34-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT'}), ('/endpoints/endpoint[port-35-out]', {'uuid': 'port-35-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT'}), ('/endpoints/endpoint[port-36-out]', {'uuid': 'port-36-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT'}), ('/endpoints/endpoint[port-37-out]', {'uuid': 'port-37-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT'}), ('/endpoints/endpoint[port-38-out]', {'uuid': 'port-38-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT'}), ('/endpoints/endpoint[port-39-out]', {'uuid': 'port-39-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT'}), ('/endpoints/endpoint[port-40-out]', {'uuid': 'port-40-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT'}), ('/endpoints/endpoint[port-41-out]', {'uuid': 'port-41-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT'}), ('/endpoints/endpoint[port-42-out]', {'uuid': 'port-42-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT'}), ('/endpoints/endpoint[port-43-out]', {'uuid': 'port-43-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT'}), ('/endpoints/endpoint[port-44-out]', {'uuid': 'port-44-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT'}), ('/endpoints/endpoint[port-45-out]', {'uuid': 'port-45-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT'}), ('/endpoints/endpoint[port-46-out]', {'uuid': 'port-46-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT'}), ('/endpoints/endpoint[port-47-out]', {'uuid': 'port-47-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT'}), ('/endpoints/endpoint[port-48-out]', {'uuid': 'port-48-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT'})] -[2024-06-20 13:24:46,333] INFO:ncclient.operations.rpc:[host 172.17.254.22 session-id 21] Requesting 'Get' -[2024-06-20 13:24:46,333] DEBUG:ncclient.operations.rpc:[host 172.17.254.22 session-id 21] Sync request, will wait for timeout=120 -[2024-06-20 13:24:46,452] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:46,452] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:46,452] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:46,452] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:46,452] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:46,452] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:46,452] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:46,452] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:46,453] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:46,453] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:46,453] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:46,453] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:46,453] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:46,453] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:46,453] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:46,453] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:46,453] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:46,453] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:46,453] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:46,454] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:46,454] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:46,454] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:46,454] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:46,454] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:46,454] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:46,454] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:46,454] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:46,454] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:46,454] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:46,454] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:46,454] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:46,455] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:46,455] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:46,455] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:46,455] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: fragment = "<?xml version="1.0" encoding="UTF-8"?> -<rpc-reply xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="urn:uuid:f1eb64a3-b299-427c-ab81-0fc967283fa3" xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0"><data><yang-library xmlns="urn:ietf:params:xml:ns:yang:ietf-yang-library"><module-set><name>common</name><module><name>flex-scale-mg-on</name><revision>2024-04-25</revision><namespace>http://flex-scale-project.eu/yang/flex-scale-mg-on</namespace></module><module><name>iana-crypt-hash</name><revision>2014-08-06</revision><namespace>urn:ietf:params:xml:ns:yang:iana-crypt-hash</namespace><feature>crypt-hash-md5</feature><feature>crypt-hash-sha-256</feature><feature>crypt-hash-sha-512</feature></module><module><name>ietf-interfaces</name><revision>2018-02-20</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-interfaces</namespace><feature>arbitrary-names</feature><feature>if-mib</feature><feature>pre-provisioning</feature></module><module><name>ietf-netconf</name><revision>2011-06-01</revision><namespace>urn:ietf:params:xml:ns:netconf:base:1.0</namespace><feature>rollback-on-error</feature><feature>validate</feature><feature>writable-running</feature><feature>xpath</feature></module><module><name>ietf-netconf-acm</name><revision>2018-02-14</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-acm</namespace></module><module><name>ietf-netconf-monitoring</name><revision>2010-10-04</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring</namespace></module><module><name>ietf-netconf-nmda</name><revision>2019-01-07</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-nmda</namespace><feature>with-defaults</feature></module><module><name>ietf-netconf-notifications</name><revision>2012-02-06</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-notifications</namespace></module><module><name>ietf-netconf-partial-lock</name><revision>2009-10-19</revision><namespace>urn:ietf:params:xml:ns:netconf:partial-lock:1.0</namespace></module><module><name>ietf-netconf-with-defaults</name><revision>2011-06-01</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-with-defaults</namespace></module><module><name>ietf-restconf</name><revision>2017-01-26</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-restconf</namespace></module><module><name>ietf-restconf-monitoring</name><revision>2017-01-26</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-restconf-monitoring</namespace></module><module><name>ietf-subscribed-notifications</name><revision>2019-09-09</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-subscribed-notifications</namespace><feature>encode-xml</feature><feature>replay</feature><feature>subtree</feature><feature>xpath</feature><deviation>ietf-subscribed-notifications-deviation</deviation></module><module><name>ietf-yang-library</name><revision>2019-01-04</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-library</namespace></module><module><name>ietf-yang-patch</name><revision>2017-02-22</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-patch</namespace></module><module><name>ietf-yang-push</name><revision>2019-09-09</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-push</namespace><feature>on-change</feature><deviation>ietf-yang-push-deviation</deviation></module><module><name>ietf-yang-schema-mount</name><revision>2019-01-14</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-schema-mount</namespace></module><module><name>openconfig-if-ethernet</name><revision>2023-03-10</revision><namespace>http://openconfig.net/yang/interfaces/ethernet</namespace></module><module><name>openconfig-if-ip</name><revision>2019-01-08</revision><namespace>http://openconfig.net/yang/interfaces/ip</namespace></module><module><name>openconfig-interfaces</name><revision>2019-07-10</revision><namespace>http://openconfig.net/yang/interfaces</namespace></module><module><name>openconfig-platform</name><revision>2022-12-20</revision><namespace>http://openconfig.net/yang/platform</namespace><submodule><name>openconfig-platform-common</name><revision>2022-12-20</revision></submodule></module><module><name>openconfig-platform-port</name><revision>2023-01-19</revision><namespace>http://openconfig.net/yang/platform/port</namespace></module><module><name>openconfig-wavelength-router</name><revision>2021-07-26</revision><namespace>http://openconfig.net/yang/wavelength-router</namespace></module><module><name>optical-switch</name><revision>2020-01-10</revision><namespace>http://www.polatis.com/yang/optical-switch</namespace></module><module><name>polatis-switch</name><revision>2020-11-14</revision><namespace>http://www.polatis.com/yang/polatis-switch</namespace></module><module><name>tailf-aaa</name><revision>2022-04-12</revision><namespace>http://tail-f.com/ns/aaa/1.1</namespace></module><module><name>tailf-acm</name><revision>2013-03-07</revision><namespace>http://tail-f.com/yang/acm</namespace></module><module><name>tailf-confd-monitoring</name><revision>2021-09-09</revision><namespace>http://tail-f.com/yang/confd-monitoring</namespace></module><module><name>tailf-confd-progress</name><revision>2020-06-29</revision><namespace>http://tail-f.com/ns/confd-progress</namespace></module><module><name>tailf-kicker</name><revision>2020-11-26</revision><namespace>http://tail-f.com/ns/kicker</namespace></module><module><name>tailf-last-login</name><revision>2019-11-21</revision><namespace>http://tail-f.com/yang/last-login</namespace></module><module><name>tailf-netconf-extensions</name><revision>2021-06-18</revision><namespace>http://tail-f.com/ns/netconf/extensions</namespace></module><module><name>tailf-netconf-monitoring</name><revision>2022-04-12</revision><namespace>http://tail-f.com/yang/netconf-monitoring</namespace></module><module><name>tailf-netconf-query</name><revision>2017-01-06</revision><namespace>http://tail-f.com/ns/netconf/query</namespace></module><module><name>tailf-netconf-rollback</name><revision>2018-01-12</revision><namespace>http://tail-f.com/ns/netconf/rollback</namespace></module><module><name>tailf-netconf-transactions</name><namespace>http://tail-f.com/ns/netconf/transactions/1.0</namespace></module><module><name>tailf-netconf-with-rollback-id</name><revision>2020-06-25</revision><namespace>http://tail-f.com/ns/netconf/with-rollback-id</namespace></module><module><name>tailf-netconf-with-transaction-id</name><revision>2018-11-23</revision><namespace>http://tail-f.com/ns/netconf/with-transaction-id</namespace></module><module><name>tailf-progress</name><revision>2021-12-17</revision><namespace>http://tail-f.com/ns/progress</namespace></module><module><name>tailf-rollback</name><revision>2020-09-02</revision><namespace>http://tail-f.com/ns/rollback</namespace></module><import-only-module><name>iana-if-type</name><revision>2023-01-26</revision><namespace>urn:ietf:params:xml:ns:yang:iana-if-type</namespace></import-only-module><import-only-module><name>ietf-datastores</name><revision>2018-02-14</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-datastores</namespace></import-only-module><import-only-module><name>ietf-inet-types</name><revision>2013-07-15</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-inet-types</namespace></import-only-module><import-only-module><name>ietf-ip</name><revision>2018-02-22</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-ip</namespace></import-only-module><import-only-module><name>ietf-network-instance</name><revision>2019-01-21</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-network-instance</namespace></import-only-module><import-only-module><name>ietf-origin</name><revision>2018-02-14</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-origin</namespace></import-only-module><import-only-module><name>ietf-x509-cert-to-name</name><revision>2014-12-10</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-x509-cert-to-name</namespace></import-only-module><import-only-module><name>ietf-yang-metadata</name><revision>2016-08-05</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-metadata</namespace></import-only-module><import-only-module><name>ietf-yang-smiv2</name><revision>2012-06-22</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-smiv2</namespace></import-only-module><import-only-module><name>ietf-yang-types</name><revision>2013-07-15</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-types</namespace></import-only-module><import-only-module><name>openconfig-alarm-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/alarms/types</namespace></import-only-module><import-only-module><name>openconfig-extensions</name><revision>2018-10-17</revision><namespace>http://openconfig.net/yang/openconfig-ext</namespace></import-only-module><import-only-module><name>openconfig-if-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/openconfig-if-types</namespace></import-only-module><import-only-module><name>openconfig-inet-types</name><revision>2019-04-25</revision><namespace>http://openconfig.net/yang/types/inet</namespace></import-only-module><import-only-module><name>openconfig-platform-types</name><revision>2022-07-28</revision><namespace>http://openconfig.net/yang/platform-types</namespace></import-only-module><import-only-module><name>openconfig-transport-types</name><revision>2023-02-08</revision><namespace>http://openconfig.net/yang/transport-types</namespace></import-only-module><import-only-module><name>openconfig-types</name><revision>2019-04-16</revision><namespace>http://openconfig.net/yang/openconfig-types</namespace></import-only-module><import-only-module><name>openconfig-yang-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/types/yang</namespace></import-only-module><import-only-module><name>tailf-common</name><revision>2022-04-12</revision><namespace>http://tail-f.com/yang/common</namespace><submodule><name>tailf-cli-extensions</name><revision>2021-12-17</revision></submodule><submodule><name>tailf-meta-extensions</name><revision>2017-03-08</revision></submodule></import-only-module><import-only-module><name>tailf-common-monitoring</name><revision>2021-09-02</revision><namespace>http://tail-f.com/yang/common-monitoring</namespace></import-only-module><import-only-module><name>tailf-common-query</name><revision>2017-12-15</revision><namespace>http://tail-f.com/ns/common/query</namespace></import-only-module><import-only-module><name>tailf-netconf-forward</name><revision></revision><namespace>http://tail-f.com/ns/netconf/forward/1.0</namespace></import-only-module><import-only-module><name>tailf-netconf-inactive</name><revision></revision><namespace>http://tail-f.com/ns/netconf/inactive/1.0</namespace></import-only-module><import-only-module><name>tailf-xsd-types</name><revision>2017-11-20</revision><namespace>http://tail-f.com/yang/xsd-types</namespace></import-only-module></module-set><schema><name>common</name><module-set>common</module-set></schema><datastore><name xmlns:ds="urn:ietf:params:xml:ns:yang:ietf-datastores">ds:running</name><schema>common</schema></datastore><datastore><name xmlns:ds="urn:ietf:params:xml:ns:yang:ietf-datastores">ds:intended</name><schema>common</schema></datastore><datastore><name xmlns:ds="urn:ietf:params:xml:ns:yang:ietf-datastores">ds:operational</name><schema>common</schema></datastore><content-id>c12b960e969b26974084d2b999572983</content-id></yang-library><modules-state xmlns="urn:ietf:params:xml:ns:yang:ietf-yang-library"><module-set-id>c12b960e969b26974084d2b999572983</module-set-id><module><name>flex-scale-mg-on</name><revision>2024-04-25</revision><namespace>http://flex-scale-project.eu/yang/flex-scale-mg-on</namespace><conformance-type>implement</conformance-type></module><module><name>iana-crypt-hash</name><revision>2014-08-06</revision><namespace>urn:ietf:params:xml:ns:yang:iana-crypt-hash</namespace><feature>crypt-hash-md5</feature><feature>crypt-hash-sha-256</feature><feature>crypt-hash-sha-512</feature><conformance-type>implement</conformance-type></module><module><name>iana-if-type</name><revision>2023-01-26</revision><namespace>urn:ietf:params:xml:ns:yang:iana-if-type</namespace><conformance-type>import</conformance-type></module><module><name>ietf-datastores</name><revision>2018-02-14</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-datastores</namespace><conformance-type>import</conformance-type></module><module><name>ietf-inet-types</name><revision>2013-07-15</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-inet-types</namespace><conformance-type>import</conformance-type></module><module><name>ietf-interfaces</name><revision>2018-02-20</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-interfaces</namespace><feature>arbitrary-names</feature><feature>if-mib</feature><feature>pre-provisioning</feature><conformance-type>implement</conformance-type></module><module><name>ietf-ip</name><revision>2018-02-22</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-ip</namespace><feature>ipv4-non-contiguous-netmasks</feature><feature>ipv6-privacy-autoconf</feature><conformance-type>import</conformance-type></module><module><name>ietf-netconf</name><revision>2011-06-01</revision><namespace>urn:ietf:params:xml:ns:netconf:base:1.0</namespace><feature>rollback-on-error</feature><feature>validate</feature><feature>writable-running</feature><feature>xpath</feature><conformance-type>implement</conformance-type></module><module><name>ietf-netconf-acm</name><revision>2018-02-14</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-acm</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-netconf-monitoring</name><revision>2010-10-04</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-netconf-nmda</name><revision>2019-01-07</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-nmda</namespace><feature>with-defaults</feature><conformance-type>implement</conformance-type></module><module><name>ietf-netconf-notifications</name><revision>2012-02-06</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-notifications</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-netconf-partial-lock</name><revision>2009-10-19</revision><namespace>urn:ietf:params:xml:ns:netconf:partial-lock:1.0</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-netconf-with-defaults</name><revision>2011-06-01</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-with-defaults</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-network-instance</name><revision>2019-01-21</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-network-instance</namespace><conformance-type>import</conformance-type></module><module><name>ietf-origin</name><revision>2018-02-14</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-origin</namespace><conformance-type>import</conformance-type></module><module><name>ietf-restconf</name><revision>2017-01-26</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-restconf</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-restconf-monitoring</name><revision>2017-01-26</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-restconf-monitoring</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-subscribed-notifications</name><revision>2019-09-09</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-subscribed-notifications</namespace><feature>encode-xml</feature><feature>replay</feature><feature>subtree</feature><feature>xpath</feature><deviation><name>ietf-subscribed-notifications-deviation</name><revision>2020-06-25</revision></deviation><conformance-type>implement</conformance-type></module><module><name>ietf-x509-cert-to-name</name><revision>2014-12-10</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-x509-cert-to-name</namespace><conformance-type>import</conformance-type></module><module><name>ietf-yang-library</name><revision>2019-01-04</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-library</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-yang-metadata</name><revision>2016-08-05</revision><namespace>urn:ietf:pa" -[2024-06-20 13:24:46,455] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:46,455] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:46,502] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:46,503] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:46,503] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:46,503] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:46,503] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:46,503] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:46,503] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:46,504] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:46,504] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:46,504] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:46,504] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:46,504] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:46,504] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:46,504] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:46,504] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:46,504] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:46,504] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:46,505] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:46,505] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:46,505] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:46,505] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:46,505] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:46,505] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:46,505] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:46,505] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:46,505] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:46,505] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:46,506] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:46,506] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:46,506] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:46,506] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:46,506] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:46,506] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:46,506] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:46,506] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: fragment = "rams:xml:ns:yang:ietf-yang-metadata</namespace><conformance-type>import</conformance-type></module><module><name>ietf-yang-patch</name><revision>2017-02-22</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-patch</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-yang-push</name><revision>2019-09-09</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-push</namespace><feature>on-change</feature><deviation><name>ietf-yang-push-deviation</name><revision></revision></deviation><conformance-type>implement</conformance-type></module><module><name>ietf-yang-schema-mount</name><revision>2019-01-14</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-schema-mount</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-yang-smiv2</name><revision>2012-06-22</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-smiv2</namespace><conformance-type>import</conformance-type></module><module><name>ietf-yang-types</name><revision>2013-07-15</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-alarm-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/alarms/types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-extensions</name><revision>2018-10-17</revision><namespace>http://openconfig.net/yang/openconfig-ext</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-if-ethernet</name><revision>2023-03-10</revision><namespace>http://openconfig.net/yang/interfaces/ethernet</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-if-ip</name><revision>2019-01-08</revision><namespace>http://openconfig.net/yang/interfaces/ip</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-if-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/openconfig-if-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-inet-types</name><revision>2019-04-25</revision><namespace>http://openconfig.net/yang/types/inet</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-interfaces</name><revision>2019-07-10</revision><namespace>http://openconfig.net/yang/interfaces</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-platform</name><revision>2022-12-20</revision><namespace>http://openconfig.net/yang/platform</namespace><conformance-type>implement</conformance-type><submodule><name>openconfig-platform-common</name><revision>2022-12-20</revision></submodule></module><module><name>openconfig-platform-port</name><revision>2023-01-19</revision><namespace>http://openconfig.net/yang/platform/port</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-platform-types</name><revision>2022-07-28</revision><namespace>http://openconfig.net/yang/platform-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-transport-types</name><revision>2023-02-08</revision><namespace>http://openconfig.net/yang/transport-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-types</name><revision>2019-04-16</revision><namespace>http://openconfig.net/yang/openconfig-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-wavelength-router</name><revision>2021-07-26</revision><namespace>http://openconfig.net/yang/wavelength-router</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-yang-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/types/yang</namespace><conformance-type>import</conformance-type></module><module><name>optical-switch</name><revision>2020-01-10</revision><namespace>http://www.polatis.com/yang/optical-switch</namespace><conformance-type>implement</conformance-type></module><module><name>polatis-switch</name><revision>2020-11-14</revision><namespace>http://www.polatis.com/yang/polatis-switch</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-aaa</name><revision>2022-04-12</revision><namespace>http://tail-f.com/ns/aaa/1.1</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-acm</name><revision>2013-03-07</revision><namespace>http://tail-f.com/yang/acm</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-common</name><revision>2022-04-12</revision><namespace>http://tail-f.com/yang/common</namespace><conformance-type>import</conformance-type><submodule><name>tailf-cli-extensions</name><revision>2021-12-17</revision></submodule><submodule><name>tailf-meta-extensions</name><revision>2017-03-08</revision></submodule></module><module><name>tailf-common-monitoring</name><revision>2021-09-02</revision><namespace>http://tail-f.com/yang/common-monitoring</namespace><conformance-type>import</conformance-type></module><module><name>tailf-common-query</name><revision>2017-12-15</revision><namespace>http://tail-f.com/ns/common/query</namespace><conformance-type>import</conformance-type></module><module><name>tailf-confd-monitoring</name><revision>2021-09-09</revision><namespace>http://tail-f.com/yang/confd-monitoring</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-confd-progress</name><revision>2020-06-29</revision><namespace>http://tail-f.com/ns/confd-progress</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-kicker</name><revision>2020-11-26</revision><namespace>http://tail-f.com/ns/kicker</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-last-login</name><revision>2019-11-21</revision><namespace>http://tail-f.com/yang/last-login</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-netconf-extensions</name><revision>2021-06-18</revision><namespace>http://tail-f.com/ns/netconf/extensions</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-netconf-forward</name><revision></revision><namespace>http://tail-f.com/ns/netconf/forward/1.0</namespace><conformance-type>import</conformance-type></module><module><name>tailf-netconf-inactive</name><revision></revision><namespace>http://tail-f.com/ns/netconf/inactive/1.0</namespace><conformance-type>import</conformance-type></module><module><name>tailf-netconf-monitoring</name><revision>2022-04-12</revision><namespace>http://tail-f.com/yang/netconf-monitoring</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-netconf-query</name><revision>2017-01-06</revision><namespace>http://tail-f.com/ns/netconf/query</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-netconf-rollback</name><revision>2018-01-12</revision><namespace>http://tail-f.com/ns/netconf/rollback</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-netconf-transactions</name><revision></revision><namespace>http://tail-f.com/ns/netconf/transactions/1.0</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-netconf-with-rollback-id</name><revision>2020-06-25</revision><namespace>http://tail-f.com/ns/netconf/with-rollback-id</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-netconf-with-transaction-id</name><revision>2018-11-23</revision><namespace>http://tail-f.com/ns/netconf/with-transaction-id</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-progress</name><revision>2021-12-17</revision><namespace>http://tail-f.com/ns/progress</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-rollback</name><revision>2020-09-02</revision><namespace>http://tail-f.com/ns/rollback</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-xsd-types</name><revision>2017-11-20</revision><namespace>http://tail-f.com/yang/xsd-types</namespace><conformance-type>import</conformance-type></module></modules-state><nacm xmlns="urn:ietf:params:xml:ns:yang:ietf-netconf-acm"><write-default>permit</write-default><denied-operations>0</denied-operations><denied-data-writes>0</denied-data-writes><denied-notifications>0</denied-notifications><groups><group><name>admin</name><user-name>admin</user-name><user-name>private</user-name></group><group><name>oper</name><user-name>oper</user-name><user-name>public</user-name></group></groups><rule-list><name>admin</name><group>admin</group><rule><name>any-access</name><action>permit</action></rule></rule-list><rule-list><name>any-group</name><group>*</group><rule><name>tailf-aaa-authentication</name><module-name>tailf-aaa</module-name><path>/aaa/authentication/users/user[name='$USER']</path><access-operations>read update</access-operations><action>permit</action></rule><rule><name>tailf-aaa-user</name><module-name>tailf-aaa</module-name><path>/user[name='$USER']</path><access-operations>create read update delete</access-operations><action>permit</action></rule><rule><name>tailf-webui-user</name><module-name>tailf-webui</module-name><path>/webui/data-stores/user-profile[username='$USER']</path><access-operations>create read update delete</access-operations><action>permit</action></rule></rule-list></nacm><netconf-state xmlns="urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring"><capabilities><capability>urn:ietf:params:netconf:base:1.0</capability><capability>urn:ietf:params:netconf:base:1.1</capability><capability>urn:ietf:params:netconf:capability:writable-running:1.0</capability><capability>urn:ietf:params:netconf:capability:rollback-on-error:1.0</capability><capability>urn:ietf:params:netconf:capability:validate:1.0</capability><capability>urn:ietf:params:netconf:capability:validate:1.1</capability><capability>urn:ietf:params:netconf:capability:xpath:1.0</capability><capability>urn:ietf:params:netconf:capability:partial-lock:1.0</capability><capability>urn:ietf:params:netconf:capability:with-defaults:1.0?basic-mode=explicit&also-supported=report-all-tagged,report-all</capability><capability>urn:ietf:params:netconf:capability:with-operational-defaults:1.0?basic-mode=explicit&also-supported=report-all-tagged,report-all</capability><capability>urn:ietf:params:netconf:capability:yang-library:1.0?revision=2019-01-04&module-set-id=c12b960e969b26974084d2b999572983</capability><capability>urn:ietf:params:netconf:capability:yang-library:1.1?revision=2019-01-04&content-id=c12b960e969b26974084d2b999572983</capability><capability>http://tail-f.com/ns/netconf/actions/1.0</capability><capability>http://flex-scale-project.eu/yang/flex-scale-mg-on?module=flex-scale-mg-on&revision=2024-04-25</capability><capability>http://openconfig.net/yang/alarms/types?module=openconfig-alarm-types&revision=2018-11-21</capability><capability>http://openconfig.net/yang/interfaces?module=openconfig-interfaces&revision=2019-07-10</capability><capability>http://openconfig.net/yang/interfaces/ethernet?module=openconfig-if-ethernet&revision=2023-03-10</capability><capability>http://openconfig.net/yang/interfaces/ip?module=openconfig-if-ip&revision=2019-01-08</capability><capability>http://openconfig.net/yang/openconfig-ext?module=openconfig-extensions&revision=2018-10-17</capability><capability>http://openconfig.net/yang/openconfig-if-types?module=openconfig-if-types&revision=2018-11-21</capability><capability>http://openconfig.net/yang/openconfig-types?module=openconfig-types&revision=2019-04-16</capability><capability>http://openconfig.net/yang/platform?module=openconfig-platform&revision=2022-12-20</capability><capability>http://openconfig.net/yang/platform-types?module=openconfig-platform-types&revision=2022-07-28</capability><capability>http://openconfig.net/yang/platform/port?module=openconfig-platform-port&revision=2023-01-19</capability><capability>http://openconfig.net/yang/transport-types?module=openconfig-transport-types&revision=2023-02-08</capability><capability>http://openconfig.net/yang/types/inet?module=openconfig-inet-types&revision=2019-04-25</capability><capability>http://openconfig.net/yang/types/yang?module=openconfig-yang-types&revision=2018-11-21</capability><capability>http://openconfig.net/yang/wavelength-router?module=openconfig-wavelength-router&revision=2021-07-26</capability><capability>http://tail-f.com/ns/aaa/1.1?module=tailf-aaa&revision=2022-04-12</capability><capability>http://tail-f.com/ns/common/query?module=tailf-common-query&revision=2017-12-15</capability><capability>http://tail-f.com/ns/confd-progress?module=tailf-confd-progress&revision=2020-06-29</capability><capability>http://tail-f.com/ns/kicker?module=tailf-kicker&revision=2020-11-26</capability><capability>http://tail-f.com/ns/netconf/query?module=tailf-netconf-query&revision=2017-01-06</capability><capability>http://tail-f.com/yang/acm?module=tailf-acm&revision=2013-03-07</capability><capability>http://tail-f.com/yang/common?module=tailf-common&revision=2022-04-12</capability><capability>http://tail-f.com/yang/common-monitoring?module=tailf-common-monitoring&revision=2021-09-02</capability><capability>http://tail-f.com/yang/confd-monitoring?module=tailf-confd-monitoring&revision=2021-09-09</capability><capability>http://tail-f.com/yang/last-login?module=tailf-last-login&revision=2019-11-21</capability><capability>http://tail-f.com/yang/netconf-monitoring?module=tailf-netconf-monitoring&revision=2022-04-12</capability><capability>http://tail-f.com/yang/xsd-types?module=tailf-xsd-types&revision=2017-11-20</capability><capability>http://www.polatis.com/yang/optical-switch?module=optical-switch&revision=2020-01-10</capability><capability>http://www.polatis.com/yang/polatis-switch?module=polatis-switch&revision=2020-11-14</capability><capability>urn:ietf:params:xml:ns:netconf:base:1.0?module=ietf-netconf&revision=2011-06-01&features=writable-running,rollback-on-error,validate,xpath</capability><capability>urn:ietf:params:xml:ns:netconf:partial-lock:1.0?module=ietf-netconf-partial-lock&revision=2009-10-19</capability><capability>urn:ietf:params:xml:ns:yang:iana-crypt-hash?module=iana-crypt-hash&revision=2014-08-06&features=crypt-hash-sha-512,crypt-hash-sha-256,crypt-hash-md5</capability><capability>urn:ietf:params:xml:ns:yang:iana-if-type?module=iana-if-type&revision=2023-01-26</capability><capability>urn:ietf:params:xml:ns:yang:ietf-inet-types?module=ietf-inet-types&revision=2013-07-15</capability><capability>urn:ietf:params:xml:ns:yang:ietf-netconf-acm?module=ietf-netconf-acm&revision=2018-02-14</capability><capability>urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring?module=ietf-netconf-monitoring&revision=2010-10-04</capability><capability>urn:ietf:params:xml:ns:yang:ietf-netconf-notifications?module=ietf-netconf-notifications&revision=2012-02-06</capability><capability>urn:ietf:params:xml:ns:yang:ietf-netconf-with-defaults?module=ietf-netconf-with-defaults&revision=2011-06-01</capability><capability>urn:ietf:params:xml:ns:yang:ietf-restconf-monitoring?module=ietf-restconf-monitoring&revision=2017-01-26</capability><capability>urn:ietf:params:xml:ns:yang:ietf-x509-cert-to-name?module=ietf-x509-cert-to-name&revision=2014-12-10</capability><capability>urn:ietf:params:xml:ns:yang:ietf-yang-metadata?module=ietf-yang-metadata&revision=2016-08-05</capability><capability>urn:ietf:params:xml:ns:yang:ietf-yang-smiv2?module=ietf-yang-smiv2&revision=2012-06-22</capability><capability>urn:ietf:params:xml:ns:yang:ietf-yang-types?module=ietf-yang-types&revision=2013-07-15</capability></capabilities><datastores><datastore><name>running</name><transaction-id xmlns="http://tail-f.com/yang/netconf-monitoring">1717-711274-208943</transaction-id><status xmlns="http://tail-f.com/yang/netconf-monitoring">valid</status></datastore></datastores><schemas><schema><identifier>flex-scale-mg-on</identifier><version>2024-04-25</version><format>yang</format><name" -[2024-06-20 13:24:46,507] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:46,507] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:46,565] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:46,566] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:46,566] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:46,566] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:46,566] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:46,566] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:46,566] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:46,566] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:46,566] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:46,566] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:46,566] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:46,567] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:46,567] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:46,567] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:46,567] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:46,567] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:46,567] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:46,567] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:46,567] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:46,567] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:46,567] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:46,568] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:46,568] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:46,568] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:46,568] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:46,568] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:46,568] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:46,568] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:46,568] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:46,568] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:46,569] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:46,569] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:46,569] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:46,569] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:46,569] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: fragment = "space>http://flex-scale-project.eu/yang/flex-scale-mg-on</namespace><location>NETCONF</location></schema><schema><identifier>iana-crypt-hash</identifier><version>2014-08-06</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:iana-crypt-hash</namespace><location>NETCONF</location></schema><schema><identifier>iana-if-type</identifier><version>2023-01-26</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:iana-if-type</namespace><location>NETCONF</location></schema><schema><identifier>ietf-datastores</identifier><version>2018-02-14</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-datastores</namespace><location>NETCONF</location></schema><schema><identifier>ietf-inet-types</identifier><version>2013-07-15</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-inet-types</namespace><location>NETCONF</location></schema><schema><identifier>ietf-interfaces</identifier><version>2018-02-20</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-interfaces</namespace><location>NETCONF</location></schema><schema><identifier>ietf-ip</identifier><version>2018-02-22</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-ip</namespace><location>NETCONF</location></schema><schema><identifier>ietf-netconf</identifier><version>2011-06-01</version><format>yang</format><namespace>urn:ietf:params:xml:ns:netconf:base:1.0</namespace><location>NETCONF</location></schema><schema><identifier>ietf-netconf-acm</identifier><version>2018-02-14</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-acm</namespace><location>NETCONF</location></schema><schema><identifier>ietf-netconf-monitoring</identifier><version>2010-10-04</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring</namespace><location>NETCONF</location></schema><schema><identifier>ietf-netconf-nmda</identifier><version>2019-01-07</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-nmda</namespace><location>NETCONF</location></schema><schema><identifier>ietf-netconf-notifications</identifier><version>2012-02-06</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-notifications</namespace><location>NETCONF</location></schema><schema><identifier>ietf-netconf-partial-lock</identifier><version>2009-10-19</version><format>yang</format><namespace>urn:ietf:params:xml:ns:netconf:partial-lock:1.0</namespace><location>NETCONF</location></schema><schema><identifier>ietf-netconf-with-defaults</identifier><version>2011-06-01</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-with-defaults</namespace><location>NETCONF</location></schema><schema><identifier>ietf-network-instance</identifier><version>2019-01-21</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-network-instance</namespace><location>NETCONF</location></schema><schema><identifier>ietf-origin</identifier><version>2018-02-14</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-origin</namespace><location>NETCONF</location></schema><schema><identifier>ietf-restconf</identifier><version>2017-01-26</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-restconf</namespace><location>NETCONF</location></schema><schema><identifier>ietf-restconf-monitoring</identifier><version>2017-01-26</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-restconf-monitoring</namespace><location>NETCONF</location></schema><schema><identifier>ietf-subscribed-notifications</identifier><version>2019-09-09</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-subscribed-notifications</namespace><location>NETCONF</location></schema><schema><identifier>ietf-x509-cert-to-name</identifier><version>2014-12-10</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-x509-cert-to-name</namespace><location>NETCONF</location></schema><schema><identifier>ietf-yang-library</identifier><version>2016-06-21</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-library</namespace><location>NETCONF</location></schema><schema><identifier>ietf-yang-metadata</identifier><version>2016-08-05</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-metadata</namespace><location>NETCONF</location></schema><schema><identifier>ietf-yang-patch</identifier><version>2017-02-22</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-patch</namespace><location>NETCONF</location></schema><schema><identifier>ietf-yang-push</identifier><version>2019-09-09</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-push</namespace><location>NETCONF</location></schema><schema><identifier>ietf-yang-schema-mount</identifier><version>2019-01-14</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-schema-mount</namespace><location>NETCONF</location></schema><schema><identifier>ietf-yang-smiv2</identifier><version>2012-06-22</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-smiv2</namespace><location>NETCONF</location></schema><schema><identifier>ietf-yang-types</identifier><version>2013-07-15</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-alarm-types</identifier><version>2018-11-21</version><format>yang</format><namespace>http://openconfig.net/yang/alarms/types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-extensions</identifier><version>2018-10-17</version><format>yang</format><namespace>http://openconfig.net/yang/openconfig-ext</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-if-ethernet</identifier><version>2023-03-10</version><format>yang</format><namespace>http://openconfig.net/yang/interfaces/ethernet</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-if-ip</identifier><version>2019-01-08</version><format>yang</format><namespace>http://openconfig.net/yang/interfaces/ip</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-if-types</identifier><version>2018-11-21</version><format>yang</format><namespace>http://openconfig.net/yang/openconfig-if-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-inet-types</identifier><version>2019-04-25</version><format>yang</format><namespace>http://openconfig.net/yang/types/inet</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-interfaces</identifier><version>2019-07-10</version><format>yang</format><namespace>http://openconfig.net/yang/interfaces</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-platform</identifier><version>2022-12-20</version><format>yang</format><namespace>http://openconfig.net/yang/platform</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-platform-common</identifier><version>2022-12-20</version><format>yang</format><namespace>http://openconfig.net/yang/platform</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-platform-port</identifier><version>2023-01-19</version><format>yang</format><namespace>http://openconfig.net/yang/platform/port</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-platform-types</identifier><version>2022-07-28</version><format>yang</format><namespace>http://openconfig.net/yang/platform-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-transport-types</identifier><version>2023-02-08</version><format>yang</format><namespace>http://openconfig.net/yang/transport-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-types</identifier><version>2019-04-16</version><format>yang</format><namespace>http://openconfig.net/yang/openconfig-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-wavelength-router</identifier><version>2021-07-26</version><format>yang</format><namespace>http://openconfig.net/yang/wavelength-router</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-yang-types</identifier><version>2018-11-21</version><format>yang</format><namespace>http://openconfig.net/yang/types/yang</namespace><location>NETCONF</location></schema><schema><identifier>optical-switch</identifier><version>2020-01-10</version><format>yang</format><namespace>http://www.polatis.com/yang/optical-switch</namespace><location>NETCONF</location></schema><schema><identifier>polatis-switch</identifier><version>2020-11-14</version><format>yang</format><namespace>http://www.polatis.com/yang/polatis-switch</namespace><location>NETCONF</location></schema><schema><identifier>tailf-aaa</identifier><version>2022-04-12</version><format>yang</format><namespace>http://tail-f.com/ns/aaa/1.1</namespace><location>NETCONF</location></schema><schema><identifier>tailf-acm</identifier><version>2013-03-07</version><format>yang</format><namespace>http://tail-f.com/yang/acm</namespace><location>NETCONF</location></schema><schema><identifier>tailf-cli-extensions</identifier><version>2021-12-17</version><format>yang</format><namespace>http://tail-f.com/yang/common</namespace><location>NETCONF</location></schema><schema><identifier>tailf-common</identifier><version>2022-04-12</version><format>yang</format><namespace>http://tail-f.com/yang/common</namespace><location>NETCONF</location></schema><schema><identifier>tailf-common-monitoring</identifier><version>2021-09-02</version><format>yang</format><namespace>http://tail-f.com/yang/common-monitoring</namespace><location>NETCONF</location></schema><schema><identifier>tailf-common-query</identifier><version>2017-12-15</version><format>yang</format><namespace>http://tail-f.com/ns/common/query</namespace><location>NETCONF</location></schema><schema><identifier>tailf-confd-monitoring</identifier><version>2021-09-09</version><format>yang</format><namespace>http://tail-f.com/yang/confd-monitoring</namespace><location>NETCONF</location></schema><schema><identifier>tailf-confd-progress</identifier><version>2020-06-29</version><format>yang</format><namespace>http://tail-f.com/ns/confd-progress</namespace><location>NETCONF</location></schema><schema><identifier>tailf-kicker</identifier><version>2020-11-26</version><format>yang</format><namespace>http://tail-f.com/ns/kicker</namespace><location>NETCONF</location></schema><schema><identifier>tailf-last-login</identifier><version>2019-11-21</version><format>yang</format><namespace>http://tail-f.com/yang/last-login</namespace><location>NETCONF</location></schema><schema><identifier>tailf-meta-extensions</identifier><version>2017-03-08</version><format>yang</format><namespace>http://tail-f.com/yang/common</namespace><location>NETCONF</location></schema><schema><identifier>tailf-netconf-extensions</identifier><version>2021-06-18</version><format>yang</format><namespace>http://tail-f.com/ns/netconf/extensions</namespace><location>NETCONF</location></schema><schema><identifier>tailf-netconf-forward</identifier><version></version><format>yang</format><namespace>http://tail-f.com/ns/netconf/forward/1.0</namespace><location>NETCONF</location></schema><schema><identifier>tailf-netconf-inactive</identifier><version></version><format>yang</format><namespace>http://tail-f.com/ns/netconf/inactive/1.0</namespace><location>NETCONF</location></schema><schema><identifier>tailf-netconf-monitoring</identifier><version>2022-04-12</version><format>yang</format><namespace>http://tail-f.com/yang/netconf-monitoring</namespace><location>NETCONF</location></schema><schema><identifier>tailf-netconf-query</identifier><version>2017-01-06</version><format>yang</format><namespace>http://tail-f.com/ns/netconf/query</namespace><location>NETCONF</location></schema><schema><identifier>tailf-netconf-rollback</identifier><version>2018-01-12</version><format>yang</format><namespace>http://tail-f.com/ns/netconf/rollback</namespace><location>NETCONF</location></schema><schema><identifier>tailf-netconf-transactions</identifier><version></version><format>yang</format><namespace>http://tail-f.com/ns/netconf/transactions/1.0</namespace><location>NETCONF</location></schema><schema><identifier>tailf-netconf-with-rollback-id</identifier><version>2020-06-25</version><format>yang</format><namespace>http://tail-f.com/ns/netconf/with-rollback-id</namespace><location>NETCONF</location></schema><schema><identifier>tailf-netconf-with-transaction-id</identifier><version>2018-11-23</version><format>yang</format><namespace>http://tail-f.com/ns/netconf/with-transaction-id</namespace><location>NETCONF</location></schema><schema><identifier>tailf-progress</identifier><version>2021-12-17</version><format>yang</format><namespace>http://tail-f.com/ns/progress</namespace><location>NETCONF</location></schema><schema><identifier>tailf-rollback</identifier><version>2020-09-02</version><format>yang</format><namespace>http://tail-f.com/ns/rollback</namespace><location>NETCONF</location></schema><schema><identifier>tailf-xsd-types</identifier><version>2017-11-20</version><format>yang</format><namespace>http://tail-f.com/yang/xsd-types</namespace><location>NETCONF</location></schema></schemas><sessions><session><session-id>21</session-id><transport>netconf-ssh</transport><username>admin</username><source-host>10.30.2.208</source-host><login-time>2024-06-20T13:24:43+00:00</login-time><in-rpcs>2</in-rpcs><in-bad-rpcs>0</in-bad-rpcs><out-rpc-errors>0</out-rpc-errors><out-notifications>0</out-notifications><transaction xmlns="http://tail-f.com/yang/netconf-monitoring"><id>23</id><db>running</db><mode>read</mode></transaction></session></sessions><statistics><netconf-start-time>2024-06-06T22:01:10+00:00</netconf-start-time><in-bad-hellos>0</in-bad-hellos><in-sessions>3</in-sessions><dropped-sessions>2</dropped-sessions><in-rpcs>8</in-rpcs><in-bad-rpcs>0</in-bad-rpcs><out-rpc-errors>0</out-rpc-errors><out-notifications>0</out-notifications></statistics></netconf-state><components xmlns="http://openconfig.net/yang/platform"><component><name>WBSS-1</name><config><name>WBSS-1</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-1-in</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>1</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>DEMUX</value></config></property></properties></component><component><name>WBSS-10</name><config><name>WBSS-10</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-5-out</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>10</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>MUX</value></config></property></properties></component><component><name>WBSS-11</name><config><name>WBSS-11</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON" -[2024-06-20 13:24:46,569] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:46,569] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:46,637] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:46,637] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:46,637] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:46,638] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:46,638] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:46,638] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:46,638] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:46,638] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:46,638] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:46,639] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:46,639] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:46,639] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:46,639] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:46,639] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:46,639] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:46,640] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:46,640] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:46,640] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:46,640] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:46,640] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:46,641] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:46,641] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:46,641] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:46,641] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:46,642] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:46,642] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:46,642] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:46,642] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:46,643] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:46,643] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:46,643] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:46,644] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:46,644] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:46,644] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:46,644] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: fragment = "_PORT</name><value>port-6-in</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>11</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>DEMUX</value></config></property></properties></component><component><name>WBSS-12</name><config><name>WBSS-12</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-6-out</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>12</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>MUX</value></config></property></properties></component><component><name>WBSS-13</name><config><name>WBSS-13</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-7-in</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>13</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>DEMUX</value></config></property></properties></component><component><name>WBSS-14</name><config><name>WBSS-14</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-7-out</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>14</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>MUX</value></config></property></properties></component><component><name>WBSS-15</name><config><name>WBSS-15</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-8-in</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>15</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>DEMUX</value></config></property></properties></component><component><name>WBSS-16</name><config><name>WBSS-16</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-8-out</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>16</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>MUX</value></config></property></properties></component><component><name>WBSS-17</name><config><name>WBSS-17</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-9-in</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>17</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>DEMUX</value></config></property></properties></component><component><name>WBSS-18</name><config><name>WBSS-18</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-9-out</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>18</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>MUX</value></config></property></properties></component><component><name>WBSS-19</name><config><name>WBSS-19</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-10-in</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>19</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>DEMUX</value></config></property></properties></component><component><name>WBSS-2</name><config><name>WBSS-2</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-1-out</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>2</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>MUX</value></config></property></properties></component><component><name>WBSS-20</name><config><name>WBSS-20</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-10-out</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>20</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>MUX</value></config></property></properties></component><component><name>WBSS-21</name><config><name>WBSS-21</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-11-in</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>21</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>DEMUX</value></config></property></properties></component><component><name>WBSS-22</name><config><name>WBSS-22</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-11-out</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>22</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>MUX</value></config></property></properties></component><component><name>WBSS-23</name><config><name>WBSS-23</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-12-in</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>23</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>DEMUX</value></config></property></properties></component><component><name>WBSS-24</name><config><name>WBSS-24</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-12-out</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>24</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>MUX</value></config></property></properties></component><component><name>WBSS-25</name><config><name>WBSS-25</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-13-in</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>25</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>DEMUX</value></config></property></properties></component><component><name>WBSS-26</name><config><name>WBSS-26</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-13-out</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>26</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>MUX</value></config></property></properties></component><component><name>WBSS-27</name><config><name>WBSS-27</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-14-in</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>27</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>DEMUX</value></config></property></properties></component><component><name>WBSS-28</name><config><name>WBSS-28</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-14-out</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>28</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>MUX</value></config></property></properties></component><component><name>WBSS-29</name><config><name>WBSS-29</name></c" -[2024-06-20 13:24:46,644] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:46,644] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:46,708] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:46,708] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:46,708] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:46,708] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:46,709] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:46,709] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:46,709] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:46,709] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:46,709] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:46,709] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:46,710] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:46,710] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:46,710] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:46,710] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:46,710] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:46,710] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:46,711] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:46,711] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:46,711] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:46,711] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:46,711] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:46,711] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:46,712] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:46,712] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:46,712] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:46,712] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:46,712] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:46,712] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:46,713] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:46,713] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:46,713] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:46,713] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:46,713] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:46,713] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:46,714] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: fragment = "onfig><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-15-in</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>29</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>DEMUX</value></config></property></properties></component><component><name>WBSS-3</name><config><name>WBSS-3</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-2-in</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>3</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>DEMUX</value></config></property></properties></component><component><name>WBSS-30</name><config><name>WBSS-30</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-15-out</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>30</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>MUX</value></config></property></properties></component><component><name>WBSS-31</name><config><name>WBSS-31</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-16-in</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>31</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>DEMUX</value></config></property></properties></component><component><name>WBSS-32</name><config><name>WBSS-32</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-16-out</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>32</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>MUX</value></config></property></properties></component><component><name>WBSS-4</name><config><name>WBSS-4</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-2-out</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>MUX</value></config></property></properties></component><component><name>WBSS-5</name><config><name>WBSS-5</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-3-in</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>5</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>DEMUX</value></config></property></properties></component><component><name>WBSS-6</name><config><name>WBSS-6</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-3-out</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>6</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>MUX</value></config></property></properties></component><component><name>WBSS-7</name><config><name>WBSS-7</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-4-in</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>7</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>DEMUX</value></config></property></properties></component><component><name>WBSS-8</name><config><name>WBSS-8</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-4-out</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>8</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>MUX</value></config></property></properties></component><component><name>WBSS-9</name><config><name>WBSS-9</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-5-in</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>9</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>DEMUX</value></config></property></properties></component><component><name>WSS-1</name><config><name>WSS-1</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WSS_MODULE</value></config></property><property><name>MG_ON_WSS_BAND</name><config><name>MG_ON_WSS_BAND</name><value>C-BAND</value></config></property><property><name>MG_ON_WSS_COMMON_PORT</name><config><name>MG_ON_WSS_COMMON_PORT</name><value>273</value></config></property><property><name>MG_ON_WSS_INDEX</name><config><name>MG_ON_WSS_INDEX</name><value>1</value></config></property><property><name>MG_ON_WSS_LOWER_FREQ</name><config><name>MG_ON_WSS_LOWER_FREQ</name><value>191560677</value></config></property><property><name>MG_ON_WSS_NUM_PORTS</name><config><name>MG_ON_WSS_NUM_PORTS</name><value>9</value></config></property><property><name>MG_ON_WSS_TYPE</name><config><name>MG_ON_WSS_TYPE</name><value>DEMUX</value></config></property><property><name>MG_ON_WSS_UPPER_FREQ</name><config><name>MG_ON_WSS_UPPER_FREQ</name><value>195942783</value></config></property></properties></component><component><name>WSS-10</name><config><name>WSS-10</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WSS_MODULE</value></config></property><property><name>MG_ON_WSS_BAND</name><config><name>MG_ON_WSS_BAND</name><value>S-BAND</value></config></property><property><name>MG_ON_WSS_COMMON_PORT</name><config><name>MG_ON_WSS_COMMON_PORT</name><value>282</value></config></property><property><name>MG_ON_WSS_INDEX</name><config><name>MG_ON_WSS_INDEX</name><value>10</value></config></property><property><name>MG_ON_WSS_LOWER_FREQ</name><config><name>MG_ON_WSS_LOWER_FREQ</name><value>195942784</value></config></property><property><name>MG_ON_WSS_NUM_PORTS</name><config><name>MG_ON_WSS_NUM_PORTS</name><value>9</value></config></property><property><name>MG_ON_WSS_TYPE</name><config><name>MG_ON_WSS_TYPE</name><value>DEMUX</value></config></property><property><name>MG_ON_WSS_UPPER_FREQ</name><config><name>MG_ON_WSS_UPPER_FREQ</name><value>205337300</value></config></property></properties></component><component><name>WSS-11</name><config><name>WSS-11</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WSS_MODULE</value></config></property><property><name>MG_ON_WSS_BAND</name><config><name>MG_ON_WSS_BAND</name><value>S-BAND</value></config></property><property><name>MG_ON_WSS_COMMON_PORT</name><config><name>MG_ON_WSS_COMMON_PORT</name><value>91</value></config></property><property><name>MG_ON_WSS_INDEX</name><config><name>MG_ON_WSS_INDEX</name><value>11</value></config></property><property><name>MG_ON_WSS_LOWER_FREQ</name><config><name>MG_ON_WSS_LOWER_FREQ</name><value>195942784</value></config></property><property><name>MG_ON_WSS_NUM_PORTS</name><config><name>MG_ON_WSS_NUM_PORTS</name><value>9</value></config></property><property><name>MG_ON_WSS_TYPE</name><config><name>MG_ON_WSS_TYPE</name><value>MUX</value></config></property><property><name>MG_ON_WSS_UPPER_FREQ</name><config><name>MG_ON_WSS_UPPER_FREQ</name><value>205337300</value></config></property></properties></component><component><name>WSS-12</name><config><name>WSS-12</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WSS_MODULE</value></config></property><property><name>MG_ON_WSS_BAND</name><config><name>MG_ON_WSS_BAND</name><value>S-BAND</value></config></property><property><name>MG_ON_WSS_COMMON_PORT</name><config><name>MG_ON_WSS_COMMON_PORT</name><value>92</value></config></property><property><name>MG_ON_WSS_INDEX</name><config><name>MG_ON_WSS_INDEX</name><value>12</value></config></property><property><name>MG_ON_WSS_LOWER_FREQ</name><config><name>MG_ON_WSS_LOWER_FREQ</name><value>195942784</value></config></property><property><name>MG_ON_WSS_NUM_PORTS</name><config><name>MG_ON_WSS_NUM_PORTS</name><value>9</value></config></property><property><name>MG_ON_WSS_TYPE</name><config><name>MG_ON_WSS_TYPE</name><value>MUX</value></config></property><property><name>MG_ON_WSS_UPPER_FREQ</name><config><name>MG_ON_WSS_UPPER_FREQ</name><value>205337300</value></config></property></properties></component><component><name>WSS-2</name><config><name>WSS-2</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WSS_MODULE</value></config></property><property><name>MG_ON_WSS_BAND</name><config><name>MG_ON_WSS_BAND</name><value>C-BAND</value></config></property><property><name>MG_ON_WSS_COMMON_PORT</name><config><name>MG_ON_WSS_COMMON_PORT</name><value>274</value></config></property><property><name>MG_ON_WSS_INDEX</name><config><name>MG_ON_WSS_INDEX</name><value>2</value></config></property><property><name>MG_ON_WSS_LOWER_FREQ</name><config><name>MG_ON_WSS_LOWER_FREQ</name><value>191560677</value></config></property><property><name>MG_ON_WSS_NUM_PORTS</name><config><name>MG_ON_WSS_NUM_PORTS</name><value>9</value></config></property><property><name>MG_ON_WSS_TYPE</name><config><name>MG_ON_WSS_TYPE</name><value>DEMUX</value></config></property><property><name>MG_ON_WSS_UPPER_FREQ</name><config><name>MG_ON_WSS_UPPER_FREQ</name><value>195942783</value></config></property></properties></component><component><name>WSS-3</name><config><name>WSS-3</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WSS_MODULE</value></config></property><property><name>MG_ON_WSS_BAND</name><config><name>MG_ON_WSS_BAND</name><value>C-BAND</value></config></property><property><name>MG_ON_WSS_COMMON_PORT</name><config><name>MG_ON_WSS_COMMON_PORT</name><value>83</value></config></property><property><name>MG_ON_WSS_INDEX</name><config><name>MG_ON_WSS_INDEX</name><value>3</value></config></property><property><name>MG_ON_WSS_LOWER_FREQ</name><config><name>MG_ON_WSS_LOWER_FREQ</name><value>191560677</value></config></property><property><name>MG_ON_WSS_NUM_PORTS</name><config><name>MG_ON_WSS_NUM_PORTS</name><value>9</value></config></property><property><name>MG_ON_WSS_TYPE</name><config><name>MG_ON_WSS_TYPE</name><value>MUX</value></config></property><property><name>MG_ON_WSS_UPPER_FREQ</name><config><name>MG_ON_WSS_UPPER_FREQ</name><value>195942783</value></config></property></properties></component><component><name>WSS-4</name><config><name>WSS-4</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><valu" -[2024-06-20 13:24:46,714] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:46,714] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:46,782] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:46,782] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:46,782] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:46,783] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:46,783] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:46,783] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:46,783] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:46,783] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:46,783] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:46,784] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:46,784] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:46,784] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:46,785] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:46,785] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:46,785] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:46,785] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:46,786] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:46,786] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:46,786] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:46,787] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:46,787] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:46,787] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:46,787] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:46,788] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:46,788] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:46,788] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:46,789] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:46,789] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:46,789] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:46,790] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:46,790] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:46,791] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:46,791] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:46,791] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:46,792] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: fragment = "e>MG_ON_WSS_MODULE</value></config></property><property><name>MG_ON_WSS_BAND</name><config><name>MG_ON_WSS_BAND</name><value>C-BAND</value></config></property><property><name>MG_ON_WSS_COMMON_PORT</name><config><name>MG_ON_WSS_COMMON_PORT</name><value>84</value></config></property><property><name>MG_ON_WSS_INDEX</name><config><name>MG_ON_WSS_INDEX</name><value>4</value></config></property><property><name>MG_ON_WSS_LOWER_FREQ</name><config><name>MG_ON_WSS_LOWER_FREQ</name><value>191560677</value></config></property><property><name>MG_ON_WSS_NUM_PORTS</name><config><name>MG_ON_WSS_NUM_PORTS</name><value>9</value></config></property><property><name>MG_ON_WSS_TYPE</name><config><name>MG_ON_WSS_TYPE</name><value>MUX</value></config></property><property><name>MG_ON_WSS_UPPER_FREQ</name><config><name>MG_ON_WSS_UPPER_FREQ</name><value>195942783</value></config></property></properties></component><component><name>WSS-5</name><config><name>WSS-5</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WSS_MODULE</value></config></property><property><name>MG_ON_WSS_BAND</name><config><name>MG_ON_WSS_BAND</name><value>L-BAND</value></config></property><property><name>MG_ON_WSS_COMMON_PORT</name><config><name>MG_ON_WSS_COMMON_PORT</name><value>277</value></config></property><property><name>MG_ON_WSS_INDEX</name><config><name>MG_ON_WSS_INDEX</name><value>5</value></config></property><property><name>MG_ON_WSS_LOWER_FREQ</name><config><name>MG_ON_WSS_LOWER_FREQ</name><value>184487666</value></config></property><property><name>MG_ON_WSS_NUM_PORTS</name><config><name>MG_ON_WSS_NUM_PORTS</name><value>9</value></config></property><property><name>MG_ON_WSS_TYPE</name><config><name>MG_ON_WSS_TYPE</name><value>DEMUX</value></config></property><property><name>MG_ON_WSS_UPPER_FREQ</name><config><name>MG_ON_WSS_UPPER_FREQ</name><value>191560676</value></config></property></properties></component><component><name>WSS-6</name><config><name>WSS-6</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WSS_MODULE</value></config></property><property><name>MG_ON_WSS_BAND</name><config><name>MG_ON_WSS_BAND</name><value>L-BAND</value></config></property><property><name>MG_ON_WSS_COMMON_PORT</name><config><name>MG_ON_WSS_COMMON_PORT</name><value>278</value></config></property><property><name>MG_ON_WSS_INDEX</name><config><name>MG_ON_WSS_INDEX</name><value>6</value></config></property><property><name>MG_ON_WSS_LOWER_FREQ</name><config><name>MG_ON_WSS_LOWER_FREQ</name><value>184487666</value></config></property><property><name>MG_ON_WSS_NUM_PORTS</name><config><name>MG_ON_WSS_NUM_PORTS</name><value>9</value></config></property><property><name>MG_ON_WSS_TYPE</name><config><name>MG_ON_WSS_TYPE</name><value>DEMUX</value></config></property><property><name>MG_ON_WSS_UPPER_FREQ</name><config><name>MG_ON_WSS_UPPER_FREQ</name><value>191560676</value></config></property></properties></component><component><name>WSS-7</name><config><name>WSS-7</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WSS_MODULE</value></config></property><property><name>MG_ON_WSS_BAND</name><config><name>MG_ON_WSS_BAND</name><value>L-BAND</value></config></property><property><name>MG_ON_WSS_COMMON_PORT</name><config><name>MG_ON_WSS_COMMON_PORT</name><value>87</value></config></property><property><name>MG_ON_WSS_INDEX</name><config><name>MG_ON_WSS_INDEX</name><value>7</value></config></property><property><name>MG_ON_WSS_LOWER_FREQ</name><config><name>MG_ON_WSS_LOWER_FREQ</name><value>184487666</value></config></property><property><name>MG_ON_WSS_NUM_PORTS</name><config><name>MG_ON_WSS_NUM_PORTS</name><value>9</value></config></property><property><name>MG_ON_WSS_TYPE</name><config><name>MG_ON_WSS_TYPE</name><value>MUX</value></config></property><property><name>MG_ON_WSS_UPPER_FREQ</name><config><name>MG_ON_WSS_UPPER_FREQ</name><value>191560676</value></config></property></properties></component><component><name>WSS-8</name><config><name>WSS-8</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WSS_MODULE</value></config></property><property><name>MG_ON_WSS_BAND</name><config><name>MG_ON_WSS_BAND</name><value>L-BAND</value></config></property><property><name>MG_ON_WSS_COMMON_PORT</name><config><name>MG_ON_WSS_COMMON_PORT</name><value>88</value></config></property><property><name>MG_ON_WSS_INDEX</name><config><name>MG_ON_WSS_INDEX</name><value>8</value></config></property><property><name>MG_ON_WSS_LOWER_FREQ</name><config><name>MG_ON_WSS_LOWER_FREQ</name><value>184487666</value></config></property><property><name>MG_ON_WSS_NUM_PORTS</name><config><name>MG_ON_WSS_NUM_PORTS</name><value>9</value></config></property><property><name>MG_ON_WSS_TYPE</name><config><name>MG_ON_WSS_TYPE</name><value>MUX</value></config></property><property><name>MG_ON_WSS_UPPER_FREQ</name><config><name>MG_ON_WSS_UPPER_FREQ</name><value>191560676</value></config></property></properties></component><component><name>WSS-9</name><config><name>WSS-9</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WSS_MODULE</value></config></property><property><name>MG_ON_WSS_BAND</name><config><name>MG_ON_WSS_BAND</name><value>S-BAND</value></config></property><property><name>MG_ON_WSS_COMMON_PORT</name><config><name>MG_ON_WSS_COMMON_PORT</name><value>281</value></config></property><property><name>MG_ON_WSS_INDEX</name><config><name>MG_ON_WSS_INDEX</name><value>9</value></config></property><property><name>MG_ON_WSS_LOWER_FREQ</name><config><name>MG_ON_WSS_LOWER_FREQ</name><value>195942784</value></config></property><property><name>MG_ON_WSS_NUM_PORTS</name><config><name>MG_ON_WSS_NUM_PORTS</name><value>9</value></config></property><property><name>MG_ON_WSS_TYPE</name><config><name>MG_ON_WSS_TYPE</name><value>DEMUX</value></config></property><property><name>MG_ON_WSS_UPPER_FREQ</name><config><name>MG_ON_WSS_UPPER_FREQ</name><value>205337300</value></config></property></properties></component><component><name>int-connection-1</name><config><name>int-connection-1</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-10</name><config><name>int-connection-10</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-100</name><config><name>int-connection-100</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>228</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>100</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-101</name><config><name>int-connection-101</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>20</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>101</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-102</name><config><name>int-connection-102</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>102</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-103</name><config><name>int-connection-103</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>103</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-104</name><config><name>int-connection-104</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>104</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-105</name><config><name>int-connection-105</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>105</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-106</name><config><name>int-connection-106</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name" -[2024-06-20 13:24:46,792] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:46,792] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:46,852] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:46,852] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:46,852] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:46,852] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:46,852] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:46,852] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:46,853] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:46,853] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:46,853] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:46,853] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:46,853] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:46,853] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:46,853] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:46,854] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:46,854] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:46,854] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:46,854] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:46,854] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:46,854] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:46,854] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:46,855] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:46,855] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:46,855] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:46,855] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:46,855] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:46,855] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:46,856] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:46,856] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:46,856] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:46,856] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:46,856] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:46,857] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:46,857] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:46,857] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:46,857] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: fragment = "><config><name>MG_ON_INT_CONN_INDEX</name><value>106</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-107</name><config><name>int-connection-107</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>107</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-108</name><config><name>int-connection-108</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>18</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>108</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-109</name><config><name>int-connection-109</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>20</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>109</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-11</name><config><name>int-connection-11</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-110</name><config><name>int-connection-110</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>110</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-111</name><config><name>int-connection-111</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>111</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-112</name><config><name>int-connection-112</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>112</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-113</name><config><name>int-connection-113</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>37</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>113</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-114</name><config><name>int-connection-114</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>38</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>114</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-115</name><config><name>int-connection-115</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>39</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>115</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-116</name><config><name>int-connection-116</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>40</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>116</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-117</name><config><name>int-connection-117</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>229</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>117</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-118</name><config><name>int-connection-118</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>230</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>118</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-119</name><config><name>int-connection-119</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>231</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>119</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-12</name><config><name>int-connection-12</name></config><state><empt" -[2024-06-20 13:24:46,857] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:46,858] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:46,921] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:46,921] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:46,922] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:46,922] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:46,922] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:46,922] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:46,923] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:46,923] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:46,923] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:46,923] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:46,923] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:46,924] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:46,924] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:46,924] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:46,924] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:46,924] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:46,925] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:46,925] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:46,925] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:46,925] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:46,925] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:46,926] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:46,926] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:46,926] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:46,926] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:46,927] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:46,927] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:46,927] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:46,927] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:46,927] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:46,928] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:46,928] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:46,928] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:46,928] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:46,929] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: fragment = "y>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-120</name><config><name>int-connection-120</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>232</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>120</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-121</name><config><name>int-connection-121</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>121</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-122</name><config><name>int-connection-122</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>122</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-123</name><config><name>int-connection-123</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>123</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-124</name><config><name>int-connection-124</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>124</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-125</name><config><name>int-connection-125</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>125</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-126</name><config><name>int-connection-126</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>126</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-127</name><config><name>int-connection-127</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>20</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>127</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-128</name><config><name>int-connection-128</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>128</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-129</name><config><name>int-connection-129</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>129</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-13</name><config><name>int-connection-13</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>17</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-130</name><config><name>int-connection-130</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>130</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-131</name><config><name>int-connection-131</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>131</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-132</name><config><name>int-connection-132</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>12</value></config></property><propert" -[2024-06-20 13:24:46,929] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:46,929] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:46,981] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:46,981] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:46,982] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:46,982] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:46,982] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:46,982] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:46,982] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:46,982] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:46,982] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:46,983] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:46,983] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:46,983] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:46,983] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:46,983] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:46,983] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:46,983] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:46,983] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:46,984] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:46,984] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:46,984] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:46,984] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:46,984] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:46,984] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:46,984] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:46,984] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:46,984] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:46,985] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:46,985] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:46,985] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:46,986] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:46,986] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:46,986] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:46,986] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:46,986] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:46,986] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: fragment = "y><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>132</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-133</name><config><name>int-connection-133</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>41</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>133</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-134</name><config><name>int-connection-134</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>42</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>134</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-135</name><config><name>int-connection-135</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>43</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>135</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-136</name><config><name>int-connection-136</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>44</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>136</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-137</name><config><name>int-connection-137</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>233</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>137</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-138</name><config><name>int-connection-138</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>234</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>138</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-139</name><config><name>int-connection-139</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>235</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>139</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-14</name><config><name>int-connection-14</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>18</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-140</name><config><name>int-connection-140</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>236</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>140</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-141</name><config><name>int-connection-141</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>141</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-142</name><config><name>int-connection-142</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>142</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-143</name><config><name>int-connection-143</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>143</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-144</name><config><name>int-connection-144</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>144</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-145</name><config><name>int-connection-145</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_INDE" -[2024-06-20 13:24:46,986] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:46,986] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:47,044] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:47,044] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:47,044] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:47,045] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:47,045] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:47,045] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:47,045] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:47,045] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:47,045] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:47,046] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:47,046] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:47,046] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:47,046] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:47,046] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:47,047] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:47,047] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:47,047] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:47,047] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:47,048] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:47,048] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:47,048] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:47,048] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:47,048] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:47,049] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:47,049] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:47,049] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:47,049] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:47,049] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:47,050] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:47,050] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:47,050] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:47,050] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:47,050] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:47,051] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:47,051] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: fragment = "X</name><config><name>MG_ON_INT_CONN_INDEX</name><value>145</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-146</name><config><name>int-connection-146</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>146</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-147</name><config><name>int-connection-147</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>147</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-148</name><config><name>int-connection-148</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>148</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-149</name><config><name>int-connection-149</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>149</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-15</name><config><name>int-connection-15</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>19</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-150</name><config><name>int-connection-150</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>150</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-151</name><config><name>int-connection-151</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>151</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-152</name><config><name>int-connection-152</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>152</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-153</name><config><name>int-connection-153</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>45</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>153</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-154</name><config><name>int-connection-154</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>46</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>154</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-155</name><config><name>int-connection-155</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>47</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>155</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-156</name><config><name>int-connection-156</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>48</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>156</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-157</name><config><name>int-connection-157</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>237</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>157</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-158</name><config><name>int-connection-158</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>238</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>158</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-159</name><config><name>int-connection-159</name></config><st" -[2024-06-20 13:24:47,051] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:47,051] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:47,104] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:47,105] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:47,105] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:47,105] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:47,105] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:47,105] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:47,106] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:47,106] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:47,106] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:47,106] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:47,106] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:47,107] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:47,107] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:47,107] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:47,107] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:47,107] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:47,108] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:47,108] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:47,108] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:47,108] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:47,108] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:47,109] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:47,109] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:47,109] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:47,109] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:47,109] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:47,110] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:47,110] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:47,110] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:47,110] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:47,111] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:47,111] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:47,111] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:47,111] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:47,111] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: fragment = "ate><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>239</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>159</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-16</name><config><name>int-connection-16</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>20</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-160</name><config><name>int-connection-160</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>240</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>160</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-161</name><config><name>int-connection-161</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>17</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>161</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-162</name><config><name>int-connection-162</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>17</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>162</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-163</name><config><name>int-connection-163</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>17</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>163</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-164</name><config><name>int-connection-164</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>17</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>164</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-165</name><config><name>int-connection-165</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>17</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>165</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-166</name><config><name>int-connection-166</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>17</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>166</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-167</name><config><name>int-connection-167</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>17</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>167</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-168</name><config><name>int-connection-168</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>17</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>168</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-169</name><config><name>int-connection-169</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>17</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>169</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-17</name><config><name>int-connection-17</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>209</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>17</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-170</name><config><name>int-connection-170</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>17</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>170</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-171</name><config><name>int-connection-171</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>17</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT<" -[2024-06-20 13:24:47,112] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:47,112] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:47,168] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:47,169] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:47,169] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:47,169] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:47,169] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:47,170] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:47,170] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:47,170] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:47,170] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:47,170] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:47,171] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:47,171] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:47,171] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:47,171] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:47,172] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:47,172] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:47,172] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:47,172] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:47,173] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:47,173] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:47,173] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:47,173] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:47,173] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:47,173] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:47,174] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:47,174] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:47,174] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:47,174] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:47,175] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:47,175] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:47,175] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:47,175] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:47,175] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:47,176] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:47,176] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: fragment = "/name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>171</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-172</name><config><name>int-connection-172</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>17</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>172</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-173</name><config><name>int-connection-173</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>17</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>49</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>173</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-174</name><config><name>int-connection-174</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>17</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>50</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>174</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-175</name><config><name>int-connection-175</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>17</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>51</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>175</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-176</name><config><name>int-connection-176</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>17</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>52</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>176</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-177</name><config><name>int-connection-177</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>18</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>241</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>177</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-178</name><config><name>int-connection-178</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>18</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>242</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>178</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-179</name><config><name>int-connection-179</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>18</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>243</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>179</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-18</name><config><name>int-connection-18</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>210</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>18</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-180</name><config><name>int-connection-180</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>18</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>244</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>180</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-181</name><config><name>int-connection-181</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>19</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>181</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-182</name><config><name>int-connection-182</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>19</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>182</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-183</name><config><name>int-connection-183</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>19</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>183</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-184</name><config><name>int-connection-184</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>19</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>10</value>" -[2024-06-20 13:24:47,176] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:47,176] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:47,230] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:47,230] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:47,231] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:47,231] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:47,231] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:47,231] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:47,231] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:47,232] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:47,232] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:47,232] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:47,232] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:47,232] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:47,232] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:47,233] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:47,233] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:47,233] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:47,233] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:47,233] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:47,233] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:47,233] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:47,234] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:47,234] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:47,234] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:47,234] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:47,234] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:47,234] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:47,235] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:47,235] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:47,235] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:47,235] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:47,235] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:47,235] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:47,236] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:47,236] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:47,236] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: fragment = "</config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>184</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-185</name><config><name>int-connection-185</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>19</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>185</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-186</name><config><name>int-connection-186</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>19</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>186</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-187</name><config><name>int-connection-187</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>19</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>187</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-188</name><config><name>int-connection-188</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>19</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>188</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-189</name><config><name>int-connection-189</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>19</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>189</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-19</name><config><name>int-connection-19</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>211</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>19</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-190</name><config><name>int-connection-190</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>19</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>190</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-191</name><config><name>int-connection-191</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>19</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>191</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-192</name><config><name>int-connection-192</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>19</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>192</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-193</name><config><name>int-connection-193</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>19</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>53</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>193</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-194</name><config><name>int-connection-194</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>19</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>54</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>194</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-195</name><config><name>int-connection-195</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>19</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>55</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>195</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-196</name><config><name>int-connection-196</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>19</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>56</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>196</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-197</name><config><name>int-connection-197</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>20</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>245</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>197</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-198</name><config><nam" -[2024-06-20 13:24:47,236] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:47,236] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:47,294] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:47,294] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:47,294] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:47,295] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:47,295] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:47,295] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:47,295] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:47,295] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:47,296] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:47,296] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:47,296] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:47,296] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:47,296] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:47,296] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:47,296] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:47,296] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:47,297] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:47,297] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:47,297] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:47,297] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:47,297] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:47,297] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:47,297] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:47,298] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:47,298] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:47,298] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:47,298] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:47,298] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:47,298] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:47,298] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:47,298] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:47,298] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:47,299] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:47,299] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:47,299] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: fragment = "e>int-connection-198</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>20</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>246</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>198</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-199</name><config><name>int-connection-199</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>20</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>247</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>199</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-2</name><config><name>int-connection-2</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-20</name><config><name>int-connection-20</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>212</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>20</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-200</name><config><name>int-connection-200</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>20</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>248</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>200</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-201</name><config><name>int-connection-201</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>21</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>201</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-202</name><config><name>int-connection-202</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>21</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>202</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-203</name><config><name>int-connection-203</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>21</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>203</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-204</name><config><name>int-connection-204</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>21</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>204</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-205</name><config><name>int-connection-205</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>21</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>205</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-206</name><config><name>int-connection-206</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>21</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>206</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-207</name><config><name>int-connection-207</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>21</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>207</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-208</name><config><name>int-connection-208</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>21</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>208</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-209</name><config><name>int-connection-209</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>21</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>209</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-21</name><config><name>int-connection-21</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><" -[2024-06-20 13:24:47,299] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:47,299] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:47,354] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:47,354] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:47,354] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:47,355] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:47,355] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:47,355] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:47,355] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:47,355] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:47,356] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:47,356] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:47,356] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:47,356] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:47,356] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:47,356] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:47,356] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:47,357] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:47,357] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:47,357] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:47,357] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:47,357] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:47,358] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:47,358] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:47,358] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:47,358] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:47,358] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:47,358] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:47,359] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:47,359] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:47,359] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:47,359] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:47,359] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:47,360] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:47,360] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:47,360] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:47,360] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: fragment = "name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>21</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-210</name><config><name>int-connection-210</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>21</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>210</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-211</name><config><name>int-connection-211</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>21</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>211</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-212</name><config><name>int-connection-212</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>21</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>212</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-213</name><config><name>int-connection-213</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>21</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>57</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>213</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-214</name><config><name>int-connection-214</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>21</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>58</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>214</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-215</name><config><name>int-connection-215</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>21</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>59</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>215</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-216</name><config><name>int-connection-216</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>21</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>60</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>216</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-217</name><config><name>int-connection-217</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>249</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>217</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-218</name><config><name>int-connection-218</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>250</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>218</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-219</name><config><name>int-connection-219</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>251</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>219</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-22</name><config><name>int-connection-22</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-220</name><config><name>int-connection-220</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>252</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>220</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-221</name><config><name>int-connection-221</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>23</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>221</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-222</name><config><name>int-connection-222</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>23</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name" -[2024-06-20 13:24:47,360] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:47,360] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:47,416] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:47,416] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:47,416] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:47,416] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:47,417] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:47,417] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:47,417] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:47,417] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:47,417] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:47,418] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:47,418] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:47,418] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:47,418] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:47,418] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:47,418] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:47,418] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:47,419] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:47,419] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:47,419] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:47,419] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:47,419] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:47,420] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:47,420] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:47,420] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:47,420] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:47,420] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:47,421] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:47,421] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:47,421] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:47,421] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:47,422] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:47,422] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:47,422] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:47,422] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:47,422] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: fragment = "><value>12</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>222</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-223</name><config><name>int-connection-223</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>23</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>223</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-224</name><config><name>int-connection-224</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>23</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>224</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-225</name><config><name>int-connection-225</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>23</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>225</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-226</name><config><name>int-connection-226</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>23</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>226</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-227</name><config><name>int-connection-227</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>23</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>227</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-228</name><config><name>int-connection-228</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>23</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>228</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-229</name><config><name>int-connection-229</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>23</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>229</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-23</name><config><name>int-connection-23</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>23</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-230</name><config><name>int-connection-230</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>23</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>230</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-231</name><config><name>int-connection-231</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>23</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>231</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-232</name><config><name>int-connection-232</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>23</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>232</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-233</name><config><name>int-connection-233</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>23</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>61</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>233</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-234</name><config><name>int-connection-234</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>23</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>62</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>234</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-235</name><config><name>int-connection-235</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>23</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>63</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>235</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-236</name><config><name>int-connection-236</name></config><state><empty>" -[2024-06-20 13:24:47,422] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:47,422] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:47,476] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:47,477] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:47,477] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:47,477] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:47,477] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:47,477] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:47,477] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:47,477] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:47,477] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:47,477] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:47,478] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:47,478] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:47,478] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:47,478] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:47,478] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:47,478] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:47,478] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:47,478] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:47,478] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:47,478] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:47,479] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:47,479] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:47,479] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:47,479] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:47,479] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:47,479] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:47,479] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:47,479] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:47,479] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:47,480] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:47,480] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:47,480] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:47,480] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:47,480] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:47,480] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: fragment = "false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>23</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>64</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>236</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-237</name><config><name>int-connection-237</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>253</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>237</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-238</name><config><name>int-connection-238</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>254</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>238</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-239</name><config><name>int-connection-239</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>255</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>239</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-24</name><config><name>int-connection-24</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>18</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-240</name><config><name>int-connection-240</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>256</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>240</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-241</name><config><name>int-connection-241</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>25</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>241</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-242</name><config><name>int-connection-242</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>25</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>242</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-243</name><config><name>int-connection-243</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>25</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>243</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-244</name><config><name>int-connection-244</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>25</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>244</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-245</name><config><name>int-connection-245</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>25</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>245</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-246</name><config><name>int-connection-246</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>25</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>246</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-247</name><config><name>int-connection-247</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>25</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>247</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-248</name><config><name>int-connection-248</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>25</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>248</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-249</name><config><name>int-connection-249</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>25</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT" -[2024-06-20 13:24:47,480] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:47,480] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:47,537] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:47,538] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:47,538] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:47,538] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:47,538] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:47,538] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:47,539] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:47,539] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:47,539] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:47,539] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:47,539] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:47,539] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:47,540] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:47,540] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:47,540] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:47,540] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:47,540] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:47,540] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:47,540] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:47,541] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:47,541] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:47,541] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:47,541] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:47,541] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:47,541] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:47,542] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:47,542] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:47,542] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:47,542] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:47,542] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:47,542] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:47,543] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:47,543] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:47,543] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:47,543] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: fragment = "_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>18</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>249</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-25</name><config><name>int-connection-25</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>20</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>25</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-250</name><config><name>int-connection-250</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>25</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>20</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>250</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-251</name><config><name>int-connection-251</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>25</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>251</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-252</name><config><name>int-connection-252</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>25</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>252</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-253</name><config><name>int-connection-253</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>25</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>17</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>253</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-254</name><config><name>int-connection-254</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>25</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>18</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>254</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-255</name><config><name>int-connection-255</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>25</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>19</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>255</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-256</name><config><name>int-connection-256</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>25</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>20</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>256</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-257</name><config><name>int-connection-257</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>209</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>257</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-258</name><config><name>int-connection-258</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>210</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>258</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-259</name><config><name>int-connection-259</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>211</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>259</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-26</name><config><name>int-connection-26</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-260</name><config><name>int-connection-260</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>212</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>260</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-261</name><config><name>int-connection-261</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>27</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property>" -[2024-06-20 13:24:47,543] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:47,543] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:47,600] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:47,600] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:47,600] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:47,600] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:47,600] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:47,600] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:47,600] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:47,601] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:47,601] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:47,601] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:47,601] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:47,601] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:47,601] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:47,601] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:47,601] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:47,601] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:47,601] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:47,601] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:47,602] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:47,602] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:47,602] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:47,602] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:47,602] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:47,602] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:47,602] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:47,602] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:47,602] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:47,602] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:47,602] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:47,603] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:47,603] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:47,603] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:47,603] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:47,603] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:47,603] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: fragment = "<property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>261</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-262</name><config><name>int-connection-262</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>27</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>262</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-263</name><config><name>int-connection-263</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>27</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>263</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-264</name><config><name>int-connection-264</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>27</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>264</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-265</name><config><name>int-connection-265</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>27</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>265</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-266</name><config><name>int-connection-266</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>27</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>266</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-267</name><config><name>int-connection-267</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>27</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>267</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-268</name><config><name>int-connection-268</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>27</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>268</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-269</name><config><name>int-connection-269</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>27</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>18</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>269</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-27</name><config><name>int-connection-27</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>27</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-270</name><config><name>int-connection-270</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>27</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>20</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>270</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-271</name><config><name>int-connection-271</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>27</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>271</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-272</name><config><name>int-connection-272</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>27</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>272</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-273</name><config><name>int-connection-273</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>27</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>21</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>273</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-274</name><config><name>int-connection-274</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>27</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>274</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-275</name><config><name>int-connection-275</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name" -[2024-06-20 13:24:47,603] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:47,603] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:47,662] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:47,662] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:47,663] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:47,663] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:47,663] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:47,663] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:47,663] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:47,663] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:47,663] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:47,664] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:47,664] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:47,664] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:47,664] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:47,664] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:47,664] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:47,665] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:47,665] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:47,665] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:47,665] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:47,665] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:47,665] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:47,666] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:47,666] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:47,666] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:47,666] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:47,666] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:47,666] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:47,667] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:47,667] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:47,667] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:47,667] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:47,667] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:47,667] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:47,667] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:47,668] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: fragment = "><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>27</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>23</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>275</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-276</name><config><name>int-connection-276</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>27</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>276</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-277</name><config><name>int-connection-277</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>213</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>277</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-278</name><config><name>int-connection-278</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>214</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>278</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-279</name><config><name>int-connection-279</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>215</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>279</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-28</name><config><name>int-connection-28</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-280</name><config><name>int-connection-280</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>216</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>280</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-281</name><config><name>int-connection-281</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>29</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>281</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-282</name><config><name>int-connection-282</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>29</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>282</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-283</name><config><name>int-connection-283</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>29</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>283</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-284</name><config><name>int-connection-284</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>29</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>284</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-285</name><config><name>int-connection-285</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>29</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>285</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-286</name><config><name>int-connection-286</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>29</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>286</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-287</name><config><name>int-connection-287</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>29</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>287</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-288</name><config><name>int-connection-288</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>29</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></propert" -[2024-06-20 13:24:47,668] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:47,668] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:47,724] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:47,724] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:47,724] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:47,724] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:47,724] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:47,725] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:47,725] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:47,725] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:47,725] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:47,725] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:47,726] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:47,726] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:47,726] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:47,726] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:47,726] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:47,726] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:47,726] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:47,727] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:47,727] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:47,727] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:47,727] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:47,727] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:47,727] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:47,728] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:47,728] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:47,728] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:47,728] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:47,728] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:47,729] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:47,729] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:47,729] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:47,729] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:47,729] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:47,729] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:47,729] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: fragment = "y><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>288</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-289</name><config><name>int-connection-289</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>29</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>18</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>289</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-29</name><config><name>int-connection-29</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>29</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-290</name><config><name>int-connection-290</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>29</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>20</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>290</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-291</name><config><name>int-connection-291</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>29</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>291</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-292</name><config><name>int-connection-292</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>29</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>292</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-293</name><config><name>int-connection-293</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>29</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>25</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>293</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-294</name><config><name>int-connection-294</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>29</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>294</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-295</name><config><name>int-connection-295</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>29</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>27</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>295</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-296</name><config><name>int-connection-296</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>29</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>296</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-297</name><config><name>int-connection-297</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>217</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>297</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-298</name><config><name>int-connection-298</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>218</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>298</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-299</name><config><name>int-connection-299</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>219</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>299</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-3</name><config><name>int-connection-3</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-30</name><config><name>int-connection-30</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX<" -[2024-06-20 13:24:47,730] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:47,730] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:47,792] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:47,793] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:47,793] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:47,793] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:47,793] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:47,793] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:47,794] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:47,794] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:47,794] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:47,794] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:47,794] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:47,795] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:47,795] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:47,795] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:47,795] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:47,795] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:47,795] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:47,796] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:47,796] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:47,796] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:47,796] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:47,797] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:47,797] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:47,797] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:47,797] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:47,797] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:47,798] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:47,798] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:47,798] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:47,798] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:47,798] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:47,799] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:47,799] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:47,799] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:47,799] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: fragment = "/name><value>30</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-300</name><config><name>int-connection-300</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>220</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>300</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-301</name><config><name>int-connection-301</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>31</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>301</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-302</name><config><name>int-connection-302</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>31</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>302</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-303</name><config><name>int-connection-303</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>31</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>303</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-304</name><config><name>int-connection-304</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>31</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>304</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-305</name><config><name>int-connection-305</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>31</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>305</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-306</name><config><name>int-connection-306</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>31</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>306</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-307</name><config><name>int-connection-307</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>31</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>307</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-308</name><config><name>int-connection-308</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>31</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>308</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-309</name><config><name>int-connection-309</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>31</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>18</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>309</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-31</name><config><name>int-connection-31</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>31</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-310</name><config><name>int-connection-310</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>31</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>20</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>310</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-311</name><config><name>int-connection-311</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>31</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>311</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-312</name><config><name>int-connection-312</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>31</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>312</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-313</name><config><name>int-connection-313</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><proper" -[2024-06-20 13:24:47,799] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:47,800] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:47,866] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:47,866] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:47,866] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:47,867] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:47,867] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:47,867] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:47,867] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:47,867] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:47,867] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:47,868] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:47,868] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:47,868] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:47,868] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:47,868] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:47,869] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:47,869] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:47,869] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:47,869] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:47,869] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:47,869] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:47,870] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:47,870] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:47,870] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:47,870] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:47,870] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:47,870] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:47,871] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:47,871] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:47,871] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:47,871] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:47,871] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:47,871] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:47,872] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:47,872] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:47,872] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: fragment = "ty><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>31</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>29</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>313</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-314</name><config><name>int-connection-314</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>31</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>314</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-315</name><config><name>int-connection-315</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>31</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>31</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>315</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-316</name><config><name>int-connection-316</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>31</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>316</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-317</name><config><name>int-connection-317</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>221</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>317</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-318</name><config><name>int-connection-318</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>222</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>318</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-319</name><config><name>int-connection-319</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>223</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>319</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-32</name><config><name>int-connection-32</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-320</name><config><name>int-connection-320</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>224</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>320</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-321</name><config><name>int-connection-321</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>129</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>321</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-322</name><config><name>int-connection-322</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>130</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>322</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-323</name><config><name>int-connection-323</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>131</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>323</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-324</name><config><name>int-connection-324</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>132</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>324</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-325</name><config><name>int-connection-325</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>133</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>325</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-326</name><config><name>int-connection-326</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN" -[2024-06-20 13:24:47,872] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:47,872] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:47,931] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:47,931] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:47,931] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:47,932] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:47,932] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:47,932] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:47,932] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:47,932] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:47,933] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:47,933] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:47,933] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:47,933] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:47,933] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:47,933] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:47,934] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:47,934] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:47,934] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:47,935] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:47,936] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:47,936] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:47,936] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:47,936] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:47,936] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:47,937] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:47,937] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:47,937] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:47,937] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:47,938] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:47,938] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:47,938] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:47,938] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:47,938] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:47,940] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:47,940] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:47,940] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: fragment = "_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>134</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>326</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-327</name><config><name>int-connection-327</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>135</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>327</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-328</name><config><name>int-connection-328</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>136</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>328</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-329</name><config><name>int-connection-329</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>137</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>329</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-33</name><config><name>int-connection-33</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>21</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>33</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-330</name><config><name>int-connection-330</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>138</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>330</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-331</name><config><name>int-connection-331</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>139</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>331</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-332</name><config><name>int-connection-332</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>140</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>332</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-333</name><config><name>int-connection-333</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>141</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>333</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-334</name><config><name>int-connection-334</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>142</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>334</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-335</name><config><name>int-connection-335</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>143</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>335</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-336</name><config><name>int-connection-336</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>144</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>336</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-337</name><config><name>int-connection-337</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>145</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>337</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-338</name><config><name>int-connection-338</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>146</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>338</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-339</name><config><name>int-connection-339</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>321</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>339</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN" -[2024-06-20 13:24:47,940] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:47,941] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:47,993] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:47,993] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:47,993] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:47,993] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:47,994] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:47,994] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:47,994] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:47,994] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:47,994] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:47,994] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:47,994] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:47,994] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:47,995] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:47,995] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:47,995] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:47,995] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:47,995] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:47,995] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:47,995] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:47,996] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:47,996] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:47,996] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:47,996] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:47,996] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:47,996] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:47,996] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:47,997] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:47,997] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:47,997] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:47,997] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:47,997] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:47,997] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:47,997] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:47,998] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:47,998] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: fragment = "_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-34</name><config><name>int-connection-34</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>34</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-340</name><config><name>int-connection-340</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>322</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>340</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-341</name><config><name>int-connection-341</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>323</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>341</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-342</name><config><name>int-connection-342</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>324</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>342</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-343</name><config><name>int-connection-343</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>325</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>343</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-344</name><config><name>int-connection-344</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>326</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>344</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-345</name><config><name>int-connection-345</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>327</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>345</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-346</name><config><name>int-connection-346</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>328</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>346</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-347</name><config><name>int-connection-347</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>329</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>347</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-348</name><config><name>int-connection-348</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>330</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>348</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-349</name><config><name>int-connection-349</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>331</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>349</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-35</name><config><name>int-connection-35</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>23</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>35</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-350</name><config><name>int-connection-350</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>332</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>350</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-351</name><config><name>int-connection-351</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>333</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>351</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-352</name><config><name>int-connection-352</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_I" -[2024-06-20 13:24:47,998] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:47,998] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:48,053] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:48,053] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:48,053] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:48,053] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:48,054] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:48,054] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:48,054] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:48,054] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:48,054] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:48,054] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:48,054] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:48,055] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:48,055] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:48,055] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:48,055] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:48,055] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:48,055] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:48,055] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:48,056] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:48,056] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:48,056] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:48,056] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:48,056] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:48,056] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:48,056] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:48,057] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:48,057] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:48,057] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:48,057] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:48,057] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:48,057] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:48,057] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:48,058] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:48,058] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:48,058] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: fragment = "NT_CONN_COMPONENT_FROM</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>334</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>352</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-353</name><config><name>int-connection-353</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>335</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>353</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-354</name><config><name>int-connection-354</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>336</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>354</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-355</name><config><name>int-connection-355</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>337</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>355</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-356</name><config><name>int-connection-356</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>338</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>356</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-357</name><config><name>int-connection-357</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>147</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>357</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-358</name><config><name>int-connection-358</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>148</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>358</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-359</name><config><name>int-connection-359</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>149</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>359</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-36</name><config><name>int-connection-36</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>36</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-360</name><config><name>int-connection-360</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>150</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>360</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-361</name><config><name>int-connection-361</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>151</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>361</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-362</name><config><name>int-connection-362</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>152</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>362</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-363</name><config><name>int-connection-363</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>153</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>363</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-364</name><config><name>int-connection-364</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>154</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>364</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-365</name><config><name>int-connection-365</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</na" -[2024-06-20 13:24:48,058] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:48,058] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:48,116] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:48,116] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:48,116] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:48,116] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:48,116] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:48,117] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:48,117] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:48,117] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:48,117] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:48,117] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:48,117] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:48,117] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:48,117] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:48,118] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:48,118] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:48,118] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:48,118] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:48,118] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:48,118] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:48,118] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:48,119] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:48,119] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:48,119] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:48,119] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:48,119] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:48,119] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:48,119] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:48,120] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:48,120] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:48,120] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:48,120] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:48,120] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:48,120] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:48,120] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:48,121] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: fragment = "me><value>155</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>365</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-366</name><config><name>int-connection-366</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>156</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>366</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-367</name><config><name>int-connection-367</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>157</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>367</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-368</name><config><name>int-connection-368</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>158</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>368</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-369</name><config><name>int-connection-369</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>159</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>369</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-37</name><config><name>int-connection-37</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>213</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>37</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-370</name><config><name>int-connection-370</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>160</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>370</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-371</name><config><name>int-connection-371</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>161</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>371</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-372</name><config><name>int-connection-372</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>162</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>372</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-373</name><config><name>int-connection-373</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>163</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>373</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-374</name><config><name>int-connection-374</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>164</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>374</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-375</name><config><name>int-connection-375</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>339</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>375</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-376</name><config><name>int-connection-376</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>340</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>376</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-377</name><config><name>int-connection-377</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>341</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>377</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-378</name><config><name>int-connection-378</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>342</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>378</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-379</name><config><name>int-connection-379</name></config><state><empty>false</empt" -[2024-06-20 13:24:48,121] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:48,121] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:48,175] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:48,175] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:48,175] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:48,175] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:48,176] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:48,176] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:48,176] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:48,176] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:48,176] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:48,176] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:48,176] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:48,177] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:48,177] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:48,177] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:48,177] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:48,177] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:48,177] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:48,178] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:48,178] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:48,178] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:48,178] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:48,178] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:48,178] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:48,178] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:48,178] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:48,178] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:48,178] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:48,179] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:48,179] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:48,179] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:48,179] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:48,179] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:48,179] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:48,179] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:48,179] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: fragment = "y></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>343</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>379</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-38</name><config><name>int-connection-38</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>214</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>38</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-380</name><config><name>int-connection-380</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>344</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>380</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-381</name><config><name>int-connection-381</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>345</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>381</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-382</name><config><name>int-connection-382</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>346</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>382</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-383</name><config><name>int-connection-383</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>347</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>383</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-384</name><config><name>int-connection-384</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>348</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>384</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-385</name><config><name>int-connection-385</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>349</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>385</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-386</name><config><name>int-connection-386</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>350</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>386</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-387</name><config><name>int-connection-387</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>351</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>387</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-388</name><config><name>int-connection-388</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>352</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>388</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-389</name><config><name>int-connection-389</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>353</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>389</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-39</name><config><name>int-connection-39</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>215</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>39</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-390</name><config><name>int-connection-390</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>354</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>390</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-391</name><config><name>int-connection-391</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><prop" -[2024-06-20 13:24:48,179] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:48,180] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:48,240] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:48,240] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:48,241] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:48,241] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:48,241] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:48,241] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:48,241] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:48,242] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:48,242] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:48,242] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:48,243] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:48,243] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:48,243] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:48,243] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:48,243] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:48,243] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:48,244] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:48,244] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:48,244] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:48,244] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:48,244] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:48,245] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:48,245] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:48,246] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:48,246] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:48,246] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:48,246] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:48,246] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:48,247] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:48,247] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:48,247] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:48,247] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:48,247] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:48,247] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:48,248] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: fragment = "erty><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>355</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>391</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-392</name><config><name>int-connection-392</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>356</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>392</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-393</name><config><name>int-connection-393</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>165</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>393</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-394</name><config><name>int-connection-394</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>166</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>394</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-395</name><config><name>int-connection-395</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>167</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>395</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-396</name><config><name>int-connection-396</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>168</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>396</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-397</name><config><name>int-connection-397</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>169</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>397</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-398</name><config><name>int-connection-398</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>170</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>398</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-399</name><config><name>int-connection-399</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>171</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>399</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-4</name><config><name>int-connection-4</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-40</name><config><name>int-connection-40</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>216</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>40</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-400</name><config><name>int-connection-400</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>172</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>400</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-401</name><config><name>int-connection-401</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>173</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>401</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-402</name><config><name>int-connection-402</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>174</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>402</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-403</name><config><name>int-connection-403</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>175</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>403</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_" -[2024-06-20 13:24:48,249] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:48,249] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:48,313] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:48,313] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:48,313] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:48,314] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:48,314] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:48,314] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:48,314] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:48,314] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:48,314] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:48,315] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:48,315] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:48,315] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:48,315] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:48,315] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:48,316] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:48,316] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:48,316] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:48,316] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:48,316] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:48,317] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:48,317] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:48,317] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:48,317] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:48,317] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:48,318] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:48,318] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:48,318] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:48,318] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:48,318] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:48,318] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:48,319] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:48,319] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:48,319] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:48,319] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:48,319] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: fragment = "ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-404</name><config><name>int-connection-404</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>176</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>404</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-405</name><config><name>int-connection-405</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>177</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>405</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-406</name><config><name>int-connection-406</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>178</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>406</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-407</name><config><name>int-connection-407</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>179</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>407</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-408</name><config><name>int-connection-408</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>180</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>408</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-409</name><config><name>int-connection-409</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>181</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>409</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-41</name><config><name>int-connection-41</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>41</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-410</name><config><name>int-connection-410</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>182</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>410</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-411</name><config><name>int-connection-411</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>357</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>411</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-412</name><config><name>int-connection-412</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>358</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>412</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-413</name><config><name>int-connection-413</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>359</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>413</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-414</name><config><name>int-connection-414</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>360</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>414</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-415</name><config><name>int-connection-415</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>361</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>415</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-416</name><config><name>int-connection-416</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>362</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>416</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-417</name><config><name>int-connection-417</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT" -[2024-06-20 13:24:48,319] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:48,320] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:48,378] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:48,379] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:48,379] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:48,379] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:48,379] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:48,379] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:48,380] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:48,380] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:48,380] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:48,380] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:48,380] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:48,381] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:48,381] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:48,381] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:48,381] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:48,381] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:48,381] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:48,382] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:48,382] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:48,382] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:48,382] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:48,382] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:48,383] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:48,383] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:48,383] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:48,383] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:48,383] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:48,383] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:48,384] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:48,384] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:48,384] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:48,384] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:48,384] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:48,384] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:48,385] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: fragment = "_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>363</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>417</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-418</name><config><name>int-connection-418</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>364</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>418</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-419</name><config><name>int-connection-419</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>365</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>419</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-42</name><config><name>int-connection-42</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>42</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-420</name><config><name>int-connection-420</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>366</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>420</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-421</name><config><name>int-connection-421</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>367</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>421</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-422</name><config><name>int-connection-422</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>368</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>422</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-423</name><config><name>int-connection-423</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>369</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>423</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-424</name><config><name>int-connection-424</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>370</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>424</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-425</name><config><name>int-connection-425</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>371</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>425</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-426</name><config><name>int-connection-426</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>372</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>426</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-427</name><config><name>int-connection-427</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>373</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>427</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-428</name><config><name>int-connection-428</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>374</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>428</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-43</name><config><name>int-connection-43</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>18</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>43</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-44</name><config><name>int-connection-44</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>20</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></propert" -[2024-06-20 13:24:48,385] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:48,385] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:48,445] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:48,445] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:48,445] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:48,446] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:48,446] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:48,446] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:48,446] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:48,446] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:48,447] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:48,447] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:48,448] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:48,448] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:48,448] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:48,448] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:48,448] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:48,448] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:48,448] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:48,448] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:48,449] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:48,449] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:48,449] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:48,449] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:48,449] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:48,449] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:48,449] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:48,450] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:48,450] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:48,450] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:48,450] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:48,450] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:48,450] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:48,450] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:48,450] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:48,450] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:48,450] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: fragment = "y><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>44</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-45</name><config><name>int-connection-45</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>45</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-46</name><config><name>int-connection-46</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>46</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-47</name><config><name>int-connection-47</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>47</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-48</name><config><name>int-connection-48</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>48</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-49</name><config><name>int-connection-49</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>49</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-5</name><config><name>int-connection-5</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>18</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-50</name><config><name>int-connection-50</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>50</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-51</name><config><name>int-connection-51</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>51</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-52</name><config><name>int-connection-52</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>52</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-53</name><config><name>int-connection-53</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>25</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>53</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-54</name><config><name>int-connection-54</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>54</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-55</name><config><name>int-connection-55</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>27</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>55</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-56</name><config><name>int-connection-56</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>56</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-57</name><config><name>int-connection-57</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>217</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>57</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-58</name><config><name>int-connection-58</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_CO" -[2024-06-20 13:24:48,451] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:48,451] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:48,505] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:48,505] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:48,506] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:48,506] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:48,506] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:48,506] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:48,507] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:48,507] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:48,507] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:48,507] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:48,507] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:48,508] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:48,508] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:48,508] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:48,508] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:48,508] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:48,509] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:48,509] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:48,509] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:48,510] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:48,510] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:48,511] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:48,511] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:48,511] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:48,512] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:48,513] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:48,513] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:48,515] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:48,516] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:48,516] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:48,516] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:48,516] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:48,517] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:48,517] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:48,517] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: fragment = "MPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>218</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>58</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-59</name><config><name>int-connection-59</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>219</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>59</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-6</name><config><name>int-connection-6</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>20</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-60</name><config><name>int-connection-60</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>220</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>60</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-61</name><config><name>int-connection-61</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>61</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-62</name><config><name>int-connection-62</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>18</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>62</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-63</name><config><name>int-connection-63</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>20</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>63</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-64</name><config><name>int-connection-64</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>64</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-65</name><config><name>int-connection-65</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>65</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-66</name><config><name>int-connection-66</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>66</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-67</name><config><name>int-connection-67</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>67</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-68</name><config><name>int-connection-68</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>68</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-69</name><config><name>int-connection-69</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>69</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-7</name><config><name>int-connection-7</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-70</name><config><name>int-connection-70</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>" -[2024-06-20 13:24:48,517] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:48,517] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:48,565] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:48,566] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:48,566] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:48,566] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:48,566] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:48,566] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:48,566] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:48,566] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:48,566] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:48,566] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:48,566] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:48,566] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:48,567] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:48,567] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:48,567] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:48,567] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:48,567] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:48,567] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:48,567] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:48,567] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:48,567] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:48,567] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:48,567] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:48,568] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:48,568] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:48,568] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:48,568] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:48,568] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:48,568] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:48,568] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:48,568] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:48,568] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:48,568] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:48,569] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:48,569] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: fragment = "14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>70</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-71</name><config><name>int-connection-71</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>71</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-72</name><config><name>int-connection-72</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>18</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>72</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-73</name><config><name>int-connection-73</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>29</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>73</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-74</name><config><name>int-connection-74</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>74</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-75</name><config><name>int-connection-75</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>31</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>75</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-76</name><config><name>int-connection-76</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>76</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-77</name><config><name>int-connection-77</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>221</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>77</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-78</name><config><name>int-connection-78</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>222</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>78</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-79</name><config><name>int-connection-79</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>223</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>79</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-8</name><config><name>int-connection-8</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-80</name><config><name>int-connection-80</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>224</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>80</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-81</name><config><name>int-connection-81</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>18</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>81</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-82</name><config><name>int-connection-82</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>20</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>82</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-83</name><config><name>int-connection-83</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>83</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value" -[2024-06-20 13:24:48,569] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:48,569] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:48,628] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:48,628] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:48,628] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:48,628] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:48,628] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:48,628] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:48,628] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:48,629] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:48,629] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:48,629] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:48,629] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:48,629] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:48,629] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:48,629] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:48,629] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:48,629] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:48,629] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:48,629] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:48,630] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:48,630] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:48,630] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:48,630] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:48,630] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:48,630] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:48,630] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:48,630] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:48,630] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:48,630] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:48,630] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:48,631] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:48,631] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:48,631] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:48,631] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:48,631] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:48,631] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: fragment = ">MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-84</name><config><name>int-connection-84</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>84</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-85</name><config><name>int-connection-85</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>85</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-86</name><config><name>int-connection-86</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>86</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-87</name><config><name>int-connection-87</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>87</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-88</name><config><name>int-connection-88</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>88</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-89</name><config><name>int-connection-89</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>89</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-9</name><config><name>int-connection-9</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-90</name><config><name>int-connection-90</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>18</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>90</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-91</name><config><name>int-connection-91</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>20</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>91</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-92</name><config><name>int-connection-92</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>92</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-93</name><config><name>int-connection-93</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>33</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>93</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-94</name><config><name>int-connection-94</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>34</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>94</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-95</name><config><name>int-connection-95</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>35</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>95</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-96</name><config><name>int-connection-96</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>36</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>96</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-97</name><config><name>int-connection-97</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>10</value>" -[2024-06-20 13:24:48,631] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:48,631] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:48,704] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:48,705] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:48,705] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:48,705] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:48,705] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:48,705] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:48,705] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:48,705] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:48,705] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:48,705] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:48,706] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:48,706] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:48,706] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:48,706] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:48,706] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:48,706] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:48,706] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:48,706] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:48,713] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:48,713] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:48,716] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:48,716] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:48,716] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:48,716] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:48,716] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:48,717] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:48,717] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:48,717] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:48,717] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:48,717] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:48,717] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:48,717] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:48,717] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:48,717] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:48,718] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: fragment = "</config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>225</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>97</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-98</name><config><name>int-connection-98</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>226</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>98</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-99</name><config><name>int-connection-99</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>227</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>99</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>port-1-in</name><config><name>port-1-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>EAST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-1-out</name><config><name>port-1-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>EAST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-10-in</name><config><name>port-10-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>NORTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-10-out</name><config><name>port-10-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>NORTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-11-in</name><config><name>port-11-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>NORTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-11-out</name><config><name>port-11-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>NORTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-12-in</name><config><name>port-12-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>NORTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-12-out</name><config><name>port-12-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>NORTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-13-in</name><config><name>port-13-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>SOUTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-13-out</name><config><name>port-13-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>SOUTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-14-in</name><config><name>port-14-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>SOUTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-14-out</name><config><name>port-14-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>SOUTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-15-in</name><config><name>port-15-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>SOUTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-15-out</name><config><name>port-15-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>SOUTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-16-in</name><config><name>port-16-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>SOUTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-16-out</name><config><name>port-16-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>SOUTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-17-in</name><config><name>port-17-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>1</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>EAST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-17-out</name><config><name>port-17-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>193</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>EAST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-18-in</name><config><name>port-18-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>2</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>EAST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-18-out</name><config><name>port-18-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>194</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>EAST</value></config></property><property" -[2024-06-20 13:24:48,718] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:48,718] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:48,784] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:48,784] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:48,784] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:48,785] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:48,785] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:48,785] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:48,785] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:48,785] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:48,785] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:48,785] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:48,785] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:48,785] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:48,785] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:48,785] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:48,786] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:48,786] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:48,786] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:48,786] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:48,786] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:48,786] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:48,786] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:48,786] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:48,786] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:48,786] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:48,786] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:48,786] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:48,787] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:48,787] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:48,787] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:48,787] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:48,787] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:48,787] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:48,787] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:48,787] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:48,787] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: fragment = "><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-19-in</name><config><name>port-19-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>3</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>EAST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-19-out</name><config><name>port-19-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>195</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>EAST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-2-in</name><config><name>port-2-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>EAST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-2-out</name><config><name>port-2-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>EAST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-20-in</name><config><name>port-20-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>4</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>EAST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-20-out</name><config><name>port-20-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>196</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>EAST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-21-in</name><config><name>port-21-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>5</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>WEST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-21-out</name><config><name>port-21-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>197</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>WEST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-22-in</name><config><name>port-22-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>6</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>WEST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-22-out</name><config><name>port-22-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>198</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>WEST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-23-in</name><config><name>port-23-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>7</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>WEST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-23-out</name><config><name>port-23-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>199</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>WEST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-24-in</name><config><name>port-24-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>8</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>WEST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-24-out</name><config><name>port-24-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>200</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>WEST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-25-in</name><config><name>port-25-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>9</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>NORTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-25-out</name><config><name>port-25-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>201</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>NORTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-26-in</name><config><name>port-26-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>10</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>NORTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-26-out</name><config><name>port-26-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>202</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>NORTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-27-in</name><config><name>port-27-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>11</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>NORTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-27-out</name><config><name>port-27-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>203</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>NORTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-28-in</name><config><name>port-28-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>12</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>NORTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-28-out</name><config><name>port-28-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON" -[2024-06-20 13:24:48,788] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:48,788] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:48,885] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:48,885] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:48,885] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:48,885] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:48,886] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:48,886] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:48,886] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:48,886] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:48,886] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:48,886] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:48,886] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:48,886] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:48,886] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:48,886] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:48,887] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:48,887] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:48,887] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:48,887] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:48,887] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:48,887] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:48,887] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:48,887] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:48,887] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:48,887] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:48,887] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:48,888] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:48,888] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:48,888] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:48,888] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:48,888] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:48,888] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:48,888] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:48,888] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:48,888] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:48,888] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: fragment = "_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>204</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>NORTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-29-in</name><config><name>port-29-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>13</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>SOUTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-29-out</name><config><name>port-29-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>205</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>SOUTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-3-in</name><config><name>port-3-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>EAST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-3-out</name><config><name>port-3-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>EAST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-30-in</name><config><name>port-30-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>14</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>SOUTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-30-out</name><config><name>port-30-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>206</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>SOUTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-31-in</name><config><name>port-31-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>15</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>SOUTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-31-out</name><config><name>port-31-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>207</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>SOUTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-32-in</name><config><name>port-32-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>16</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>SOUTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-32-out</name><config><name>port-32-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>208</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>SOUTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-33-in</name><config><name>port-33-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>97</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-33-out</name><config><name>port-33-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>289</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-34-in</name><config><name>port-34-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>98</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-34-out</name><config><name>port-34-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>290</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-35-in</name><config><name>port-35-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>99</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-35-out</name><config><name>port-35-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>291</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-36-in</name><config><name>port-36-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>100</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-36-out</name><config><name>port-36-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>292</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-37-in</name><config><name>port-37-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>101</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-37-out</name><config><name>port-37-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>293</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-38-in</name><config><name>port-38-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>102</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-38-out</name><config><name>port-38-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>294</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-39-in</name><config><name>port-39-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>103</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</va" -[2024-06-20 13:24:48,889] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:48,889] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:49,020] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:49,020] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:49,020] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:49,021] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:49,021] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:49,021] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:49,021] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:49,021] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:49,021] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:49,022] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:49,022] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:49,022] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:49,022] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:49,022] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:49,022] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:49,022] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:49,022] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:49,023] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:49,023] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:49,023] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:49,023] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:49,023] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:49,024] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:49,024] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:49,024] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:49,024] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:49,024] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:49,025] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:49,025] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:49,025] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:49,025] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:49,025] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:49,025] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:49,025] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:49,026] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: fragment = "lue></config></property></properties></component><component><name>port-39-out</name><config><name>port-39-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>295</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-4-in</name><config><name>port-4-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>EAST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-4-out</name><config><name>port-4-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>EAST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-40-in</name><config><name>port-40-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>104</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-40-out</name><config><name>port-40-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>296</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-41-in</name><config><name>port-41-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>105</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-41-out</name><config><name>port-41-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>297</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-42-in</name><config><name>port-42-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>106</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-42-out</name><config><name>port-42-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>298</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-43-in</name><config><name>port-43-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>107</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-43-out</name><config><name>port-43-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>299</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-44-in</name><config><name>port-44-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>108</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-44-out</name><config><name>port-44-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>300</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-45-in</name><config><name>port-45-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>109</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-45-out</name><config><name>port-45-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>301</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-46-in</name><config><name>port-46-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>110</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-46-out</name><config><name>port-46-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>302</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-47-in</name><config><name>port-47-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>111</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-47-out</name><config><name>port-47-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>303</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-48-in</name><config><name>port-48-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>112</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-48-out</name><config><name>port-48-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>304</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-5-in</name><config><name>port-5-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>WEST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-5-out</name><config><name>port-5-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>WEST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-6-in</name><config><name>port-6-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>WEST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-6-out</name><config><name>port-6-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>WEST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></" -[2024-06-20 13:24:49,026] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:49,026] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:49,081] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:49,081] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:49,082] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:49,082] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:49,082] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:49,082] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:49,082] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:49,082] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:49,083] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:49,083] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:49,083] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:24:49,083] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:49,083] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:49,083] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:49,084] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:49,084] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:49,084] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:49,084] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:49,084] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:49,085] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:24:49,085] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:49,085] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:49,085] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:49,085] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:49,085] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:49,085] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:49,085] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:49,086] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:49,086] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:24:49,086] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:49,086] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:24:49,086] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:49,086] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:24:49,087] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:24:49,087] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: fragment = "config></property></properties></component><component><name>port-7-in</name><config><name>port-7-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>WEST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-7-out</name><config><name>port-7-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>WEST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-8-in</name><config><name>port-8-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>WEST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-8-out</name><config><name>port-8-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>WEST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-9-in</name><config><name>port-9-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>NORTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-9-out</name><config><name>port-9-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>NORTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component></components><wavelength-router xmlns="http://openconfig.net/yang/wavelength-router"><optical-bands xmlns="http://flex-scale-project.eu/yang/flex-scale-mg-on"><optical-band><index>1</index><config><index>1</index><name>C_BAND</name><lower-frequency>192006250</lower-frequency><upper-frequency>192206250</upper-frequency><admin-status>ENABLED</admin-status></config><state><index>1</index><name>C_BAND</name><lower-frequency>192006250</lower-frequency><upper-frequency>192206250</upper-frequency><admin-status>ENABLED</admin-status><oper-status>UP</oper-status></state><source><config><port-name>port-1-in</port-name></config><state><port-name>port-1-in</port-name></state></source><dest><config><port-name>DROP</port-name></config><state><port-name>DROP</port-name></state></dest></optical-band></optical-bands></wavelength-router><aaa xmlns="http://tail-f.com/ns/aaa/1.1"><authentication><users><user><name>admin</name><uid>9000</uid><gid>100</gid><password>$1$uHrg99PA$.Lms1sWc8ZGuUX8T6PNQh0</password><ssh_keydir>/var/confd/homes/admin/.ssh</ssh_keydir><homedir>/var/confd/homes/admin</homedir></user><user><name>oper</name><uid>9000</uid><gid>100</gid><password>$1$9OJiF0bG$Myi9nICnK8rp2p9qSmBmH.</password><ssh_keydir>/var/confd/homes/oper/.ssh</ssh_keydir><homedir>/var/confd/homes/oper</homedir></user><user><name>private</name><uid>9000</uid><gid>100</gid><password>$1$PuXqqWlS$aShVgQv24iqb/MNYtMeAn/</password><ssh_keydir>/var/confd/homes/private/.ssh</ssh_keydir><homedir>/var/confd/homes/private</homedir></user><user><name>public</name><uid>9000</uid><gid>100</gid><password>$1$inij.yJ9$QUH0TnRHgwszY3T9THj6w1</password><ssh_keydir>/var/confd/homes/public/.ssh</ssh_keydir><homedir>/var/confd/homes/public</homedir></user></users></authentication><ios><level><nr>0</nr><prompt>\h> </prompt></level><level><nr>15</nr><prompt>\h# </prompt></level><privilege><mode>exec</mode><level><nr>0</nr><command><name>action</name></command><command><name>autowizard</name></command><command><name>enable</name></command><command><name>exit</name></command><command><name>help</name></command><command><name>startup</name></command></level><level><nr>15</nr><command><name>configure</name></command></level></privilege></ios></aaa><confd-state xmlns="http://tail-f.com/yang/confd-monitoring"><version>7.8.3</version><smp><number-of-threads>1</number-of-threads></smp><epoll>true</epoll><daemon-status>started</daemon-status><loaded-data-models><data-model><name>flex-scale-mg-on</name><revision>2024-04-25</revision><namespace>http://flex-scale-project.eu/yang/flex-scale-mg-on</namespace><prefix>fsmgon</prefix><exported-to-all/></data-model><data-model><name>iana-crypt-hash</name><revision>2014-08-06</revision><namespace>urn:ietf:params:xml:ns:yang:iana-crypt-hash</namespace><prefix>ianach</prefix><exported-to-all/></data-model><data-model><name>iana-if-type</name><revision>2023-01-26</revision><namespace>urn:ietf:params:xml:ns:yang:iana-if-type</namespace><prefix>ianaift</prefix><exported-to-all/></data-model><data-model><name>ietf-datastores</name><revision>2018-02-14</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-datastores</namespace><prefix>ds</prefix><exported-to-all/></data-model><data-model><name>ietf-inet-types</name><revision>2013-07-15</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-inet-types</namespace><prefix>inet</prefix><exported-to-all/></data-model><data-model><name>ietf-interfaces</name><revision>2018-02-20</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-interfaces</namespace><prefix>if</prefix><exported-to-all/></data-model><data-model><name>ietf-ip</name><revision>2018-02-22</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-ip</namespace><prefix>tfip</prefix><exported-to-all/></data-model><data-model><name>ietf-netconf</name><revision>2011-06-01</revision><namespace>urn:ietf:params:xml:ns:netconf:base:1.0</namespace><prefix>nc</prefix><exported-to>netconf</exported-to></data-model><data-model><name>ietf-netconf-acm</name><revision>2018-02-14</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-acm</namespace><prefix>nacm</prefix><exported-to-all/></data-model><data-model><name>ietf-netconf-monitoring</name><revision>2010-10-04</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring</namespace><prefix>ncm</prefix><exported-to-all/></data-model><data-model><name>ietf-netconf-nmda</name><revision>2019-01-07</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-nmda</namespace><prefix>ncds</prefix><exported-to>netconf</exported-to></data-model><data-model><name>ietf-netconf-notifications</name><revision>2012-02-06</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-notifications</namespace><prefix>ncn</prefix><exported-to-all/></data-model><data-model><name>ietf-netconf-partial-lock</name><revision>2009-10-19</revision><namespace>urn:ietf:params:xml:ns:netconf:partial-lock:1.0</namespace><prefix>pl</prefix><exported-to-all/></data-model><data-model><name>ietf-netconf-with-defaults</name><revision>2011-06-01</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-with-defaults</namespace><prefix>ncwd</prefix><exported-to>netconf</exported-to></data-model><data-model><name>ietf-network-instance</name><revision>2019-01-21</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-network-instance</namespace><prefix>tfni</prefix><exported-to-all/></data-model><data-model><name>ietf-origin</name><revision>2018-02-14</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-origin</namespace><prefix>or</prefix><exported-to-all/></data-model><data-model><name>ietf-restconf</name><revision>2017-01-26</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-restconf</namespace><prefix>rc</prefix><exported-to>rest</exported-to><exported-to>netconf</exported-to></data-model><data-model><name>ietf-restconf-monitoring</name><revision>2017-01-26</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-restconf-monitoring</namespace><prefix>rcmon</prefix><exported-to-all/></data-model><data-model><name>ietf-subscribed-notifications</name><revision>2019-09-09</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-subscribed-notifications</namespace><prefix>sn</prefix><exported-to>netconf</exported-to></data-model><data-model><name>ietf-x509-cert-to-name</name><revision>2014-12-10</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-x509-cert-to-name</namespace><prefix>x509c2n</prefix><exported-to-all/></data-model><data-model><name>ietf-yang-library</name><revision>2019-01-04</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-library</namespace><prefix>yanglib</prefix><exported-to>netconf</exported-to><exported-to>rest</exported-to></data-model><data-model><name>ietf-yang-metadata</name><revision>2016-08-05</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-metadata</namespace><prefix>md</prefix><exported-to-all/></data-model><data-model><name>ietf-yang-patch</name><revision>2017-02-22</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-patch</namespace><prefix>ypatch</prefix><exported-to>rest</exported-to><exported-to>netconf</exported-to></data-model><data-model><name>ietf-yang-push</name><revision>2019-09-09</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-push</namespace><prefix>yp</prefix><exported-to>netconf</exported-to></data-model><data-model><name>ietf-yang-schema-mount</name><revision>2019-01-14</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-schema-mount</namespace><prefix>yangmnt</prefix><exported-to-all/></data-model><data-model><name>ietf-yang-smiv2</name><revision>2012-06-22</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-smiv2</namespace><prefix>smiv2</prefix><exported-to-all/></data-model><data-model><name>ietf-yang-types</name><revision>2013-07-15</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-types</namespace><prefix>yang</prefix><exported-to-all/></data-model><data-model><name>netconf_netmod</name><namespace>urn:ietf:params:xml:ns:netmod:notification</namespace><prefix>nm</prefix><exported-to>netconf</exported-to></data-model><data-model><name>openconfig-alarm-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/alarms/types</namespace><prefix>oc-alarm-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-extensions</name><revision>2018-10-17</revision><namespace>http://openconfig.net/yang/openconfig-ext</namespace><prefix>oc-ext</prefix><exported-to-all/></data-model><data-model><name>openconfig-if-ethernet</name><revision>2023-03-10</revision><namespace>http://openconfig.net/yang/interfaces/ethernet</namespace><prefix>oc-eth</prefix><exported-to-all/></data-model><data-model><name>openconfig-if-ip</name><revision>2019-01-08</revision><namespace>http://openconfig.net/yang/interfaces/ip</namespace><prefix>oc-ip</prefix><exported-to-all/></data-model><data-model><name>openconfig-if-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/openconfig-if-types</namespace><prefix>oc-ift</prefix><exported-to-all/></data-model><data-model><name>openconfig-inet-types</name><revision>2019-04-25</revision><namespace>http://openconfig.net/yang/types/inet</namespace><prefix>oc-inet</prefix><exported-to-all/></data-model><data-model><name>openconfig-interfaces</name><revision>2019-07-10</revision><namespace>http://openconfig.net/yang/interfaces</namespace><prefix>oc-if</prefix><exported-to-all/></data-model><data-model><name>openconfig-platform</name><revision>2022-12-20</revision><namespace>http://openconfig.net/yang/platform</namespace><prefix>oc-platform</prefix><exported-to-all/></data-model><data-model><name>openconfig-platform-port</name><revision>2023-01-19</revision><namespace>http://openconfig.net/yang/platform/port</namespace><prefix>oc-port</prefix><exported-to-all/></data-model><data-model><name>openconfig-platform-types</name><revision>2022-07-28</revision><namespace>http://openconfig.net/yang/platform-types</namespace><prefix>oc-platform-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-transport-types</name><revision>2023-02-08</revision><namespace>http://openconfig.net/yang/transport-types</namespace><prefix>oc-opt-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-types</name><revision>2019-04-16</revision><namespace>http://openconfig.net/yang/openconfig-types</namespace><prefix>oc-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-wavelength-router</name><revision>2021-07-26</revision><namespace>http://openconfig.net/yang/wavelength-router</namespace><prefix>oc-wave-router</prefix><exported-to-all/></data-model><data-model><name>openconfig-yang-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/types/yang</namespace><prefix>oc-yang</prefix><exported-to-all/></data-model><data-model><name>optical-switch</name><revision>2020-01-10</revision><namespace>http://www.polatis.com/yang/optical-switch</namespace><prefix>opsw</prefix><exported-to-all/></data-model><data-model><name>polatis-switch</name><revision>2020-11-14</revision><namespace>http://www.polatis.com/yang/polatis-switch</namespace><prefix>plts</prefix><exported-to-all/></data-model><data-model><name>tailf-aaa</name><revision>2022-04-12</revision><namespace>http://tail-f.com/ns/aaa/1.1</namespace><prefix>aaa</prefix><exported-to-all/></data-model><data-model><name>tailf-acm</name><revision>2013-03-07</revision><namespace>http://tail-f.com/yang/acm</namespace><prefix>tacm</prefix><exported-to-all/></data-model><data-model><name>tailf-common</name><revision>2022-04-12</revision><namespace>http://tail-f.com/yang/common</namespace><prefix>tailf</prefix><exported-to-all/></data-model><data-model><name>tailf-common-monitoring</name><revision>2021-09-02</revision><namespace>http://tail-f.com/yang/common-monitoring</namespace><prefix>tfcg</prefix><exported-to-all/></data-model><data-model><name>tailf-common-query</name><revision>2017-12-15</revision><namespace>http://tail-f.com/ns/common/query</namespace><prefix>tfcq</prefix><exported-to-all/></data-model><data-model><name>tailf-confd-monitoring</name><revision>2021-09-09</revision><namespace>http://tail-f.com/yang/confd-monitoring</namespace><prefix>tfcm</prefix><exported-to-all/></data-model><data-model><name>tailf-confd-progress</name><revision>2020-06-29</revision><namespace>http://tail-f" -[2024-06-20 13:24:49,087] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:24:49,087] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:49,169] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:49,169] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:24:49,169] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:49,169] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=7 -[2024-06-20 13:24:49,170] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:49,170] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 6330 bytes -[2024-06-20 13:24:49,170] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:24:49,170] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:24:49,170] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:24:49,170] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:24:49,170] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 6341 bytes -[2024-06-20 13:24:49,171] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:24:49,171] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=7 -[2024-06-20 13:24:49,171] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:24:49,171] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 6330 bytes -[2024-06-20 13:24:49,171] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: appending 6330 bytes -[2024-06-20 13:24:49,171] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: fragment = ".com/ns/confd-progress</namespace><prefix>confd-progress</prefix><exported-to-all/></data-model><data-model><name>tailf-kicker</name><revision>2020-11-26</revision><namespace>http://tail-f.com/ns/kicker</namespace><prefix>kicker</prefix><exported-to-all/></data-model><data-model><name>tailf-last-login</name><revision>2019-11-21</revision><namespace>http://tail-f.com/yang/last-login</namespace><prefix>last</prefix><exported-to-all/></data-model><data-model><name>tailf-netconf-extensions</name><revision>2021-06-18</revision><namespace>http://tail-f.com/ns/netconf/extensions</namespace><prefix>tfnce</prefix><exported-to>netconf</exported-to></data-model><data-model><name>tailf-netconf-forward</name><namespace>http://tail-f.com/ns/netconf/forward/1.0</namespace><prefix>fwd</prefix><exported-to>netconf</exported-to></data-model><data-model><name>tailf-netconf-inactive</name><namespace>http://tail-f.com/ns/netconf/inactive/1.0</namespace><prefix>in</prefix><exported-to>netconf</exported-to></data-model><data-model><name>tailf-netconf-monitoring</name><revision>2022-04-12</revision><namespace>http://tail-f.com/yang/netconf-monitoring</namespace><prefix>tncm</prefix><exported-to-all/></data-model><data-model><name>tailf-netconf-query</name><revision>2017-01-06</revision><namespace>http://tail-f.com/ns/netconf/query</namespace><prefix>tfncq</prefix><exported-to>netconf</exported-to></data-model><data-model><name>tailf-netconf-rollback</name><revision>2018-01-12</revision><namespace>http://tail-f.com/ns/netconf/rollback</namespace><prefix>netconf-rollback</prefix><exported-to>netconf</exported-to></data-model><data-model><name>tailf-netconf-transactions</name><namespace>http://tail-f.com/ns/netconf/transactions/1.0</namespace><prefix>tr</prefix><exported-to>netconf</exported-to></data-model><data-model><name>tailf-netconf-with-rollback-id</name><revision>2020-06-25</revision><namespace>http://tail-f.com/ns/netconf/with-rollback-id</namespace><prefix>wrbid</prefix><exported-to>netconf</exported-to></data-model><data-model><name>tailf-netconf-with-transaction-id</name><revision>2018-11-23</revision><namespace>http://tail-f.com/ns/netconf/with-transaction-id</namespace><prefix>wtxid</prefix><exported-to>netconf</exported-to></data-model><data-model><name>tailf-progress</name><revision>2021-12-17</revision><namespace>http://tail-f.com/ns/progress</namespace><prefix>progress</prefix><exported-to-all/></data-model><data-model><name>tailf-rollback</name><revision>2020-09-02</revision><namespace>http://tail-f.com/ns/rollback</namespace><prefix>rollback</prefix><exported-to>rest</exported-to><exported-to>netconf</exported-to><exported-to>maapi</exported-to></data-model><data-model><name>tailf-xsd-types</name><revision>2017-11-20</revision><namespace>http://tail-f.com/yang/xsd-types</namespace><prefix>xs</prefix><exported-to-all/></data-model></loaded-data-models><netconf><listen><ssh><ip>0.0.0.0</ip><port>2022</port></ssh></listen></netconf><cli><listen><ssh><ip>0.0.0.0</ip><port>2024</port></ssh></listen></cli><internal><callpoints><callpoint><id>fiberscp</id><daemon><id>0</id><name>fsmgon_daemon</name><callbacks>num_instances</callbacks><callbacks>remove</callbacks><callbacks>create</callbacks><callbacks>set_elem</callbacks><callbacks>get_next</callbacks><callbacks>get_elem</callbacks></daemon></callpoint><callpoint><id>mediachannelscp</id><daemon><id>0</id><name>fsmgon_daemon</name><callbacks>num_instances</callbacks><callbacks>remove</callbacks><callbacks>create</callbacks><callbacks>set_elem</callbacks><callbacks>get_next</callbacks><callbacks>get_elem</callbacks></daemon></callpoint><callpoint><id>opticalbandscp</id><daemon><id>0</id><name>fsmgon_daemon</name><callbacks>num_instances</callbacks><callbacks>remove</callbacks><callbacks>create</callbacks><callbacks>set_elem</callbacks><callbacks>get_next</callbacks><callbacks>get_elem</callbacks></daemon></callpoint><validationpoint><id>vp1</id><daemon><id>0</id><name>fsmgon_daemon</name></daemon></validationpoint><validationpoint><id>vp2</id><daemon><id>0</id><name>fsmgon_daemon</name></daemon></validationpoint></callpoints><cdb><datastore><name>running</name><transaction-id>1717-711274-208943</transaction-id><filename>./confd-cdb/A.cdb</filename><disk-size>355779</disk-size><ram-size>1550439</ram-size><read-locks>0</read-locks><write-lock-set>false</write-lock-set><pending-locks>0</pending-locks><waiting-for-replication-sync>false</waiting-for-replication-sync></datastore><datastore><name>operational</name><transaction-id>22</transaction-id><filename>./confd-cdb/O.cdb</filename><disk-size>4</disk-size><ram-size>2100</ram-size><subscription-lock-set>false</subscription-lock-set></datastore></cdb></internal></confd-state><last-logins xmlns="http://tail-f.com/yang/last-login"><user><name>admin</name><login><login-time>2024-06-20T13:24:43.525796+00:00</login-time><authenticating-host>9f9b9714842f</authenticating-host><client-host>10.30.2.208</client-host><transport xmlns:ncm="urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring">ncm:netconf-ssh</transport><num-of-failed-logins>0</num-of-failed-logins></login><login><login-time>2024-06-06T23:13:24.403301+00:00</login-time><authenticating-host>9f9b9714842f</authenticating-host><client-host>10.30.2.206</client-host><transport xmlns:ncm="urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring">ncm:netconf-ssh</transport><num-of-failed-logins>0</num-of-failed-logins></login><login><login-time>2024-06-06T22:01:14.795227+00:00</login-time><authenticating-host>9f9b9714842f</authenticating-host><client-host>127.0.0.1</client-host><transport xmlns:ncm="urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring">ncm:netconf-ssh</transport><num-of-failed-logins>0</num-of-failed-logins></login></user></last-logins><rollback-files xmlns="http://tail-f.com/ns/rollback"><file><id>0</id><name>rollback0</name><fixed-number>10002</fixed-number><creator>admin</creator><date>2024-06-07 08:55:39</date><via>netconf</via></file><file><id>1</id><name>rollback1</name><fixed-number>10001</fixed-number><creator>system</creator><date>2024-06-06 22:01:14</date><via>system</via></file><file><id>2</id><name>rollback2</name><fixed-number>10000</fixed-number><creator>system</creator><date>2024-06-06 22:01:12</date><via>system</via></file></rollback-files></data></rpc-reply>" -[2024-06-20 13:24:49,171] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 6337 bytes from start of buffer -[2024-06-20 13:24:49,172] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=4 -[2024-06-20 13:24:49,172] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found end of message delimiter -[2024-06-20 13:24:49,174] DEBUG:ncclient.operations.rpc:[host 172.17.254.22 session-id 21] Delivering to <ncclient.operations.retrieve.Get object at 0x7fa7485d7280> -[2024-06-20 13:24:49,174] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: saving back rest of message after 6341 bytes, original size 6341 -[2024-06-20 13:24:49,175] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -int-connection-91 -int-connection-92 -int-connection-93 -int-connection-94 -int-connection-95 -int-connection-96 -int-connection-97 -int-connection-98 -int-connection-99 -port-1-in -port-1-out -port-10-in -port-10-out -port-11-in -port-11-out -port-12-in -port-12-out -port-13-in -port-13-out -port-14-in -port-14-out -port-15-in -port-15-out -port-16-in -port-16-out -port-17-in -port-17-out -port-18-in -port-18-out -port-19-in -port-19-out -port-2-in -port-2-out -port-20-in -port-20-out -port-21-in -port-21-out -port-22-in -port-22-out -port-23-in -port-23-out -port-24-in -port-24-out -port-25-in -port-25-out -port-26-in -port-26-out -port-27-in -port-27-out -port-28-in -port-28-out -port-29-in -port-29-out -port-3-in -port-3-out -port-30-in -port-30-out -port-31-in -port-31-out -port-32-in -port-32-out -port-33-in -port-33-out -port-34-in -port-34-out -port-35-in -port-35-out -port-36-in -port-36-out -port-37-in -port-37-out -port-38-in -port-38-out -port-39-in -port-39-out -port-4-in -port-4-out -port-40-in -port-40-out -port-41-in -port-41-out -port-42-in -port-42-out -port-43-in -port-43-out -port-44-in -port-44-out -port-45-in -port-45-out -port-46-in -port-46-out -port-47-in -port-47-out -port-48-in -port-48-out -port-5-in -port-5-out -port-6-in -port-6-out -port-7-in -port-7-out -port-8-in -port-8-out -port-9-in -port-9-out -component [<Element {http://openconfig.net/yang/platform}component at 0x7fa748637dc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748637e40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748637d80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748637e80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748637ec0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748637f00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748637f40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748637f80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748637fc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860a040>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497833c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860a080>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860a0c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860a100>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860a140>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860a180>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860a1c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860a200>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860a240>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860a280>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860a2c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860a300>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860a340>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860a380>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860a3c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860a400>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860a440>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860a480>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860a4c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860a500>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860a540>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860a580>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860a5c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860a600>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860a640>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860a680>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860a6c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860a700>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860a740>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860a780>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860a7c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860a800>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860a840>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860a880>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860a8c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860a900>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860a940>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860a980>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860a9c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860aa00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860aa40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860aa80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860aac0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860ab00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860ab40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860ab80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860abc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860ac00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860ac40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860ac80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860acc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860ad00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860ad40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860ad80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860adc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860ae00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860ae40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860ae80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860aec0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860af00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860af40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860af80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860afc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74862b040>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74862b080>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74862b0c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74862b100>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74862b140>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74862b180>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74862b1c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74862b200>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74862b240>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74862b280>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74862b2c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74862b300>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74862b340>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74862b380>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74862b3c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74862b400>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74862b440>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74862b480>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74862b4c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74862b500>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74862b540>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74862b580>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74862b5c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74862b600>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74862b640>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74862b680>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74862b6c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74862b700>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74862b740>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74862b780>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74862b7c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74862b800>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74862b840>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74862b880>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74862b8c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74862b900>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74862b940>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74862b980>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74862b9c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74862ba00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74862ba40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74862ba80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74862bac0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74862bb00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74862bb40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74862bb80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74862bbc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74862bc00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74862bc40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74862bc80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74862bcc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74862bd00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74862bd40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74862bd80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74862bdc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74862be00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74862be40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74862be80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74862bec0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74862bf00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74862bf40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74862bf80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74862bfc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860b040>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860b080>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860b0c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860b100>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860b140>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860b180>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860b1c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860b200>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860b240>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860b280>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860b2c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860b300>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860b340>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860b380>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860b3c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860b400>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860b440>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860b480>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860b4c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860b500>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860b540>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860b580>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860b5c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860b600>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860b640>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860b680>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860b6c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860b700>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860b740>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860b780>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860b7c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860b800>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860b840>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860b880>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860b8c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860b900>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860b940>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860b980>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860b9c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860ba00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860ba40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860ba80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860bac0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860bb00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860bb40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860bb80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860bbc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860bc00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860bc40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860bc80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860bcc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860bd00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860bd40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860bd80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860bdc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860be00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860be40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860be80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860bec0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860bf00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860bf40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860bf80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860bfc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748616040>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748616080>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486160c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748616100>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748616140>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748616180>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486161c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748616200>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748616240>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748616280>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486162c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748616300>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748616340>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748616380>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486163c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748616400>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748616440>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748616480>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486164c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748616500>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748616540>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748616580>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486165c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748616600>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748616640>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748616680>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486166c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748616700>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748616740>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748616780>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486167c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748616800>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748616840>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748616880>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486168c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748616900>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748616940>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748616980>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486169c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748616a00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748616a40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748616a80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748616ac0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748616b00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748616b40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748616b80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748616bc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748616c00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748616c40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748616c80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748616cc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748616d00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748616d40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748616d80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748616dc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748616e00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748616e40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748616e80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748616ec0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748616f00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748616f40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748616f80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748616fc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860c040>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860c080>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860c0c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860c100>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860c140>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860c180>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860c1c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860c200>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860c240>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860c280>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860c2c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860c300>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860c340>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860c380>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860c3c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860c400>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860c440>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860c480>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860c4c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860c500>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860c540>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860c580>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860c5c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860c600>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860c640>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860c680>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860c6c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860c700>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860c740>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860c780>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860c7c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860c800>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860c840>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860c880>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860c8c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860c900>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860c940>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860c980>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860c9c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860ca00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860ca40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860ca80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860cac0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860cb00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860cb40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860cb80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860cbc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860cc00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860cc40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860cc80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860ccc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860cd00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860cd40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860cd80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860cdc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860ce00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860ce40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860ce80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860cec0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860cf00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860cf40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860cf80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860cfc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74863b040>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74863b080>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74863b0c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74863b100>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74863b140>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74863b180>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74863b1c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74863b200>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74863b240>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74863b280>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74863b2c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74863b300>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74863b340>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74863b380>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74863b3c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74863b400>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74863b440>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74863b480>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74863b4c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74863b500>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74863b540>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74863b580>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74863b5c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74863b600>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74863b640>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74863b680>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74863b6c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74863b700>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74863b740>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74863b780>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74863b7c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74863b800>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74863b840>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74863b880>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74863b8c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74863b900>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74863b940>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74863b980>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74863b9c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74863ba00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74863ba40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74863ba80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74863bac0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74863bb00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74863bb40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74863bb80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74863bbc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74863bc00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74863bc40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74863bc80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74863bcc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74863bd00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74863bd40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74863bd80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74863bdc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74863be00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74863be40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74863be80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74863bec0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74863bf00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74863bf40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74863bf80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74863bfc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861e040>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861e080>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861e0c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861e100>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861e140>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861e180>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861e1c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861e200>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861e240>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861e280>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861e2c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861e300>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861e340>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861e380>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861e3c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861e400>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861e440>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861e480>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861e4c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861e500>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861e540>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861e580>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861e5c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861e600>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861e640>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861e680>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861e6c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861e700>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861e740>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861e780>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861e7c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861e800>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861e840>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861e880>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861e8c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861e900>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861e940>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861e980>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861e9c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861ea00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861ea40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861ea80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861eac0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861eb00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861eb40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861eb80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861ebc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861ec00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861ec40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861ec80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861ecc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861ed00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861ed40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861ed80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861edc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861ee00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861ee40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861ee80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861eec0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861ef00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861ef40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861ef80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861efc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748634040>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748634080>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486340c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748634100>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748634140>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748634180>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486341c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748634200>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748634240>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748634280>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486342c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748634300>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748634340>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748634380>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486343c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748634400>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748634440>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748634480>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486344c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748634500>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748634540>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748634580>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486345c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748634600>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748634640>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748634680>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486346c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748634700>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748634740>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748634780>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486347c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748634800>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748634840>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748634880>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486348c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748634900>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748634940>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748634980>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486349c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748634a00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748634a40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748634a80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748634ac0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748634b00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748634b40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748634b80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748634bc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748634c00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748634c40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748634c80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748634cc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748634d00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748634d40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748634d80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748634dc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748634e00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748634e40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748634e80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748634ec0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748634f00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748634f40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748634f80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748634fc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861a040>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861a080>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861a0c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861a100>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861a140>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861a180>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861a1c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861a200>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861a240>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861a280>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861a2c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861a300>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861a340>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861a380>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861a3c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861a400>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861a440>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861a480>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861a4c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861a500>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861a540>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861a580>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861a5c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861a600>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861a640>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861a680>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861a6c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861a700>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861a740>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861a780>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861a7c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861a800>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861a840>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861a880>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861a8c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861a900>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861a940>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861a980>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861a9c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861aa00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861aa40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861aa80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861aac0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861ab00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861ab40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861ab80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861abc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861ac00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861ac40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861ac80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861acc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861ad00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861ad40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861ad80>] -WBSS-1 -WBSS-10 -WBSS-11 -WBSS-12 -WBSS-13 -WBSS-14 -WBSS-15 -WBSS-16 -WBSS-17 -WBSS-18 -WBSS-19 -WBSS-2 -WBSS-20 -WBSS-21 -WBSS-22 -WBSS-23 -WBSS-24 -WBSS-25 -WBSS-26 -WBSS-27 -WBSS-28 -WBSS-29 -WBSS-3 -WBSS-30 -WBSS-31 -WBSS-32 -WBSS-4 -WBSS-5 -WBSS-6 -WBSS-7 -WBSS-8 -WBSS-9 -WSS-1 -WSS-10 -WSS-11 -WSS-12 -WSS-2 -WSS-3 -WSS-4 -WSS-5 -WSS-6 -WSS-7 -WSS-8 -WSS-9 -int-connection-1 -int-connection-10 -int-connection-100 -int-connection-101 -int-connection-102 -int-connection-103 -int-connection-104 -int-connection-105 -int-connection-106 -int-connection-107 -int-connection-108 -int-connection-109 -int-connection-11 -int-connection-110 -int-connection-111 -int-connection-112 -int-connection-113 -int-connection-114 -int-connection-115 -int-connection-116 -int-connection-117 -int-connection-118 -int-connection-119 -int-connection-12 -int-connection-120 -int-connection-121 -int-connection-122 -int-connection-123 -int-connection-124 -int-connection-125 -int-connection-126 -int-connection-127 -int-connection-128 -int-connection-129 -int-connection-13 -int-connection-130 -int-connection-131 -int-connection-132 -int-connection-133 -int-connection-134 -int-connection-135 -int-connection-136 -int-connection-137 -int-connection-138 -int-connection-139 -int-connection-14 -int-connection-140 -int-connection-141 -int-connection-142 -int-connection-143 -int-connection-144 -int-connection-145 -int-connection-146 -int-connection-147 -int-connection-148 -int-connection-149 -int-connection-15 -int-connection-150 -int-connection-151 -int-connection-152 -int-connection-153 -int-connection-154 -int-connection-155 -int-connection-156 -int-connection-157 -int-connection-158 -int-connection-159 -int-connection-16 -int-connection-160 -int-connection-161 -int-connection-162 -int-connection-163 -int-connection-164 -int-connection-165 -int-connection-166 -int-connection-167 -int-connection-168 -int-connection-169 -int-connection-17 -int-connection-170 -int-connection-171 -int-connection-172 -int-connection-173 -int-connection-174 -int-connection-175 -int-connection-176 -int-connection-177 -int-connection-178 -int-connection-179 -int-connection-18 -int-connection-180 -int-connection-181 -int-connection-182 -int-connection-183 -int-connection-184 -int-connection-185 -int-connection-186 -int-connection-187 -int-connection-188 -int-connection-189 -int-connection-19 -int-connection-190 -int-connection-191 -int-connection-192 -int-connection-193 -int-connection-194 -int-connection-195 -int-connection-196 -int-connection-197 -int-connection-198 -int-connection-199 -int-connection-2 -int-connection-20 -int-connection-200 -int-connection-201 -int-connection-202 -int-connection-203 -int-connection-204 -int-connection-205 -int-connection-206 -int-connection-207 -int-connection-208 -int-connection-209 -int-connection-21 -int-connection-210 -int-connection-211 -int-connection-212 -int-connection-213 -int-connection-214 -int-connection-215 -int-connection-216 -int-connection-217 -int-connection-218 -int-connection-219 -int-connection-22 -int-connection-220 -int-connection-221 -int-connection-222 -int-connection-223 -int-connection-224 -int-connection-225 -int-connection-226 -int-connection-227 -int-connection-228 -int-connection-229 -int-connection-23 -int-connection-230 -int-connection-231 -int-connection-232 -int-connection-233 -int-connection-234 -int-connection-235 -int-connection-236 -int-connection-237 -int-connection-238 -int-connection-239 -int-connection-24 -int-connection-240 -int-connection-241 -int-connection-242 -int-connection-243 -int-connection-244 -int-connection-245 -int-connection-246 -int-connection-247 -int-connection-248 -int-connection-249 -int-connection-25 -int-connection-250 -int-connection-251 -int-connection-252 -int-connection-253 -int-connection-254 -int-connection-255 -int-connection-256 -int-connection-257 -int-connection-258 -int-connection-259 -int-connection-26 -int-connection-260 -int-connection-261 -int-connection-262 -int-connection-263 -int-connection-264 -int-connection-265 -int-connection-266 -int-connection-267 -int-connection-268 -int-connection-269 -int-connection-27 -int-connection-270 -int-connection-271 -int-connection-272 -int-connection-273 -int-connection-274 -int-connection-275 -int-connection-276 -int-connection-277 -int-connection-278 -int-connection-279 -int-connection-28 -int-connection-280 -int-connection-281 -int-connection-282 -int-connection-283 -int-connection-284 -int-connection-285 -int-connection-286 -int-connection-287 -int-connection-288 -int-connection-289 -int-connection-29 -int-connection-290 -int-connection-291 -int-connection-292 -int-connection-293 -int-connection-294 -int-connection-295 -int-connection-296 -int-connection-297 -int-connection-298 -int-connection-299 -int-connection-3 -int-connection-30 -int-connection-300 -int-connection-301 -int-connection-302 -int-connection-303 -int-connection-304 -int-connection-305 -int-connection-306 -int-connection-307 -int-connection-308 -int-connection-309 -int-connection-31 -int-connection-310 -int-connection-311 -int-connection-312 -int-connection-313 -int-connection-314 -int-connection-315 -int-connection-316 -int-connection-317 -int-connection-318 -int-connection-319 -int-connection-32 -int-connection-320 -int-connection-321 -int-connection-322 -int-connection-323 -int-connection-324 -int-connection-325 -int-connection-326 -int-connection-327 -int-connection-328 -int-connection-329 -int-connection-33 -int-connection-330 -int-connection-331 -int-connection-332 -int-connection-333 -int-connection-334 -int-connection-335 -int-connection-336 -int-connection-337 -int-connection-338 -int-connection-339 -int-connection-34 -int-connection-340 -int-connection-341 -int-connection-342 -int-connection-343 -int-connection-344 -int-connection-345 -int-connection-346 -int-connection-347 -int-connection-348 -int-connection-349 -int-connection-35 -int-connection-350 -int-connection-351 -int-connection-352 -int-connection-353 -int-connection-354 -int-connection-355 -int-connection-356 -int-connection-357 -int-connection-358 -int-connection-359 -int-connection-36 -int-connection-360 -int-connection-361 -int-connection-362 -int-connection-363 -int-connection-364 -int-connection-365 -int-connection-366 -int-connection-367 -int-connection-368 -int-connection-369 -int-connection-37 -int-connection-370 -int-connection-371 -int-connection-372 -int-connection-373 -int-connection-374 -int-connection-375 -int-connection-376 -int-connection-377 -int-connection-378 -int-connection-379 -int-connection-38 -int-connection-380 -int-connection-381 -int-connection-382 -int-connection-383 -int-connection-384 -int-connection-385 -int-connection-386 -int-connection-387 -int-connection-388 -int-connection-389 -int-connection-39 -int-connection-390 -int-connection-391 -int-connection-392 -int-connection-393 -int-connection-394 -int-connection-395 -int-connection-396 -int-connection-397 -int-connection-398 -int-connection-399 -int-connection-4 -int-connection-40 -int-connection-400 -int-connection-401 -int-connection-402 -int-connection-403 -int-connection-404 -int-connection-405 -int-connection-406 -int-connection-407 -int-connection-408 -int-connection-409 -int-connection-41 -int-connection-410 -int-connection-411 -int-connection-412 -int-connection-413 -int-connection-414 -int-connection-415 -int-connection-416 -int-connection-417 -int-connection-418 -int-connection-419 -int-connection-42 -int-connection-420 -int-connection-421 -int-connection-422 -int-connection-423 -int-connection-424 -int-connection-425 -int-connection-426 -int-connection-427 -int-connection-428 -int-connection-43 -int-connection-44 -int-connection-45 -int-connection-46 -int-connection-47 -int-connection-48 -int-connection-49 -int-connection-5 -int-connection-50 -int-connection-51 -int-connection-52 -int-connection-53 -int-connection-54 -int-connection-55 -int-connection-56 -int-connection-57 -int-connection-58 -int-connection-59 -int-connection-6 -int-connection-60 -int-connection-61 -int-connection-62 -int-connection-63 -int-connection-64 -int-connection-65 -int-connection-66 -int-connection-67 -int-connection-68 -int-connection-69 -int-connection-7 -int-connection-70 -int-connection-71 -int-connection-72 -int-connection-73 -int-connection-74 -int-connection-75 -int-connection-76 -int-connection-77 -int-connection-78 -int-connection-79 -int-connection-8 -int-connection-80 -int-connection-81 -int-connection-82 -int-connection-83 -int-connection-84 -int-connection-85 -int-connection-86 -int-connection-87 -int-connection-88 -int-connection-89 -int-connection-9 -int-connection-90 -[2024-06-20 13:24:49,251] INFO:root:parameters {} -[2024-06-20 13:24:49,252] DEBUG:context.client.ContextClient:SetOpticalConfig request: {"config": "{}", "device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}} -[2024-06-20 13:24:49,280] DEBUG:context.client.ContextClient:SetOpticalConfig result: {"opticalconfig_uuid": ""} -[2024-06-20 13:24:49,290] DEBUG:context.client.ContextClient:SetDevice request: {"components": [], "controller_id": {}, "device_config": {"config_rules": [{"action": "CONFIGACTION_SET", "custom": {"resource_key": "_connect/address", "resource_value": "172.17.254.22"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "_connect/port", "resource_value": "2022"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "_connect/settings", "resource_value": "{\n\"allow_agent\": false,\n\"commit_per_rule\": false,\n\"device_params\": {\n\"name\": \"default\"\n},\n\"endpoints\": [],\n\"force_running\": false,\n\"hostkey_verify\": false,\n\"look_for_keys\": false,\n\"manager_params\": {\n\"timeout\": 120\n},\n\"password\": \"admin\",\n\"type\": \"optical-roadm\",\n\"username\": \"admin\"\n}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[port-1-in]", "resource_value": "{\"type\": \"MG_ON_OPTICAL_PORT_WAVEBAND_INPUT\", \"uuid\": \"port-1-in\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[port-10-in]", "resource_value": "{\"type\": \"MG_ON_OPTICAL_PORT_WAVEBAND_INPUT\", \"uuid\": \"port-10-in\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[port-11-in]", "resource_value": "{\"type\": \"MG_ON_OPTICAL_PORT_WAVEBAND_INPUT\", \"uuid\": \"port-11-in\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[port-12-in]", "resource_value": "{\"type\": \"MG_ON_OPTICAL_PORT_WAVEBAND_INPUT\", \"uuid\": \"port-12-in\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[port-13-in]", "resource_value": "{\"type\": \"MG_ON_OPTICAL_PORT_WAVEBAND_INPUT\", \"uuid\": \"port-13-in\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[port-14-in]", "resource_value": "{\"type\": \"MG_ON_OPTICAL_PORT_WAVEBAND_INPUT\", \"uuid\": \"port-14-in\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[port-15-in]", "resource_value": "{\"type\": \"MG_ON_OPTICAL_PORT_WAVEBAND_INPUT\", \"uuid\": \"port-15-in\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[port-16-in]", "resource_value": "{\"type\": \"MG_ON_OPTICAL_PORT_WAVEBAND_INPUT\", \"uuid\": \"port-16-in\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[port-2-in]", "resource_value": "{\"type\": \"MG_ON_OPTICAL_PORT_WAVEBAND_INPUT\", \"uuid\": \"port-2-in\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[port-3-in]", "resource_value": "{\"type\": \"MG_ON_OPTICAL_PORT_WAVEBAND_INPUT\", \"uuid\": \"port-3-in\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[port-4-in]", "resource_value": "{\"type\": \"MG_ON_OPTICAL_PORT_WAVEBAND_INPUT\", \"uuid\": \"port-4-in\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[port-5-in]", "resource_value": "{\"type\": \"MG_ON_OPTICAL_PORT_WAVEBAND_INPUT\", \"uuid\": \"port-5-in\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[port-6-in]", "resource_value": "{\"type\": \"MG_ON_OPTICAL_PORT_WAVEBAND_INPUT\", \"uuid\": \"port-6-in\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[port-7-in]", "resource_value": "{\"type\": \"MG_ON_OPTICAL_PORT_WAVEBAND_INPUT\", \"uuid\": \"port-7-in\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[port-8-in]", "resource_value": "{\"type\": \"MG_ON_OPTICAL_PORT_WAVEBAND_INPUT\", \"uuid\": \"port-8-in\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[port-9-in]", "resource_value": "{\"type\": \"MG_ON_OPTICAL_PORT_WAVEBAND_INPUT\", \"uuid\": \"port-9-in\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[port-1-out]", "resource_value": "{\"type\": \"MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT\", \"uuid\": \"port-1-out\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[port-10-out]", "resource_value": "{\"type\": \"MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT\", \"uuid\": \"port-10-out\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[port-11-out]", "resource_value": "{\"type\": \"MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT\", \"uuid\": \"port-11-out\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[port-12-out]", "resource_value": "{\"type\": \"MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT\", \"uuid\": \"port-12-out\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[port-13-out]", "resource_value": "{\"type\": \"MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT\", \"uuid\": \"port-13-out\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[port-14-out]", "resource_value": "{\"type\": \"MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT\", \"uuid\": \"port-14-out\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[port-15-out]", "resource_value": "{\"type\": \"MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT\", \"uuid\": \"port-15-out\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[port-16-out]", "resource_value": "{\"type\": \"MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT\", \"uuid\": \"port-16-out\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[port-2-out]", "resource_value": "{\"type\": \"MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT\", \"uuid\": \"port-2-out\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[port-3-out]", "resource_value": "{\"type\": \"MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT\", \"uuid\": \"port-3-out\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[port-4-out]", "resource_value": "{\"type\": \"MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT\", \"uuid\": \"port-4-out\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[port-5-out]", "resource_value": "{\"type\": \"MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT\", \"uuid\": \"port-5-out\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[port-6-out]", "resource_value": "{\"type\": \"MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT\", \"uuid\": \"port-6-out\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[port-7-out]", "resource_value": "{\"type\": \"MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT\", \"uuid\": \"port-7-out\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[port-8-out]", "resource_value": "{\"type\": \"MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT\", \"uuid\": \"port-8-out\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[port-9-out]", "resource_value": "{\"type\": \"MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT\", \"uuid\": \"port-9-out\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[port-33-in]", "resource_value": "{\"type\": \"MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT\", \"uuid\": \"port-33-in\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[port-34-in]", "resource_value": "{\"type\": \"MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT\", \"uuid\": \"port-34-in\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[port-35-in]", "resource_value": "{\"type\": \"MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT\", \"uuid\": \"port-35-in\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[port-36-in]", "resource_value": "{\"type\": \"MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT\", \"uuid\": \"port-36-in\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[port-37-in]", "resource_value": "{\"type\": \"MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT\", \"uuid\": \"port-37-in\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[port-38-in]", "resource_value": "{\"type\": \"MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT\", \"uuid\": \"port-38-in\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[port-39-in]", "resource_value": "{\"type\": \"MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT\", \"uuid\": \"port-39-in\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[port-40-in]", "resource_value": "{\"type\": \"MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT\", \"uuid\": \"port-40-in\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[port-41-in]", "resource_value": "{\"type\": \"MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT\", \"uuid\": \"port-41-in\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[port-42-in]", "resource_value": "{\"type\": \"MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT\", \"uuid\": \"port-42-in\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[port-43-in]", "resource_value": "{\"type\": \"MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT\", \"uuid\": \"port-43-in\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[port-44-in]", "resource_value": "{\"type\": \"MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT\", \"uuid\": \"port-44-in\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[port-45-in]", "resource_value": "{\"type\": \"MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT\", \"uuid\": \"port-45-in\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[port-46-in]", "resource_value": "{\"type\": \"MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT\", \"uuid\": \"port-46-in\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[port-47-in]", "resource_value": "{\"type\": \"MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT\", \"uuid\": \"port-47-in\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[port-48-in]", "resource_value": "{\"type\": \"MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT\", \"uuid\": \"port-48-in\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[port-33-out]", "resource_value": "{\"type\": \"MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT\", \"uuid\": \"port-33-out\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[port-34-out]", "resource_value": "{\"type\": \"MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT\", \"uuid\": \"port-34-out\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[port-35-out]", "resource_value": "{\"type\": \"MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT\", \"uuid\": \"port-35-out\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[port-36-out]", "resource_value": "{\"type\": \"MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT\", \"uuid\": \"port-36-out\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[port-37-out]", "resource_value": "{\"type\": \"MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT\", \"uuid\": \"port-37-out\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[port-38-out]", "resource_value": "{\"type\": \"MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT\", \"uuid\": \"port-38-out\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[port-39-out]", "resource_value": "{\"type\": \"MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT\", \"uuid\": \"port-39-out\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[port-40-out]", "resource_value": "{\"type\": \"MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT\", \"uuid\": \"port-40-out\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[port-41-out]", "resource_value": "{\"type\": \"MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT\", \"uuid\": \"port-41-out\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[port-42-out]", "resource_value": "{\"type\": \"MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT\", \"uuid\": \"port-42-out\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[port-43-out]", "resource_value": "{\"type\": \"MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT\", \"uuid\": \"port-43-out\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[port-44-out]", "resource_value": "{\"type\": \"MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT\", \"uuid\": \"port-44-out\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[port-45-out]", "resource_value": "{\"type\": \"MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT\", \"uuid\": \"port-45-out\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[port-46-out]", "resource_value": "{\"type\": \"MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT\", \"uuid\": \"port-46-out\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[port-47-out]", "resource_value": "{\"type\": \"MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT\", \"uuid\": \"port-47-out\"}"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "/endpoints/endpoint[port-48-out]", "resource_value": "{\"type\": \"MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT\", \"uuid\": \"port-48-out\"}"}}]}, "device_drivers": ["DEVICEDRIVER_OC"], "device_endpoints": [{"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "port-1-in"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "port-10-in"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "port-11-in"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "port-12-in"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "port-13-in"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "port-14-in"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "port-15-in"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "port-16-in"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "port-2-in"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "port-3-in"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "port-4-in"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "port-5-in"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "port-6-in"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "port-7-in"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "port-8-in"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "port-9-in"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "port-1-out"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "port-10-out"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "port-11-out"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "port-12-out"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "port-13-out"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "port-14-out"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "port-15-out"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "port-16-out"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "port-2-out"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "port-3-out"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "port-4-out"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "port-5-out"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "port-6-out"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "port-7-out"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "port-8-out"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "port-9-out"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "port-33-in"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "port-34-in"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "port-35-in"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "port-36-in"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "port-37-in"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "port-38-in"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "port-39-in"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "port-40-in"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "port-41-in"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "port-42-in"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "port-43-in"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "port-44-in"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "port-45-in"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "port-46-in"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "port-47-in"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "port-48-in"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "port-33-out"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "port-34-out"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "port-35-out"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "port-36-out"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "port-37-out"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "port-38-out"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "port-39-out"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "port-40-out"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "port-41-out"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "port-42-out"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "port-43-out"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "port-44-out"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "port-45-out"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "port-46-out"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "port-47-out"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT", "kpi_sample_types": [], "name": ""}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "port-48-out"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT", "kpi_sample_types": [], "name": ""}], "device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "device_operational_status": "DEVICEOPERATIONALSTATUS_ENABLED", "device_type": "optical-roadm", "name": "R2"} -[2024-06-20 13:24:49,515] DEBUG:context.client.ContextClient:SetDevice result: {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}} -[2024-06-20 13:24:49,515] DEBUG:context.client.ContextClient:SelectDevice request: {"device_ids": {"device_ids": [{"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}]}, "include_components": false, "include_config_rules": false, "include_endpoints": true} -[2024-06-20 13:24:49,555] DEBUG:context.client.ContextClient:SelectDevice result: {"devices": [{"components": [], "controller_id": {}, "device_drivers": ["DEVICEDRIVER_OC"], "device_endpoints": [{"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "053a62f6-2760-562a-b285-15a9b159c2c5"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT", "kpi_sample_types": [], "name": "port-46-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "0a9b56db-32f8-5c60-83af-7ceaa39c618e"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT", "kpi_sample_types": [], "name": "port-2-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "0d103312-7c8c-5e8a-980f-f6863b42d0d3"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT", "kpi_sample_types": [], "name": "port-10-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "0ee5d330-9700-5684-92c1-bcb6c4c8a3bc"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT", "kpi_sample_types": [], "name": "port-8-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "115ed444-0128-53f1-aa1a-ce8129a55f67"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT", "kpi_sample_types": [], "name": "port-9-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "12ea85fc-4388-59c1-9cb9-b480ee06e01a"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT", "kpi_sample_types": [], "name": "port-45-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "14bb0e42-db22-5dfb-b618-4caa72a8e8cc"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT", "kpi_sample_types": [], "name": "port-42-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "18a7b3b1-d4a3-590a-a5a9-b7db5293ac61"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT", "kpi_sample_types": [], "name": "port-48-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "19041fc0-6807-5b8f-9b26-7e7eed556980"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT", "kpi_sample_types": [], "name": "port-6-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "1950275c-e218-5190-8ca5-6a2228c4a87b"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT", "kpi_sample_types": [], "name": "port-10-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "21db5850-b53e-57de-ba2a-bf578bffb1ea"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT", "kpi_sample_types": [], "name": "port-46-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "261a53b4-d257-5f35-bf5b-b2f975d7d2ed"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT", "kpi_sample_types": [], "name": "port-35-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "266dc3a1-0892-5454-a917-3fa62190c6c2"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT", "kpi_sample_types": [], "name": "port-8-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "2e4f4523-3fb0-5704-9a47-1cf467d70bc8"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT", "kpi_sample_types": [], "name": "port-13-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "2f6d500b-2407-516f-9468-4f059b218f4b"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT", "kpi_sample_types": [], "name": "port-43-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "3062d499-cf08-5f02-94c6-8906ebdf756b"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT", "kpi_sample_types": [], "name": "port-41-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "31060d00-8617-55c3-92f2-f42b876478c1"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT", "kpi_sample_types": [], "name": "port-4-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "399d3645-5565-502b-bfc8-3ea9cf68a83b"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT", "kpi_sample_types": [], "name": "port-36-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "3ba5f6db-ffde-59d9-a7ae-af06e96a9674"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT", "kpi_sample_types": [], "name": "port-40-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "3e17084e-d2b4-5cb2-b31a-7f6d80feb60e"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT", "kpi_sample_types": [], "name": "port-5-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "3e74aa2a-cf0d-51ce-b406-dcf1b96ae5d5"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT", "kpi_sample_types": [], "name": "port-11-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "3efedbc2-7363-53cf-a0b9-fc4a2bcbd245"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT", "kpi_sample_types": [], "name": "port-1-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "48a917ad-12d8-5ec4-aaab-84b35337abfe"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT", "kpi_sample_types": [], "name": "port-14-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "5047aede-f784-58ab-b80a-454386a43c64"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT", "kpi_sample_types": [], "name": "port-12-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "50b41e11-e2f7-5720-b2b0-bc2a43eb7b95"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT", "kpi_sample_types": [], "name": "port-38-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "5aeb719f-e322-5185-be08-a2f837992a4f"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT", "kpi_sample_types": [], "name": "port-44-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "5cfa4f91-cbce-5721-b612-e6b5eaa76721"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT", "kpi_sample_types": [], "name": "port-35-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "5d5cb9d0-e675-55b7-8a76-5649f4c95c81"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT", "kpi_sample_types": [], "name": "port-39-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "5dd55ad7-b980-562e-b579-d724a3655d31"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT", "kpi_sample_types": [], "name": "port-34-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "5eba7909-6f11-5154-b6e9-e2a2bbc75bb0"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT", "kpi_sample_types": [], "name": "port-48-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "625560d9-4809-5f40-b3cf-23ec59efe71a"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT", "kpi_sample_types": [], "name": "port-38-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "630a400f-dd0c-51d0-8049-c281881190b0"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT", "kpi_sample_types": [], "name": "port-3-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "6a2d629b-9dfe-58af-bc5b-96277a127512"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT", "kpi_sample_types": [], "name": "port-41-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "6e621543-9616-57bf-806c-2564047f234b"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT", "kpi_sample_types": [], "name": "port-15-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "6e9b83ef-b9a4-5898-9495-38c45635aac7"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT", "kpi_sample_types": [], "name": "port-34-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "72fabf2f-0121-5198-a4bf-ab82034d7da9"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT", "kpi_sample_types": [], "name": "port-16-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "743daf39-41eb-500c-b61b-d7b473249022"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT", "kpi_sample_types": [], "name": "port-47-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "76d3c064-04eb-5edf-95ac-645cb6348b61"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT", "kpi_sample_types": [], "name": "port-33-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "77d8c722-2ad2-5a7c-8669-fb900f1166e1"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT", "kpi_sample_types": [], "name": "port-45-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "8657516b-33f4-5d1c-839d-51acbc6fb93d"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT", "kpi_sample_types": [], "name": "port-36-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "86f6b3e0-3e7e-5db2-bb71-6e05229c97eb"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT", "kpi_sample_types": [], "name": "port-3-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "922a952b-50b6-5985-bf44-3afeb53f396e"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT", "kpi_sample_types": [], "name": "port-44-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "94ae7ec2-0cba-55ea-a36f-2143b205ed64"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT", "kpi_sample_types": [], "name": "port-43-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "994c45dd-b2b8-53c4-957d-4834f45e0e1f"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT", "kpi_sample_types": [], "name": "port-13-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "a08ab669-238c-5e9e-9e86-780d39111595"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT", "kpi_sample_types": [], "name": "port-40-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "a751a510-e108-5819-bafb-3d3e6881b4eb"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT", "kpi_sample_types": [], "name": "port-12-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "b22d517e-2d36-518b-9e3e-c75c625f06ef"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT", "kpi_sample_types": [], "name": "port-7-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "b3ab2b45-ed47-5c14-801d-b1104dd9d619"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT", "kpi_sample_types": [], "name": "port-6-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "b71a78da-69db-5260-8a15-8de81d02a20d"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT", "kpi_sample_types": [], "name": "port-9-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "bc82f789-cbb1-5f3e-b989-88dab185ea0d"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT", "kpi_sample_types": [], "name": "port-37-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "bcfb768c-e8fb-5e0b-9559-821d120b5410"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT", "kpi_sample_types": [], "name": "port-1-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "bd08db44-134e-5902-bb24-b2453bf21db4"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT", "kpi_sample_types": [], "name": "port-5-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "be1b3bb0-8aed-569a-be91-e888b0c0985d"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT", "kpi_sample_types": [], "name": "port-33-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "c027a391-2cf6-5b96-bba3-051e01c63f43"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT", "kpi_sample_types": [], "name": "port-7-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "c2d5ac50-2faf-5608-a6ae-7c023bceb289"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT", "kpi_sample_types": [], "name": "port-39-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "c4568f02-d291-5c95-b9bc-846278862db9"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT", "kpi_sample_types": [], "name": "port-4-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "c559fb60-6495-5992-b339-ac7a590e337c"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT", "kpi_sample_types": [], "name": "port-16-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "cace07d7-0ca3-51be-bef1-b58db0ccba6f"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT", "kpi_sample_types": [], "name": "port-2-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "caf865b8-df54-5601-9163-1cdbe8f7a599"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT", "kpi_sample_types": [], "name": "port-47-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "cc5064c4-bc42-5c50-b5b0-9b2ad1405bd8"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT", "kpi_sample_types": [], "name": "port-42-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "e650eba7-019d-5c4f-9d75-14d47a711f2f"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT", "kpi_sample_types": [], "name": "port-14-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "e7566eac-9fa0-5137-929a-7cf2485babea"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT", "kpi_sample_types": [], "name": "port-37-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "ea7812b2-db7c-5504-a415-6b4299ae090f"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT", "kpi_sample_types": [], "name": "port-11-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "fd4d5404-baf3-5f5f-b7b7-a825c90e5f2a"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT", "kpi_sample_types": [], "name": "port-15-in"}], "device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "device_operational_status": "DEVICEOPERATIONALSTATUS_ENABLED", "device_type": "optical-roadm", "name": "R2"}]} -[2024-06-20 13:24:49,556] DEBUG:device.service.DeviceServiceServicerImpl:AddDevice reply: {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}} -[2024-06-20 13:26:22,579] DEBUG:device.service.OpenConfigServicer:ConfigureOpticalDevice request: {"config": "{\"channels\": [], \"transceivers\": {\"transceiver\": []}, \"interfaces\": {\"interface\": \"\"}, \"channel_namespace\": null, \"endpoints\": [], \"device_name\": \"R1\", \"new_config\": {\"band_type\": \"C_BAND\", \"low-freq\": 192006250, \"up-freq\": 192206250, \"frequency\": 192106250, \"band\": 200000, \"ob_id\": 1}, \"is_opticalband\": true, \"flow\": [[\"0\", \"77df46fd-6d6e-5726-9960-ca439c925dea\"]]}", "device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "opticalconfig_id": {"opticalconfig_uuid": "8e7fd0ea-e9de-54a3-a3bd-bf3ae86efbf3"}} -[2024-06-20 13:26:22,580] INFO:device.service.OpenConfigServicer: config from openconfigservicer {'channels': [], 'transceivers': {'transceiver': []}, 'interfaces': {'interface': ''}, 'channel_namespace': None, 'endpoints': [], 'device_name': 'R1', 'new_config': {'band_type': 'C_BAND', 'low-freq': 192006250, 'up-freq': 192206250, 'frequency': 192106250, 'band': 200000, 'ob_id': 1}, 'is_opticalband': True, 'flow': [['0', '77df46fd-6d6e-5726-9960-ca439c925dea']]} -[2024-06-20 13:26:22,580] DEBUG:context.client.ContextClient:Creating channel to 10.152.183.195:1010... -[2024-06-20 13:26:22,581] DEBUG:context.client.ContextClient:Channel created -[2024-06-20 13:26:22,581] DEBUG:context.client.ContextClient:SelectDevice request: {"device_ids": {"device_ids": [{"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}]}, "include_components": false, "include_config_rules": false, "include_endpoints": true} -[2024-06-20 13:26:22,620] DEBUG:context.client.ContextClient:SelectDevice result: {"devices": [{"components": [], "controller_id": {}, "device_drivers": ["DEVICEDRIVER_OC"], "device_endpoints": [{"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "02c19f3c-73ac-55b9-b4c2-7def7e7df9fe"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT", "kpi_sample_types": [], "name": "port-48-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "0332be2a-9b4e-52d7-ac7b-3ea58bf00375"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT", "kpi_sample_types": [], "name": "port-12-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "08da1aa7-9253-5e92-bf2c-6e66ffe7a4ff"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT", "kpi_sample_types": [], "name": "port-38-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "0b1c4d0e-5140-5085-ab66-2def390b650f"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT", "kpi_sample_types": [], "name": "port-33-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "12b4419f-9ae9-5839-ad52-9684b1f30878"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT", "kpi_sample_types": [], "name": "port-34-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "188af412-9ac2-588f-8f00-a956aa6b2ae5"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT", "kpi_sample_types": [], "name": "port-43-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "18a51dcf-905d-5104-9ef1-f24740fd6d78"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT", "kpi_sample_types": [], "name": "port-12-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "1e02e33d-4b14-502d-9806-988f64cccb5d"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT", "kpi_sample_types": [], "name": "port-43-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "21b8ccaa-9f7b-5bc5-9fc0-6f32025eb8a6"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT", "kpi_sample_types": [], "name": "port-41-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "22d287ab-7935-55cb-b681-944a064726a9"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT", "kpi_sample_types": [], "name": "port-11-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "28666b3c-4b96-5cb6-8006-eba13ca8ab6e"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT", "kpi_sample_types": [], "name": "port-9-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "29e8b36f-6989-5651-99fe-b3cb2ee5b4b8"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT", "kpi_sample_types": [], "name": "port-40-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "2b646bf7-3120-5254-a4fb-748294c61a71"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT", "kpi_sample_types": [], "name": "port-2-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "35aaee89-81a3-56b1-b1ba-33f972d0af49"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT", "kpi_sample_types": [], "name": "port-36-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "385bc8da-171b-574c-9d4f-d9b08f29c469"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT", "kpi_sample_types": [], "name": "port-40-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "38f57fc2-4b25-5b8e-8ab0-e2676594b652"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT", "kpi_sample_types": [], "name": "port-39-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "3972ab17-4386-5a0c-92db-fc8096433068"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT", "kpi_sample_types": [], "name": "port-38-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "3a49ceb2-fd5b-59e2-975a-b065c4e127a4"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT", "kpi_sample_types": [], "name": "port-7-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "3b1551b2-3c17-54f6-8990-308ee42b421d"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT", "kpi_sample_types": [], "name": "port-15-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "3f8b1948-619c-5130-a158-b7beb838434c"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT", "kpi_sample_types": [], "name": "port-14-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "435a198b-cd6f-5d29-a72d-ea4f04cb658a"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT", "kpi_sample_types": [], "name": "port-35-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "436bb32a-c8a0-5718-bbdb-382c79d96587"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT", "kpi_sample_types": [], "name": "port-1-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "4b197fb8-d26e-59fb-a96c-d347ba017b28"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT", "kpi_sample_types": [], "name": "port-46-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "53e3c997-d487-5d96-a6c4-998a562dcb96"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT", "kpi_sample_types": [], "name": "port-5-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "55684f06-7aab-5061-aa0d-2e37b45e5ec7"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT", "kpi_sample_types": [], "name": "port-2-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "56c81904-047c-5d7c-a765-79b9e4b7abf2"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT", "kpi_sample_types": [], "name": "port-3-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "59871dc1-872d-5df1-9392-2537a591c86c"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT", "kpi_sample_types": [], "name": "port-45-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "59fcacb0-1840-5dd3-9dfa-a07cf4f91bd2"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT", "kpi_sample_types": [], "name": "port-3-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "5ac999c3-3df8-53c4-8f4a-52e5943f5c4c"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT", "kpi_sample_types": [], "name": "port-14-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "62099377-4f4f-5ffb-aa37-6dec3319a21e"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT", "kpi_sample_types": [], "name": "port-13-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "6a6dc5d4-567c-5104-b50d-6820768d2699"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT", "kpi_sample_types": [], "name": "port-46-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "77df46fd-6d6e-5726-9960-ca439c925dea"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT", "kpi_sample_types": [], "name": "port-1-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "7be48ef0-2357-55fa-aca6-a1aeeeb3267a"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT", "kpi_sample_types": [], "name": "port-42-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "7ce13dc8-d5f1-5233-beec-1d99416c9164"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT", "kpi_sample_types": [], "name": "port-44-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "883609be-6125-5bbf-91ac-2a30e75a7d1e"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT", "kpi_sample_types": [], "name": "port-16-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "8d0c4ac4-c522-5992-a206-45e8bf8389c6"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT", "kpi_sample_types": [], "name": "port-7-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "904c4b18-10a6-512b-9bb2-8ec81e74fda4"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT", "kpi_sample_types": [], "name": "port-34-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "91492a21-2f88-5acc-a427-2a57230eb2ea"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT", "kpi_sample_types": [], "name": "port-15-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "927b0db8-602b-54d5-acd9-c1cd6395425f"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT", "kpi_sample_types": [], "name": "port-39-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "a18a7eb1-811d-5d27-be08-db212d83f25e"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT", "kpi_sample_types": [], "name": "port-45-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "a7058178-97da-5b95-b969-abe5ab7a8e6f"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT", "kpi_sample_types": [], "name": "port-42-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "a7d33ece-9565-59ec-999f-4c995d142f83"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT", "kpi_sample_types": [], "name": "port-4-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "a9061634-e9a7-5d13-bc96-09fbf31cd610"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT", "kpi_sample_types": [], "name": "port-41-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "b5354091-162e-5073-aeb2-ec5debcfcf9f"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT", "kpi_sample_types": [], "name": "port-16-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "b9fbeed8-e304-5bd5-90e1-3e43c6af5a16"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT", "kpi_sample_types": [], "name": "port-35-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "c31537c8-13df-503d-bf91-64e860e6b573"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT", "kpi_sample_types": [], "name": "port-48-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "ca4f5f60-37ba-567b-a474-ff8951033342"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT", "kpi_sample_types": [], "name": "port-47-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "cc197d41-625f-50d1-94d8-c6c63a31ccfb"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT", "kpi_sample_types": [], "name": "port-8-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "ccb07637-f7d6-5b4a-9fc6-8510ef694cd9"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT", "kpi_sample_types": [], "name": "port-4-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "cd539095-12a6-5460-8b07-481ec1901c9a"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT", "kpi_sample_types": [], "name": "port-33-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "cfe60fca-3fe5-5747-ace8-ca7913e26d81"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT", "kpi_sample_types": [], "name": "port-13-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "dda83a5d-29b7-5f96-9b0a-bd1f39e1db2f"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT", "kpi_sample_types": [], "name": "port-37-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "e2500678-0f36-555a-9133-7cd04d3ad63a"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT", "kpi_sample_types": [], "name": "port-6-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "e5265cb0-2e80-5ea1-80d8-333749bb7f14"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT", "kpi_sample_types": [], "name": "port-5-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "e9d0dac3-11f2-5b84-9125-d0300ccd8eeb"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT", "kpi_sample_types": [], "name": "port-37-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "e9d4bff3-76ac-5490-b897-a30b9a42a8b1"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT", "kpi_sample_types": [], "name": "port-44-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "ea73d8c4-1077-55c9-87f1-9c377cee196f"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT", "kpi_sample_types": [], "name": "port-9-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "eb38e3cd-e42a-54b2-846c-82207a95e8e3"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT", "kpi_sample_types": [], "name": "port-10-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "ebfe571c-77b2-5f66-9efe-25583cc1f587"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT", "kpi_sample_types": [], "name": "port-36-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "ee4df110-8657-571c-aa20-a70ec79db01f"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT", "kpi_sample_types": [], "name": "port-47-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "f206246e-cb90-56b4-b908-1dc3daa7ac3f"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT", "kpi_sample_types": [], "name": "port-11-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "f7052fb4-fab8-5821-95e0-d407043742d8"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT", "kpi_sample_types": [], "name": "port-8-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "f8bd2b7e-6d37-5bbc-92f4-9b9b2e0ce22c"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT", "kpi_sample_types": [], "name": "port-10-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "ff51524f-7b51-5efd-af6b-6bc8541d3716"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT", "kpi_sample_types": [], "name": "port-6-out"}], "device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "device_operational_status": "DEVICEOPERATIONALSTATUS_ENABLED", "device_type": "optical-roadm", "name": "R1"}]} -[2024-06-20 13:26:22,621] INFO:device.service.OpenConfigServicer:device is device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } -} -name: "R1" -device_type: "optical-roadm" -device_operational_status: DEVICEOPERATIONALSTATUS_ENABLED -device_drivers: DEVICEDRIVER_OC -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "02c19f3c-73ac-55b9-b4c2-7def7e7df9fe" - } - } - name: "port-48-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "0332be2a-9b4e-52d7-ac7b-3ea58bf00375" - } - } - name: "port-12-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "08da1aa7-9253-5e92-bf2c-6e66ffe7a4ff" - } - } - name: "port-38-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "0b1c4d0e-5140-5085-ab66-2def390b650f" - } - } - name: "port-33-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "12b4419f-9ae9-5839-ad52-9684b1f30878" - } - } - name: "port-34-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "188af412-9ac2-588f-8f00-a956aa6b2ae5" - } - } - name: "port-43-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "18a51dcf-905d-5104-9ef1-f24740fd6d78" - } - } - name: "port-12-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "1e02e33d-4b14-502d-9806-988f64cccb5d" - } - } - name: "port-43-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "21b8ccaa-9f7b-5bc5-9fc0-6f32025eb8a6" - } - } - name: "port-41-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "22d287ab-7935-55cb-b681-944a064726a9" - } - } - name: "port-11-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "28666b3c-4b96-5cb6-8006-eba13ca8ab6e" - } - } - name: "port-9-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "29e8b36f-6989-5651-99fe-b3cb2ee5b4b8" - } - } - name: "port-40-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "2b646bf7-3120-5254-a4fb-748294c61a71" - } - } - name: "port-2-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "35aaee89-81a3-56b1-b1ba-33f972d0af49" - } - } - name: "port-36-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "385bc8da-171b-574c-9d4f-d9b08f29c469" - } - } - name: "port-40-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "38f57fc2-4b25-5b8e-8ab0-e2676594b652" - } - } - name: "port-39-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "3972ab17-4386-5a0c-92db-fc8096433068" - } - } - name: "port-38-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "3a49ceb2-fd5b-59e2-975a-b065c4e127a4" - } - } - name: "port-7-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "3b1551b2-3c17-54f6-8990-308ee42b421d" - } - } - name: "port-15-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "3f8b1948-619c-5130-a158-b7beb838434c" - } - } - name: "port-14-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "435a198b-cd6f-5d29-a72d-ea4f04cb658a" - } - } - name: "port-35-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "436bb32a-c8a0-5718-bbdb-382c79d96587" - } - } - name: "port-1-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "4b197fb8-d26e-59fb-a96c-d347ba017b28" - } - } - name: "port-46-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "53e3c997-d487-5d96-a6c4-998a562dcb96" - } - } - name: "port-5-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "55684f06-7aab-5061-aa0d-2e37b45e5ec7" - } - } - name: "port-2-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "56c81904-047c-5d7c-a765-79b9e4b7abf2" - } - } - name: "port-3-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "59871dc1-872d-5df1-9392-2537a591c86c" - } - } - name: "port-45-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "59fcacb0-1840-5dd3-9dfa-a07cf4f91bd2" - } - } - name: "port-3-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "5ac999c3-3df8-53c4-8f4a-52e5943f5c4c" - } - } - name: "port-14-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "62099377-4f4f-5ffb-aa37-6dec3319a21e" - } - } - name: "port-13-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "6a6dc5d4-567c-5104-b50d-6820768d2699" - } - } - name: "port-46-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "77df46fd-6d6e-5726-9960-ca439c925dea" - } - } - name: "port-1-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "7be48ef0-2357-55fa-aca6-a1aeeeb3267a" - } - } - name: "port-42-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "7ce13dc8-d5f1-5233-beec-1d99416c9164" - } - } - name: "port-44-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "883609be-6125-5bbf-91ac-2a30e75a7d1e" - } - } - name: "port-16-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "8d0c4ac4-c522-5992-a206-45e8bf8389c6" - } - } - name: "port-7-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "904c4b18-10a6-512b-9bb2-8ec81e74fda4" - } - } - name: "port-34-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "91492a21-2f88-5acc-a427-2a57230eb2ea" - } - } - name: "port-15-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "927b0db8-602b-54d5-acd9-c1cd6395425f" - } - } - name: "port-39-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "a18a7eb1-811d-5d27-be08-db212d83f25e" - } - } - name: "port-45-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "a7058178-97da-5b95-b969-abe5ab7a8e6f" - } - } - name: "port-42-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "a7d33ece-9565-59ec-999f-4c995d142f83" - } - } - name: "port-4-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "a9061634-e9a7-5d13-bc96-09fbf31cd610" - } - } - name: "port-41-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "b5354091-162e-5073-aeb2-ec5debcfcf9f" - } - } - name: "port-16-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "b9fbeed8-e304-5bd5-90e1-3e43c6af5a16" - } - } - name: "port-35-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "c31537c8-13df-503d-bf91-64e860e6b573" - } - } - name: "port-48-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "ca4f5f60-37ba-567b-a474-ff8951033342" - } - } - name: "port-47-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "cc197d41-625f-50d1-94d8-c6c63a31ccfb" - } - } - name: "port-8-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "ccb07637-f7d6-5b4a-9fc6-8510ef694cd9" - } - } - name: "port-4-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "cd539095-12a6-5460-8b07-481ec1901c9a" - } - } - name: "port-33-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "cfe60fca-3fe5-5747-ace8-ca7913e26d81" - } - } - name: "port-13-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "dda83a5d-29b7-5f96-9b0a-bd1f39e1db2f" - } - } - name: "port-37-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "e2500678-0f36-555a-9133-7cd04d3ad63a" - } - } - name: "port-6-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "e5265cb0-2e80-5ea1-80d8-333749bb7f14" - } - } - name: "port-5-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "e9d0dac3-11f2-5b84-9125-d0300ccd8eeb" - } - } - name: "port-37-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "e9d4bff3-76ac-5490-b897-a30b9a42a8b1" - } - } - name: "port-44-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "ea73d8c4-1077-55c9-87f1-9c377cee196f" - } - } - name: "port-9-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "eb38e3cd-e42a-54b2-846c-82207a95e8e3" - } - } - name: "port-10-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "ebfe571c-77b2-5f66-9efe-25583cc1f587" - } - } - name: "port-36-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "ee4df110-8657-571c-aa20-a70ec79db01f" - } - } - name: "port-47-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "f206246e-cb90-56b4-b908-1dc3daa7ac3f" - } - } - name: "port-11-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "f7052fb4-fab8-5821-95e0-d407043742d8" - } - } - name: "port-8-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "f8bd2b7e-6d37-5bbc-92f4-9b9b2e0ce22c" - } - } - name: "port-10-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "ff51524f-7b51-5efd-af6b-6bc8541d3716" - } - } - name: "port-6-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT" - endpoint_location { - } -} -controller_id { -} - -[2024-06-20 13:26:22,621] INFO:device.service.OpenConfigServicer:from openconfigservicer [{'resource_key': 'channel_namespace', 'value': None}, {'resource_key': 'add_transceiver', 'value': None}, {'resource_key': 'source_port', 'value': [None]}, {'resource_key': 'destination_port', 'value': ['port-1-out']}, {'resource_key': 'target-output-power', 'value': None}, {'resource_key': 'frequency', 'value': 192106250}, {'resource_key': 'operational-mode', 'value': None}, {'resource_key': 'line-port', 'value': None}, {'resource_key': 'name', 'value': 'C_BAND'}, {'resource_key': 'optical-band-parent', 'value': 1}, {'resource_key': 'channel_name', 'value': None}, {'resource_key': 'index', 'value': 1}, {'resource_key': 'lower-frequency', 'value': 192006250}, {'resource_key': 'upper-frequency', 'value': 192206250}] and conditions {'is_opticalband': True, 'edit_type': 'optical-band'} -[2024-06-20 13:26:22,632] INFO:ncclient.operations.rpc:[host 172.17.254.21 session-id 21] Requesting 'EditConfig' -[2024-06-20 13:26:22,633] DEBUG:ncclient.operations.rpc:[host 172.17.254.21 session-id 21] Sync request, will wait for timeout=120 -[2024-06-20 13:26:22,785] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:22,785] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 235 bytes -[2024-06-20 13:26:22,785] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:22,785] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=6 -[2024-06-20 13:26:22,786] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:22,786] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 225 bytes -[2024-06-20 13:26:22,786] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: appending 225 bytes -[2024-06-20 13:26:22,786] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: fragment = "<?xml version="1.0" encoding="UTF-8"?> -<rpc-reply xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="urn:uuid:bf257593-5266-4e4e-9d22-0ccd142cf5f4" xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0"><ok/></rpc-reply>" -[2024-06-20 13:26:22,786] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 231 bytes from start of buffer -[2024-06-20 13:26:22,786] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=4 -[2024-06-20 13:26:22,786] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found end of message delimiter -[2024-06-20 13:26:22,786] DEBUG:ncclient.operations.rpc:[host 172.17.254.21 session-id 21] Delivering to <ncclient.operations.edit.EditConfig object at 0x7fa7485f87c0> -[2024-06-20 13:26:22,787] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: saving back rest of message after 235 bytes, original size 235 -[2024-06-20 13:26:22,787] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:22,787] INFO:root:resonse from edit <?xml version="1.0" encoding="UTF-8"?> -<rpc-reply xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="urn:uuid:bf257593-5266-4e4e-9d22-0ccd142cf5f4" xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0"><ok/></rpc-reply> -[2024-06-20 13:26:22,787] INFO:device.service.OpenConfigServicer:resluts [True] and is_all_good True -[2024-06-20 13:26:22,788] INFO:ncclient.operations.rpc:[host 172.17.254.21 session-id 21] Requesting 'Get' -[2024-06-20 13:26:22,788] DEBUG:ncclient.operations.rpc:[host 172.17.254.21 session-id 21] Sync request, will wait for timeout=120 -[2024-06-20 13:26:22,927] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:22,927] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:26:22,927] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:22,927] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:22,927] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:22,927] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:22,927] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:22,927] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:22,927] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:22,927] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:22,928] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:26:22,928] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:22,928] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:22,928] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:22,928] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:22,928] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:22,928] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:22,928] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:22,928] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:22,928] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:26:22,928] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:22,929] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:22,929] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:22,929] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:22,929] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:22,929] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:22,929] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:22,929] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:22,929] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:26:22,929] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:22,929] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:22,929] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:22,929] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:22,930] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:26:22,930] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: fragment = "<?xml version="1.0" encoding="UTF-8"?> -<rpc-reply xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="urn:uuid:1436fe52-5533-4c9e-a905-16f02ffc51de" xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0"><data><yang-library xmlns="urn:ietf:params:xml:ns:yang:ietf-yang-library"><module-set><name>common</name><module><name>flex-scale-mg-on</name><revision>2024-04-25</revision><namespace>http://flex-scale-project.eu/yang/flex-scale-mg-on</namespace></module><module><name>iana-crypt-hash</name><revision>2014-08-06</revision><namespace>urn:ietf:params:xml:ns:yang:iana-crypt-hash</namespace><feature>crypt-hash-md5</feature><feature>crypt-hash-sha-256</feature><feature>crypt-hash-sha-512</feature></module><module><name>ietf-interfaces</name><revision>2018-02-20</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-interfaces</namespace><feature>arbitrary-names</feature><feature>if-mib</feature><feature>pre-provisioning</feature></module><module><name>ietf-netconf</name><revision>2011-06-01</revision><namespace>urn:ietf:params:xml:ns:netconf:base:1.0</namespace><feature>rollback-on-error</feature><feature>validate</feature><feature>writable-running</feature><feature>xpath</feature></module><module><name>ietf-netconf-acm</name><revision>2018-02-14</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-acm</namespace></module><module><name>ietf-netconf-monitoring</name><revision>2010-10-04</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring</namespace></module><module><name>ietf-netconf-nmda</name><revision>2019-01-07</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-nmda</namespace><feature>with-defaults</feature></module><module><name>ietf-netconf-notifications</name><revision>2012-02-06</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-notifications</namespace></module><module><name>ietf-netconf-partial-lock</name><revision>2009-10-19</revision><namespace>urn:ietf:params:xml:ns:netconf:partial-lock:1.0</namespace></module><module><name>ietf-netconf-with-defaults</name><revision>2011-06-01</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-with-defaults</namespace></module><module><name>ietf-restconf</name><revision>2017-01-26</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-restconf</namespace></module><module><name>ietf-restconf-monitoring</name><revision>2017-01-26</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-restconf-monitoring</namespace></module><module><name>ietf-subscribed-notifications</name><revision>2019-09-09</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-subscribed-notifications</namespace><feature>encode-xml</feature><feature>replay</feature><feature>subtree</feature><feature>xpath</feature><deviation>ietf-subscribed-notifications-deviation</deviation></module><module><name>ietf-yang-library</name><revision>2019-01-04</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-library</namespace></module><module><name>ietf-yang-patch</name><revision>2017-02-22</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-patch</namespace></module><module><name>ietf-yang-push</name><revision>2019-09-09</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-push</namespace><feature>on-change</feature><deviation>ietf-yang-push-deviation</deviation></module><module><name>ietf-yang-schema-mount</name><revision>2019-01-14</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-schema-mount</namespace></module><module><name>openconfig-if-ethernet</name><revision>2023-03-10</revision><namespace>http://openconfig.net/yang/interfaces/ethernet</namespace></module><module><name>openconfig-if-ip</name><revision>2019-01-08</revision><namespace>http://openconfig.net/yang/interfaces/ip</namespace></module><module><name>openconfig-interfaces</name><revision>2019-07-10</revision><namespace>http://openconfig.net/yang/interfaces</namespace></module><module><name>openconfig-platform</name><revision>2022-12-20</revision><namespace>http://openconfig.net/yang/platform</namespace><submodule><name>openconfig-platform-common</name><revision>2022-12-20</revision></submodule></module><module><name>openconfig-platform-port</name><revision>2023-01-19</revision><namespace>http://openconfig.net/yang/platform/port</namespace></module><module><name>openconfig-wavelength-router</name><revision>2021-07-26</revision><namespace>http://openconfig.net/yang/wavelength-router</namespace></module><module><name>optical-switch</name><revision>2020-01-10</revision><namespace>http://www.polatis.com/yang/optical-switch</namespace></module><module><name>polatis-switch</name><revision>2020-11-14</revision><namespace>http://www.polatis.com/yang/polatis-switch</namespace></module><module><name>tailf-aaa</name><revision>2022-04-12</revision><namespace>http://tail-f.com/ns/aaa/1.1</namespace></module><module><name>tailf-acm</name><revision>2013-03-07</revision><namespace>http://tail-f.com/yang/acm</namespace></module><module><name>tailf-confd-monitoring</name><revision>2021-09-09</revision><namespace>http://tail-f.com/yang/confd-monitoring</namespace></module><module><name>tailf-confd-progress</name><revision>2020-06-29</revision><namespace>http://tail-f.com/ns/confd-progress</namespace></module><module><name>tailf-kicker</name><revision>2020-11-26</revision><namespace>http://tail-f.com/ns/kicker</namespace></module><module><name>tailf-last-login</name><revision>2019-11-21</revision><namespace>http://tail-f.com/yang/last-login</namespace></module><module><name>tailf-netconf-extensions</name><revision>2021-06-18</revision><namespace>http://tail-f.com/ns/netconf/extensions</namespace></module><module><name>tailf-netconf-monitoring</name><revision>2022-04-12</revision><namespace>http://tail-f.com/yang/netconf-monitoring</namespace></module><module><name>tailf-netconf-query</name><revision>2017-01-06</revision><namespace>http://tail-f.com/ns/netconf/query</namespace></module><module><name>tailf-netconf-rollback</name><revision>2018-01-12</revision><namespace>http://tail-f.com/ns/netconf/rollback</namespace></module><module><name>tailf-netconf-transactions</name><namespace>http://tail-f.com/ns/netconf/transactions/1.0</namespace></module><module><name>tailf-netconf-with-rollback-id</name><revision>2020-06-25</revision><namespace>http://tail-f.com/ns/netconf/with-rollback-id</namespace></module><module><name>tailf-netconf-with-transaction-id</name><revision>2018-11-23</revision><namespace>http://tail-f.com/ns/netconf/with-transaction-id</namespace></module><module><name>tailf-progress</name><revision>2021-12-17</revision><namespace>http://tail-f.com/ns/progress</namespace></module><module><name>tailf-rollback</name><revision>2020-09-02</revision><namespace>http://tail-f.com/ns/rollback</namespace></module><import-only-module><name>iana-if-type</name><revision>2023-01-26</revision><namespace>urn:ietf:params:xml:ns:yang:iana-if-type</namespace></import-only-module><import-only-module><name>ietf-datastores</name><revision>2018-02-14</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-datastores</namespace></import-only-module><import-only-module><name>ietf-inet-types</name><revision>2013-07-15</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-inet-types</namespace></import-only-module><import-only-module><name>ietf-ip</name><revision>2018-02-22</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-ip</namespace></import-only-module><import-only-module><name>ietf-network-instance</name><revision>2019-01-21</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-network-instance</namespace></import-only-module><import-only-module><name>ietf-origin</name><revision>2018-02-14</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-origin</namespace></import-only-module><import-only-module><name>ietf-x509-cert-to-name</name><revision>2014-12-10</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-x509-cert-to-name</namespace></import-only-module><import-only-module><name>ietf-yang-metadata</name><revision>2016-08-05</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-metadata</namespace></import-only-module><import-only-module><name>ietf-yang-smiv2</name><revision>2012-06-22</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-smiv2</namespace></import-only-module><import-only-module><name>ietf-yang-types</name><revision>2013-07-15</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-types</namespace></import-only-module><import-only-module><name>openconfig-alarm-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/alarms/types</namespace></import-only-module><import-only-module><name>openconfig-extensions</name><revision>2018-10-17</revision><namespace>http://openconfig.net/yang/openconfig-ext</namespace></import-only-module><import-only-module><name>openconfig-if-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/openconfig-if-types</namespace></import-only-module><import-only-module><name>openconfig-inet-types</name><revision>2019-04-25</revision><namespace>http://openconfig.net/yang/types/inet</namespace></import-only-module><import-only-module><name>openconfig-platform-types</name><revision>2022-07-28</revision><namespace>http://openconfig.net/yang/platform-types</namespace></import-only-module><import-only-module><name>openconfig-transport-types</name><revision>2023-02-08</revision><namespace>http://openconfig.net/yang/transport-types</namespace></import-only-module><import-only-module><name>openconfig-types</name><revision>2019-04-16</revision><namespace>http://openconfig.net/yang/openconfig-types</namespace></import-only-module><import-only-module><name>openconfig-yang-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/types/yang</namespace></import-only-module><import-only-module><name>tailf-common</name><revision>2022-04-12</revision><namespace>http://tail-f.com/yang/common</namespace><submodule><name>tailf-cli-extensions</name><revision>2021-12-17</revision></submodule><submodule><name>tailf-meta-extensions</name><revision>2017-03-08</revision></submodule></import-only-module><import-only-module><name>tailf-common-monitoring</name><revision>2021-09-02</revision><namespace>http://tail-f.com/yang/common-monitoring</namespace></import-only-module><import-only-module><name>tailf-common-query</name><revision>2017-12-15</revision><namespace>http://tail-f.com/ns/common/query</namespace></import-only-module><import-only-module><name>tailf-netconf-forward</name><revision></revision><namespace>http://tail-f.com/ns/netconf/forward/1.0</namespace></import-only-module><import-only-module><name>tailf-netconf-inactive</name><revision></revision><namespace>http://tail-f.com/ns/netconf/inactive/1.0</namespace></import-only-module><import-only-module><name>tailf-xsd-types</name><revision>2017-11-20</revision><namespace>http://tail-f.com/yang/xsd-types</namespace></import-only-module></module-set><schema><name>common</name><module-set>common</module-set></schema><datastore><name xmlns:ds="urn:ietf:params:xml:ns:yang:ietf-datastores">ds:running</name><schema>common</schema></datastore><datastore><name xmlns:ds="urn:ietf:params:xml:ns:yang:ietf-datastores">ds:intended</name><schema>common</schema></datastore><datastore><name xmlns:ds="urn:ietf:params:xml:ns:yang:ietf-datastores">ds:operational</name><schema>common</schema></datastore><content-id>c12b960e969b26974084d2b999572983</content-id></yang-library><modules-state xmlns="urn:ietf:params:xml:ns:yang:ietf-yang-library"><module-set-id>c12b960e969b26974084d2b999572983</module-set-id><module><name>flex-scale-mg-on</name><revision>2024-04-25</revision><namespace>http://flex-scale-project.eu/yang/flex-scale-mg-on</namespace><conformance-type>implement</conformance-type></module><module><name>iana-crypt-hash</name><revision>2014-08-06</revision><namespace>urn:ietf:params:xml:ns:yang:iana-crypt-hash</namespace><feature>crypt-hash-md5</feature><feature>crypt-hash-sha-256</feature><feature>crypt-hash-sha-512</feature><conformance-type>implement</conformance-type></module><module><name>iana-if-type</name><revision>2023-01-26</revision><namespace>urn:ietf:params:xml:ns:yang:iana-if-type</namespace><conformance-type>import</conformance-type></module><module><name>ietf-datastores</name><revision>2018-02-14</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-datastores</namespace><conformance-type>import</conformance-type></module><module><name>ietf-inet-types</name><revision>2013-07-15</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-inet-types</namespace><conformance-type>import</conformance-type></module><module><name>ietf-interfaces</name><revision>2018-02-20</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-interfaces</namespace><feature>arbitrary-names</feature><feature>if-mib</feature><feature>pre-provisioning</feature><conformance-type>implement</conformance-type></module><module><name>ietf-ip</name><revision>2018-02-22</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-ip</namespace><feature>ipv4-non-contiguous-netmasks</feature><feature>ipv6-privacy-autoconf</feature><conformance-type>import</conformance-type></module><module><name>ietf-netconf</name><revision>2011-06-01</revision><namespace>urn:ietf:params:xml:ns:netconf:base:1.0</namespace><feature>rollback-on-error</feature><feature>validate</feature><feature>writable-running</feature><feature>xpath</feature><conformance-type>implement</conformance-type></module><module><name>ietf-netconf-acm</name><revision>2018-02-14</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-acm</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-netconf-monitoring</name><revision>2010-10-04</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-netconf-nmda</name><revision>2019-01-07</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-nmda</namespace><feature>with-defaults</feature><conformance-type>implement</conformance-type></module><module><name>ietf-netconf-notifications</name><revision>2012-02-06</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-notifications</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-netconf-partial-lock</name><revision>2009-10-19</revision><namespace>urn:ietf:params:xml:ns:netconf:partial-lock:1.0</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-netconf-with-defaults</name><revision>2011-06-01</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-with-defaults</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-network-instance</name><revision>2019-01-21</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-network-instance</namespace><conformance-type>import</conformance-type></module><module><name>ietf-origin</name><revision>2018-02-14</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-origin</namespace><conformance-type>import</conformance-type></module><module><name>ietf-restconf</name><revision>2017-01-26</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-restconf</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-restconf-monitoring</name><revision>2017-01-26</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-restconf-monitoring</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-subscribed-notifications</name><revision>2019-09-09</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-subscribed-notifications</namespace><feature>encode-xml</feature><feature>replay</feature><feature>subtree</feature><feature>xpath</feature><deviation><name>ietf-subscribed-notifications-deviation</name><revision>2020-06-25</revision></deviation><conformance-type>implement</conformance-type></module><module><name>ietf-x509-cert-to-name</name><revision>2014-12-10</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-x509-cert-to-name</namespace><conformance-type>import</conformance-type></module><module><name>ietf-yang-library</name><revision>2019-01-04</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-library</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-yang-metadata</name><revision>2016-08-05</revision><namespace>urn:ietf:pa" -[2024-06-20 13:26:22,930] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:26:22,930] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:22,986] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:22,986] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:26:22,986] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:22,987] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:22,987] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:22,987] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:22,987] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:22,987] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:22,987] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:22,987] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:22,987] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:26:22,988] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:22,990] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:22,990] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:22,990] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:22,990] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:22,990] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:22,991] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:22,991] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:22,991] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:26:22,991] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:22,991] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:22,991] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:22,991] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:22,992] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:22,992] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:22,992] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:22,992] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:22,992] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:26:22,992] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:22,993] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:22,993] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:22,993] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:22,993] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:26:22,993] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: fragment = "rams:xml:ns:yang:ietf-yang-metadata</namespace><conformance-type>import</conformance-type></module><module><name>ietf-yang-patch</name><revision>2017-02-22</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-patch</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-yang-push</name><revision>2019-09-09</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-push</namespace><feature>on-change</feature><deviation><name>ietf-yang-push-deviation</name><revision></revision></deviation><conformance-type>implement</conformance-type></module><module><name>ietf-yang-schema-mount</name><revision>2019-01-14</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-schema-mount</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-yang-smiv2</name><revision>2012-06-22</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-smiv2</namespace><conformance-type>import</conformance-type></module><module><name>ietf-yang-types</name><revision>2013-07-15</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-alarm-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/alarms/types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-extensions</name><revision>2018-10-17</revision><namespace>http://openconfig.net/yang/openconfig-ext</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-if-ethernet</name><revision>2023-03-10</revision><namespace>http://openconfig.net/yang/interfaces/ethernet</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-if-ip</name><revision>2019-01-08</revision><namespace>http://openconfig.net/yang/interfaces/ip</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-if-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/openconfig-if-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-inet-types</name><revision>2019-04-25</revision><namespace>http://openconfig.net/yang/types/inet</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-interfaces</name><revision>2019-07-10</revision><namespace>http://openconfig.net/yang/interfaces</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-platform</name><revision>2022-12-20</revision><namespace>http://openconfig.net/yang/platform</namespace><conformance-type>implement</conformance-type><submodule><name>openconfig-platform-common</name><revision>2022-12-20</revision></submodule></module><module><name>openconfig-platform-port</name><revision>2023-01-19</revision><namespace>http://openconfig.net/yang/platform/port</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-platform-types</name><revision>2022-07-28</revision><namespace>http://openconfig.net/yang/platform-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-transport-types</name><revision>2023-02-08</revision><namespace>http://openconfig.net/yang/transport-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-types</name><revision>2019-04-16</revision><namespace>http://openconfig.net/yang/openconfig-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-wavelength-router</name><revision>2021-07-26</revision><namespace>http://openconfig.net/yang/wavelength-router</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-yang-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/types/yang</namespace><conformance-type>import</conformance-type></module><module><name>optical-switch</name><revision>2020-01-10</revision><namespace>http://www.polatis.com/yang/optical-switch</namespace><conformance-type>implement</conformance-type></module><module><name>polatis-switch</name><revision>2020-11-14</revision><namespace>http://www.polatis.com/yang/polatis-switch</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-aaa</name><revision>2022-04-12</revision><namespace>http://tail-f.com/ns/aaa/1.1</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-acm</name><revision>2013-03-07</revision><namespace>http://tail-f.com/yang/acm</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-common</name><revision>2022-04-12</revision><namespace>http://tail-f.com/yang/common</namespace><conformance-type>import</conformance-type><submodule><name>tailf-cli-extensions</name><revision>2021-12-17</revision></submodule><submodule><name>tailf-meta-extensions</name><revision>2017-03-08</revision></submodule></module><module><name>tailf-common-monitoring</name><revision>2021-09-02</revision><namespace>http://tail-f.com/yang/common-monitoring</namespace><conformance-type>import</conformance-type></module><module><name>tailf-common-query</name><revision>2017-12-15</revision><namespace>http://tail-f.com/ns/common/query</namespace><conformance-type>import</conformance-type></module><module><name>tailf-confd-monitoring</name><revision>2021-09-09</revision><namespace>http://tail-f.com/yang/confd-monitoring</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-confd-progress</name><revision>2020-06-29</revision><namespace>http://tail-f.com/ns/confd-progress</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-kicker</name><revision>2020-11-26</revision><namespace>http://tail-f.com/ns/kicker</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-last-login</name><revision>2019-11-21</revision><namespace>http://tail-f.com/yang/last-login</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-netconf-extensions</name><revision>2021-06-18</revision><namespace>http://tail-f.com/ns/netconf/extensions</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-netconf-forward</name><revision></revision><namespace>http://tail-f.com/ns/netconf/forward/1.0</namespace><conformance-type>import</conformance-type></module><module><name>tailf-netconf-inactive</name><revision></revision><namespace>http://tail-f.com/ns/netconf/inactive/1.0</namespace><conformance-type>import</conformance-type></module><module><name>tailf-netconf-monitoring</name><revision>2022-04-12</revision><namespace>http://tail-f.com/yang/netconf-monitoring</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-netconf-query</name><revision>2017-01-06</revision><namespace>http://tail-f.com/ns/netconf/query</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-netconf-rollback</name><revision>2018-01-12</revision><namespace>http://tail-f.com/ns/netconf/rollback</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-netconf-transactions</name><revision></revision><namespace>http://tail-f.com/ns/netconf/transactions/1.0</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-netconf-with-rollback-id</name><revision>2020-06-25</revision><namespace>http://tail-f.com/ns/netconf/with-rollback-id</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-netconf-with-transaction-id</name><revision>2018-11-23</revision><namespace>http://tail-f.com/ns/netconf/with-transaction-id</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-progress</name><revision>2021-12-17</revision><namespace>http://tail-f.com/ns/progress</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-rollback</name><revision>2020-09-02</revision><namespace>http://tail-f.com/ns/rollback</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-xsd-types</name><revision>2017-11-20</revision><namespace>http://tail-f.com/yang/xsd-types</namespace><conformance-type>import</conformance-type></module></modules-state><nacm xmlns="urn:ietf:params:xml:ns:yang:ietf-netconf-acm"><write-default>permit</write-default><denied-operations>0</denied-operations><denied-data-writes>0</denied-data-writes><denied-notifications>0</denied-notifications><groups><group><name>admin</name><user-name>admin</user-name><user-name>private</user-name></group><group><name>oper</name><user-name>oper</user-name><user-name>public</user-name></group></groups><rule-list><name>admin</name><group>admin</group><rule><name>any-access</name><action>permit</action></rule></rule-list><rule-list><name>any-group</name><group>*</group><rule><name>tailf-aaa-authentication</name><module-name>tailf-aaa</module-name><path>/aaa/authentication/users/user[name='$USER']</path><access-operations>read update</access-operations><action>permit</action></rule><rule><name>tailf-aaa-user</name><module-name>tailf-aaa</module-name><path>/user[name='$USER']</path><access-operations>create read update delete</access-operations><action>permit</action></rule><rule><name>tailf-webui-user</name><module-name>tailf-webui</module-name><path>/webui/data-stores/user-profile[username='$USER']</path><access-operations>create read update delete</access-operations><action>permit</action></rule></rule-list></nacm><netconf-state xmlns="urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring"><capabilities><capability>urn:ietf:params:netconf:base:1.0</capability><capability>urn:ietf:params:netconf:base:1.1</capability><capability>urn:ietf:params:netconf:capability:writable-running:1.0</capability><capability>urn:ietf:params:netconf:capability:rollback-on-error:1.0</capability><capability>urn:ietf:params:netconf:capability:validate:1.0</capability><capability>urn:ietf:params:netconf:capability:validate:1.1</capability><capability>urn:ietf:params:netconf:capability:xpath:1.0</capability><capability>urn:ietf:params:netconf:capability:partial-lock:1.0</capability><capability>urn:ietf:params:netconf:capability:with-defaults:1.0?basic-mode=explicit&also-supported=report-all-tagged,report-all</capability><capability>urn:ietf:params:netconf:capability:with-operational-defaults:1.0?basic-mode=explicit&also-supported=report-all-tagged,report-all</capability><capability>urn:ietf:params:netconf:capability:yang-library:1.0?revision=2019-01-04&module-set-id=c12b960e969b26974084d2b999572983</capability><capability>urn:ietf:params:netconf:capability:yang-library:1.1?revision=2019-01-04&content-id=c12b960e969b26974084d2b999572983</capability><capability>http://tail-f.com/ns/netconf/actions/1.0</capability><capability>http://flex-scale-project.eu/yang/flex-scale-mg-on?module=flex-scale-mg-on&revision=2024-04-25</capability><capability>http://openconfig.net/yang/alarms/types?module=openconfig-alarm-types&revision=2018-11-21</capability><capability>http://openconfig.net/yang/interfaces?module=openconfig-interfaces&revision=2019-07-10</capability><capability>http://openconfig.net/yang/interfaces/ethernet?module=openconfig-if-ethernet&revision=2023-03-10</capability><capability>http://openconfig.net/yang/interfaces/ip?module=openconfig-if-ip&revision=2019-01-08</capability><capability>http://openconfig.net/yang/openconfig-ext?module=openconfig-extensions&revision=2018-10-17</capability><capability>http://openconfig.net/yang/openconfig-if-types?module=openconfig-if-types&revision=2018-11-21</capability><capability>http://openconfig.net/yang/openconfig-types?module=openconfig-types&revision=2019-04-16</capability><capability>http://openconfig.net/yang/platform?module=openconfig-platform&revision=2022-12-20</capability><capability>http://openconfig.net/yang/platform-types?module=openconfig-platform-types&revision=2022-07-28</capability><capability>http://openconfig.net/yang/platform/port?module=openconfig-platform-port&revision=2023-01-19</capability><capability>http://openconfig.net/yang/transport-types?module=openconfig-transport-types&revision=2023-02-08</capability><capability>http://openconfig.net/yang/types/inet?module=openconfig-inet-types&revision=2019-04-25</capability><capability>http://openconfig.net/yang/types/yang?module=openconfig-yang-types&revision=2018-11-21</capability><capability>http://openconfig.net/yang/wavelength-router?module=openconfig-wavelength-router&revision=2021-07-26</capability><capability>http://tail-f.com/ns/aaa/1.1?module=tailf-aaa&revision=2022-04-12</capability><capability>http://tail-f.com/ns/common/query?module=tailf-common-query&revision=2017-12-15</capability><capability>http://tail-f.com/ns/confd-progress?module=tailf-confd-progress&revision=2020-06-29</capability><capability>http://tail-f.com/ns/kicker?module=tailf-kicker&revision=2020-11-26</capability><capability>http://tail-f.com/ns/netconf/query?module=tailf-netconf-query&revision=2017-01-06</capability><capability>http://tail-f.com/yang/acm?module=tailf-acm&revision=2013-03-07</capability><capability>http://tail-f.com/yang/common?module=tailf-common&revision=2022-04-12</capability><capability>http://tail-f.com/yang/common-monitoring?module=tailf-common-monitoring&revision=2021-09-02</capability><capability>http://tail-f.com/yang/confd-monitoring?module=tailf-confd-monitoring&revision=2021-09-09</capability><capability>http://tail-f.com/yang/last-login?module=tailf-last-login&revision=2019-11-21</capability><capability>http://tail-f.com/yang/netconf-monitoring?module=tailf-netconf-monitoring&revision=2022-04-12</capability><capability>http://tail-f.com/yang/xsd-types?module=tailf-xsd-types&revision=2017-11-20</capability><capability>http://www.polatis.com/yang/optical-switch?module=optical-switch&revision=2020-01-10</capability><capability>http://www.polatis.com/yang/polatis-switch?module=polatis-switch&revision=2020-11-14</capability><capability>urn:ietf:params:xml:ns:netconf:base:1.0?module=ietf-netconf&revision=2011-06-01&features=writable-running,rollback-on-error,validate,xpath</capability><capability>urn:ietf:params:xml:ns:netconf:partial-lock:1.0?module=ietf-netconf-partial-lock&revision=2009-10-19</capability><capability>urn:ietf:params:xml:ns:yang:iana-crypt-hash?module=iana-crypt-hash&revision=2014-08-06&features=crypt-hash-sha-512,crypt-hash-sha-256,crypt-hash-md5</capability><capability>urn:ietf:params:xml:ns:yang:iana-if-type?module=iana-if-type&revision=2023-01-26</capability><capability>urn:ietf:params:xml:ns:yang:ietf-inet-types?module=ietf-inet-types&revision=2013-07-15</capability><capability>urn:ietf:params:xml:ns:yang:ietf-netconf-acm?module=ietf-netconf-acm&revision=2018-02-14</capability><capability>urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring?module=ietf-netconf-monitoring&revision=2010-10-04</capability><capability>urn:ietf:params:xml:ns:yang:ietf-netconf-notifications?module=ietf-netconf-notifications&revision=2012-02-06</capability><capability>urn:ietf:params:xml:ns:yang:ietf-netconf-with-defaults?module=ietf-netconf-with-defaults&revision=2011-06-01</capability><capability>urn:ietf:params:xml:ns:yang:ietf-restconf-monitoring?module=ietf-restconf-monitoring&revision=2017-01-26</capability><capability>urn:ietf:params:xml:ns:yang:ietf-x509-cert-to-name?module=ietf-x509-cert-to-name&revision=2014-12-10</capability><capability>urn:ietf:params:xml:ns:yang:ietf-yang-metadata?module=ietf-yang-metadata&revision=2016-08-05</capability><capability>urn:ietf:params:xml:ns:yang:ietf-yang-smiv2?module=ietf-yang-smiv2&revision=2012-06-22</capability><capability>urn:ietf:params:xml:ns:yang:ietf-yang-types?module=ietf-yang-types&revision=2013-07-15</capability></capabilities><datastores><datastore><name>running</name><transaction-id xmlns="http://tail-f.com/yang/netconf-monitoring">1717-711273-156835</transaction-id><status xmlns="http://tail-f.com/yang/netconf-monitoring">valid</status></datastore></datastores><schemas><schema><identifier>flex-scale-mg-on</identifier><version>2024-04-25</version><format>yang</format><name" -[2024-06-20 13:26:22,993] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:26:22,994] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:23,031] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:23,031] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:26:23,031] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:23,032] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:23,032] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:23,032] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:23,032] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:23,032] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:23,032] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:23,032] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:23,033] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:26:23,033] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:23,033] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:23,033] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:23,033] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:23,033] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:23,033] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:23,033] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:23,033] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:23,033] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:26:23,034] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:23,034] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:23,034] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:23,034] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:23,034] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:23,034] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:23,034] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:23,034] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:23,034] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:26:23,034] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:23,035] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:23,035] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:23,035] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:23,039] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:26:23,039] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: fragment = "space>http://flex-scale-project.eu/yang/flex-scale-mg-on</namespace><location>NETCONF</location></schema><schema><identifier>iana-crypt-hash</identifier><version>2014-08-06</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:iana-crypt-hash</namespace><location>NETCONF</location></schema><schema><identifier>iana-if-type</identifier><version>2023-01-26</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:iana-if-type</namespace><location>NETCONF</location></schema><schema><identifier>ietf-datastores</identifier><version>2018-02-14</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-datastores</namespace><location>NETCONF</location></schema><schema><identifier>ietf-inet-types</identifier><version>2013-07-15</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-inet-types</namespace><location>NETCONF</location></schema><schema><identifier>ietf-interfaces</identifier><version>2018-02-20</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-interfaces</namespace><location>NETCONF</location></schema><schema><identifier>ietf-ip</identifier><version>2018-02-22</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-ip</namespace><location>NETCONF</location></schema><schema><identifier>ietf-netconf</identifier><version>2011-06-01</version><format>yang</format><namespace>urn:ietf:params:xml:ns:netconf:base:1.0</namespace><location>NETCONF</location></schema><schema><identifier>ietf-netconf-acm</identifier><version>2018-02-14</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-acm</namespace><location>NETCONF</location></schema><schema><identifier>ietf-netconf-monitoring</identifier><version>2010-10-04</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring</namespace><location>NETCONF</location></schema><schema><identifier>ietf-netconf-nmda</identifier><version>2019-01-07</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-nmda</namespace><location>NETCONF</location></schema><schema><identifier>ietf-netconf-notifications</identifier><version>2012-02-06</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-notifications</namespace><location>NETCONF</location></schema><schema><identifier>ietf-netconf-partial-lock</identifier><version>2009-10-19</version><format>yang</format><namespace>urn:ietf:params:xml:ns:netconf:partial-lock:1.0</namespace><location>NETCONF</location></schema><schema><identifier>ietf-netconf-with-defaults</identifier><version>2011-06-01</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-with-defaults</namespace><location>NETCONF</location></schema><schema><identifier>ietf-network-instance</identifier><version>2019-01-21</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-network-instance</namespace><location>NETCONF</location></schema><schema><identifier>ietf-origin</identifier><version>2018-02-14</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-origin</namespace><location>NETCONF</location></schema><schema><identifier>ietf-restconf</identifier><version>2017-01-26</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-restconf</namespace><location>NETCONF</location></schema><schema><identifier>ietf-restconf-monitoring</identifier><version>2017-01-26</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-restconf-monitoring</namespace><location>NETCONF</location></schema><schema><identifier>ietf-subscribed-notifications</identifier><version>2019-09-09</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-subscribed-notifications</namespace><location>NETCONF</location></schema><schema><identifier>ietf-x509-cert-to-name</identifier><version>2014-12-10</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-x509-cert-to-name</namespace><location>NETCONF</location></schema><schema><identifier>ietf-yang-library</identifier><version>2016-06-21</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-library</namespace><location>NETCONF</location></schema><schema><identifier>ietf-yang-metadata</identifier><version>2016-08-05</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-metadata</namespace><location>NETCONF</location></schema><schema><identifier>ietf-yang-patch</identifier><version>2017-02-22</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-patch</namespace><location>NETCONF</location></schema><schema><identifier>ietf-yang-push</identifier><version>2019-09-09</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-push</namespace><location>NETCONF</location></schema><schema><identifier>ietf-yang-schema-mount</identifier><version>2019-01-14</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-schema-mount</namespace><location>NETCONF</location></schema><schema><identifier>ietf-yang-smiv2</identifier><version>2012-06-22</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-smiv2</namespace><location>NETCONF</location></schema><schema><identifier>ietf-yang-types</identifier><version>2013-07-15</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-alarm-types</identifier><version>2018-11-21</version><format>yang</format><namespace>http://openconfig.net/yang/alarms/types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-extensions</identifier><version>2018-10-17</version><format>yang</format><namespace>http://openconfig.net/yang/openconfig-ext</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-if-ethernet</identifier><version>2023-03-10</version><format>yang</format><namespace>http://openconfig.net/yang/interfaces/ethernet</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-if-ip</identifier><version>2019-01-08</version><format>yang</format><namespace>http://openconfig.net/yang/interfaces/ip</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-if-types</identifier><version>2018-11-21</version><format>yang</format><namespace>http://openconfig.net/yang/openconfig-if-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-inet-types</identifier><version>2019-04-25</version><format>yang</format><namespace>http://openconfig.net/yang/types/inet</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-interfaces</identifier><version>2019-07-10</version><format>yang</format><namespace>http://openconfig.net/yang/interfaces</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-platform</identifier><version>2022-12-20</version><format>yang</format><namespace>http://openconfig.net/yang/platform</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-platform-common</identifier><version>2022-12-20</version><format>yang</format><namespace>http://openconfig.net/yang/platform</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-platform-port</identifier><version>2023-01-19</version><format>yang</format><namespace>http://openconfig.net/yang/platform/port</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-platform-types</identifier><version>2022-07-28</version><format>yang</format><namespace>http://openconfig.net/yang/platform-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-transport-types</identifier><version>2023-02-08</version><format>yang</format><namespace>http://openconfig.net/yang/transport-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-types</identifier><version>2019-04-16</version><format>yang</format><namespace>http://openconfig.net/yang/openconfig-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-wavelength-router</identifier><version>2021-07-26</version><format>yang</format><namespace>http://openconfig.net/yang/wavelength-router</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-yang-types</identifier><version>2018-11-21</version><format>yang</format><namespace>http://openconfig.net/yang/types/yang</namespace><location>NETCONF</location></schema><schema><identifier>optical-switch</identifier><version>2020-01-10</version><format>yang</format><namespace>http://www.polatis.com/yang/optical-switch</namespace><location>NETCONF</location></schema><schema><identifier>polatis-switch</identifier><version>2020-11-14</version><format>yang</format><namespace>http://www.polatis.com/yang/polatis-switch</namespace><location>NETCONF</location></schema><schema><identifier>tailf-aaa</identifier><version>2022-04-12</version><format>yang</format><namespace>http://tail-f.com/ns/aaa/1.1</namespace><location>NETCONF</location></schema><schema><identifier>tailf-acm</identifier><version>2013-03-07</version><format>yang</format><namespace>http://tail-f.com/yang/acm</namespace><location>NETCONF</location></schema><schema><identifier>tailf-cli-extensions</identifier><version>2021-12-17</version><format>yang</format><namespace>http://tail-f.com/yang/common</namespace><location>NETCONF</location></schema><schema><identifier>tailf-common</identifier><version>2022-04-12</version><format>yang</format><namespace>http://tail-f.com/yang/common</namespace><location>NETCONF</location></schema><schema><identifier>tailf-common-monitoring</identifier><version>2021-09-02</version><format>yang</format><namespace>http://tail-f.com/yang/common-monitoring</namespace><location>NETCONF</location></schema><schema><identifier>tailf-common-query</identifier><version>2017-12-15</version><format>yang</format><namespace>http://tail-f.com/ns/common/query</namespace><location>NETCONF</location></schema><schema><identifier>tailf-confd-monitoring</identifier><version>2021-09-09</version><format>yang</format><namespace>http://tail-f.com/yang/confd-monitoring</namespace><location>NETCONF</location></schema><schema><identifier>tailf-confd-progress</identifier><version>2020-06-29</version><format>yang</format><namespace>http://tail-f.com/ns/confd-progress</namespace><location>NETCONF</location></schema><schema><identifier>tailf-kicker</identifier><version>2020-11-26</version><format>yang</format><namespace>http://tail-f.com/ns/kicker</namespace><location>NETCONF</location></schema><schema><identifier>tailf-last-login</identifier><version>2019-11-21</version><format>yang</format><namespace>http://tail-f.com/yang/last-login</namespace><location>NETCONF</location></schema><schema><identifier>tailf-meta-extensions</identifier><version>2017-03-08</version><format>yang</format><namespace>http://tail-f.com/yang/common</namespace><location>NETCONF</location></schema><schema><identifier>tailf-netconf-extensions</identifier><version>2021-06-18</version><format>yang</format><namespace>http://tail-f.com/ns/netconf/extensions</namespace><location>NETCONF</location></schema><schema><identifier>tailf-netconf-forward</identifier><version></version><format>yang</format><namespace>http://tail-f.com/ns/netconf/forward/1.0</namespace><location>NETCONF</location></schema><schema><identifier>tailf-netconf-inactive</identifier><version></version><format>yang</format><namespace>http://tail-f.com/ns/netconf/inactive/1.0</namespace><location>NETCONF</location></schema><schema><identifier>tailf-netconf-monitoring</identifier><version>2022-04-12</version><format>yang</format><namespace>http://tail-f.com/yang/netconf-monitoring</namespace><location>NETCONF</location></schema><schema><identifier>tailf-netconf-query</identifier><version>2017-01-06</version><format>yang</format><namespace>http://tail-f.com/ns/netconf/query</namespace><location>NETCONF</location></schema><schema><identifier>tailf-netconf-rollback</identifier><version>2018-01-12</version><format>yang</format><namespace>http://tail-f.com/ns/netconf/rollback</namespace><location>NETCONF</location></schema><schema><identifier>tailf-netconf-transactions</identifier><version></version><format>yang</format><namespace>http://tail-f.com/ns/netconf/transactions/1.0</namespace><location>NETCONF</location></schema><schema><identifier>tailf-netconf-with-rollback-id</identifier><version>2020-06-25</version><format>yang</format><namespace>http://tail-f.com/ns/netconf/with-rollback-id</namespace><location>NETCONF</location></schema><schema><identifier>tailf-netconf-with-transaction-id</identifier><version>2018-11-23</version><format>yang</format><namespace>http://tail-f.com/ns/netconf/with-transaction-id</namespace><location>NETCONF</location></schema><schema><identifier>tailf-progress</identifier><version>2021-12-17</version><format>yang</format><namespace>http://tail-f.com/ns/progress</namespace><location>NETCONF</location></schema><schema><identifier>tailf-rollback</identifier><version>2020-09-02</version><format>yang</format><namespace>http://tail-f.com/ns/rollback</namespace><location>NETCONF</location></schema><schema><identifier>tailf-xsd-types</identifier><version>2017-11-20</version><format>yang</format><namespace>http://tail-f.com/yang/xsd-types</namespace><location>NETCONF</location></schema></schemas><sessions><session><session-id>21</session-id><transport>netconf-ssh</transport><username>admin</username><source-host>10.30.2.208</source-host><login-time>2024-06-20T13:24:30+00:00</login-time><in-rpcs>4</in-rpcs><in-bad-rpcs>0</in-bad-rpcs><out-rpc-errors>0</out-rpc-errors><out-notifications>0</out-notifications><transaction xmlns="http://tail-f.com/yang/netconf-monitoring"><id>26</id><db>running</db><mode>read</mode></transaction></session></sessions><statistics><netconf-start-time>2024-06-06T22:01:09+00:00</netconf-start-time><in-bad-hellos>0</in-bad-hellos><in-sessions>3</in-sessions><dropped-sessions>2</dropped-sessions><in-rpcs>10</in-rpcs><in-bad-rpcs>0</in-bad-rpcs><out-rpc-errors>0</out-rpc-errors><out-notifications>0</out-notifications></statistics></netconf-state><components xmlns="http://openconfig.net/yang/platform"><component><name>WBSS-1</name><config><name>WBSS-1</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-1-in</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>1</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>DEMUX</value></config></property></properties></component><component><name>WBSS-10</name><config><name>WBSS-10</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-5-out</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>10</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>MUX</value></config></property></properties></component><component><name>WBSS-11</name><config><name>WBSS-11</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMO" -[2024-06-20 13:26:23,039] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:26:23,040] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:23,103] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:23,104] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:26:23,104] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:23,104] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:23,104] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:23,104] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:23,104] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:23,105] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:23,105] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:23,105] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:23,105] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:26:23,105] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:23,105] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:23,105] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:23,106] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:23,106] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:23,106] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:23,106] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:23,106] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:23,106] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:26:23,106] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:23,107] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:23,107] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:23,107] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:23,107] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:23,107] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:23,107] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:23,108] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:23,108] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:26:23,108] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:23,108] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:23,108] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:23,108] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:23,109] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:26:23,109] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: fragment = "N_PORT</name><value>port-6-in</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>11</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>DEMUX</value></config></property></properties></component><component><name>WBSS-12</name><config><name>WBSS-12</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-6-out</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>12</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>MUX</value></config></property></properties></component><component><name>WBSS-13</name><config><name>WBSS-13</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-7-in</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>13</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>DEMUX</value></config></property></properties></component><component><name>WBSS-14</name><config><name>WBSS-14</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-7-out</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>14</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>MUX</value></config></property></properties></component><component><name>WBSS-15</name><config><name>WBSS-15</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-8-in</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>15</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>DEMUX</value></config></property></properties></component><component><name>WBSS-16</name><config><name>WBSS-16</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-8-out</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>16</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>MUX</value></config></property></properties></component><component><name>WBSS-17</name><config><name>WBSS-17</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-9-in</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>17</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>DEMUX</value></config></property></properties></component><component><name>WBSS-18</name><config><name>WBSS-18</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-9-out</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>18</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>MUX</value></config></property></properties></component><component><name>WBSS-19</name><config><name>WBSS-19</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-10-in</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>19</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>DEMUX</value></config></property></properties></component><component><name>WBSS-2</name><config><name>WBSS-2</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-1-out</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>2</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>MUX</value></config></property></properties></component><component><name>WBSS-20</name><config><name>WBSS-20</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-10-out</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>20</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>MUX</value></config></property></properties></component><component><name>WBSS-21</name><config><name>WBSS-21</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-11-in</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>21</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>DEMUX</value></config></property></properties></component><component><name>WBSS-22</name><config><name>WBSS-22</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-11-out</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>22</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>MUX</value></config></property></properties></component><component><name>WBSS-23</name><config><name>WBSS-23</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-12-in</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>23</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>DEMUX</value></config></property></properties></component><component><name>WBSS-24</name><config><name>WBSS-24</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-12-out</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>24</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>MUX</value></config></property></properties></component><component><name>WBSS-25</name><config><name>WBSS-25</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-13-in</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>25</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>DEMUX</value></config></property></properties></component><component><name>WBSS-26</name><config><name>WBSS-26</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-13-out</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>26</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>MUX</value></config></property></properties></component><component><name>WBSS-27</name><config><name>WBSS-27</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-14-in</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>27</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>DEMUX</value></config></property></properties></component><component><name>WBSS-28</name><config><name>WBSS-28</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-14-out</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>28</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>MUX</value></config></property></properties></component><component><name>WBSS-29</name><config><name>WBSS-29</name></" -[2024-06-20 13:26:23,109] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:26:23,109] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:23,174] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:23,174] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:26:23,174] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:23,174] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:23,174] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:23,174] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:23,175] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:23,175] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:23,175] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:23,175] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:23,175] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:26:23,175] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:23,175] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:23,176] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:23,176] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:23,176] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:23,176] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:23,176] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:23,176] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:23,177] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:26:23,177] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:23,177] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:23,177] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:23,177] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:23,177] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:23,177] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:23,178] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:23,178] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:23,178] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:26:23,178] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:23,178] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:23,178] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:23,178] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:23,179] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:26:23,179] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: fragment = "config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-15-in</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>29</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>DEMUX</value></config></property></properties></component><component><name>WBSS-3</name><config><name>WBSS-3</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-2-in</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>3</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>DEMUX</value></config></property></properties></component><component><name>WBSS-30</name><config><name>WBSS-30</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-15-out</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>30</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>MUX</value></config></property></properties></component><component><name>WBSS-31</name><config><name>WBSS-31</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-16-in</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>31</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>DEMUX</value></config></property></properties></component><component><name>WBSS-32</name><config><name>WBSS-32</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-16-out</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>32</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>MUX</value></config></property></properties></component><component><name>WBSS-4</name><config><name>WBSS-4</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-2-out</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>MUX</value></config></property></properties></component><component><name>WBSS-5</name><config><name>WBSS-5</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-3-in</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>5</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>DEMUX</value></config></property></properties></component><component><name>WBSS-6</name><config><name>WBSS-6</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-3-out</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>6</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>MUX</value></config></property></properties></component><component><name>WBSS-7</name><config><name>WBSS-7</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-4-in</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>7</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>DEMUX</value></config></property></properties></component><component><name>WBSS-8</name><config><name>WBSS-8</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-4-out</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>8</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>MUX</value></config></property></properties></component><component><name>WBSS-9</name><config><name>WBSS-9</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-5-in</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>9</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>DEMUX</value></config></property></properties></component><component><name>WSS-1</name><config><name>WSS-1</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WSS_MODULE</value></config></property><property><name>MG_ON_WSS_BAND</name><config><name>MG_ON_WSS_BAND</name><value>C-BAND</value></config></property><property><name>MG_ON_WSS_COMMON_PORT</name><config><name>MG_ON_WSS_COMMON_PORT</name><value>273</value></config></property><property><name>MG_ON_WSS_INDEX</name><config><name>MG_ON_WSS_INDEX</name><value>1</value></config></property><property><name>MG_ON_WSS_LOWER_FREQ</name><config><name>MG_ON_WSS_LOWER_FREQ</name><value>191560677</value></config></property><property><name>MG_ON_WSS_NUM_PORTS</name><config><name>MG_ON_WSS_NUM_PORTS</name><value>9</value></config></property><property><name>MG_ON_WSS_TYPE</name><config><name>MG_ON_WSS_TYPE</name><value>DEMUX</value></config></property><property><name>MG_ON_WSS_UPPER_FREQ</name><config><name>MG_ON_WSS_UPPER_FREQ</name><value>195942783</value></config></property></properties></component><component><name>WSS-10</name><config><name>WSS-10</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WSS_MODULE</value></config></property><property><name>MG_ON_WSS_BAND</name><config><name>MG_ON_WSS_BAND</name><value>S-BAND</value></config></property><property><name>MG_ON_WSS_COMMON_PORT</name><config><name>MG_ON_WSS_COMMON_PORT</name><value>282</value></config></property><property><name>MG_ON_WSS_INDEX</name><config><name>MG_ON_WSS_INDEX</name><value>10</value></config></property><property><name>MG_ON_WSS_LOWER_FREQ</name><config><name>MG_ON_WSS_LOWER_FREQ</name><value>195942784</value></config></property><property><name>MG_ON_WSS_NUM_PORTS</name><config><name>MG_ON_WSS_NUM_PORTS</name><value>9</value></config></property><property><name>MG_ON_WSS_TYPE</name><config><name>MG_ON_WSS_TYPE</name><value>DEMUX</value></config></property><property><name>MG_ON_WSS_UPPER_FREQ</name><config><name>MG_ON_WSS_UPPER_FREQ</name><value>205337300</value></config></property></properties></component><component><name>WSS-11</name><config><name>WSS-11</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WSS_MODULE</value></config></property><property><name>MG_ON_WSS_BAND</name><config><name>MG_ON_WSS_BAND</name><value>S-BAND</value></config></property><property><name>MG_ON_WSS_COMMON_PORT</name><config><name>MG_ON_WSS_COMMON_PORT</name><value>91</value></config></property><property><name>MG_ON_WSS_INDEX</name><config><name>MG_ON_WSS_INDEX</name><value>11</value></config></property><property><name>MG_ON_WSS_LOWER_FREQ</name><config><name>MG_ON_WSS_LOWER_FREQ</name><value>195942784</value></config></property><property><name>MG_ON_WSS_NUM_PORTS</name><config><name>MG_ON_WSS_NUM_PORTS</name><value>9</value></config></property><property><name>MG_ON_WSS_TYPE</name><config><name>MG_ON_WSS_TYPE</name><value>MUX</value></config></property><property><name>MG_ON_WSS_UPPER_FREQ</name><config><name>MG_ON_WSS_UPPER_FREQ</name><value>205337300</value></config></property></properties></component><component><name>WSS-12</name><config><name>WSS-12</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WSS_MODULE</value></config></property><property><name>MG_ON_WSS_BAND</name><config><name>MG_ON_WSS_BAND</name><value>S-BAND</value></config></property><property><name>MG_ON_WSS_COMMON_PORT</name><config><name>MG_ON_WSS_COMMON_PORT</name><value>92</value></config></property><property><name>MG_ON_WSS_INDEX</name><config><name>MG_ON_WSS_INDEX</name><value>12</value></config></property><property><name>MG_ON_WSS_LOWER_FREQ</name><config><name>MG_ON_WSS_LOWER_FREQ</name><value>195942784</value></config></property><property><name>MG_ON_WSS_NUM_PORTS</name><config><name>MG_ON_WSS_NUM_PORTS</name><value>9</value></config></property><property><name>MG_ON_WSS_TYPE</name><config><name>MG_ON_WSS_TYPE</name><value>MUX</value></config></property><property><name>MG_ON_WSS_UPPER_FREQ</name><config><name>MG_ON_WSS_UPPER_FREQ</name><value>205337300</value></config></property></properties></component><component><name>WSS-2</name><config><name>WSS-2</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WSS_MODULE</value></config></property><property><name>MG_ON_WSS_BAND</name><config><name>MG_ON_WSS_BAND</name><value>C-BAND</value></config></property><property><name>MG_ON_WSS_COMMON_PORT</name><config><name>MG_ON_WSS_COMMON_PORT</name><value>274</value></config></property><property><name>MG_ON_WSS_INDEX</name><config><name>MG_ON_WSS_INDEX</name><value>2</value></config></property><property><name>MG_ON_WSS_LOWER_FREQ</name><config><name>MG_ON_WSS_LOWER_FREQ</name><value>191560677</value></config></property><property><name>MG_ON_WSS_NUM_PORTS</name><config><name>MG_ON_WSS_NUM_PORTS</name><value>9</value></config></property><property><name>MG_ON_WSS_TYPE</name><config><name>MG_ON_WSS_TYPE</name><value>DEMUX</value></config></property><property><name>MG_ON_WSS_UPPER_FREQ</name><config><name>MG_ON_WSS_UPPER_FREQ</name><value>195942783</value></config></property></properties></component><component><name>WSS-3</name><config><name>WSS-3</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WSS_MODULE</value></config></property><property><name>MG_ON_WSS_BAND</name><config><name>MG_ON_WSS_BAND</name><value>C-BAND</value></config></property><property><name>MG_ON_WSS_COMMON_PORT</name><config><name>MG_ON_WSS_COMMON_PORT</name><value>83</value></config></property><property><name>MG_ON_WSS_INDEX</name><config><name>MG_ON_WSS_INDEX</name><value>3</value></config></property><property><name>MG_ON_WSS_LOWER_FREQ</name><config><name>MG_ON_WSS_LOWER_FREQ</name><value>191560677</value></config></property><property><name>MG_ON_WSS_NUM_PORTS</name><config><name>MG_ON_WSS_NUM_PORTS</name><value>9</value></config></property><property><name>MG_ON_WSS_TYPE</name><config><name>MG_ON_WSS_TYPE</name><value>MUX</value></config></property><property><name>MG_ON_WSS_UPPER_FREQ</name><config><name>MG_ON_WSS_UPPER_FREQ</name><value>195942783</value></config></property></properties></component><component><name>WSS-4</name><config><name>WSS-4</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><val" -[2024-06-20 13:26:23,179] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:26:23,179] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:23,231] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:23,231] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:26:23,231] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:23,231] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:23,232] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:23,232] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:23,232] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:23,232] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:23,232] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:23,232] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:23,232] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:26:23,232] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:23,232] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:23,232] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:23,232] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:23,232] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:23,233] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:23,233] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:23,233] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:23,233] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:26:23,233] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:23,233] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:23,233] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:23,233] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:23,233] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:23,233] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:23,233] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:23,233] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:23,234] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:26:23,234] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:23,234] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:23,234] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:23,234] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:23,235] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:26:23,235] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: fragment = "ue>MG_ON_WSS_MODULE</value></config></property><property><name>MG_ON_WSS_BAND</name><config><name>MG_ON_WSS_BAND</name><value>C-BAND</value></config></property><property><name>MG_ON_WSS_COMMON_PORT</name><config><name>MG_ON_WSS_COMMON_PORT</name><value>84</value></config></property><property><name>MG_ON_WSS_INDEX</name><config><name>MG_ON_WSS_INDEX</name><value>4</value></config></property><property><name>MG_ON_WSS_LOWER_FREQ</name><config><name>MG_ON_WSS_LOWER_FREQ</name><value>191560677</value></config></property><property><name>MG_ON_WSS_NUM_PORTS</name><config><name>MG_ON_WSS_NUM_PORTS</name><value>9</value></config></property><property><name>MG_ON_WSS_TYPE</name><config><name>MG_ON_WSS_TYPE</name><value>MUX</value></config></property><property><name>MG_ON_WSS_UPPER_FREQ</name><config><name>MG_ON_WSS_UPPER_FREQ</name><value>195942783</value></config></property></properties></component><component><name>WSS-5</name><config><name>WSS-5</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WSS_MODULE</value></config></property><property><name>MG_ON_WSS_BAND</name><config><name>MG_ON_WSS_BAND</name><value>L-BAND</value></config></property><property><name>MG_ON_WSS_COMMON_PORT</name><config><name>MG_ON_WSS_COMMON_PORT</name><value>277</value></config></property><property><name>MG_ON_WSS_INDEX</name><config><name>MG_ON_WSS_INDEX</name><value>5</value></config></property><property><name>MG_ON_WSS_LOWER_FREQ</name><config><name>MG_ON_WSS_LOWER_FREQ</name><value>184487666</value></config></property><property><name>MG_ON_WSS_NUM_PORTS</name><config><name>MG_ON_WSS_NUM_PORTS</name><value>9</value></config></property><property><name>MG_ON_WSS_TYPE</name><config><name>MG_ON_WSS_TYPE</name><value>DEMUX</value></config></property><property><name>MG_ON_WSS_UPPER_FREQ</name><config><name>MG_ON_WSS_UPPER_FREQ</name><value>191560676</value></config></property></properties></component><component><name>WSS-6</name><config><name>WSS-6</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WSS_MODULE</value></config></property><property><name>MG_ON_WSS_BAND</name><config><name>MG_ON_WSS_BAND</name><value>L-BAND</value></config></property><property><name>MG_ON_WSS_COMMON_PORT</name><config><name>MG_ON_WSS_COMMON_PORT</name><value>278</value></config></property><property><name>MG_ON_WSS_INDEX</name><config><name>MG_ON_WSS_INDEX</name><value>6</value></config></property><property><name>MG_ON_WSS_LOWER_FREQ</name><config><name>MG_ON_WSS_LOWER_FREQ</name><value>184487666</value></config></property><property><name>MG_ON_WSS_NUM_PORTS</name><config><name>MG_ON_WSS_NUM_PORTS</name><value>9</value></config></property><property><name>MG_ON_WSS_TYPE</name><config><name>MG_ON_WSS_TYPE</name><value>DEMUX</value></config></property><property><name>MG_ON_WSS_UPPER_FREQ</name><config><name>MG_ON_WSS_UPPER_FREQ</name><value>191560676</value></config></property></properties></component><component><name>WSS-7</name><config><name>WSS-7</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WSS_MODULE</value></config></property><property><name>MG_ON_WSS_BAND</name><config><name>MG_ON_WSS_BAND</name><value>L-BAND</value></config></property><property><name>MG_ON_WSS_COMMON_PORT</name><config><name>MG_ON_WSS_COMMON_PORT</name><value>87</value></config></property><property><name>MG_ON_WSS_INDEX</name><config><name>MG_ON_WSS_INDEX</name><value>7</value></config></property><property><name>MG_ON_WSS_LOWER_FREQ</name><config><name>MG_ON_WSS_LOWER_FREQ</name><value>184487666</value></config></property><property><name>MG_ON_WSS_NUM_PORTS</name><config><name>MG_ON_WSS_NUM_PORTS</name><value>9</value></config></property><property><name>MG_ON_WSS_TYPE</name><config><name>MG_ON_WSS_TYPE</name><value>MUX</value></config></property><property><name>MG_ON_WSS_UPPER_FREQ</name><config><name>MG_ON_WSS_UPPER_FREQ</name><value>191560676</value></config></property></properties></component><component><name>WSS-8</name><config><name>WSS-8</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WSS_MODULE</value></config></property><property><name>MG_ON_WSS_BAND</name><config><name>MG_ON_WSS_BAND</name><value>L-BAND</value></config></property><property><name>MG_ON_WSS_COMMON_PORT</name><config><name>MG_ON_WSS_COMMON_PORT</name><value>88</value></config></property><property><name>MG_ON_WSS_INDEX</name><config><name>MG_ON_WSS_INDEX</name><value>8</value></config></property><property><name>MG_ON_WSS_LOWER_FREQ</name><config><name>MG_ON_WSS_LOWER_FREQ</name><value>184487666</value></config></property><property><name>MG_ON_WSS_NUM_PORTS</name><config><name>MG_ON_WSS_NUM_PORTS</name><value>9</value></config></property><property><name>MG_ON_WSS_TYPE</name><config><name>MG_ON_WSS_TYPE</name><value>MUX</value></config></property><property><name>MG_ON_WSS_UPPER_FREQ</name><config><name>MG_ON_WSS_UPPER_FREQ</name><value>191560676</value></config></property></properties></component><component><name>WSS-9</name><config><name>WSS-9</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WSS_MODULE</value></config></property><property><name>MG_ON_WSS_BAND</name><config><name>MG_ON_WSS_BAND</name><value>S-BAND</value></config></property><property><name>MG_ON_WSS_COMMON_PORT</name><config><name>MG_ON_WSS_COMMON_PORT</name><value>281</value></config></property><property><name>MG_ON_WSS_INDEX</name><config><name>MG_ON_WSS_INDEX</name><value>9</value></config></property><property><name>MG_ON_WSS_LOWER_FREQ</name><config><name>MG_ON_WSS_LOWER_FREQ</name><value>195942784</value></config></property><property><name>MG_ON_WSS_NUM_PORTS</name><config><name>MG_ON_WSS_NUM_PORTS</name><value>9</value></config></property><property><name>MG_ON_WSS_TYPE</name><config><name>MG_ON_WSS_TYPE</name><value>DEMUX</value></config></property><property><name>MG_ON_WSS_UPPER_FREQ</name><config><name>MG_ON_WSS_UPPER_FREQ</name><value>205337300</value></config></property></properties></component><component><name>int-connection-1</name><config><name>int-connection-1</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-10</name><config><name>int-connection-10</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-100</name><config><name>int-connection-100</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>228</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>100</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-101</name><config><name>int-connection-101</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>20</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>101</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-102</name><config><name>int-connection-102</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>102</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-103</name><config><name>int-connection-103</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>103</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-104</name><config><name>int-connection-104</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>104</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-105</name><config><name>int-connection-105</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>105</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-106</name><config><name>int-connection-106</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_INDEX</nam" -[2024-06-20 13:26:23,235] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:26:23,235] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:23,291] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:23,291] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:26:23,291] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:23,291] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:23,291] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:23,291] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:23,292] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:23,292] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:23,292] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:23,292] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:23,292] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:26:23,292] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:23,292] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:23,293] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:23,293] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:23,293] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:23,293] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:23,293] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:23,293] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:23,293] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:26:23,294] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:23,294] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:23,294] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:23,294] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:23,294] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:23,294] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:23,295] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:23,295] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:23,295] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:26:23,295] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:23,295] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:23,295] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:23,295] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:23,296] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:26:23,296] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: fragment = "e><config><name>MG_ON_INT_CONN_INDEX</name><value>106</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-107</name><config><name>int-connection-107</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>107</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-108</name><config><name>int-connection-108</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>18</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>108</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-109</name><config><name>int-connection-109</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>20</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>109</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-11</name><config><name>int-connection-11</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-110</name><config><name>int-connection-110</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>110</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-111</name><config><name>int-connection-111</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>111</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-112</name><config><name>int-connection-112</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>112</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-113</name><config><name>int-connection-113</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>37</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>113</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-114</name><config><name>int-connection-114</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>38</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>114</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-115</name><config><name>int-connection-115</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>39</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>115</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-116</name><config><name>int-connection-116</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>40</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>116</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-117</name><config><name>int-connection-117</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>229</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>117</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-118</name><config><name>int-connection-118</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>230</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>118</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-119</name><config><name>int-connection-119</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>231</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>119</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-12</name><config><name>int-connection-12</name></config><state><emp" -[2024-06-20 13:26:23,296] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:26:23,296] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:23,361] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:23,361] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:26:23,361] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:23,361] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:23,361] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:23,362] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:23,362] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:23,362] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:23,362] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:23,362] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:23,362] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:26:23,362] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:23,363] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:23,363] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:23,363] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:23,363] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:23,363] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:23,363] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:23,363] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:23,364] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:26:23,364] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:23,364] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:23,364] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:23,364] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:23,364] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:23,365] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:23,365] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:23,365] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:23,365] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:26:23,365] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:23,366] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:23,366] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:23,366] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:23,366] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:26:23,366] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: fragment = "ty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-120</name><config><name>int-connection-120</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>232</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>120</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-121</name><config><name>int-connection-121</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>121</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-122</name><config><name>int-connection-122</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>122</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-123</name><config><name>int-connection-123</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>123</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-124</name><config><name>int-connection-124</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>124</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-125</name><config><name>int-connection-125</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>125</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-126</name><config><name>int-connection-126</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>126</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-127</name><config><name>int-connection-127</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>20</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>127</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-128</name><config><name>int-connection-128</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>128</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-129</name><config><name>int-connection-129</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>129</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-13</name><config><name>int-connection-13</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>17</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-130</name><config><name>int-connection-130</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>130</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-131</name><config><name>int-connection-131</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>131</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-132</name><config><name>int-connection-132</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>12</value></config></property><proper" -[2024-06-20 13:26:23,366] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:26:23,367] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:23,416] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:23,416] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:26:23,417] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:23,417] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:23,417] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:23,417] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:23,417] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:23,417] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:23,417] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:23,417] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:23,417] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:26:23,417] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:23,418] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:23,418] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:23,418] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:23,418] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:23,418] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:23,418] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:23,418] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:23,418] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:26:23,418] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:23,418] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:23,419] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:23,419] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:23,419] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:23,419] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:23,419] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:23,419] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:23,419] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:26:23,419] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:23,419] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:23,420] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:23,420] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:23,420] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:26:23,420] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: fragment = "ty><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>132</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-133</name><config><name>int-connection-133</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>41</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>133</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-134</name><config><name>int-connection-134</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>42</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>134</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-135</name><config><name>int-connection-135</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>43</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>135</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-136</name><config><name>int-connection-136</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>44</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>136</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-137</name><config><name>int-connection-137</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>233</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>137</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-138</name><config><name>int-connection-138</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>234</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>138</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-139</name><config><name>int-connection-139</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>235</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>139</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-14</name><config><name>int-connection-14</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>18</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-140</name><config><name>int-connection-140</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>236</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>140</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-141</name><config><name>int-connection-141</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>141</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-142</name><config><name>int-connection-142</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>142</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-143</name><config><name>int-connection-143</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>143</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-144</name><config><name>int-connection-144</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>144</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-145</name><config><name>int-connection-145</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_IND" -[2024-06-20 13:26:23,420] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:26:23,420] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:23,473] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:23,473] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:26:23,473] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:23,474] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:23,474] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:23,474] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:23,474] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:23,474] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:23,475] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:23,475] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:23,475] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:26:23,475] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:23,475] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:23,476] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:23,476] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:23,476] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:23,476] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:23,476] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:23,477] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:23,477] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:26:23,477] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:23,477] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:23,477] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:23,477] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:23,477] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:23,477] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:23,478] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:23,478] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:23,478] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:26:23,478] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:23,478] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:23,478] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:23,479] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:23,479] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:26:23,479] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: fragment = "EX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>145</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-146</name><config><name>int-connection-146</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>146</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-147</name><config><name>int-connection-147</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>147</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-148</name><config><name>int-connection-148</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>148</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-149</name><config><name>int-connection-149</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>149</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-15</name><config><name>int-connection-15</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>19</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-150</name><config><name>int-connection-150</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>150</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-151</name><config><name>int-connection-151</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>151</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-152</name><config><name>int-connection-152</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>152</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-153</name><config><name>int-connection-153</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>45</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>153</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-154</name><config><name>int-connection-154</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>46</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>154</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-155</name><config><name>int-connection-155</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>47</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>155</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-156</name><config><name>int-connection-156</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>48</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>156</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-157</name><config><name>int-connection-157</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>237</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>157</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-158</name><config><name>int-connection-158</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>238</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>158</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-159</name><config><name>int-connection-159</name></config><s" -[2024-06-20 13:26:23,479] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:26:23,479] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:23,531] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:23,532] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:26:23,532] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:23,532] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:23,532] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:23,532] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:23,532] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:23,532] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:23,532] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:23,533] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:23,533] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:26:23,533] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:23,533] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:23,533] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:23,533] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:23,533] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:23,533] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:23,533] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:23,533] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:23,533] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:26:23,534] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:23,534] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:23,534] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:23,534] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:23,534] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:23,534] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:23,534] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:23,534] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:23,534] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:26:23,534] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:23,535] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:23,535] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:23,535] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:23,535] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:26:23,535] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: fragment = "tate><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>239</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>159</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-16</name><config><name>int-connection-16</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>20</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-160</name><config><name>int-connection-160</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>240</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>160</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-161</name><config><name>int-connection-161</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>17</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>161</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-162</name><config><name>int-connection-162</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>17</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>162</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-163</name><config><name>int-connection-163</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>17</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>163</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-164</name><config><name>int-connection-164</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>17</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>164</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-165</name><config><name>int-connection-165</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>17</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>165</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-166</name><config><name>int-connection-166</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>17</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>166</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-167</name><config><name>int-connection-167</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>17</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>167</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-168</name><config><name>int-connection-168</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>17</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>168</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-169</name><config><name>int-connection-169</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>17</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>169</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-17</name><config><name>int-connection-17</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>209</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>17</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-170</name><config><name>int-connection-170</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>17</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>170</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-171</name><config><name>int-connection-171</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>17</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT" -[2024-06-20 13:26:23,535] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:26:23,535] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:23,589] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:23,589] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:26:23,589] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:23,589] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:23,589] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:23,590] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:23,590] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:23,590] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:23,590] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:23,590] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:23,590] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:26:23,591] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:23,591] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:23,591] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:23,591] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:23,591] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:23,591] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:23,591] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:23,592] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:23,592] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:26:23,592] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:23,592] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:23,592] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:23,593] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:23,593] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:23,593] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:23,593] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:23,593] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:23,593] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:26:23,594] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:23,594] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:23,594] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:23,594] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:23,594] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:26:23,594] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: fragment = "</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>171</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-172</name><config><name>int-connection-172</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>17</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>172</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-173</name><config><name>int-connection-173</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>17</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>49</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>173</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-174</name><config><name>int-connection-174</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>17</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>50</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>174</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-175</name><config><name>int-connection-175</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>17</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>51</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>175</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-176</name><config><name>int-connection-176</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>17</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>52</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>176</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-177</name><config><name>int-connection-177</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>18</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>241</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>177</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-178</name><config><name>int-connection-178</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>18</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>242</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>178</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-179</name><config><name>int-connection-179</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>18</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>243</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>179</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-18</name><config><name>int-connection-18</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>210</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>18</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-180</name><config><name>int-connection-180</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>18</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>244</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>180</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-181</name><config><name>int-connection-181</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>19</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>181</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-182</name><config><name>int-connection-182</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>19</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>182</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-183</name><config><name>int-connection-183</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>19</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>183</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-184</name><config><name>int-connection-184</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>19</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>10</value" -[2024-06-20 13:26:23,595] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:26:23,595] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:23,645] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:23,645] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:26:23,645] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:23,646] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:23,646] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:23,646] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:23,646] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:23,646] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:23,646] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:23,646] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:23,647] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:26:23,647] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:23,647] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:23,647] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:23,647] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:23,647] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:23,647] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:23,648] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:23,648] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:23,648] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:26:23,648] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:23,648] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:23,649] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:23,649] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:23,649] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:23,649] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:23,649] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:23,649] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:23,650] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:26:23,650] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:23,650] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:23,650] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:23,650] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:23,650] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:26:23,650] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: fragment = "></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>184</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-185</name><config><name>int-connection-185</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>19</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>185</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-186</name><config><name>int-connection-186</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>19</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>186</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-187</name><config><name>int-connection-187</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>19</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>187</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-188</name><config><name>int-connection-188</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>19</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>188</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-189</name><config><name>int-connection-189</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>19</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>189</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-19</name><config><name>int-connection-19</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>211</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>19</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-190</name><config><name>int-connection-190</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>19</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>190</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-191</name><config><name>int-connection-191</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>19</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>191</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-192</name><config><name>int-connection-192</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>19</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>192</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-193</name><config><name>int-connection-193</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>19</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>53</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>193</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-194</name><config><name>int-connection-194</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>19</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>54</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>194</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-195</name><config><name>int-connection-195</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>19</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>55</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>195</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-196</name><config><name>int-connection-196</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>19</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>56</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>196</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-197</name><config><name>int-connection-197</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>20</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>245</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>197</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-198</name><config><na" -[2024-06-20 13:26:23,651] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:26:23,651] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:23,702] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:23,702] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:26:23,702] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:23,702] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:23,702] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:23,703] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:23,703] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:23,703] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:23,703] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:23,703] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:23,703] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:26:23,704] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:23,704] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:23,704] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:23,704] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:23,705] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:23,705] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:23,705] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:23,705] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:23,705] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:26:23,705] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:23,706] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:23,706] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:23,706] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:23,706] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:23,706] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:23,706] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:23,706] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:23,707] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:26:23,707] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:23,707] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:23,707] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:23,707] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:23,708] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:26:23,708] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: fragment = "me>int-connection-198</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>20</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>246</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>198</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-199</name><config><name>int-connection-199</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>20</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>247</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>199</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-2</name><config><name>int-connection-2</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-20</name><config><name>int-connection-20</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>212</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>20</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-200</name><config><name>int-connection-200</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>20</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>248</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>200</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-201</name><config><name>int-connection-201</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>21</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>201</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-202</name><config><name>int-connection-202</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>21</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>202</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-203</name><config><name>int-connection-203</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>21</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>203</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-204</name><config><name>int-connection-204</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>21</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>204</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-205</name><config><name>int-connection-205</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>21</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>205</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-206</name><config><name>int-connection-206</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>21</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>206</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-207</name><config><name>int-connection-207</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>21</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>207</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-208</name><config><name>int-connection-208</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>21</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>208</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-209</name><config><name>int-connection-209</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>21</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>209</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-21</name><config><name>int-connection-21</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config>" -[2024-06-20 13:26:23,708] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:26:23,708] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:23,765] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:23,766] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:26:23,766] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:23,766] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:23,766] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:23,766] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:23,766] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:23,766] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:23,766] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:23,767] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:23,767] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:26:23,767] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:23,767] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:23,767] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:23,767] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:23,767] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:23,767] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:23,767] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:23,767] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:23,767] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:26:23,768] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:23,768] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:23,768] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:23,768] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:23,768] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:23,768] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:23,768] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:23,769] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:23,769] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:26:23,769] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:23,769] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:23,769] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:23,769] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:23,770] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:26:23,770] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: fragment = "<name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>21</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-210</name><config><name>int-connection-210</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>21</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>210</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-211</name><config><name>int-connection-211</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>21</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>211</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-212</name><config><name>int-connection-212</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>21</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>212</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-213</name><config><name>int-connection-213</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>21</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>57</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>213</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-214</name><config><name>int-connection-214</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>21</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>58</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>214</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-215</name><config><name>int-connection-215</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>21</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>59</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>215</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-216</name><config><name>int-connection-216</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>21</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>60</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>216</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-217</name><config><name>int-connection-217</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>249</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>217</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-218</name><config><name>int-connection-218</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>250</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>218</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-219</name><config><name>int-connection-219</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>251</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>219</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-22</name><config><name>int-connection-22</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-220</name><config><name>int-connection-220</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>252</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>220</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-221</name><config><name>int-connection-221</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>23</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>221</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-222</name><config><name>int-connection-222</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>23</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</nam" -[2024-06-20 13:26:23,770] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:26:23,770] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:23,824] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:23,824] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:26:23,824] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:23,824] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:23,824] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:23,825] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:23,825] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:23,825] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:23,825] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:23,825] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:23,825] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:26:23,826] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:23,826] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:23,826] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:23,826] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:23,826] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:23,826] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:23,827] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:23,827] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:23,827] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:26:23,827] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:23,827] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:23,827] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:23,828] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:23,828] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:23,828] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:23,828] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:23,828] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:23,828] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:26:23,828] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:23,829] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:23,829] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:23,829] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:23,829] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:26:23,829] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: fragment = "e><value>12</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>222</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-223</name><config><name>int-connection-223</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>23</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>223</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-224</name><config><name>int-connection-224</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>23</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>224</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-225</name><config><name>int-connection-225</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>23</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>225</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-226</name><config><name>int-connection-226</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>23</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>226</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-227</name><config><name>int-connection-227</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>23</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>227</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-228</name><config><name>int-connection-228</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>23</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>228</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-229</name><config><name>int-connection-229</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>23</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>229</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-23</name><config><name>int-connection-23</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>23</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-230</name><config><name>int-connection-230</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>23</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>230</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-231</name><config><name>int-connection-231</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>23</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>231</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-232</name><config><name>int-connection-232</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>23</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>232</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-233</name><config><name>int-connection-233</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>23</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>61</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>233</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-234</name><config><name>int-connection-234</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>23</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>62</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>234</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-235</name><config><name>int-connection-235</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>23</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>63</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>235</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-236</name><config><name>int-connection-236</name></config><state><empty" -[2024-06-20 13:26:23,829] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:26:23,829] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:23,892] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:23,893] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:26:23,893] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:23,893] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:23,893] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:23,893] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:23,893] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:23,893] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:23,893] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:23,894] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:23,894] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:26:23,894] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:23,894] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:23,894] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:23,894] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:23,894] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:23,895] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:23,895] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:23,895] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:23,895] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:26:23,895] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:23,895] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:23,896] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:23,896] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:23,896] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:23,896] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:23,896] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:23,896] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:23,896] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:26:23,897] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:23,897] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:23,897] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:23,897] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:23,897] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:26:23,897] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: fragment = ">false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>23</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>64</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>236</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-237</name><config><name>int-connection-237</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>253</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>237</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-238</name><config><name>int-connection-238</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>254</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>238</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-239</name><config><name>int-connection-239</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>255</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>239</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-24</name><config><name>int-connection-24</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>18</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-240</name><config><name>int-connection-240</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>256</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>240</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-241</name><config><name>int-connection-241</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>25</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>241</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-242</name><config><name>int-connection-242</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>25</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>242</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-243</name><config><name>int-connection-243</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>25</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>243</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-244</name><config><name>int-connection-244</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>25</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>244</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-245</name><config><name>int-connection-245</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>25</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>245</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-246</name><config><name>int-connection-246</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>25</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>246</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-247</name><config><name>int-connection-247</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>25</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>247</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-248</name><config><name>int-connection-248</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>25</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>248</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-249</name><config><name>int-connection-249</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>25</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONEN" -[2024-06-20 13:26:23,897] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:26:23,898] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:23,947] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:23,947] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:26:23,947] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:23,947] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:23,948] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:23,948] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:23,948] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:23,948] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:23,948] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:23,948] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:23,948] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:26:23,948] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:23,949] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:23,949] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:23,949] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:23,949] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:23,949] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:23,949] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:23,949] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:23,949] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:26:23,950] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:23,950] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:23,950] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:23,950] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:23,950] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:23,950] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:23,950] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:23,950] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:23,951] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:26:23,951] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:23,951] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:23,951] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:23,951] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:23,951] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:26:23,951] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: fragment = "T_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>18</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>249</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-25</name><config><name>int-connection-25</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>20</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>25</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-250</name><config><name>int-connection-250</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>25</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>20</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>250</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-251</name><config><name>int-connection-251</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>25</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>251</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-252</name><config><name>int-connection-252</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>25</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>252</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-253</name><config><name>int-connection-253</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>25</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>17</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>253</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-254</name><config><name>int-connection-254</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>25</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>18</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>254</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-255</name><config><name>int-connection-255</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>25</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>19</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>255</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-256</name><config><name>int-connection-256</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>25</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>20</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>256</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-257</name><config><name>int-connection-257</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>209</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>257</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-258</name><config><name>int-connection-258</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>210</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>258</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-259</name><config><name>int-connection-259</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>211</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>259</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-26</name><config><name>int-connection-26</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-260</name><config><name>int-connection-260</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>212</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>260</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-261</name><config><name>int-connection-261</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>27</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property" -[2024-06-20 13:26:23,952] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:26:23,952] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:24,005] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:24,005] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:26:24,006] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:24,006] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:24,006] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:24,006] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:24,006] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:24,006] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:24,007] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:24,007] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:24,007] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:26:24,007] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:24,007] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:24,007] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:24,008] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:24,008] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:24,008] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:24,008] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:24,009] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:24,009] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:26:24,009] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:24,009] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:24,009] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:24,009] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:24,010] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:24,010] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:24,010] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:24,010] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:24,010] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:26:24,011] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:24,011] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:24,011] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:24,011] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:24,011] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:26:24,012] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: fragment = "><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>261</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-262</name><config><name>int-connection-262</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>27</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>262</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-263</name><config><name>int-connection-263</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>27</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>263</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-264</name><config><name>int-connection-264</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>27</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>264</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-265</name><config><name>int-connection-265</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>27</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>265</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-266</name><config><name>int-connection-266</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>27</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>266</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-267</name><config><name>int-connection-267</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>27</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>267</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-268</name><config><name>int-connection-268</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>27</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>268</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-269</name><config><name>int-connection-269</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>27</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>18</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>269</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-27</name><config><name>int-connection-27</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>27</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-270</name><config><name>int-connection-270</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>27</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>20</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>270</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-271</name><config><name>int-connection-271</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>27</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>271</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-272</name><config><name>int-connection-272</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>27</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>272</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-273</name><config><name>int-connection-273</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>27</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>21</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>273</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-274</name><config><name>int-connection-274</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>27</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>274</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-275</name><config><name>int-connection-275</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</nam" -[2024-06-20 13:26:24,012] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:26:24,012] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:24,061] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:24,061] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:26:24,062] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:24,062] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:24,062] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:24,062] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:24,062] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:24,062] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:24,063] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:24,063] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:24,063] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:26:24,063] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:24,063] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:24,064] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:24,064] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:24,064] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:24,064] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:24,064] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:24,064] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:24,065] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:26:24,065] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:24,065] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:24,065] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:24,065] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:24,065] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:24,066] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:24,066] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:24,066] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:24,066] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:26:24,066] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:24,067] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:24,067] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:24,067] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:24,067] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:26:24,067] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: fragment = "e><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>27</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>23</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>275</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-276</name><config><name>int-connection-276</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>27</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>276</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-277</name><config><name>int-connection-277</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>213</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>277</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-278</name><config><name>int-connection-278</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>214</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>278</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-279</name><config><name>int-connection-279</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>215</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>279</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-28</name><config><name>int-connection-28</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-280</name><config><name>int-connection-280</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>216</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>280</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-281</name><config><name>int-connection-281</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>29</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>281</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-282</name><config><name>int-connection-282</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>29</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>282</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-283</name><config><name>int-connection-283</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>29</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>283</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-284</name><config><name>int-connection-284</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>29</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>284</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-285</name><config><name>int-connection-285</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>29</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>285</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-286</name><config><name>int-connection-286</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>29</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>286</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-287</name><config><name>int-connection-287</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>29</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>287</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-288</name><config><name>int-connection-288</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>29</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></proper" -[2024-06-20 13:26:24,067] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:26:24,068] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:24,117] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:24,117] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:26:24,117] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:24,117] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:24,117] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:24,117] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:24,117] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:24,118] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:24,118] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:24,118] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:24,118] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:26:24,118] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:24,118] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:24,118] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:24,119] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:24,119] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:24,119] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:24,119] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:24,119] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:24,119] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:26:24,119] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:24,119] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:24,120] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:24,120] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:24,120] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:24,120] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:24,120] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:24,120] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:24,121] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:26:24,121] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:24,121] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:24,121] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:24,121] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:24,121] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:26:24,121] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: fragment = "ty><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>288</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-289</name><config><name>int-connection-289</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>29</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>18</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>289</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-29</name><config><name>int-connection-29</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>29</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-290</name><config><name>int-connection-290</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>29</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>20</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>290</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-291</name><config><name>int-connection-291</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>29</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>291</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-292</name><config><name>int-connection-292</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>29</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>292</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-293</name><config><name>int-connection-293</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>29</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>25</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>293</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-294</name><config><name>int-connection-294</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>29</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>294</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-295</name><config><name>int-connection-295</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>29</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>27</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>295</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-296</name><config><name>int-connection-296</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>29</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>296</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-297</name><config><name>int-connection-297</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>217</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>297</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-298</name><config><name>int-connection-298</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>218</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>298</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-299</name><config><name>int-connection-299</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>219</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>299</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-3</name><config><name>int-connection-3</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-30</name><config><name>int-connection-30</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX" -[2024-06-20 13:26:24,122] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:26:24,122] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:24,176] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:24,176] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:26:24,177] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:24,177] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:24,177] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:24,177] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:24,177] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:24,177] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:24,177] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:24,177] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:24,177] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:26:24,177] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:24,177] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:24,178] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:24,178] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:24,178] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:24,178] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:24,178] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:24,178] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:24,178] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:26:24,178] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:24,178] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:24,178] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:24,179] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:24,179] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:24,179] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:24,179] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:24,179] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:24,179] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:26:24,179] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:24,179] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:24,179] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:24,179] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:24,179] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:26:24,180] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: fragment = "</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-300</name><config><name>int-connection-300</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>220</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>300</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-301</name><config><name>int-connection-301</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>31</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>301</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-302</name><config><name>int-connection-302</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>31</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>302</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-303</name><config><name>int-connection-303</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>31</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>303</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-304</name><config><name>int-connection-304</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>31</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>304</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-305</name><config><name>int-connection-305</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>31</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>305</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-306</name><config><name>int-connection-306</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>31</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>306</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-307</name><config><name>int-connection-307</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>31</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>307</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-308</name><config><name>int-connection-308</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>31</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>308</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-309</name><config><name>int-connection-309</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>31</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>18</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>309</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-31</name><config><name>int-connection-31</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>31</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-310</name><config><name>int-connection-310</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>31</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>20</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>310</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-311</name><config><name>int-connection-311</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>31</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>311</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-312</name><config><name>int-connection-312</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>31</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>312</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-313</name><config><name>int-connection-313</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><prope" -[2024-06-20 13:26:24,180] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:26:24,180] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:24,233] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:24,233] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:26:24,233] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:24,233] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:24,233] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:24,233] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:24,233] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:24,233] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:24,233] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:24,234] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:24,234] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:26:24,234] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:24,234] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:24,234] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:24,234] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:24,234] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:24,234] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:24,234] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:24,235] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:24,235] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:26:24,235] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:24,235] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:24,235] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:24,235] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:24,235] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:24,235] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:24,235] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:24,235] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:24,236] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:26:24,236] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:24,236] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:24,236] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:24,236] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:24,236] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:26:24,236] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: fragment = "rty><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>31</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>29</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>313</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-314</name><config><name>int-connection-314</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>31</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>314</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-315</name><config><name>int-connection-315</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>31</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>31</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>315</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-316</name><config><name>int-connection-316</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>31</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>316</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-317</name><config><name>int-connection-317</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>221</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>317</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-318</name><config><name>int-connection-318</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>222</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>318</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-319</name><config><name>int-connection-319</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>223</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>319</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-32</name><config><name>int-connection-32</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-320</name><config><name>int-connection-320</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>224</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>320</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-321</name><config><name>int-connection-321</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>129</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>321</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-322</name><config><name>int-connection-322</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>130</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>322</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-323</name><config><name>int-connection-323</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>131</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>323</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-324</name><config><name>int-connection-324</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>132</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>324</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-325</name><config><name>int-connection-325</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>133</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>325</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-326</name><config><name>int-connection-326</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CON" -[2024-06-20 13:26:24,237] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:26:24,237] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:24,289] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:24,289] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:26:24,289] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:24,289] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:24,289] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:24,289] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:24,289] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:24,290] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:24,290] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:24,290] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:24,290] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:26:24,290] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:24,290] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:24,290] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:24,290] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:24,290] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:24,290] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:24,290] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:24,291] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:24,291] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:26:24,291] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:24,291] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:24,291] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:24,291] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:24,291] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:24,291] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:24,291] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:24,291] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:24,292] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:26:24,292] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:24,292] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:24,292] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:24,292] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:24,292] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:26:24,292] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: fragment = "N_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>134</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>326</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-327</name><config><name>int-connection-327</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>135</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>327</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-328</name><config><name>int-connection-328</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>136</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>328</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-329</name><config><name>int-connection-329</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>137</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>329</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-33</name><config><name>int-connection-33</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>21</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>33</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-330</name><config><name>int-connection-330</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>138</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>330</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-331</name><config><name>int-connection-331</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>139</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>331</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-332</name><config><name>int-connection-332</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>140</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>332</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-333</name><config><name>int-connection-333</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>141</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>333</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-334</name><config><name>int-connection-334</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>142</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>334</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-335</name><config><name>int-connection-335</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>143</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>335</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-336</name><config><name>int-connection-336</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>144</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>336</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-337</name><config><name>int-connection-337</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>145</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>337</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-338</name><config><name>int-connection-338</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>146</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>338</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-339</name><config><name>int-connection-339</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>321</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>339</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CON" -[2024-06-20 13:26:24,292] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:26:24,292] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:24,347] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:24,347] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:26:24,347] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:24,347] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:24,347] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:24,347] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:24,347] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:24,348] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:24,348] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:24,348] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:24,348] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:26:24,348] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:24,348] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:24,348] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:24,348] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:24,348] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:24,349] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:24,349] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:24,349] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:24,349] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:26:24,349] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:24,349] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:24,349] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:24,349] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:24,349] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:24,349] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:24,350] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:24,350] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:24,350] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:26:24,350] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:24,350] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:24,350] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:24,350] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:24,350] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:26:24,350] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: fragment = "N_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-34</name><config><name>int-connection-34</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>34</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-340</name><config><name>int-connection-340</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>322</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>340</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-341</name><config><name>int-connection-341</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>323</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>341</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-342</name><config><name>int-connection-342</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>324</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>342</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-343</name><config><name>int-connection-343</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>325</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>343</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-344</name><config><name>int-connection-344</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>326</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>344</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-345</name><config><name>int-connection-345</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>327</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>345</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-346</name><config><name>int-connection-346</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>328</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>346</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-347</name><config><name>int-connection-347</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>329</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>347</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-348</name><config><name>int-connection-348</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>330</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>348</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-349</name><config><name>int-connection-349</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>331</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>349</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-35</name><config><name>int-connection-35</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>23</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>35</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-350</name><config><name>int-connection-350</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>332</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>350</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-351</name><config><name>int-connection-351</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>333</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>351</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-352</name><config><name>int-connection-352</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_" -[2024-06-20 13:26:24,350] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:26:24,351] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:24,402] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:24,402] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:26:24,402] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:24,402] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:24,402] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:24,402] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:24,402] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:24,403] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:24,403] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:24,403] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:24,403] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:26:24,403] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:24,403] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:24,403] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:24,404] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:24,404] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:24,404] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:24,404] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:24,404] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:24,404] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:26:24,404] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:24,405] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:24,405] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:24,405] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:24,405] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:24,405] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:24,405] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:24,406] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:24,406] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:26:24,406] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:24,406] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:24,406] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:24,406] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:24,406] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:26:24,406] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: fragment = "INT_CONN_COMPONENT_FROM</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>334</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>352</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-353</name><config><name>int-connection-353</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>335</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>353</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-354</name><config><name>int-connection-354</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>336</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>354</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-355</name><config><name>int-connection-355</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>337</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>355</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-356</name><config><name>int-connection-356</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>338</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>356</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-357</name><config><name>int-connection-357</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>147</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>357</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-358</name><config><name>int-connection-358</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>148</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>358</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-359</name><config><name>int-connection-359</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>149</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>359</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-36</name><config><name>int-connection-36</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>36</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-360</name><config><name>int-connection-360</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>150</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>360</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-361</name><config><name>int-connection-361</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>151</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>361</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-362</name><config><name>int-connection-362</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>152</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>362</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-363</name><config><name>int-connection-363</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>153</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>363</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-364</name><config><name>int-connection-364</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>154</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>364</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-365</name><config><name>int-connection-365</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</n" -[2024-06-20 13:26:24,407] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:26:24,407] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:24,460] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:24,460] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:26:24,460] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:24,460] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:24,460] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:24,461] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:24,461] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:24,461] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:24,461] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:24,461] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:24,461] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:26:24,461] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:24,461] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:24,461] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:24,462] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:24,462] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:24,462] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:24,462] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:24,462] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:24,462] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:26:24,462] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:24,462] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:24,463] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:24,463] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:24,463] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:24,463] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:24,463] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:24,463] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:24,463] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:26:24,463] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:24,463] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:24,464] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:24,464] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:24,464] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:26:24,464] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: fragment = "ame><value>155</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>365</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-366</name><config><name>int-connection-366</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>156</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>366</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-367</name><config><name>int-connection-367</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>157</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>367</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-368</name><config><name>int-connection-368</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>158</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>368</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-369</name><config><name>int-connection-369</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>159</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>369</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-37</name><config><name>int-connection-37</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>213</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>37</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-370</name><config><name>int-connection-370</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>160</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>370</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-371</name><config><name>int-connection-371</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>161</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>371</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-372</name><config><name>int-connection-372</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>162</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>372</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-373</name><config><name>int-connection-373</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>163</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>373</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-374</name><config><name>int-connection-374</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>164</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>374</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-375</name><config><name>int-connection-375</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>339</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>375</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-376</name><config><name>int-connection-376</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>340</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>376</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-377</name><config><name>int-connection-377</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>341</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>377</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-378</name><config><name>int-connection-378</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>342</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>378</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-379</name><config><name>int-connection-379</name></config><state><empty>false</emp" -[2024-06-20 13:26:24,464] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:26:24,464] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:24,516] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:24,516] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:26:24,516] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:24,516] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:24,516] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:24,516] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:24,516] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:24,516] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:24,517] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:24,517] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:24,517] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:26:24,517] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:24,517] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:24,517] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:24,517] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:24,517] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:24,517] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:24,517] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:24,518] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:24,518] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:26:24,518] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:24,518] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:24,518] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:24,518] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:24,518] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:24,518] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:24,518] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:24,518] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:24,518] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:26:24,519] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:24,519] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:24,519] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:24,519] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:24,519] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:26:24,519] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: fragment = "ty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>343</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>379</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-38</name><config><name>int-connection-38</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>214</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>38</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-380</name><config><name>int-connection-380</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>344</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>380</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-381</name><config><name>int-connection-381</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>345</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>381</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-382</name><config><name>int-connection-382</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>346</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>382</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-383</name><config><name>int-connection-383</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>347</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>383</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-384</name><config><name>int-connection-384</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>348</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>384</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-385</name><config><name>int-connection-385</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>349</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>385</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-386</name><config><name>int-connection-386</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>350</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>386</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-387</name><config><name>int-connection-387</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>351</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>387</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-388</name><config><name>int-connection-388</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>352</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>388</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-389</name><config><name>int-connection-389</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>353</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>389</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-39</name><config><name>int-connection-39</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>215</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>39</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-390</name><config><name>int-connection-390</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>354</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>390</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-391</name><config><name>int-connection-391</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><pro" -[2024-06-20 13:26:24,519] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:26:24,519] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:24,572] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:24,573] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:26:24,573] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:24,573] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:24,573] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:24,573] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:24,573] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:24,574] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:24,574] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:24,574] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:24,574] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:26:24,574] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:24,574] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:24,574] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:24,574] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:24,575] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:24,575] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:24,575] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:24,575] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:24,575] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:26:24,575] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:24,575] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:24,576] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:24,576] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:24,576] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:24,576] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:24,576] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:24,576] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:24,576] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:26:24,577] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:24,577] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:24,577] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:24,577] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:24,577] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:26:24,577] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: fragment = "perty><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>355</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>391</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-392</name><config><name>int-connection-392</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>356</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>392</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-393</name><config><name>int-connection-393</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>165</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>393</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-394</name><config><name>int-connection-394</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>166</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>394</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-395</name><config><name>int-connection-395</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>167</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>395</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-396</name><config><name>int-connection-396</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>168</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>396</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-397</name><config><name>int-connection-397</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>169</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>397</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-398</name><config><name>int-connection-398</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>170</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>398</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-399</name><config><name>int-connection-399</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>171</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>399</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-4</name><config><name>int-connection-4</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-40</name><config><name>int-connection-40</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>216</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>40</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-400</name><config><name>int-connection-400</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>172</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>400</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-401</name><config><name>int-connection-401</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>173</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>401</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-402</name><config><name>int-connection-402</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>174</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>402</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-403</name><config><name>int-connection-403</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>175</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>403</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG" -[2024-06-20 13:26:24,577] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:26:24,578] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:24,633] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:24,633] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:26:24,633] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:24,633] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:24,633] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:24,634] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:24,634] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:24,634] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:24,634] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:24,634] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:24,634] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:26:24,634] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:24,635] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:24,635] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:24,635] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:24,635] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:24,635] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:24,635] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:24,635] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:24,636] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:26:24,636] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:24,636] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:24,636] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:24,636] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:24,636] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:24,636] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:24,637] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:24,637] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:24,637] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:26:24,637] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:24,637] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:24,637] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:24,638] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:24,638] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:26:24,638] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: fragment = "_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-404</name><config><name>int-connection-404</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>176</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>404</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-405</name><config><name>int-connection-405</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>177</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>405</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-406</name><config><name>int-connection-406</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>178</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>406</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-407</name><config><name>int-connection-407</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>179</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>407</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-408</name><config><name>int-connection-408</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>180</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>408</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-409</name><config><name>int-connection-409</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>181</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>409</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-41</name><config><name>int-connection-41</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>41</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-410</name><config><name>int-connection-410</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>182</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>410</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-411</name><config><name>int-connection-411</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>357</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>411</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-412</name><config><name>int-connection-412</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>358</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>412</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-413</name><config><name>int-connection-413</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>359</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>413</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-414</name><config><name>int-connection-414</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>360</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>414</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-415</name><config><name>int-connection-415</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>361</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>415</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-416</name><config><name>int-connection-416</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>362</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>416</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-417</name><config><name>int-connection-417</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_IN" -[2024-06-20 13:26:24,638] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:26:24,638] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:24,737] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:24,738] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:26:24,738] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:24,738] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:24,738] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:24,738] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:24,738] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:24,739] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:24,740] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:24,741] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:24,741] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:26:24,741] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:24,741] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:24,741] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:24,742] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:24,742] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:24,742] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:24,742] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:24,742] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:24,743] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:26:24,743] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:24,743] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:24,743] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:24,744] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:24,745] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:24,745] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:24,745] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:24,745] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:24,745] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:26:24,746] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:24,746] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:24,746] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:24,746] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:24,746] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:26:24,746] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: fragment = "T_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>363</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>417</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-418</name><config><name>int-connection-418</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>364</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>418</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-419</name><config><name>int-connection-419</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>365</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>419</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-42</name><config><name>int-connection-42</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>42</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-420</name><config><name>int-connection-420</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>366</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>420</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-421</name><config><name>int-connection-421</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>367</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>421</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-422</name><config><name>int-connection-422</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>368</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>422</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-423</name><config><name>int-connection-423</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>369</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>423</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-424</name><config><name>int-connection-424</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>370</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>424</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-425</name><config><name>int-connection-425</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>371</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>425</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-426</name><config><name>int-connection-426</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>372</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>426</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-427</name><config><name>int-connection-427</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>373</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>427</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-428</name><config><name>int-connection-428</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>374</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>428</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-43</name><config><name>int-connection-43</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>18</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>43</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-44</name><config><name>int-connection-44</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>20</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></proper" -[2024-06-20 13:26:24,747] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:26:24,747] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:24,747] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:24,747] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:26:24,747] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:24,747] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:24,748] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:24,748] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:24,748] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:24,748] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:24,748] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:24,748] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:24,749] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:26:24,749] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:24,749] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:24,749] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:24,752] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:24,752] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:24,756] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:24,756] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:24,756] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:24,757] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:26:24,757] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:24,757] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:24,759] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:24,759] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:24,759] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:24,759] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:24,759] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:24,759] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:24,760] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:26:24,760] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:24,760] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:24,760] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:24,760] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:24,760] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:26:24,761] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: fragment = "ty><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>44</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-45</name><config><name>int-connection-45</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>45</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-46</name><config><name>int-connection-46</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>46</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-47</name><config><name>int-connection-47</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>47</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-48</name><config><name>int-connection-48</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>48</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-49</name><config><name>int-connection-49</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>49</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-5</name><config><name>int-connection-5</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>18</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-50</name><config><name>int-connection-50</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>50</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-51</name><config><name>int-connection-51</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>51</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-52</name><config><name>int-connection-52</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>52</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-53</name><config><name>int-connection-53</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>25</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>53</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-54</name><config><name>int-connection-54</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>54</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-55</name><config><name>int-connection-55</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>27</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>55</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-56</name><config><name>int-connection-56</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>56</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-57</name><config><name>int-connection-57</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>217</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>57</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-58</name><config><name>int-connection-58</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_C" -[2024-06-20 13:26:24,761] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:26:24,761] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:24,799] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:24,800] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:26:24,800] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:24,800] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:24,800] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:24,800] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:24,800] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:24,800] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:24,800] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:24,801] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:24,801] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:26:24,801] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:24,801] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:24,801] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:24,801] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:24,802] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:24,802] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:24,802] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:24,803] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:24,804] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:26:24,804] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:24,804] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:24,804] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:24,805] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:24,805] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:24,805] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:24,805] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:24,805] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:24,805] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:26:24,805] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:24,806] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:24,806] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:24,806] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:24,806] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:26:24,806] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: fragment = "OMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>218</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>58</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-59</name><config><name>int-connection-59</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>219</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>59</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-6</name><config><name>int-connection-6</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>20</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-60</name><config><name>int-connection-60</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>220</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>60</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-61</name><config><name>int-connection-61</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>61</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-62</name><config><name>int-connection-62</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>18</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>62</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-63</name><config><name>int-connection-63</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>20</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>63</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-64</name><config><name>int-connection-64</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>64</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-65</name><config><name>int-connection-65</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>65</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-66</name><config><name>int-connection-66</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>66</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-67</name><config><name>int-connection-67</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>67</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-68</name><config><name>int-connection-68</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>68</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-69</name><config><name>int-connection-69</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>69</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-7</name><config><name>int-connection-7</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-70</name><config><name>int-connection-70</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value" -[2024-06-20 13:26:24,806] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:26:24,807] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:24,856] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:24,856] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:26:24,856] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:24,856] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:24,856] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:24,857] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:24,857] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:24,857] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:24,857] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:24,857] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:24,857] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:26:24,857] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:24,858] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:24,858] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:24,858] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:24,858] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:24,858] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:24,858] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:24,858] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:24,859] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:26:24,859] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:24,859] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:24,859] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:24,859] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:24,860] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:24,860] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:24,860] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:24,860] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:24,860] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:26:24,860] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:24,861] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:24,861] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:24,861] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:24,861] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:26:24,861] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: fragment = ">14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>70</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-71</name><config><name>int-connection-71</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>71</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-72</name><config><name>int-connection-72</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>18</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>72</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-73</name><config><name>int-connection-73</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>29</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>73</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-74</name><config><name>int-connection-74</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>74</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-75</name><config><name>int-connection-75</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>31</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>75</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-76</name><config><name>int-connection-76</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>76</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-77</name><config><name>int-connection-77</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>221</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>77</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-78</name><config><name>int-connection-78</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>222</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>78</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-79</name><config><name>int-connection-79</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>223</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>79</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-8</name><config><name>int-connection-8</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-80</name><config><name>int-connection-80</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>224</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>80</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-81</name><config><name>int-connection-81</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>18</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>81</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-82</name><config><name>int-connection-82</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>20</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>82</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-83</name><config><name>int-connection-83</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>83</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><valu" -[2024-06-20 13:26:24,861] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:26:24,862] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:24,913] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:24,913] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:26:24,913] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:24,914] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:24,914] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:24,914] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:24,914] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:24,914] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:24,914] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:24,915] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:24,915] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:26:24,915] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:24,915] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:24,915] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:24,915] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:24,916] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:24,916] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:24,916] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:24,916] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:24,916] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:26:24,916] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:24,916] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:24,917] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:24,917] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:24,917] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:24,917] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:24,917] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:24,917] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:24,917] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:26:24,917] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:24,917] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:24,918] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:24,918] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:24,918] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:26:24,918] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: fragment = "e>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-84</name><config><name>int-connection-84</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>84</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-85</name><config><name>int-connection-85</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>85</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-86</name><config><name>int-connection-86</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>86</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-87</name><config><name>int-connection-87</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>87</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-88</name><config><name>int-connection-88</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>88</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-89</name><config><name>int-connection-89</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>89</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-9</name><config><name>int-connection-9</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-90</name><config><name>int-connection-90</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>18</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>90</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-91</name><config><name>int-connection-91</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>20</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>91</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-92</name><config><name>int-connection-92</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>92</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-93</name><config><name>int-connection-93</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>33</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>93</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-94</name><config><name>int-connection-94</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>34</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>94</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-95</name><config><name>int-connection-95</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>35</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>95</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-96</name><config><name>int-connection-96</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>36</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>96</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-97</name><config><name>int-connection-97</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>10</value" -[2024-06-20 13:26:24,918] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:26:24,918] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:24,998] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:24,998] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:26:24,998] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:24,998] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:24,998] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:24,999] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:24,999] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:24,999] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:24,999] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:24,999] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:24,999] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:26:24,999] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:24,999] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:24,999] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:25,000] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:25,000] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:25,000] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:25,000] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:25,000] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:25,000] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:26:25,000] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:25,000] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:25,000] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:25,000] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:25,001] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:25,001] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:25,001] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:25,001] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:25,001] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:26:25,001] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:25,001] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:25,001] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:25,001] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:25,001] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:26:25,002] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: fragment = "></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>225</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>97</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-98</name><config><name>int-connection-98</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>226</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>98</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-99</name><config><name>int-connection-99</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>227</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>99</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>port-1-in</name><config><name>port-1-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>EAST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-1-out</name><config><name>port-1-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>EAST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-10-in</name><config><name>port-10-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>NORTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-10-out</name><config><name>port-10-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>NORTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-11-in</name><config><name>port-11-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>NORTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-11-out</name><config><name>port-11-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>NORTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-12-in</name><config><name>port-12-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>NORTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-12-out</name><config><name>port-12-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>NORTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-13-in</name><config><name>port-13-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>SOUTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-13-out</name><config><name>port-13-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>SOUTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-14-in</name><config><name>port-14-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>SOUTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-14-out</name><config><name>port-14-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>SOUTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-15-in</name><config><name>port-15-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>SOUTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-15-out</name><config><name>port-15-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>SOUTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-16-in</name><config><name>port-16-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>SOUTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-16-out</name><config><name>port-16-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>SOUTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-17-in</name><config><name>port-17-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>1</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>EAST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-17-out</name><config><name>port-17-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>193</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>EAST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-18-in</name><config><name>port-18-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>2</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>EAST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-18-out</name><config><name>port-18-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>194</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>EAST</value></config></property><propert" -[2024-06-20 13:26:25,002] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:26:25,002] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:25,111] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:25,111] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:26:25,111] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:25,112] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:25,112] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:25,112] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:25,112] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:25,112] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:25,112] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:25,112] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:25,112] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:26:25,112] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:25,112] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:25,112] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:25,113] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:25,113] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:25,113] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:25,113] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:25,113] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:25,113] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:26:25,113] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:25,113] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:25,113] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:25,114] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:25,114] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:25,114] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:25,114] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:25,114] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:25,114] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:26:25,114] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:25,114] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:25,114] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:25,114] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:25,115] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:26:25,115] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: fragment = "y><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-19-in</name><config><name>port-19-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>3</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>EAST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-19-out</name><config><name>port-19-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>195</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>EAST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-2-in</name><config><name>port-2-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>EAST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-2-out</name><config><name>port-2-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>EAST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-20-in</name><config><name>port-20-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>4</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>EAST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-20-out</name><config><name>port-20-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>196</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>EAST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-21-in</name><config><name>port-21-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>5</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>WEST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-21-out</name><config><name>port-21-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>197</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>WEST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-22-in</name><config><name>port-22-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>6</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>WEST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-22-out</name><config><name>port-22-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>198</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>WEST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-23-in</name><config><name>port-23-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>7</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>WEST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-23-out</name><config><name>port-23-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>199</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>WEST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-24-in</name><config><name>port-24-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>8</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>WEST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-24-out</name><config><name>port-24-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>200</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>WEST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-25-in</name><config><name>port-25-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>9</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>NORTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-25-out</name><config><name>port-25-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>201</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>NORTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-26-in</name><config><name>port-26-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>10</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>NORTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-26-out</name><config><name>port-26-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>202</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>NORTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-27-in</name><config><name>port-27-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>11</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>NORTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-27-out</name><config><name>port-27-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>203</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>NORTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-28-in</name><config><name>port-28-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>12</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>NORTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-28-out</name><config><name>port-28-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_O" -[2024-06-20 13:26:25,115] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:26:25,115] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:25,197] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:25,197] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:26:25,197] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:25,197] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:25,198] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:25,198] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:25,198] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:25,198] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:25,198] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:25,198] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:25,198] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:26:25,198] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:25,198] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:25,198] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:25,198] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:25,198] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:25,199] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:25,199] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:25,199] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:25,199] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:26:25,199] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:25,199] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:25,199] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:25,199] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:25,199] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:25,199] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:25,200] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:25,200] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:25,200] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:26:25,200] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:25,200] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:25,200] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:25,200] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:25,201] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:26:25,201] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: fragment = "N_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>204</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>NORTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-29-in</name><config><name>port-29-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>13</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>SOUTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-29-out</name><config><name>port-29-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>205</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>SOUTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-3-in</name><config><name>port-3-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>EAST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-3-out</name><config><name>port-3-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>EAST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-30-in</name><config><name>port-30-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>14</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>SOUTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-30-out</name><config><name>port-30-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>206</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>SOUTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-31-in</name><config><name>port-31-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>15</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>SOUTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-31-out</name><config><name>port-31-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>207</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>SOUTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-32-in</name><config><name>port-32-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>16</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>SOUTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-32-out</name><config><name>port-32-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>208</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>SOUTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-33-in</name><config><name>port-33-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>97</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-33-out</name><config><name>port-33-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>289</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-34-in</name><config><name>port-34-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>98</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-34-out</name><config><name>port-34-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>290</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-35-in</name><config><name>port-35-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>99</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-35-out</name><config><name>port-35-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>291</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-36-in</name><config><name>port-36-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>100</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-36-out</name><config><name>port-36-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>292</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-37-in</name><config><name>port-37-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>101</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-37-out</name><config><name>port-37-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>293</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-38-in</name><config><name>port-38-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>102</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-38-out</name><config><name>port-38-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>294</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-39-in</name><config><name>port-39-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>103</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</v" -[2024-06-20 13:26:25,201] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:26:25,201] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:25,271] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:25,271] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:26:25,271] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:25,271] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:25,271] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:25,271] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:25,271] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:25,272] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:25,272] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:25,272] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:25,272] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:26:25,272] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:25,272] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:25,272] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:25,272] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:25,272] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:25,272] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:25,272] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:25,273] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:25,273] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:26:25,273] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:25,273] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:25,273] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:25,273] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:25,273] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:25,273] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:25,273] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:25,274] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:25,274] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:26:25,274] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:25,274] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:25,274] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:25,274] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:25,274] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:26:25,274] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: fragment = "alue></config></property></properties></component><component><name>port-39-out</name><config><name>port-39-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>295</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-4-in</name><config><name>port-4-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>EAST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-4-out</name><config><name>port-4-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>EAST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-40-in</name><config><name>port-40-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>104</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-40-out</name><config><name>port-40-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>296</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-41-in</name><config><name>port-41-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>105</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-41-out</name><config><name>port-41-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>297</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-42-in</name><config><name>port-42-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>106</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-42-out</name><config><name>port-42-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>298</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-43-in</name><config><name>port-43-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>107</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-43-out</name><config><name>port-43-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>299</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-44-in</name><config><name>port-44-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>108</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-44-out</name><config><name>port-44-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>300</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-45-in</name><config><name>port-45-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>109</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-45-out</name><config><name>port-45-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>301</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-46-in</name><config><name>port-46-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>110</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-46-out</name><config><name>port-46-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>302</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-47-in</name><config><name>port-47-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>111</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-47-out</name><config><name>port-47-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>303</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-48-in</name><config><name>port-48-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>112</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-48-out</name><config><name>port-48-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>304</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-5-in</name><config><name>port-5-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>WEST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-5-out</name><config><name>port-5-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>WEST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-6-in</name><config><name>port-6-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>WEST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-6-out</name><config><name>port-6-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>WEST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value><" -[2024-06-20 13:26:25,274] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:26:25,275] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:25,322] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:25,322] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:26:25,322] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:25,322] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:25,322] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:25,322] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:25,322] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:25,322] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:25,323] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:25,323] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:25,323] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:26:25,323] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:25,323] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:25,323] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:25,323] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:25,323] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:25,323] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:25,323] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:25,324] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:25,324] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:26:25,324] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:25,324] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:25,324] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:25,324] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:25,324] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:25,324] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:25,324] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:25,325] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:25,325] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:26:25,325] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:25,325] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:25,325] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:25,325] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:25,325] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:26:25,325] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: fragment = "/config></property></properties></component><component><name>port-7-in</name><config><name>port-7-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>WEST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-7-out</name><config><name>port-7-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>WEST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-8-in</name><config><name>port-8-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>WEST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-8-out</name><config><name>port-8-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>WEST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-9-in</name><config><name>port-9-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>NORTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-9-out</name><config><name>port-9-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>NORTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component></components><wavelength-router xmlns="http://openconfig.net/yang/wavelength-router"><optical-bands xmlns="http://flex-scale-project.eu/yang/flex-scale-mg-on"><optical-band><index>1</index><config><index>1</index><name>C_BAND</name><lower-frequency>192006250</lower-frequency><upper-frequency>192206250</upper-frequency><admin-status>ENABLED</admin-status></config><state><index>1</index><name>C_BAND</name><lower-frequency>192006250</lower-frequency><upper-frequency>192206250</upper-frequency><admin-status>ENABLED</admin-status><oper-status>UP</oper-status></state><source><config><port-name>ADD</port-name></config><state><port-name>ADD</port-name></state></source><dest><config><port-name>port-1-out</port-name></config><state><port-name>port-1-out</port-name></state></dest></optical-band></optical-bands></wavelength-router><aaa xmlns="http://tail-f.com/ns/aaa/1.1"><authentication><users><user><name>admin</name><uid>9000</uid><gid>100</gid><password>$1$LWKnq6Bt$b.uVhMiISHVTC6CXfnfrC0</password><ssh_keydir>/var/confd/homes/admin/.ssh</ssh_keydir><homedir>/var/confd/homes/admin</homedir></user><user><name>oper</name><uid>9000</uid><gid>100</gid><password>$1$im2jm9f9$kg2pTFGHnnHw2QpT8wU1x.</password><ssh_keydir>/var/confd/homes/oper/.ssh</ssh_keydir><homedir>/var/confd/homes/oper</homedir></user><user><name>private</name><uid>9000</uid><gid>100</gid><password>$1$FV0aZKYX$WCQ/jCpTiyjJIbnnTtnwG.</password><ssh_keydir>/var/confd/homes/private/.ssh</ssh_keydir><homedir>/var/confd/homes/private</homedir></user><user><name>public</name><uid>9000</uid><gid>100</gid><password>$1$drWaFr7x$uQSEVNpu/fw2VpBxR2hrP0</password><ssh_keydir>/var/confd/homes/public/.ssh</ssh_keydir><homedir>/var/confd/homes/public</homedir></user></users></authentication><ios><level><nr>0</nr><prompt>\h> </prompt></level><level><nr>15</nr><prompt>\h# </prompt></level><privilege><mode>exec</mode><level><nr>0</nr><command><name>action</name></command><command><name>autowizard</name></command><command><name>enable</name></command><command><name>exit</name></command><command><name>help</name></command><command><name>startup</name></command></level><level><nr>15</nr><command><name>configure</name></command></level></privilege></ios></aaa><confd-state xmlns="http://tail-f.com/yang/confd-monitoring"><version>7.8.3</version><smp><number-of-threads>1</number-of-threads></smp><epoll>true</epoll><daemon-status>started</daemon-status><loaded-data-models><data-model><name>flex-scale-mg-on</name><revision>2024-04-25</revision><namespace>http://flex-scale-project.eu/yang/flex-scale-mg-on</namespace><prefix>fsmgon</prefix><exported-to-all/></data-model><data-model><name>iana-crypt-hash</name><revision>2014-08-06</revision><namespace>urn:ietf:params:xml:ns:yang:iana-crypt-hash</namespace><prefix>ianach</prefix><exported-to-all/></data-model><data-model><name>iana-if-type</name><revision>2023-01-26</revision><namespace>urn:ietf:params:xml:ns:yang:iana-if-type</namespace><prefix>ianaift</prefix><exported-to-all/></data-model><data-model><name>ietf-datastores</name><revision>2018-02-14</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-datastores</namespace><prefix>ds</prefix><exported-to-all/></data-model><data-model><name>ietf-inet-types</name><revision>2013-07-15</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-inet-types</namespace><prefix>inet</prefix><exported-to-all/></data-model><data-model><name>ietf-interfaces</name><revision>2018-02-20</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-interfaces</namespace><prefix>if</prefix><exported-to-all/></data-model><data-model><name>ietf-ip</name><revision>2018-02-22</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-ip</namespace><prefix>tfip</prefix><exported-to-all/></data-model><data-model><name>ietf-netconf</name><revision>2011-06-01</revision><namespace>urn:ietf:params:xml:ns:netconf:base:1.0</namespace><prefix>nc</prefix><exported-to>netconf</exported-to></data-model><data-model><name>ietf-netconf-acm</name><revision>2018-02-14</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-acm</namespace><prefix>nacm</prefix><exported-to-all/></data-model><data-model><name>ietf-netconf-monitoring</name><revision>2010-10-04</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring</namespace><prefix>ncm</prefix><exported-to-all/></data-model><data-model><name>ietf-netconf-nmda</name><revision>2019-01-07</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-nmda</namespace><prefix>ncds</prefix><exported-to>netconf</exported-to></data-model><data-model><name>ietf-netconf-notifications</name><revision>2012-02-06</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-notifications</namespace><prefix>ncn</prefix><exported-to-all/></data-model><data-model><name>ietf-netconf-partial-lock</name><revision>2009-10-19</revision><namespace>urn:ietf:params:xml:ns:netconf:partial-lock:1.0</namespace><prefix>pl</prefix><exported-to-all/></data-model><data-model><name>ietf-netconf-with-defaults</name><revision>2011-06-01</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-with-defaults</namespace><prefix>ncwd</prefix><exported-to>netconf</exported-to></data-model><data-model><name>ietf-network-instance</name><revision>2019-01-21</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-network-instance</namespace><prefix>tfni</prefix><exported-to-all/></data-model><data-model><name>ietf-origin</name><revision>2018-02-14</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-origin</namespace><prefix>or</prefix><exported-to-all/></data-model><data-model><name>ietf-restconf</name><revision>2017-01-26</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-restconf</namespace><prefix>rc</prefix><exported-to>rest</exported-to><exported-to>netconf</exported-to></data-model><data-model><name>ietf-restconf-monitoring</name><revision>2017-01-26</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-restconf-monitoring</namespace><prefix>rcmon</prefix><exported-to-all/></data-model><data-model><name>ietf-subscribed-notifications</name><revision>2019-09-09</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-subscribed-notifications</namespace><prefix>sn</prefix><exported-to>netconf</exported-to></data-model><data-model><name>ietf-x509-cert-to-name</name><revision>2014-12-10</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-x509-cert-to-name</namespace><prefix>x509c2n</prefix><exported-to-all/></data-model><data-model><name>ietf-yang-library</name><revision>2019-01-04</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-library</namespace><prefix>yanglib</prefix><exported-to>netconf</exported-to><exported-to>rest</exported-to></data-model><data-model><name>ietf-yang-metadata</name><revision>2016-08-05</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-metadata</namespace><prefix>md</prefix><exported-to-all/></data-model><data-model><name>ietf-yang-patch</name><revision>2017-02-22</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-patch</namespace><prefix>ypatch</prefix><exported-to>rest</exported-to><exported-to>netconf</exported-to></data-model><data-model><name>ietf-yang-push</name><revision>2019-09-09</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-push</namespace><prefix>yp</prefix><exported-to>netconf</exported-to></data-model><data-model><name>ietf-yang-schema-mount</name><revision>2019-01-14</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-schema-mount</namespace><prefix>yangmnt</prefix><exported-to-all/></data-model><data-model><name>ietf-yang-smiv2</name><revision>2012-06-22</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-smiv2</namespace><prefix>smiv2</prefix><exported-to-all/></data-model><data-model><name>ietf-yang-types</name><revision>2013-07-15</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-types</namespace><prefix>yang</prefix><exported-to-all/></data-model><data-model><name>netconf_netmod</name><namespace>urn:ietf:params:xml:ns:netmod:notification</namespace><prefix>nm</prefix><exported-to>netconf</exported-to></data-model><data-model><name>openconfig-alarm-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/alarms/types</namespace><prefix>oc-alarm-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-extensions</name><revision>2018-10-17</revision><namespace>http://openconfig.net/yang/openconfig-ext</namespace><prefix>oc-ext</prefix><exported-to-all/></data-model><data-model><name>openconfig-if-ethernet</name><revision>2023-03-10</revision><namespace>http://openconfig.net/yang/interfaces/ethernet</namespace><prefix>oc-eth</prefix><exported-to-all/></data-model><data-model><name>openconfig-if-ip</name><revision>2019-01-08</revision><namespace>http://openconfig.net/yang/interfaces/ip</namespace><prefix>oc-ip</prefix><exported-to-all/></data-model><data-model><name>openconfig-if-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/openconfig-if-types</namespace><prefix>oc-ift</prefix><exported-to-all/></data-model><data-model><name>openconfig-inet-types</name><revision>2019-04-25</revision><namespace>http://openconfig.net/yang/types/inet</namespace><prefix>oc-inet</prefix><exported-to-all/></data-model><data-model><name>openconfig-interfaces</name><revision>2019-07-10</revision><namespace>http://openconfig.net/yang/interfaces</namespace><prefix>oc-if</prefix><exported-to-all/></data-model><data-model><name>openconfig-platform</name><revision>2022-12-20</revision><namespace>http://openconfig.net/yang/platform</namespace><prefix>oc-platform</prefix><exported-to-all/></data-model><data-model><name>openconfig-platform-port</name><revision>2023-01-19</revision><namespace>http://openconfig.net/yang/platform/port</namespace><prefix>oc-port</prefix><exported-to-all/></data-model><data-model><name>openconfig-platform-types</name><revision>2022-07-28</revision><namespace>http://openconfig.net/yang/platform-types</namespace><prefix>oc-platform-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-transport-types</name><revision>2023-02-08</revision><namespace>http://openconfig.net/yang/transport-types</namespace><prefix>oc-opt-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-types</name><revision>2019-04-16</revision><namespace>http://openconfig.net/yang/openconfig-types</namespace><prefix>oc-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-wavelength-router</name><revision>2021-07-26</revision><namespace>http://openconfig.net/yang/wavelength-router</namespace><prefix>oc-wave-router</prefix><exported-to-all/></data-model><data-model><name>openconfig-yang-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/types/yang</namespace><prefix>oc-yang</prefix><exported-to-all/></data-model><data-model><name>optical-switch</name><revision>2020-01-10</revision><namespace>http://www.polatis.com/yang/optical-switch</namespace><prefix>opsw</prefix><exported-to-all/></data-model><data-model><name>polatis-switch</name><revision>2020-11-14</revision><namespace>http://www.polatis.com/yang/polatis-switch</namespace><prefix>plts</prefix><exported-to-all/></data-model><data-model><name>tailf-aaa</name><revision>2022-04-12</revision><namespace>http://tail-f.com/ns/aaa/1.1</namespace><prefix>aaa</prefix><exported-to-all/></data-model><data-model><name>tailf-acm</name><revision>2013-03-07</revision><namespace>http://tail-f.com/yang/acm</namespace><prefix>tacm</prefix><exported-to-all/></data-model><data-model><name>tailf-common</name><revision>2022-04-12</revision><namespace>http://tail-f.com/yang/common</namespace><prefix>tailf</prefix><exported-to-all/></data-model><data-model><name>tailf-common-monitoring</name><revision>2021-09-02</revision><namespace>http://tail-f.com/yang/common-monitoring</namespace><prefix>tfcg</prefix><exported-to-all/></data-model><data-model><name>tailf-common-query</name><revision>2017-12-15</revision><namespace>http://tail-f.com/ns/common/query</namespace><prefix>tfcq</prefix><exported-to-all/></data-model><data-model><name>tailf-confd-monitoring</name><revision>2021-09-09</revision><namespace>http://tail-f.com/yang/confd-monitoring</namespace><prefix>tfcm</prefix><exported-to-all/></data-model><data-model><name>tailf-confd-progress</name><revision>2020-06-29</revision><namespace>http://tail-" -[2024-06-20 13:26:25,325] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:26:25,325] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:25,378] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:25,378] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:26:25,378] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:25,378] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=7 -[2024-06-20 13:26:25,378] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:25,378] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 6484 bytes -[2024-06-20 13:26:25,379] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:25,379] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:25,379] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -[2024-06-20 13:26:25,379] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: starting -[2024-06-20 13:26:25,379] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: working with buffer of 6495 bytes -[2024-06-20 13:26:25,379] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:25,379] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=7 -[2024-06-20 13:26:25,379] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:25,379] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: chunk size 6484 bytes -[2024-06-20 13:26:25,379] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: appending 6484 bytes -[2024-06-20 13:26:25,380] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: fragment = "f.com/ns/confd-progress</namespace><prefix>confd-progress</prefix><exported-to-all/></data-model><data-model><name>tailf-kicker</name><revision>2020-11-26</revision><namespace>http://tail-f.com/ns/kicker</namespace><prefix>kicker</prefix><exported-to-all/></data-model><data-model><name>tailf-last-login</name><revision>2019-11-21</revision><namespace>http://tail-f.com/yang/last-login</namespace><prefix>last</prefix><exported-to-all/></data-model><data-model><name>tailf-netconf-extensions</name><revision>2021-06-18</revision><namespace>http://tail-f.com/ns/netconf/extensions</namespace><prefix>tfnce</prefix><exported-to>netconf</exported-to></data-model><data-model><name>tailf-netconf-forward</name><namespace>http://tail-f.com/ns/netconf/forward/1.0</namespace><prefix>fwd</prefix><exported-to>netconf</exported-to></data-model><data-model><name>tailf-netconf-inactive</name><namespace>http://tail-f.com/ns/netconf/inactive/1.0</namespace><prefix>in</prefix><exported-to>netconf</exported-to></data-model><data-model><name>tailf-netconf-monitoring</name><revision>2022-04-12</revision><namespace>http://tail-f.com/yang/netconf-monitoring</namespace><prefix>tncm</prefix><exported-to-all/></data-model><data-model><name>tailf-netconf-query</name><revision>2017-01-06</revision><namespace>http://tail-f.com/ns/netconf/query</namespace><prefix>tfncq</prefix><exported-to>netconf</exported-to></data-model><data-model><name>tailf-netconf-rollback</name><revision>2018-01-12</revision><namespace>http://tail-f.com/ns/netconf/rollback</namespace><prefix>netconf-rollback</prefix><exported-to>netconf</exported-to></data-model><data-model><name>tailf-netconf-transactions</name><namespace>http://tail-f.com/ns/netconf/transactions/1.0</namespace><prefix>tr</prefix><exported-to>netconf</exported-to></data-model><data-model><name>tailf-netconf-with-rollback-id</name><revision>2020-06-25</revision><namespace>http://tail-f.com/ns/netconf/with-rollback-id</namespace><prefix>wrbid</prefix><exported-to>netconf</exported-to></data-model><data-model><name>tailf-netconf-with-transaction-id</name><revision>2018-11-23</revision><namespace>http://tail-f.com/ns/netconf/with-transaction-id</namespace><prefix>wtxid</prefix><exported-to>netconf</exported-to></data-model><data-model><name>tailf-progress</name><revision>2021-12-17</revision><namespace>http://tail-f.com/ns/progress</namespace><prefix>progress</prefix><exported-to-all/></data-model><data-model><name>tailf-rollback</name><revision>2020-09-02</revision><namespace>http://tail-f.com/ns/rollback</namespace><prefix>rollback</prefix><exported-to>rest</exported-to><exported-to>netconf</exported-to><exported-to>maapi</exported-to></data-model><data-model><name>tailf-xsd-types</name><revision>2017-11-20</revision><namespace>http://tail-f.com/yang/xsd-types</namespace><prefix>xs</prefix><exported-to-all/></data-model></loaded-data-models><netconf><listen><ssh><ip>0.0.0.0</ip><port>2022</port></ssh></listen></netconf><cli><listen><ssh><ip>0.0.0.0</ip><port>2024</port></ssh></listen></cli><internal><callpoints><callpoint><id>fiberscp</id><daemon><id>0</id><name>fsmgon_daemon</name><callbacks>num_instances</callbacks><callbacks>remove</callbacks><callbacks>create</callbacks><callbacks>set_elem</callbacks><callbacks>get_next</callbacks><callbacks>get_elem</callbacks></daemon></callpoint><callpoint><id>mediachannelscp</id><daemon><id>0</id><name>fsmgon_daemon</name><callbacks>num_instances</callbacks><callbacks>remove</callbacks><callbacks>create</callbacks><callbacks>set_elem</callbacks><callbacks>get_next</callbacks><callbacks>get_elem</callbacks></daemon></callpoint><callpoint><id>opticalbandscp</id><daemon><id>0</id><name>fsmgon_daemon</name><callbacks>num_instances</callbacks><callbacks>remove</callbacks><callbacks>create</callbacks><callbacks>set_elem</callbacks><callbacks>get_next</callbacks><callbacks>get_elem</callbacks></daemon></callpoint><validationpoint><id>vp1</id><daemon><id>0</id><name>fsmgon_daemon</name></daemon></validationpoint><validationpoint><id>vp2</id><daemon><id>0</id><name>fsmgon_daemon</name></daemon></validationpoint></callpoints><cdb><datastore><name>running</name><transaction-id>1717-711273-156835</transaction-id><filename>./confd-cdb/A.cdb</filename><disk-size>355779</disk-size><ram-size>1551239</ram-size><read-locks>0</read-locks><write-lock-set>false</write-lock-set><pending-locks>0</pending-locks><waiting-for-replication-sync>false</waiting-for-replication-sync></datastore><datastore><name>operational</name><transaction-id>22</transaction-id><filename>./confd-cdb/O.cdb</filename><disk-size>4</disk-size><ram-size>2108</ram-size><subscription-lock-set>false</subscription-lock-set></datastore></cdb></internal></confd-state><last-logins xmlns="http://tail-f.com/yang/last-login"><user><name>admin</name><login><login-time>2024-06-20T13:24:30.493779+00:00</login-time><authenticating-host>066778e1455b</authenticating-host><client-host>10.30.2.208</client-host><transport xmlns:ncm="urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring">ncm:netconf-ssh</transport><num-of-failed-logins>0</num-of-failed-logins></login><login><login-time>2024-06-06T23:12:41.957668+00:00</login-time><authenticating-host>066778e1455b</authenticating-host><client-host>10.30.2.206</client-host><transport xmlns:ncm="urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring">ncm:netconf-ssh</transport><num-of-failed-logins>0</num-of-failed-logins></login><login><login-time>2024-06-06T22:01:13.861449+00:00</login-time><authenticating-host>066778e1455b</authenticating-host><client-host>127.0.0.1</client-host><transport xmlns:ncm="urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring">ncm:netconf-ssh</transport><num-of-failed-logins>0</num-of-failed-logins></login></user></last-logins><rollback-files xmlns="http://tail-f.com/ns/rollback"><file><id>0</id><name>rollback0</name><fixed-number>10003</fixed-number><creator>admin</creator><date>2024-06-20 13:26:22</date><via>netconf</via></file><file><id>1</id><name>rollback1</name><fixed-number>10002</fixed-number><creator>admin</creator><date>2024-06-07 08:55:35</date><via>netconf</via></file><file><id>2</id><name>rollback2</name><fixed-number>10001</fixed-number><creator>system</creator><date>2024-06-06 22:01:13</date><via>system</via></file><file><id>3</id><name>rollback3</name><fixed-number>10000</fixed-number><creator>system</creator><date>2024-06-06 22:01:11</date><via>system</via></file></rollback-files></data></rpc-reply>" -[2024-06-20 13:26:25,380] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: matching from 6491 bytes from start of buffer -[2024-06-20 13:26:25,380] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: regular expression start=0, end=4 -[2024-06-20 13:26:25,380] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: found end of message delimiter -[2024-06-20 13:26:25,381] DEBUG:ncclient.operations.rpc:[host 172.17.254.21 session-id 21] Delivering to <ncclient.operations.retrieve.Get object at 0x7fa7485c4910> -[2024-06-20 13:26:25,381] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: saving back rest of message after 6495 bytes, original size 6495 -[2024-06-20 13:26:25,382] DEBUG:ncclient.transport.parser:[host 172.17.254.21 session-id 21] _parse11: ending -int-connection-91 -int-connection-92 -int-connection-93 -int-connection-94 -int-connection-95 -int-connection-96 -int-connection-97 -int-connection-98 -int-connection-99 -port-1-in -port-1-out -port-10-in -port-10-out -port-11-in -port-11-out -port-12-in -port-12-out -port-13-in -port-13-out -port-14-in -port-14-out -port-15-in -port-15-out -port-16-in -port-16-out -port-17-in -port-17-out -port-18-in -port-18-out -port-19-in -port-19-out -port-2-in -port-2-out -port-20-in -port-20-out -port-21-in -port-21-out -port-22-in -port-22-out -port-23-in -port-23-out -port-24-in -port-24-out -port-25-in -port-25-out -port-26-in -port-26-out -port-27-in -port-27-out -port-28-in -port-28-out -port-29-in -port-29-out -port-3-in -port-3-out -port-30-in -port-30-out -port-31-in -port-31-out -port-32-in -port-32-out -port-33-in -port-33-out -port-34-in -port-34-out -port-35-in -port-35-out -port-36-in -port-36-out -port-37-in -port-37-out -port-38-in -port-38-out -port-39-in -port-39-out -port-4-in -port-4-out -port-40-in -port-40-out -port-41-in -port-41-out -port-42-in -port-42-out -port-43-in -port-43-out -port-44-in -port-44-out -port-45-in -port-45-out -port-46-in -port-46-out -port-47-in -port-47-out -port-48-in -port-48-out -port-5-in -port-5-out -port-6-in -port-6-out -port-7-in -port-7-out -port-8-in -port-8-out -port-9-in -port-9-out -component [<Element {http://openconfig.net/yang/platform}component at 0x7fa749b17340>, <Element {http://openconfig.net/yang/platform}component at 0x7fa749b17f00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa749b171c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa749b17400>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497898c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa749789840>, <Element {http://openconfig.net/yang/platform}component at 0x7fa749841740>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748607d40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486076c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748607200>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74866a040>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f2c00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f2340>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f2200>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f28c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f2900>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f2780>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f2880>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f2680>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f2740>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f2c40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f2040>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f2100>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f25c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f2d00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f2a00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f2ec0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f2600>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f2300>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f2e40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f2d80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f2b40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f2a80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f2b00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f27c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f2f40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f2dc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f2840>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f2f00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f2fc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f2240>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f2c80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f2980>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f2b80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f2700>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f2180>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f29c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f2f80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f2e80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f2bc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f2640>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f2940>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f2480>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f23c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f2e00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f2080>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f2800>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f2d40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f2400>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f2580>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f2ac0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f2140>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f20c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f21c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f22c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f2cc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f26c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f2a40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f2440>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f2280>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f24c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f2500>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485f2380>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748600200>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748600980>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486005c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486003c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748600040>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748600680>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748600dc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748600a40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748600e00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748600d80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486001c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497aeac0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497ae6c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497ae2c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497aecc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497aef40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497ae4c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497ae0c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497ae5c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497ae240>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497ae1c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497ae3c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497aefc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497aedc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497aebc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497aed40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497ae140>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497ae9c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497ae640>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497aea40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497ae540>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497ae940>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497ae340>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497ae8c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497ae440>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497aeec0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497ae7c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497ae040>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497aeb40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497ae740>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497ae840>, <Element {http://openconfig.net/yang/platform}component at 0x7fa749791d00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa749791a00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa749791b00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa749791200>, <Element {http://openconfig.net/yang/platform}component at 0x7fa749791580>, <Element {http://openconfig.net/yang/platform}component at 0x7fa749791780>, <Element {http://openconfig.net/yang/platform}component at 0x7fa749791d80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa749791180>, <Element {http://openconfig.net/yang/platform}component at 0x7fa749791e00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa749791280>, <Element {http://openconfig.net/yang/platform}component at 0x7fa749791c80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa749791400>, <Element {http://openconfig.net/yang/platform}component at 0x7fa749791100>, <Element {http://openconfig.net/yang/platform}component at 0x7fa749791700>, <Element {http://openconfig.net/yang/platform}component at 0x7fa749791a80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa749791f40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa749791880>, <Element {http://openconfig.net/yang/platform}component at 0x7fa749791980>, <Element {http://openconfig.net/yang/platform}component at 0x7fa749791680>, <Element {http://openconfig.net/yang/platform}component at 0x7fa749791480>, <Element {http://openconfig.net/yang/platform}component at 0x7fa749791c00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa749791600>, <Element {http://openconfig.net/yang/platform}component at 0x7fa749791900>, <Element {http://openconfig.net/yang/platform}component at 0x7fa749791ec0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa749791b80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa749791800>, <Element {http://openconfig.net/yang/platform}component at 0x7fa749791500>, <Element {http://openconfig.net/yang/platform}component at 0x7fa749791380>, <Element {http://openconfig.net/yang/platform}component at 0x7fa749791080>, <Element {http://openconfig.net/yang/platform}component at 0x7fa749791300>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7498aadc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7498aa640>, <Element {http://openconfig.net/yang/platform}component at 0x7fa749785140>, <Element {http://openconfig.net/yang/platform}component at 0x7fa749785e40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa749785dc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa749785fc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa749785ec0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa749785640>, <Element {http://openconfig.net/yang/platform}component at 0x7fa749785f40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497a7700>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497a7f80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497a7580>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497a7b00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497a7300>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497a7e80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497a7980>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497a7a00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497a7780>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497a7b80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497a7600>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497a7d00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497a7180>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497a7200>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497a7f00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497a7c80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497a7900>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485e4780>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485e44c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485e47c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485e4040>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485e4fc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485e4e40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748663c00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748663580>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748663980>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748663a80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748663280>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748663080>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748663b00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748663480>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748663180>, <Element {http://openconfig.net/yang/platform}component at 0x7fa749792080>, <Element {http://openconfig.net/yang/platform}component at 0x7fa749792300>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486650c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486655c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748665ec0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486656c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486652c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748665bc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748665fc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861afc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861a580>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861aac0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861a900>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861a8c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861a200>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861af40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861aa00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861a940>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861a680>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861a400>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861a3c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861a800>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861a440>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861a880>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861ab80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861a480>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861a780>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861ab40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861aa40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861ab00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861a6c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861a5c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861a4c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861a840>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861a280>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861a500>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861a7c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861a1c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861a740>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861adc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861ad80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861a980>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861abc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861ac40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861aa80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861a700>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861a080>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861a600>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861acc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861ac80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861a300>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861a9c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861a340>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861ae80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861a240>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861ad40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861a040>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861a540>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861ac00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861a180>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861a640>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861a0c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861a140>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861a2c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861a380>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861a100>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861ae40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861ad00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486afac0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486af3c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486afbc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486af6c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486afdc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486af4c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486af0c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486af8c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486af2c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486afec0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486af7c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486af9c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486af5c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486af1c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486afcc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486affc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74978dfc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74978d240>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74978db80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74978d540>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74978d6c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74978d500>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74978d9c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74978df80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74978da00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74978d180>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74978d1c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74978d640>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74978d480>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74978d440>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74978dac0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74978dc40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74978d080>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74978d200>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74978d380>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74978d2c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74978d4c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74978ddc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74978dcc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74978dec0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74978dd80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74978de80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74978de00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74978d040>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74978d5c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74978d100>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74978d280>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74978d3c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74978d700>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74978df40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74978de40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485b56c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485b5700>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485b58c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485b5bc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485b5900>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485b5c80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485b5d00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485b5ac0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485b53c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485b5f00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485b5400>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ea540>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ea700>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485eae00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ea140>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ea440>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ea1c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ea3c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485eaf80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ea5c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485eaf40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ea2c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ead40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485eaac0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ea380>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ea040>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ea240>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ea840>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ea300>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485eac80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ea180>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485eacc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ea100>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ea740>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ea800>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ea880>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485eac40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485eab00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ead80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485eabc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485eadc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485eae40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ea580>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485eab40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485eafc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485eaf00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485eaec0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ea7c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ead00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485eaa40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ea280>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485eac00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ea500>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ea480>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ea4c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ea640>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ea680>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ea340>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ea600>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485eaa00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ea6c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485eae80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748654bc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486544c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486543c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486546c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486542c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486541c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748654e00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748654200>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486540c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748654680>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748654740>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748654300>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748654700>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748654600>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486545c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748654400>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748654180>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486b32c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486b3740>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486b3640>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486b3fc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486b3440>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486b3240>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486b3140>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486b3ac0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486b35c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486b3f40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486b36c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486b3840>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486b3dc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485dd300>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485dd4c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ddf00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485dde00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ddb40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485dd600>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ddd40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485dd840>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485dd100>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485dd500>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485dd580>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485dd340>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485dd700>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ddcc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485dd5c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485dd2c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ddd80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ddac0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485dd0c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485dd900>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485dd680>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485dd9c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ddd00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485dd140>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ddf80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485dd940>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485dd780>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ddc80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485dd540>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485dd980>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485dd240>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ddc40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ddc00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485dd440>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485dd480>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485dd740>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485dd1c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485dda00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485dd640>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ddf40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485dd200>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485dda80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485dd080>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485dd3c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485dd180>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ddec0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485dd380>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485dde40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485dd880>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ddb00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485dd800>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485dd7c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485dd6c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485dddc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486201c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748620cc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748620c00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486207c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748620ec0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748620a80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748620780>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748620d00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748620ac0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748620600>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748620180>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748620680>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748620e40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748620080>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748620fc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748620500>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748620400>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748620bc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748620380>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748620e80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748620040>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486206c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748620140>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486209c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748620300>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748620c80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748620800>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486200c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748620a00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748620100>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748620d40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748620200>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748620f40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748620240>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748620340>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486204c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486203c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748620a40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748620940>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748620b80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748620f80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748620540>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748620c40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748620440>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748620900>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486202c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748620640>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748620280>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748620d80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748620480>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486208c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748620700>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748620b00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748620880>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748620b40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748620580>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748620e00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa749797c40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa749797b80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa749797b40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497975c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497978c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa749797080>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497976c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa749797880>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497977c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497972c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497970c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa749797680>, <Element {http://openconfig.net/yang/platform}component at 0x7fa749797c00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa749797180>, <Element {http://openconfig.net/yang/platform}component at 0x7fa749797380>, <Element {http://openconfig.net/yang/platform}component at 0x7fa749797780>, <Element {http://openconfig.net/yang/platform}component at 0x7fa749797280>, <Element {http://openconfig.net/yang/platform}component at 0x7fa749797580>, <Element {http://openconfig.net/yang/platform}component at 0x7fa749797480>, <Element {http://openconfig.net/yang/platform}component at 0x7fa749797dc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497971c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497974c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486a46c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486a4800>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486a4b80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486a4840>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486a4700>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486a4740>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486a4040>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486a4cc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486a4140>, <Element {http://openconfig.net/yang/platform}component at 0x7fa749918bc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748630040>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748630080>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486300c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748630100>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748630140>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748630180>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486301c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748630200>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748630240>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748630280>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486302c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748630300>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748630340>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748630380>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486303c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748630400>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748630440>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748630480>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486304c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748630500>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748630540>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748630580>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486305c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748630600>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748630640>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748630680>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486306c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748630700>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748630740>] -WBSS-1 -WBSS-10 -WBSS-11 -WBSS-12 -WBSS-13 -WBSS-14 -WBSS-15 -WBSS-16 -WBSS-17 -WBSS-18 -WBSS-19 -WBSS-2 -WBSS-20 -WBSS-21 -WBSS-22 -WBSS-23 -WBSS-24 -WBSS-25 -WBSS-26 -WBSS-27 -WBSS-28 -WBSS-29 -WBSS-3 -WBSS-30 -WBSS-31 -WBSS-32 -WBSS-4 -WBSS-5 -WBSS-6 -WBSS-7 -WBSS-8 -WBSS-9 -WSS-1 -WSS-10 -WSS-11 -WSS-12 -WSS-2 -WSS-3 -WSS-4 -WSS-5 -WSS-6 -WSS-7 -WSS-8 -WSS-9 -int-connection-1 -int-connection-10 -int-connection-100 -int-connection-101 -int-connection-102 -int-connection-103 -int-connection-104 -int-connection-105 -int-connection-106 -int-connection-107 -int-connection-108 -int-connection-109 -int-connection-11 -int-connection-110 -int-connection-111 -int-connection-112 -int-connection-113 -int-connection-114 -int-connection-115 -int-connection-116 -int-connection-117 -int-connection-118 -int-connection-119 -int-connection-12 -int-connection-120 -int-connection-121 -int-connection-122 -int-connection-123 -int-connection-124 -int-connection-125 -int-connection-126 -int-connection-127 -int-connection-128 -int-connection-129 -int-connection-13 -int-connection-130 -int-connection-131 -int-connection-132 -int-connection-133 -int-connection-134 -int-connection-135 -int-connection-136 -int-connection-137 -int-connection-138 -int-connection-139 -int-connection-14 -int-connection-140 -int-connection-141 -int-connection-142 -int-connection-143 -int-connection-144 -int-connection-145 -int-connection-146 -int-connection-147 -int-connection-148 -int-connection-149 -int-connection-15 -int-connection-150 -int-connection-151 -int-connection-152 -int-connection-153 -int-connection-154 -int-connection-155 -int-connection-156 -int-connection-157 -int-connection-158 -int-connection-159 -int-connection-16 -int-connection-160 -int-connection-161 -int-connection-162 -int-connection-163 -int-connection-164 -int-connection-165 -int-connection-166 -int-connection-167 -int-connection-168 -int-connection-169 -int-connection-17 -int-connection-170 -int-connection-171 -int-connection-172 -int-connection-173 -int-connection-174 -int-connection-175 -int-connection-176 -int-connection-177 -int-connection-178 -int-connection-179 -int-connection-18 -int-connection-180 -int-connection-181 -int-connection-182 -int-connection-183 -int-connection-184 -int-connection-185 -int-connection-186 -int-connection-187 -int-connection-188 -int-connection-189 -int-connection-19 -int-connection-190 -int-connection-191 -int-connection-192 -int-connection-193 -int-connection-194 -int-connection-195 -int-connection-196 -int-connection-197 -int-connection-198 -int-connection-199 -int-connection-2 -int-connection-20 -int-connection-200 -int-connection-201 -int-connection-202 -int-connection-203 -int-connection-204 -int-connection-205 -int-connection-206 -int-connection-207 -int-connection-208 -int-connection-209 -int-connection-21 -int-connection-210 -int-connection-211 -int-connection-212 -int-connection-213 -int-connection-214 -int-connection-215 -int-connection-216 -int-connection-217 -int-connection-218 -int-connection-219 -int-connection-22 -int-connection-220 -int-connection-221 -int-connection-222 -int-connection-223 -int-connection-224 -int-connection-225 -int-connection-226 -int-connection-227 -int-connection-228 -int-connection-229 -int-connection-23 -int-connection-230 -int-connection-231 -int-connection-232 -int-connection-233 -int-connection-234 -int-connection-235 -int-connection-236 -int-connection-237 -int-connection-238 -int-connection-239 -int-connection-24 -int-connection-240 -int-connection-241 -int-connection-242 -int-connection-243 -int-connection-244 -int-connection-245 -int-connection-246 -int-connection-247 -int-connection-248 -int-connection-249 -int-connection-25 -int-connection-250 -int-connection-251 -int-connection-252 -int-connection-253 -int-connection-254 -int-connection-255 -int-connection-256 -int-connection-257 -int-connection-258 -int-connection-259 -int-connection-26 -int-connection-260 -int-connection-261 -int-connection-262 -int-connection-263 -int-connection-264 -int-connection-265 -int-connection-266 -int-connection-267 -int-connection-268 -int-connection-269 -int-connection-27 -int-connection-270 -int-connection-271 -int-connection-272 -int-connection-273 -int-connection-274 -int-connection-275 -int-connection-276 -int-connection-277 -int-connection-278 -int-connection-279 -int-connection-28 -int-connection-280 -int-connection-281 -int-connection-282 -int-connection-283 -int-connection-284 -int-connection-285 -int-connection-286 -int-connection-287 -int-connection-288 -int-connection-289 -int-connection-29 -int-connection-290 -int-connection-291 -int-connection-292 -int-connection-293 -int-connection-294 -int-connection-295 -int-connection-296 -int-connection-297 -int-connection-298 -int-connection-299 -int-connection-3 -int-connection-30 -int-connection-300 -int-connection-301 -int-connection-302 -int-connection-303 -int-connection-304 -int-connection-305 -int-connection-306 -int-connection-307 -int-connection-308 -int-connection-309 -int-connection-31 -int-connection-310 -int-connection-311 -int-connection-312 -int-connection-313 -int-connection-314 -int-connection-315 -int-connection-316 -int-connection-317 -int-connection-318 -int-connection-319 -int-connection-32 -int-connection-320 -int-connection-321 -int-connection-322 -int-connection-323 -int-connection-324 -int-connection-325 -int-connection-326 -int-connection-327 -int-connection-328 -int-connection-329 -int-connection-33 -int-connection-330 -int-connection-331 -int-connection-332 -int-connection-333 -int-connection-334 -int-connection-335 -int-connection-336 -int-connection-337 -int-connection-338 -int-connection-339 -int-connection-34 -int-connection-340 -int-connection-341 -int-connection-342 -int-connection-343 -int-connection-344 -int-connection-345 -int-connection-346 -int-connection-347 -int-connection-348 -int-connection-349 -int-connection-35 -int-connection-350 -int-connection-351 -int-connection-352 -int-connection-353 -int-connection-354 -int-connection-355 -int-connection-356 -int-connection-357 -int-connection-358 -int-connection-359 -int-connection-36 -int-connection-360 -int-connection-361 -int-connection-362 -int-connection-363 -int-connection-364 -int-connection-365 -int-connection-366 -int-connection-367 -int-connection-368 -int-connection-369 -int-connection-37 -int-connection-370 -int-connection-371 -int-connection-372 -int-connection-373 -int-connection-374 -int-connection-375 -int-connection-376 -int-connection-377 -int-connection-378 -int-connection-379 -int-connection-38 -int-connection-380 -int-connection-381 -int-connection-382 -int-connection-383 -int-connection-384 -int-connection-385 -int-connection-386 -int-connection-387 -int-connection-388 -int-connection-389 -int-connection-39 -int-connection-390 -int-connection-391 -int-connection-392 -int-connection-393 -int-connection-394 -int-connection-395 -int-connection-396 -int-connection-397 -int-connection-398 -int-connection-399 -int-connection-4 -int-connection-40 -int-connection-400 -int-connection-401 -int-connection-402 -int-connection-403 -int-connection-404 -int-connection-405 -int-connection-406 -int-connection-407 -int-connection-408 -int-connection-409 -int-connection-41 -int-connection-410 -int-connection-411 -int-connection-412 -int-connection-413 -int-connection-414 -int-connection-415 -int-connection-416 -int-connection-417 -int-connection-418 -int-connection-419 -int-connection-42 -int-connection-420 -int-connection-421 -int-connection-422 -int-connection-423 -int-connection-424 -int-connection-425 -int-connection-426 -int-connection-427 -int-connection-428 -int-connection-43 -int-connection-44 -int-connection-45 -int-connection-46 -int-connection-47 -int-connection-48 -int-connection-49 -int-connection-5 -int-connection-50 -int-connection-51 -int-connection-52 -int-connection-53 -int-connection-54 -int-connection-55 -int-connection-56 -int-connection-57 -int-connection-58 -int-connection-59 -int-connection-6 -int-connection-60 -int-connection-61 -int-connection-62 -int-connection-63 -int-connection-64 -int-connection-65 -int-connection-66 -int-connection-67 -int-connection-68 -int-connection-69 -int-connection-7 -int-connection-70 -int-connection-71 -int-connection-72 -int-connection-73 -int-connection-74 -int-connection-75 -int-connection-76 -int-connection-77 -int-connection-78 -int-connection-79 -int-connection-8 -int-connection-80 -int-connection-81 -int-connection-82 -int-connection-83 -int-connection-84 -int-connection-85 -int-connection-86 -int-connection-87 -int-connection-88 -int-connection-89 -int-connection-9 -int-connection-90 -[2024-06-20 13:26:25,477] INFO:root:parameters {} -[2024-06-20 13:26:25,478] DEBUG:context.client.ContextClient:SetOpticalConfig request: {"config": "{}", "device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}} -[2024-06-20 13:26:25,517] DEBUG:context.client.ContextClient:SetOpticalConfig result: {"opticalconfig_uuid": ""} -[2024-06-20 13:26:25,518] DEBUG:device.service.OpenConfigServicer:ConfigureOpticalDevice reply: {} -[2024-06-20 13:26:25,545] DEBUG:device.service.OpenConfigServicer:ConfigureOpticalDevice request: {"config": "{\"channels\": [], \"transceivers\": {\"transceiver\": []}, \"interfaces\": {\"interface\": \"\"}, \"channel_namespace\": null, \"endpoints\": [], \"device_name\": \"R2\", \"new_config\": {\"band_type\": \"C_BAND\", \"low-freq\": 192006250, \"up-freq\": 192206250, \"frequency\": 192106250, \"band\": 200000, \"ob_id\": 1}, \"is_opticalband\": true, \"flow\": [[\"bcfb768c-e8fb-5e0b-9559-821d120b5410\", \"0\"]]}", "device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "opticalconfig_id": {"opticalconfig_uuid": "338f26c4-1443-5e19-b7ea-6d395a3f2366"}} -[2024-06-20 13:26:25,546] INFO:device.service.OpenConfigServicer: config from openconfigservicer {'channels': [], 'transceivers': {'transceiver': []}, 'interfaces': {'interface': ''}, 'channel_namespace': None, 'endpoints': [], 'device_name': 'R2', 'new_config': {'band_type': 'C_BAND', 'low-freq': 192006250, 'up-freq': 192206250, 'frequency': 192106250, 'band': 200000, 'ob_id': 1}, 'is_opticalband': True, 'flow': [['bcfb768c-e8fb-5e0b-9559-821d120b5410', '0']]} -[2024-06-20 13:26:25,546] DEBUG:context.client.ContextClient:Creating channel to 10.152.183.195:1010... -[2024-06-20 13:26:25,547] DEBUG:context.client.ContextClient:Channel created -[2024-06-20 13:26:25,547] DEBUG:context.client.ContextClient:SelectDevice request: {"device_ids": {"device_ids": [{"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}]}, "include_components": false, "include_config_rules": false, "include_endpoints": true} -[2024-06-20 13:26:25,595] DEBUG:context.client.ContextClient:SelectDevice result: {"devices": [{"components": [], "controller_id": {}, "device_drivers": ["DEVICEDRIVER_OC"], "device_endpoints": [{"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "053a62f6-2760-562a-b285-15a9b159c2c5"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT", "kpi_sample_types": [], "name": "port-46-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "0a9b56db-32f8-5c60-83af-7ceaa39c618e"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT", "kpi_sample_types": [], "name": "port-2-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "0d103312-7c8c-5e8a-980f-f6863b42d0d3"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT", "kpi_sample_types": [], "name": "port-10-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "0ee5d330-9700-5684-92c1-bcb6c4c8a3bc"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT", "kpi_sample_types": [], "name": "port-8-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "115ed444-0128-53f1-aa1a-ce8129a55f67"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT", "kpi_sample_types": [], "name": "port-9-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "12ea85fc-4388-59c1-9cb9-b480ee06e01a"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT", "kpi_sample_types": [], "name": "port-45-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "14bb0e42-db22-5dfb-b618-4caa72a8e8cc"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT", "kpi_sample_types": [], "name": "port-42-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "18a7b3b1-d4a3-590a-a5a9-b7db5293ac61"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT", "kpi_sample_types": [], "name": "port-48-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "19041fc0-6807-5b8f-9b26-7e7eed556980"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT", "kpi_sample_types": [], "name": "port-6-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "1950275c-e218-5190-8ca5-6a2228c4a87b"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT", "kpi_sample_types": [], "name": "port-10-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "21db5850-b53e-57de-ba2a-bf578bffb1ea"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT", "kpi_sample_types": [], "name": "port-46-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "261a53b4-d257-5f35-bf5b-b2f975d7d2ed"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT", "kpi_sample_types": [], "name": "port-35-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "266dc3a1-0892-5454-a917-3fa62190c6c2"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT", "kpi_sample_types": [], "name": "port-8-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "2e4f4523-3fb0-5704-9a47-1cf467d70bc8"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT", "kpi_sample_types": [], "name": "port-13-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "2f6d500b-2407-516f-9468-4f059b218f4b"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT", "kpi_sample_types": [], "name": "port-43-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "3062d499-cf08-5f02-94c6-8906ebdf756b"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT", "kpi_sample_types": [], "name": "port-41-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "31060d00-8617-55c3-92f2-f42b876478c1"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT", "kpi_sample_types": [], "name": "port-4-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "399d3645-5565-502b-bfc8-3ea9cf68a83b"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT", "kpi_sample_types": [], "name": "port-36-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "3ba5f6db-ffde-59d9-a7ae-af06e96a9674"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT", "kpi_sample_types": [], "name": "port-40-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "3e17084e-d2b4-5cb2-b31a-7f6d80feb60e"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT", "kpi_sample_types": [], "name": "port-5-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "3e74aa2a-cf0d-51ce-b406-dcf1b96ae5d5"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT", "kpi_sample_types": [], "name": "port-11-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "3efedbc2-7363-53cf-a0b9-fc4a2bcbd245"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT", "kpi_sample_types": [], "name": "port-1-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "48a917ad-12d8-5ec4-aaab-84b35337abfe"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT", "kpi_sample_types": [], "name": "port-14-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "5047aede-f784-58ab-b80a-454386a43c64"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT", "kpi_sample_types": [], "name": "port-12-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "50b41e11-e2f7-5720-b2b0-bc2a43eb7b95"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT", "kpi_sample_types": [], "name": "port-38-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "5aeb719f-e322-5185-be08-a2f837992a4f"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT", "kpi_sample_types": [], "name": "port-44-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "5cfa4f91-cbce-5721-b612-e6b5eaa76721"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT", "kpi_sample_types": [], "name": "port-35-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "5d5cb9d0-e675-55b7-8a76-5649f4c95c81"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT", "kpi_sample_types": [], "name": "port-39-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "5dd55ad7-b980-562e-b579-d724a3655d31"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT", "kpi_sample_types": [], "name": "port-34-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "5eba7909-6f11-5154-b6e9-e2a2bbc75bb0"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT", "kpi_sample_types": [], "name": "port-48-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "625560d9-4809-5f40-b3cf-23ec59efe71a"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT", "kpi_sample_types": [], "name": "port-38-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "630a400f-dd0c-51d0-8049-c281881190b0"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT", "kpi_sample_types": [], "name": "port-3-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "6a2d629b-9dfe-58af-bc5b-96277a127512"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT", "kpi_sample_types": [], "name": "port-41-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "6e621543-9616-57bf-806c-2564047f234b"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT", "kpi_sample_types": [], "name": "port-15-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "6e9b83ef-b9a4-5898-9495-38c45635aac7"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT", "kpi_sample_types": [], "name": "port-34-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "72fabf2f-0121-5198-a4bf-ab82034d7da9"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT", "kpi_sample_types": [], "name": "port-16-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "743daf39-41eb-500c-b61b-d7b473249022"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT", "kpi_sample_types": [], "name": "port-47-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "76d3c064-04eb-5edf-95ac-645cb6348b61"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT", "kpi_sample_types": [], "name": "port-33-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "77d8c722-2ad2-5a7c-8669-fb900f1166e1"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT", "kpi_sample_types": [], "name": "port-45-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "8657516b-33f4-5d1c-839d-51acbc6fb93d"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT", "kpi_sample_types": [], "name": "port-36-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "86f6b3e0-3e7e-5db2-bb71-6e05229c97eb"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT", "kpi_sample_types": [], "name": "port-3-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "922a952b-50b6-5985-bf44-3afeb53f396e"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT", "kpi_sample_types": [], "name": "port-44-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "94ae7ec2-0cba-55ea-a36f-2143b205ed64"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT", "kpi_sample_types": [], "name": "port-43-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "994c45dd-b2b8-53c4-957d-4834f45e0e1f"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT", "kpi_sample_types": [], "name": "port-13-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "a08ab669-238c-5e9e-9e86-780d39111595"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT", "kpi_sample_types": [], "name": "port-40-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "a751a510-e108-5819-bafb-3d3e6881b4eb"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT", "kpi_sample_types": [], "name": "port-12-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "b22d517e-2d36-518b-9e3e-c75c625f06ef"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT", "kpi_sample_types": [], "name": "port-7-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "b3ab2b45-ed47-5c14-801d-b1104dd9d619"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT", "kpi_sample_types": [], "name": "port-6-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "b71a78da-69db-5260-8a15-8de81d02a20d"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT", "kpi_sample_types": [], "name": "port-9-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "bc82f789-cbb1-5f3e-b989-88dab185ea0d"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT", "kpi_sample_types": [], "name": "port-37-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "bcfb768c-e8fb-5e0b-9559-821d120b5410"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT", "kpi_sample_types": [], "name": "port-1-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "bd08db44-134e-5902-bb24-b2453bf21db4"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT", "kpi_sample_types": [], "name": "port-5-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "be1b3bb0-8aed-569a-be91-e888b0c0985d"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT", "kpi_sample_types": [], "name": "port-33-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "c027a391-2cf6-5b96-bba3-051e01c63f43"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT", "kpi_sample_types": [], "name": "port-7-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "c2d5ac50-2faf-5608-a6ae-7c023bceb289"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT", "kpi_sample_types": [], "name": "port-39-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "c4568f02-d291-5c95-b9bc-846278862db9"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT", "kpi_sample_types": [], "name": "port-4-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "c559fb60-6495-5992-b339-ac7a590e337c"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT", "kpi_sample_types": [], "name": "port-16-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "cace07d7-0ca3-51be-bef1-b58db0ccba6f"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT", "kpi_sample_types": [], "name": "port-2-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "caf865b8-df54-5601-9163-1cdbe8f7a599"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT", "kpi_sample_types": [], "name": "port-47-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "cc5064c4-bc42-5c50-b5b0-9b2ad1405bd8"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT", "kpi_sample_types": [], "name": "port-42-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "e650eba7-019d-5c4f-9d75-14d47a711f2f"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT", "kpi_sample_types": [], "name": "port-14-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "e7566eac-9fa0-5137-929a-7cf2485babea"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT", "kpi_sample_types": [], "name": "port-37-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "ea7812b2-db7c-5504-a415-6b4299ae090f"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT", "kpi_sample_types": [], "name": "port-11-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "fd4d5404-baf3-5f5f-b7b7-a825c90e5f2a"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT", "kpi_sample_types": [], "name": "port-15-in"}], "device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "device_operational_status": "DEVICEOPERATIONALSTATUS_ENABLED", "device_type": "optical-roadm", "name": "R2"}]} -[2024-06-20 13:26:25,597] INFO:device.service.OpenConfigServicer:device is device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } -} -name: "R2" -device_type: "optical-roadm" -device_operational_status: DEVICEOPERATIONALSTATUS_ENABLED -device_drivers: DEVICEDRIVER_OC -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "053a62f6-2760-562a-b285-15a9b159c2c5" - } - } - name: "port-46-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "0a9b56db-32f8-5c60-83af-7ceaa39c618e" - } - } - name: "port-2-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "0d103312-7c8c-5e8a-980f-f6863b42d0d3" - } - } - name: "port-10-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "0ee5d330-9700-5684-92c1-bcb6c4c8a3bc" - } - } - name: "port-8-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "115ed444-0128-53f1-aa1a-ce8129a55f67" - } - } - name: "port-9-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "12ea85fc-4388-59c1-9cb9-b480ee06e01a" - } - } - name: "port-45-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "14bb0e42-db22-5dfb-b618-4caa72a8e8cc" - } - } - name: "port-42-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "18a7b3b1-d4a3-590a-a5a9-b7db5293ac61" - } - } - name: "port-48-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "19041fc0-6807-5b8f-9b26-7e7eed556980" - } - } - name: "port-6-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "1950275c-e218-5190-8ca5-6a2228c4a87b" - } - } - name: "port-10-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "21db5850-b53e-57de-ba2a-bf578bffb1ea" - } - } - name: "port-46-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "261a53b4-d257-5f35-bf5b-b2f975d7d2ed" - } - } - name: "port-35-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "266dc3a1-0892-5454-a917-3fa62190c6c2" - } - } - name: "port-8-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "2e4f4523-3fb0-5704-9a47-1cf467d70bc8" - } - } - name: "port-13-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "2f6d500b-2407-516f-9468-4f059b218f4b" - } - } - name: "port-43-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "3062d499-cf08-5f02-94c6-8906ebdf756b" - } - } - name: "port-41-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "31060d00-8617-55c3-92f2-f42b876478c1" - } - } - name: "port-4-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "399d3645-5565-502b-bfc8-3ea9cf68a83b" - } - } - name: "port-36-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "3ba5f6db-ffde-59d9-a7ae-af06e96a9674" - } - } - name: "port-40-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "3e17084e-d2b4-5cb2-b31a-7f6d80feb60e" - } - } - name: "port-5-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "3e74aa2a-cf0d-51ce-b406-dcf1b96ae5d5" - } - } - name: "port-11-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "3efedbc2-7363-53cf-a0b9-fc4a2bcbd245" - } - } - name: "port-1-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "48a917ad-12d8-5ec4-aaab-84b35337abfe" - } - } - name: "port-14-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "5047aede-f784-58ab-b80a-454386a43c64" - } - } - name: "port-12-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "50b41e11-e2f7-5720-b2b0-bc2a43eb7b95" - } - } - name: "port-38-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "5aeb719f-e322-5185-be08-a2f837992a4f" - } - } - name: "port-44-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "5cfa4f91-cbce-5721-b612-e6b5eaa76721" - } - } - name: "port-35-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "5d5cb9d0-e675-55b7-8a76-5649f4c95c81" - } - } - name: "port-39-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "5dd55ad7-b980-562e-b579-d724a3655d31" - } - } - name: "port-34-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "5eba7909-6f11-5154-b6e9-e2a2bbc75bb0" - } - } - name: "port-48-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "625560d9-4809-5f40-b3cf-23ec59efe71a" - } - } - name: "port-38-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "630a400f-dd0c-51d0-8049-c281881190b0" - } - } - name: "port-3-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "6a2d629b-9dfe-58af-bc5b-96277a127512" - } - } - name: "port-41-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "6e621543-9616-57bf-806c-2564047f234b" - } - } - name: "port-15-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "6e9b83ef-b9a4-5898-9495-38c45635aac7" - } - } - name: "port-34-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "72fabf2f-0121-5198-a4bf-ab82034d7da9" - } - } - name: "port-16-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "743daf39-41eb-500c-b61b-d7b473249022" - } - } - name: "port-47-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "76d3c064-04eb-5edf-95ac-645cb6348b61" - } - } - name: "port-33-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "77d8c722-2ad2-5a7c-8669-fb900f1166e1" - } - } - name: "port-45-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "8657516b-33f4-5d1c-839d-51acbc6fb93d" - } - } - name: "port-36-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "86f6b3e0-3e7e-5db2-bb71-6e05229c97eb" - } - } - name: "port-3-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "922a952b-50b6-5985-bf44-3afeb53f396e" - } - } - name: "port-44-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "94ae7ec2-0cba-55ea-a36f-2143b205ed64" - } - } - name: "port-43-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "994c45dd-b2b8-53c4-957d-4834f45e0e1f" - } - } - name: "port-13-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "a08ab669-238c-5e9e-9e86-780d39111595" - } - } - name: "port-40-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "a751a510-e108-5819-bafb-3d3e6881b4eb" - } - } - name: "port-12-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "b22d517e-2d36-518b-9e3e-c75c625f06ef" - } - } - name: "port-7-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "b3ab2b45-ed47-5c14-801d-b1104dd9d619" - } - } - name: "port-6-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "b71a78da-69db-5260-8a15-8de81d02a20d" - } - } - name: "port-9-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "bc82f789-cbb1-5f3e-b989-88dab185ea0d" - } - } - name: "port-37-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "bcfb768c-e8fb-5e0b-9559-821d120b5410" - } - } - name: "port-1-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "bd08db44-134e-5902-bb24-b2453bf21db4" - } - } - name: "port-5-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "be1b3bb0-8aed-569a-be91-e888b0c0985d" - } - } - name: "port-33-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "c027a391-2cf6-5b96-bba3-051e01c63f43" - } - } - name: "port-7-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "c2d5ac50-2faf-5608-a6ae-7c023bceb289" - } - } - name: "port-39-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "c4568f02-d291-5c95-b9bc-846278862db9" - } - } - name: "port-4-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "c559fb60-6495-5992-b339-ac7a590e337c" - } - } - name: "port-16-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "cace07d7-0ca3-51be-bef1-b58db0ccba6f" - } - } - name: "port-2-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "caf865b8-df54-5601-9163-1cdbe8f7a599" - } - } - name: "port-47-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "cc5064c4-bc42-5c50-b5b0-9b2ad1405bd8" - } - } - name: "port-42-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "e650eba7-019d-5c4f-9d75-14d47a711f2f" - } - } - name: "port-14-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "e7566eac-9fa0-5137-929a-7cf2485babea" - } - } - name: "port-37-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "ea7812b2-db7c-5504-a415-6b4299ae090f" - } - } - name: "port-11-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "fd4d5404-baf3-5f5f-b7b7-a825c90e5f2a" - } - } - name: "port-15-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT" - endpoint_location { - } -} -controller_id { -} - -[2024-06-20 13:26:25,597] INFO:device.service.OpenConfigServicer:from openconfigservicer [{'resource_key': 'channel_namespace', 'value': None}, {'resource_key': 'add_transceiver', 'value': None}, {'resource_key': 'source_port', 'value': ['port-1-in']}, {'resource_key': 'destination_port', 'value': [None]}, {'resource_key': 'target-output-power', 'value': None}, {'resource_key': 'frequency', 'value': 192106250}, {'resource_key': 'operational-mode', 'value': None}, {'resource_key': 'line-port', 'value': None}, {'resource_key': 'name', 'value': 'C_BAND'}, {'resource_key': 'optical-band-parent', 'value': 1}, {'resource_key': 'channel_name', 'value': None}, {'resource_key': 'index', 'value': 1}, {'resource_key': 'lower-frequency', 'value': 192006250}, {'resource_key': 'upper-frequency', 'value': 192206250}] and conditions {'is_opticalband': True, 'edit_type': 'optical-band'} -[2024-06-20 13:26:25,599] INFO:ncclient.operations.rpc:[host 172.17.254.22 session-id 21] Requesting 'EditConfig' -[2024-06-20 13:26:25,599] DEBUG:ncclient.operations.rpc:[host 172.17.254.22 session-id 21] Sync request, will wait for timeout=120 -[2024-06-20 13:26:25,728] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:25,728] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 235 bytes -[2024-06-20 13:26:25,728] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:25,728] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=6 -[2024-06-20 13:26:25,728] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:25,728] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 225 bytes -[2024-06-20 13:26:25,728] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: appending 225 bytes -[2024-06-20 13:26:25,728] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: fragment = "<?xml version="1.0" encoding="UTF-8"?> -<rpc-reply xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="urn:uuid:06b1c115-213e-4e94-9aff-23b4df00acb4" xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0"><ok/></rpc-reply>" -[2024-06-20 13:26:25,729] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 231 bytes from start of buffer -[2024-06-20 13:26:25,729] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=4 -[2024-06-20 13:26:25,729] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found end of message delimiter -[2024-06-20 13:26:25,729] DEBUG:ncclient.operations.rpc:[host 172.17.254.22 session-id 21] Delivering to <ncclient.operations.edit.EditConfig object at 0x7fa7485d77c0> -[2024-06-20 13:26:25,729] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: saving back rest of message after 235 bytes, original size 235 -[2024-06-20 13:26:25,729] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:25,730] INFO:root:resonse from edit <?xml version="1.0" encoding="UTF-8"?> -<rpc-reply xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="urn:uuid:06b1c115-213e-4e94-9aff-23b4df00acb4" xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0"><ok/></rpc-reply> -[2024-06-20 13:26:25,730] INFO:device.service.OpenConfigServicer:resluts [True] and is_all_good True -[2024-06-20 13:26:25,731] INFO:ncclient.operations.rpc:[host 172.17.254.22 session-id 21] Requesting 'Get' -[2024-06-20 13:26:25,731] DEBUG:ncclient.operations.rpc:[host 172.17.254.22 session-id 21] Sync request, will wait for timeout=120 -[2024-06-20 13:26:25,862] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:25,862] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:26:25,862] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:25,862] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:25,862] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:25,862] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:25,862] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:25,862] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:25,863] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:25,863] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:25,863] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:26:25,863] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:25,863] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:25,863] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:25,863] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:25,863] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:25,863] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:25,863] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:25,863] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:25,864] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:26:25,864] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:25,864] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:25,864] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:25,864] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:25,864] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:25,864] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:25,864] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:25,864] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:25,864] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:26:25,865] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:25,865] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:25,865] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:25,865] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:25,865] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:26:25,865] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: fragment = "<?xml version="1.0" encoding="UTF-8"?> -<rpc-reply xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="urn:uuid:b2049d65-047d-4d6a-a50b-b503fe22ec81" xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0"><data><yang-library xmlns="urn:ietf:params:xml:ns:yang:ietf-yang-library"><module-set><name>common</name><module><name>flex-scale-mg-on</name><revision>2024-04-25</revision><namespace>http://flex-scale-project.eu/yang/flex-scale-mg-on</namespace></module><module><name>iana-crypt-hash</name><revision>2014-08-06</revision><namespace>urn:ietf:params:xml:ns:yang:iana-crypt-hash</namespace><feature>crypt-hash-md5</feature><feature>crypt-hash-sha-256</feature><feature>crypt-hash-sha-512</feature></module><module><name>ietf-interfaces</name><revision>2018-02-20</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-interfaces</namespace><feature>arbitrary-names</feature><feature>if-mib</feature><feature>pre-provisioning</feature></module><module><name>ietf-netconf</name><revision>2011-06-01</revision><namespace>urn:ietf:params:xml:ns:netconf:base:1.0</namespace><feature>rollback-on-error</feature><feature>validate</feature><feature>writable-running</feature><feature>xpath</feature></module><module><name>ietf-netconf-acm</name><revision>2018-02-14</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-acm</namespace></module><module><name>ietf-netconf-monitoring</name><revision>2010-10-04</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring</namespace></module><module><name>ietf-netconf-nmda</name><revision>2019-01-07</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-nmda</namespace><feature>with-defaults</feature></module><module><name>ietf-netconf-notifications</name><revision>2012-02-06</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-notifications</namespace></module><module><name>ietf-netconf-partial-lock</name><revision>2009-10-19</revision><namespace>urn:ietf:params:xml:ns:netconf:partial-lock:1.0</namespace></module><module><name>ietf-netconf-with-defaults</name><revision>2011-06-01</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-with-defaults</namespace></module><module><name>ietf-restconf</name><revision>2017-01-26</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-restconf</namespace></module><module><name>ietf-restconf-monitoring</name><revision>2017-01-26</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-restconf-monitoring</namespace></module><module><name>ietf-subscribed-notifications</name><revision>2019-09-09</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-subscribed-notifications</namespace><feature>encode-xml</feature><feature>replay</feature><feature>subtree</feature><feature>xpath</feature><deviation>ietf-subscribed-notifications-deviation</deviation></module><module><name>ietf-yang-library</name><revision>2019-01-04</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-library</namespace></module><module><name>ietf-yang-patch</name><revision>2017-02-22</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-patch</namespace></module><module><name>ietf-yang-push</name><revision>2019-09-09</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-push</namespace><feature>on-change</feature><deviation>ietf-yang-push-deviation</deviation></module><module><name>ietf-yang-schema-mount</name><revision>2019-01-14</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-schema-mount</namespace></module><module><name>openconfig-if-ethernet</name><revision>2023-03-10</revision><namespace>http://openconfig.net/yang/interfaces/ethernet</namespace></module><module><name>openconfig-if-ip</name><revision>2019-01-08</revision><namespace>http://openconfig.net/yang/interfaces/ip</namespace></module><module><name>openconfig-interfaces</name><revision>2019-07-10</revision><namespace>http://openconfig.net/yang/interfaces</namespace></module><module><name>openconfig-platform</name><revision>2022-12-20</revision><namespace>http://openconfig.net/yang/platform</namespace><submodule><name>openconfig-platform-common</name><revision>2022-12-20</revision></submodule></module><module><name>openconfig-platform-port</name><revision>2023-01-19</revision><namespace>http://openconfig.net/yang/platform/port</namespace></module><module><name>openconfig-wavelength-router</name><revision>2021-07-26</revision><namespace>http://openconfig.net/yang/wavelength-router</namespace></module><module><name>optical-switch</name><revision>2020-01-10</revision><namespace>http://www.polatis.com/yang/optical-switch</namespace></module><module><name>polatis-switch</name><revision>2020-11-14</revision><namespace>http://www.polatis.com/yang/polatis-switch</namespace></module><module><name>tailf-aaa</name><revision>2022-04-12</revision><namespace>http://tail-f.com/ns/aaa/1.1</namespace></module><module><name>tailf-acm</name><revision>2013-03-07</revision><namespace>http://tail-f.com/yang/acm</namespace></module><module><name>tailf-confd-monitoring</name><revision>2021-09-09</revision><namespace>http://tail-f.com/yang/confd-monitoring</namespace></module><module><name>tailf-confd-progress</name><revision>2020-06-29</revision><namespace>http://tail-f.com/ns/confd-progress</namespace></module><module><name>tailf-kicker</name><revision>2020-11-26</revision><namespace>http://tail-f.com/ns/kicker</namespace></module><module><name>tailf-last-login</name><revision>2019-11-21</revision><namespace>http://tail-f.com/yang/last-login</namespace></module><module><name>tailf-netconf-extensions</name><revision>2021-06-18</revision><namespace>http://tail-f.com/ns/netconf/extensions</namespace></module><module><name>tailf-netconf-monitoring</name><revision>2022-04-12</revision><namespace>http://tail-f.com/yang/netconf-monitoring</namespace></module><module><name>tailf-netconf-query</name><revision>2017-01-06</revision><namespace>http://tail-f.com/ns/netconf/query</namespace></module><module><name>tailf-netconf-rollback</name><revision>2018-01-12</revision><namespace>http://tail-f.com/ns/netconf/rollback</namespace></module><module><name>tailf-netconf-transactions</name><namespace>http://tail-f.com/ns/netconf/transactions/1.0</namespace></module><module><name>tailf-netconf-with-rollback-id</name><revision>2020-06-25</revision><namespace>http://tail-f.com/ns/netconf/with-rollback-id</namespace></module><module><name>tailf-netconf-with-transaction-id</name><revision>2018-11-23</revision><namespace>http://tail-f.com/ns/netconf/with-transaction-id</namespace></module><module><name>tailf-progress</name><revision>2021-12-17</revision><namespace>http://tail-f.com/ns/progress</namespace></module><module><name>tailf-rollback</name><revision>2020-09-02</revision><namespace>http://tail-f.com/ns/rollback</namespace></module><import-only-module><name>iana-if-type</name><revision>2023-01-26</revision><namespace>urn:ietf:params:xml:ns:yang:iana-if-type</namespace></import-only-module><import-only-module><name>ietf-datastores</name><revision>2018-02-14</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-datastores</namespace></import-only-module><import-only-module><name>ietf-inet-types</name><revision>2013-07-15</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-inet-types</namespace></import-only-module><import-only-module><name>ietf-ip</name><revision>2018-02-22</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-ip</namespace></import-only-module><import-only-module><name>ietf-network-instance</name><revision>2019-01-21</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-network-instance</namespace></import-only-module><import-only-module><name>ietf-origin</name><revision>2018-02-14</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-origin</namespace></import-only-module><import-only-module><name>ietf-x509-cert-to-name</name><revision>2014-12-10</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-x509-cert-to-name</namespace></import-only-module><import-only-module><name>ietf-yang-metadata</name><revision>2016-08-05</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-metadata</namespace></import-only-module><import-only-module><name>ietf-yang-smiv2</name><revision>2012-06-22</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-smiv2</namespace></import-only-module><import-only-module><name>ietf-yang-types</name><revision>2013-07-15</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-types</namespace></import-only-module><import-only-module><name>openconfig-alarm-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/alarms/types</namespace></import-only-module><import-only-module><name>openconfig-extensions</name><revision>2018-10-17</revision><namespace>http://openconfig.net/yang/openconfig-ext</namespace></import-only-module><import-only-module><name>openconfig-if-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/openconfig-if-types</namespace></import-only-module><import-only-module><name>openconfig-inet-types</name><revision>2019-04-25</revision><namespace>http://openconfig.net/yang/types/inet</namespace></import-only-module><import-only-module><name>openconfig-platform-types</name><revision>2022-07-28</revision><namespace>http://openconfig.net/yang/platform-types</namespace></import-only-module><import-only-module><name>openconfig-transport-types</name><revision>2023-02-08</revision><namespace>http://openconfig.net/yang/transport-types</namespace></import-only-module><import-only-module><name>openconfig-types</name><revision>2019-04-16</revision><namespace>http://openconfig.net/yang/openconfig-types</namespace></import-only-module><import-only-module><name>openconfig-yang-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/types/yang</namespace></import-only-module><import-only-module><name>tailf-common</name><revision>2022-04-12</revision><namespace>http://tail-f.com/yang/common</namespace><submodule><name>tailf-cli-extensions</name><revision>2021-12-17</revision></submodule><submodule><name>tailf-meta-extensions</name><revision>2017-03-08</revision></submodule></import-only-module><import-only-module><name>tailf-common-monitoring</name><revision>2021-09-02</revision><namespace>http://tail-f.com/yang/common-monitoring</namespace></import-only-module><import-only-module><name>tailf-common-query</name><revision>2017-12-15</revision><namespace>http://tail-f.com/ns/common/query</namespace></import-only-module><import-only-module><name>tailf-netconf-forward</name><revision></revision><namespace>http://tail-f.com/ns/netconf/forward/1.0</namespace></import-only-module><import-only-module><name>tailf-netconf-inactive</name><revision></revision><namespace>http://tail-f.com/ns/netconf/inactive/1.0</namespace></import-only-module><import-only-module><name>tailf-xsd-types</name><revision>2017-11-20</revision><namespace>http://tail-f.com/yang/xsd-types</namespace></import-only-module></module-set><schema><name>common</name><module-set>common</module-set></schema><datastore><name xmlns:ds="urn:ietf:params:xml:ns:yang:ietf-datastores">ds:running</name><schema>common</schema></datastore><datastore><name xmlns:ds="urn:ietf:params:xml:ns:yang:ietf-datastores">ds:intended</name><schema>common</schema></datastore><datastore><name xmlns:ds="urn:ietf:params:xml:ns:yang:ietf-datastores">ds:operational</name><schema>common</schema></datastore><content-id>c12b960e969b26974084d2b999572983</content-id></yang-library><modules-state xmlns="urn:ietf:params:xml:ns:yang:ietf-yang-library"><module-set-id>c12b960e969b26974084d2b999572983</module-set-id><module><name>flex-scale-mg-on</name><revision>2024-04-25</revision><namespace>http://flex-scale-project.eu/yang/flex-scale-mg-on</namespace><conformance-type>implement</conformance-type></module><module><name>iana-crypt-hash</name><revision>2014-08-06</revision><namespace>urn:ietf:params:xml:ns:yang:iana-crypt-hash</namespace><feature>crypt-hash-md5</feature><feature>crypt-hash-sha-256</feature><feature>crypt-hash-sha-512</feature><conformance-type>implement</conformance-type></module><module><name>iana-if-type</name><revision>2023-01-26</revision><namespace>urn:ietf:params:xml:ns:yang:iana-if-type</namespace><conformance-type>import</conformance-type></module><module><name>ietf-datastores</name><revision>2018-02-14</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-datastores</namespace><conformance-type>import</conformance-type></module><module><name>ietf-inet-types</name><revision>2013-07-15</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-inet-types</namespace><conformance-type>import</conformance-type></module><module><name>ietf-interfaces</name><revision>2018-02-20</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-interfaces</namespace><feature>arbitrary-names</feature><feature>if-mib</feature><feature>pre-provisioning</feature><conformance-type>implement</conformance-type></module><module><name>ietf-ip</name><revision>2018-02-22</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-ip</namespace><feature>ipv4-non-contiguous-netmasks</feature><feature>ipv6-privacy-autoconf</feature><conformance-type>import</conformance-type></module><module><name>ietf-netconf</name><revision>2011-06-01</revision><namespace>urn:ietf:params:xml:ns:netconf:base:1.0</namespace><feature>rollback-on-error</feature><feature>validate</feature><feature>writable-running</feature><feature>xpath</feature><conformance-type>implement</conformance-type></module><module><name>ietf-netconf-acm</name><revision>2018-02-14</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-acm</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-netconf-monitoring</name><revision>2010-10-04</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-netconf-nmda</name><revision>2019-01-07</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-nmda</namespace><feature>with-defaults</feature><conformance-type>implement</conformance-type></module><module><name>ietf-netconf-notifications</name><revision>2012-02-06</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-notifications</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-netconf-partial-lock</name><revision>2009-10-19</revision><namespace>urn:ietf:params:xml:ns:netconf:partial-lock:1.0</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-netconf-with-defaults</name><revision>2011-06-01</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-with-defaults</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-network-instance</name><revision>2019-01-21</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-network-instance</namespace><conformance-type>import</conformance-type></module><module><name>ietf-origin</name><revision>2018-02-14</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-origin</namespace><conformance-type>import</conformance-type></module><module><name>ietf-restconf</name><revision>2017-01-26</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-restconf</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-restconf-monitoring</name><revision>2017-01-26</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-restconf-monitoring</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-subscribed-notifications</name><revision>2019-09-09</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-subscribed-notifications</namespace><feature>encode-xml</feature><feature>replay</feature><feature>subtree</feature><feature>xpath</feature><deviation><name>ietf-subscribed-notifications-deviation</name><revision>2020-06-25</revision></deviation><conformance-type>implement</conformance-type></module><module><name>ietf-x509-cert-to-name</name><revision>2014-12-10</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-x509-cert-to-name</namespace><conformance-type>import</conformance-type></module><module><name>ietf-yang-library</name><revision>2019-01-04</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-library</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-yang-metadata</name><revision>2016-08-05</revision><namespace>urn:ietf:pa" -[2024-06-20 13:26:25,865] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:26:25,865] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:25,904] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:25,904] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:26:25,904] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:25,904] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:25,904] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:25,905] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:25,905] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:25,905] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:25,905] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:25,905] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:25,905] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:26:25,905] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:25,906] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:25,906] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:25,906] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:25,906] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:25,906] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:25,906] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:25,906] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:25,907] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:26:25,907] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:25,907] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:25,907] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:25,907] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:25,907] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:25,907] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:25,907] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:25,908] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:25,908] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:26:25,908] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:25,908] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:25,908] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:25,908] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:25,908] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:26:25,909] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: fragment = "rams:xml:ns:yang:ietf-yang-metadata</namespace><conformance-type>import</conformance-type></module><module><name>ietf-yang-patch</name><revision>2017-02-22</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-patch</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-yang-push</name><revision>2019-09-09</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-push</namespace><feature>on-change</feature><deviation><name>ietf-yang-push-deviation</name><revision></revision></deviation><conformance-type>implement</conformance-type></module><module><name>ietf-yang-schema-mount</name><revision>2019-01-14</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-schema-mount</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-yang-smiv2</name><revision>2012-06-22</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-smiv2</namespace><conformance-type>import</conformance-type></module><module><name>ietf-yang-types</name><revision>2013-07-15</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-alarm-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/alarms/types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-extensions</name><revision>2018-10-17</revision><namespace>http://openconfig.net/yang/openconfig-ext</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-if-ethernet</name><revision>2023-03-10</revision><namespace>http://openconfig.net/yang/interfaces/ethernet</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-if-ip</name><revision>2019-01-08</revision><namespace>http://openconfig.net/yang/interfaces/ip</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-if-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/openconfig-if-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-inet-types</name><revision>2019-04-25</revision><namespace>http://openconfig.net/yang/types/inet</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-interfaces</name><revision>2019-07-10</revision><namespace>http://openconfig.net/yang/interfaces</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-platform</name><revision>2022-12-20</revision><namespace>http://openconfig.net/yang/platform</namespace><conformance-type>implement</conformance-type><submodule><name>openconfig-platform-common</name><revision>2022-12-20</revision></submodule></module><module><name>openconfig-platform-port</name><revision>2023-01-19</revision><namespace>http://openconfig.net/yang/platform/port</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-platform-types</name><revision>2022-07-28</revision><namespace>http://openconfig.net/yang/platform-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-transport-types</name><revision>2023-02-08</revision><namespace>http://openconfig.net/yang/transport-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-types</name><revision>2019-04-16</revision><namespace>http://openconfig.net/yang/openconfig-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-wavelength-router</name><revision>2021-07-26</revision><namespace>http://openconfig.net/yang/wavelength-router</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-yang-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/types/yang</namespace><conformance-type>import</conformance-type></module><module><name>optical-switch</name><revision>2020-01-10</revision><namespace>http://www.polatis.com/yang/optical-switch</namespace><conformance-type>implement</conformance-type></module><module><name>polatis-switch</name><revision>2020-11-14</revision><namespace>http://www.polatis.com/yang/polatis-switch</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-aaa</name><revision>2022-04-12</revision><namespace>http://tail-f.com/ns/aaa/1.1</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-acm</name><revision>2013-03-07</revision><namespace>http://tail-f.com/yang/acm</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-common</name><revision>2022-04-12</revision><namespace>http://tail-f.com/yang/common</namespace><conformance-type>import</conformance-type><submodule><name>tailf-cli-extensions</name><revision>2021-12-17</revision></submodule><submodule><name>tailf-meta-extensions</name><revision>2017-03-08</revision></submodule></module><module><name>tailf-common-monitoring</name><revision>2021-09-02</revision><namespace>http://tail-f.com/yang/common-monitoring</namespace><conformance-type>import</conformance-type></module><module><name>tailf-common-query</name><revision>2017-12-15</revision><namespace>http://tail-f.com/ns/common/query</namespace><conformance-type>import</conformance-type></module><module><name>tailf-confd-monitoring</name><revision>2021-09-09</revision><namespace>http://tail-f.com/yang/confd-monitoring</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-confd-progress</name><revision>2020-06-29</revision><namespace>http://tail-f.com/ns/confd-progress</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-kicker</name><revision>2020-11-26</revision><namespace>http://tail-f.com/ns/kicker</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-last-login</name><revision>2019-11-21</revision><namespace>http://tail-f.com/yang/last-login</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-netconf-extensions</name><revision>2021-06-18</revision><namespace>http://tail-f.com/ns/netconf/extensions</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-netconf-forward</name><revision></revision><namespace>http://tail-f.com/ns/netconf/forward/1.0</namespace><conformance-type>import</conformance-type></module><module><name>tailf-netconf-inactive</name><revision></revision><namespace>http://tail-f.com/ns/netconf/inactive/1.0</namespace><conformance-type>import</conformance-type></module><module><name>tailf-netconf-monitoring</name><revision>2022-04-12</revision><namespace>http://tail-f.com/yang/netconf-monitoring</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-netconf-query</name><revision>2017-01-06</revision><namespace>http://tail-f.com/ns/netconf/query</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-netconf-rollback</name><revision>2018-01-12</revision><namespace>http://tail-f.com/ns/netconf/rollback</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-netconf-transactions</name><revision></revision><namespace>http://tail-f.com/ns/netconf/transactions/1.0</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-netconf-with-rollback-id</name><revision>2020-06-25</revision><namespace>http://tail-f.com/ns/netconf/with-rollback-id</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-netconf-with-transaction-id</name><revision>2018-11-23</revision><namespace>http://tail-f.com/ns/netconf/with-transaction-id</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-progress</name><revision>2021-12-17</revision><namespace>http://tail-f.com/ns/progress</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-rollback</name><revision>2020-09-02</revision><namespace>http://tail-f.com/ns/rollback</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-xsd-types</name><revision>2017-11-20</revision><namespace>http://tail-f.com/yang/xsd-types</namespace><conformance-type>import</conformance-type></module></modules-state><nacm xmlns="urn:ietf:params:xml:ns:yang:ietf-netconf-acm"><write-default>permit</write-default><denied-operations>0</denied-operations><denied-data-writes>0</denied-data-writes><denied-notifications>0</denied-notifications><groups><group><name>admin</name><user-name>admin</user-name><user-name>private</user-name></group><group><name>oper</name><user-name>oper</user-name><user-name>public</user-name></group></groups><rule-list><name>admin</name><group>admin</group><rule><name>any-access</name><action>permit</action></rule></rule-list><rule-list><name>any-group</name><group>*</group><rule><name>tailf-aaa-authentication</name><module-name>tailf-aaa</module-name><path>/aaa/authentication/users/user[name='$USER']</path><access-operations>read update</access-operations><action>permit</action></rule><rule><name>tailf-aaa-user</name><module-name>tailf-aaa</module-name><path>/user[name='$USER']</path><access-operations>create read update delete</access-operations><action>permit</action></rule><rule><name>tailf-webui-user</name><module-name>tailf-webui</module-name><path>/webui/data-stores/user-profile[username='$USER']</path><access-operations>create read update delete</access-operations><action>permit</action></rule></rule-list></nacm><netconf-state xmlns="urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring"><capabilities><capability>urn:ietf:params:netconf:base:1.0</capability><capability>urn:ietf:params:netconf:base:1.1</capability><capability>urn:ietf:params:netconf:capability:writable-running:1.0</capability><capability>urn:ietf:params:netconf:capability:rollback-on-error:1.0</capability><capability>urn:ietf:params:netconf:capability:validate:1.0</capability><capability>urn:ietf:params:netconf:capability:validate:1.1</capability><capability>urn:ietf:params:netconf:capability:xpath:1.0</capability><capability>urn:ietf:params:netconf:capability:partial-lock:1.0</capability><capability>urn:ietf:params:netconf:capability:with-defaults:1.0?basic-mode=explicit&also-supported=report-all-tagged,report-all</capability><capability>urn:ietf:params:netconf:capability:with-operational-defaults:1.0?basic-mode=explicit&also-supported=report-all-tagged,report-all</capability><capability>urn:ietf:params:netconf:capability:yang-library:1.0?revision=2019-01-04&module-set-id=c12b960e969b26974084d2b999572983</capability><capability>urn:ietf:params:netconf:capability:yang-library:1.1?revision=2019-01-04&content-id=c12b960e969b26974084d2b999572983</capability><capability>http://tail-f.com/ns/netconf/actions/1.0</capability><capability>http://flex-scale-project.eu/yang/flex-scale-mg-on?module=flex-scale-mg-on&revision=2024-04-25</capability><capability>http://openconfig.net/yang/alarms/types?module=openconfig-alarm-types&revision=2018-11-21</capability><capability>http://openconfig.net/yang/interfaces?module=openconfig-interfaces&revision=2019-07-10</capability><capability>http://openconfig.net/yang/interfaces/ethernet?module=openconfig-if-ethernet&revision=2023-03-10</capability><capability>http://openconfig.net/yang/interfaces/ip?module=openconfig-if-ip&revision=2019-01-08</capability><capability>http://openconfig.net/yang/openconfig-ext?module=openconfig-extensions&revision=2018-10-17</capability><capability>http://openconfig.net/yang/openconfig-if-types?module=openconfig-if-types&revision=2018-11-21</capability><capability>http://openconfig.net/yang/openconfig-types?module=openconfig-types&revision=2019-04-16</capability><capability>http://openconfig.net/yang/platform?module=openconfig-platform&revision=2022-12-20</capability><capability>http://openconfig.net/yang/platform-types?module=openconfig-platform-types&revision=2022-07-28</capability><capability>http://openconfig.net/yang/platform/port?module=openconfig-platform-port&revision=2023-01-19</capability><capability>http://openconfig.net/yang/transport-types?module=openconfig-transport-types&revision=2023-02-08</capability><capability>http://openconfig.net/yang/types/inet?module=openconfig-inet-types&revision=2019-04-25</capability><capability>http://openconfig.net/yang/types/yang?module=openconfig-yang-types&revision=2018-11-21</capability><capability>http://openconfig.net/yang/wavelength-router?module=openconfig-wavelength-router&revision=2021-07-26</capability><capability>http://tail-f.com/ns/aaa/1.1?module=tailf-aaa&revision=2022-04-12</capability><capability>http://tail-f.com/ns/common/query?module=tailf-common-query&revision=2017-12-15</capability><capability>http://tail-f.com/ns/confd-progress?module=tailf-confd-progress&revision=2020-06-29</capability><capability>http://tail-f.com/ns/kicker?module=tailf-kicker&revision=2020-11-26</capability><capability>http://tail-f.com/ns/netconf/query?module=tailf-netconf-query&revision=2017-01-06</capability><capability>http://tail-f.com/yang/acm?module=tailf-acm&revision=2013-03-07</capability><capability>http://tail-f.com/yang/common?module=tailf-common&revision=2022-04-12</capability><capability>http://tail-f.com/yang/common-monitoring?module=tailf-common-monitoring&revision=2021-09-02</capability><capability>http://tail-f.com/yang/confd-monitoring?module=tailf-confd-monitoring&revision=2021-09-09</capability><capability>http://tail-f.com/yang/last-login?module=tailf-last-login&revision=2019-11-21</capability><capability>http://tail-f.com/yang/netconf-monitoring?module=tailf-netconf-monitoring&revision=2022-04-12</capability><capability>http://tail-f.com/yang/xsd-types?module=tailf-xsd-types&revision=2017-11-20</capability><capability>http://www.polatis.com/yang/optical-switch?module=optical-switch&revision=2020-01-10</capability><capability>http://www.polatis.com/yang/polatis-switch?module=polatis-switch&revision=2020-11-14</capability><capability>urn:ietf:params:xml:ns:netconf:base:1.0?module=ietf-netconf&revision=2011-06-01&features=writable-running,rollback-on-error,validate,xpath</capability><capability>urn:ietf:params:xml:ns:netconf:partial-lock:1.0?module=ietf-netconf-partial-lock&revision=2009-10-19</capability><capability>urn:ietf:params:xml:ns:yang:iana-crypt-hash?module=iana-crypt-hash&revision=2014-08-06&features=crypt-hash-sha-512,crypt-hash-sha-256,crypt-hash-md5</capability><capability>urn:ietf:params:xml:ns:yang:iana-if-type?module=iana-if-type&revision=2023-01-26</capability><capability>urn:ietf:params:xml:ns:yang:ietf-inet-types?module=ietf-inet-types&revision=2013-07-15</capability><capability>urn:ietf:params:xml:ns:yang:ietf-netconf-acm?module=ietf-netconf-acm&revision=2018-02-14</capability><capability>urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring?module=ietf-netconf-monitoring&revision=2010-10-04</capability><capability>urn:ietf:params:xml:ns:yang:ietf-netconf-notifications?module=ietf-netconf-notifications&revision=2012-02-06</capability><capability>urn:ietf:params:xml:ns:yang:ietf-netconf-with-defaults?module=ietf-netconf-with-defaults&revision=2011-06-01</capability><capability>urn:ietf:params:xml:ns:yang:ietf-restconf-monitoring?module=ietf-restconf-monitoring&revision=2017-01-26</capability><capability>urn:ietf:params:xml:ns:yang:ietf-x509-cert-to-name?module=ietf-x509-cert-to-name&revision=2014-12-10</capability><capability>urn:ietf:params:xml:ns:yang:ietf-yang-metadata?module=ietf-yang-metadata&revision=2016-08-05</capability><capability>urn:ietf:params:xml:ns:yang:ietf-yang-smiv2?module=ietf-yang-smiv2&revision=2012-06-22</capability><capability>urn:ietf:params:xml:ns:yang:ietf-yang-types?module=ietf-yang-types&revision=2013-07-15</capability></capabilities><datastores><datastore><name>running</name><transaction-id xmlns="http://tail-f.com/yang/netconf-monitoring">1717-711274-208943</transaction-id><status xmlns="http://tail-f.com/yang/netconf-monitoring">valid</status></datastore></datastores><schemas><schema><identifier>flex-scale-mg-on</identifier><version>2024-04-25</version><format>yang</format><name" -[2024-06-20 13:26:25,909] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:26:25,909] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:25,948] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:25,948] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:26:25,948] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:25,948] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:25,949] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:25,949] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:25,949] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:25,949] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:25,949] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:25,949] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:25,949] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:26:25,949] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:25,949] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:25,949] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:25,950] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:25,950] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:25,950] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:25,950] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:25,950] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:25,950] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:26:25,950] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:25,950] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:25,950] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:25,950] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:25,950] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:25,951] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:25,951] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:25,951] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:25,951] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:26:25,951] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:25,951] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:25,951] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:25,951] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:25,951] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:26:25,952] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: fragment = "space>http://flex-scale-project.eu/yang/flex-scale-mg-on</namespace><location>NETCONF</location></schema><schema><identifier>iana-crypt-hash</identifier><version>2014-08-06</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:iana-crypt-hash</namespace><location>NETCONF</location></schema><schema><identifier>iana-if-type</identifier><version>2023-01-26</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:iana-if-type</namespace><location>NETCONF</location></schema><schema><identifier>ietf-datastores</identifier><version>2018-02-14</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-datastores</namespace><location>NETCONF</location></schema><schema><identifier>ietf-inet-types</identifier><version>2013-07-15</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-inet-types</namespace><location>NETCONF</location></schema><schema><identifier>ietf-interfaces</identifier><version>2018-02-20</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-interfaces</namespace><location>NETCONF</location></schema><schema><identifier>ietf-ip</identifier><version>2018-02-22</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-ip</namespace><location>NETCONF</location></schema><schema><identifier>ietf-netconf</identifier><version>2011-06-01</version><format>yang</format><namespace>urn:ietf:params:xml:ns:netconf:base:1.0</namespace><location>NETCONF</location></schema><schema><identifier>ietf-netconf-acm</identifier><version>2018-02-14</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-acm</namespace><location>NETCONF</location></schema><schema><identifier>ietf-netconf-monitoring</identifier><version>2010-10-04</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring</namespace><location>NETCONF</location></schema><schema><identifier>ietf-netconf-nmda</identifier><version>2019-01-07</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-nmda</namespace><location>NETCONF</location></schema><schema><identifier>ietf-netconf-notifications</identifier><version>2012-02-06</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-notifications</namespace><location>NETCONF</location></schema><schema><identifier>ietf-netconf-partial-lock</identifier><version>2009-10-19</version><format>yang</format><namespace>urn:ietf:params:xml:ns:netconf:partial-lock:1.0</namespace><location>NETCONF</location></schema><schema><identifier>ietf-netconf-with-defaults</identifier><version>2011-06-01</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-with-defaults</namespace><location>NETCONF</location></schema><schema><identifier>ietf-network-instance</identifier><version>2019-01-21</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-network-instance</namespace><location>NETCONF</location></schema><schema><identifier>ietf-origin</identifier><version>2018-02-14</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-origin</namespace><location>NETCONF</location></schema><schema><identifier>ietf-restconf</identifier><version>2017-01-26</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-restconf</namespace><location>NETCONF</location></schema><schema><identifier>ietf-restconf-monitoring</identifier><version>2017-01-26</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-restconf-monitoring</namespace><location>NETCONF</location></schema><schema><identifier>ietf-subscribed-notifications</identifier><version>2019-09-09</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-subscribed-notifications</namespace><location>NETCONF</location></schema><schema><identifier>ietf-x509-cert-to-name</identifier><version>2014-12-10</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-x509-cert-to-name</namespace><location>NETCONF</location></schema><schema><identifier>ietf-yang-library</identifier><version>2016-06-21</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-library</namespace><location>NETCONF</location></schema><schema><identifier>ietf-yang-metadata</identifier><version>2016-08-05</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-metadata</namespace><location>NETCONF</location></schema><schema><identifier>ietf-yang-patch</identifier><version>2017-02-22</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-patch</namespace><location>NETCONF</location></schema><schema><identifier>ietf-yang-push</identifier><version>2019-09-09</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-push</namespace><location>NETCONF</location></schema><schema><identifier>ietf-yang-schema-mount</identifier><version>2019-01-14</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-schema-mount</namespace><location>NETCONF</location></schema><schema><identifier>ietf-yang-smiv2</identifier><version>2012-06-22</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-smiv2</namespace><location>NETCONF</location></schema><schema><identifier>ietf-yang-types</identifier><version>2013-07-15</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-alarm-types</identifier><version>2018-11-21</version><format>yang</format><namespace>http://openconfig.net/yang/alarms/types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-extensions</identifier><version>2018-10-17</version><format>yang</format><namespace>http://openconfig.net/yang/openconfig-ext</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-if-ethernet</identifier><version>2023-03-10</version><format>yang</format><namespace>http://openconfig.net/yang/interfaces/ethernet</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-if-ip</identifier><version>2019-01-08</version><format>yang</format><namespace>http://openconfig.net/yang/interfaces/ip</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-if-types</identifier><version>2018-11-21</version><format>yang</format><namespace>http://openconfig.net/yang/openconfig-if-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-inet-types</identifier><version>2019-04-25</version><format>yang</format><namespace>http://openconfig.net/yang/types/inet</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-interfaces</identifier><version>2019-07-10</version><format>yang</format><namespace>http://openconfig.net/yang/interfaces</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-platform</identifier><version>2022-12-20</version><format>yang</format><namespace>http://openconfig.net/yang/platform</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-platform-common</identifier><version>2022-12-20</version><format>yang</format><namespace>http://openconfig.net/yang/platform</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-platform-port</identifier><version>2023-01-19</version><format>yang</format><namespace>http://openconfig.net/yang/platform/port</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-platform-types</identifier><version>2022-07-28</version><format>yang</format><namespace>http://openconfig.net/yang/platform-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-transport-types</identifier><version>2023-02-08</version><format>yang</format><namespace>http://openconfig.net/yang/transport-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-types</identifier><version>2019-04-16</version><format>yang</format><namespace>http://openconfig.net/yang/openconfig-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-wavelength-router</identifier><version>2021-07-26</version><format>yang</format><namespace>http://openconfig.net/yang/wavelength-router</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-yang-types</identifier><version>2018-11-21</version><format>yang</format><namespace>http://openconfig.net/yang/types/yang</namespace><location>NETCONF</location></schema><schema><identifier>optical-switch</identifier><version>2020-01-10</version><format>yang</format><namespace>http://www.polatis.com/yang/optical-switch</namespace><location>NETCONF</location></schema><schema><identifier>polatis-switch</identifier><version>2020-11-14</version><format>yang</format><namespace>http://www.polatis.com/yang/polatis-switch</namespace><location>NETCONF</location></schema><schema><identifier>tailf-aaa</identifier><version>2022-04-12</version><format>yang</format><namespace>http://tail-f.com/ns/aaa/1.1</namespace><location>NETCONF</location></schema><schema><identifier>tailf-acm</identifier><version>2013-03-07</version><format>yang</format><namespace>http://tail-f.com/yang/acm</namespace><location>NETCONF</location></schema><schema><identifier>tailf-cli-extensions</identifier><version>2021-12-17</version><format>yang</format><namespace>http://tail-f.com/yang/common</namespace><location>NETCONF</location></schema><schema><identifier>tailf-common</identifier><version>2022-04-12</version><format>yang</format><namespace>http://tail-f.com/yang/common</namespace><location>NETCONF</location></schema><schema><identifier>tailf-common-monitoring</identifier><version>2021-09-02</version><format>yang</format><namespace>http://tail-f.com/yang/common-monitoring</namespace><location>NETCONF</location></schema><schema><identifier>tailf-common-query</identifier><version>2017-12-15</version><format>yang</format><namespace>http://tail-f.com/ns/common/query</namespace><location>NETCONF</location></schema><schema><identifier>tailf-confd-monitoring</identifier><version>2021-09-09</version><format>yang</format><namespace>http://tail-f.com/yang/confd-monitoring</namespace><location>NETCONF</location></schema><schema><identifier>tailf-confd-progress</identifier><version>2020-06-29</version><format>yang</format><namespace>http://tail-f.com/ns/confd-progress</namespace><location>NETCONF</location></schema><schema><identifier>tailf-kicker</identifier><version>2020-11-26</version><format>yang</format><namespace>http://tail-f.com/ns/kicker</namespace><location>NETCONF</location></schema><schema><identifier>tailf-last-login</identifier><version>2019-11-21</version><format>yang</format><namespace>http://tail-f.com/yang/last-login</namespace><location>NETCONF</location></schema><schema><identifier>tailf-meta-extensions</identifier><version>2017-03-08</version><format>yang</format><namespace>http://tail-f.com/yang/common</namespace><location>NETCONF</location></schema><schema><identifier>tailf-netconf-extensions</identifier><version>2021-06-18</version><format>yang</format><namespace>http://tail-f.com/ns/netconf/extensions</namespace><location>NETCONF</location></schema><schema><identifier>tailf-netconf-forward</identifier><version></version><format>yang</format><namespace>http://tail-f.com/ns/netconf/forward/1.0</namespace><location>NETCONF</location></schema><schema><identifier>tailf-netconf-inactive</identifier><version></version><format>yang</format><namespace>http://tail-f.com/ns/netconf/inactive/1.0</namespace><location>NETCONF</location></schema><schema><identifier>tailf-netconf-monitoring</identifier><version>2022-04-12</version><format>yang</format><namespace>http://tail-f.com/yang/netconf-monitoring</namespace><location>NETCONF</location></schema><schema><identifier>tailf-netconf-query</identifier><version>2017-01-06</version><format>yang</format><namespace>http://tail-f.com/ns/netconf/query</namespace><location>NETCONF</location></schema><schema><identifier>tailf-netconf-rollback</identifier><version>2018-01-12</version><format>yang</format><namespace>http://tail-f.com/ns/netconf/rollback</namespace><location>NETCONF</location></schema><schema><identifier>tailf-netconf-transactions</identifier><version></version><format>yang</format><namespace>http://tail-f.com/ns/netconf/transactions/1.0</namespace><location>NETCONF</location></schema><schema><identifier>tailf-netconf-with-rollback-id</identifier><version>2020-06-25</version><format>yang</format><namespace>http://tail-f.com/ns/netconf/with-rollback-id</namespace><location>NETCONF</location></schema><schema><identifier>tailf-netconf-with-transaction-id</identifier><version>2018-11-23</version><format>yang</format><namespace>http://tail-f.com/ns/netconf/with-transaction-id</namespace><location>NETCONF</location></schema><schema><identifier>tailf-progress</identifier><version>2021-12-17</version><format>yang</format><namespace>http://tail-f.com/ns/progress</namespace><location>NETCONF</location></schema><schema><identifier>tailf-rollback</identifier><version>2020-09-02</version><format>yang</format><namespace>http://tail-f.com/ns/rollback</namespace><location>NETCONF</location></schema><schema><identifier>tailf-xsd-types</identifier><version>2017-11-20</version><format>yang</format><namespace>http://tail-f.com/yang/xsd-types</namespace><location>NETCONF</location></schema></schemas><sessions><session><session-id>21</session-id><transport>netconf-ssh</transport><username>admin</username><source-host>10.30.2.208</source-host><login-time>2024-06-20T13:24:43+00:00</login-time><in-rpcs>4</in-rpcs><in-bad-rpcs>0</in-bad-rpcs><out-rpc-errors>0</out-rpc-errors><out-notifications>0</out-notifications><transaction xmlns="http://tail-f.com/yang/netconf-monitoring"><id>26</id><db>running</db><mode>read</mode></transaction></session></sessions><statistics><netconf-start-time>2024-06-06T22:01:10+00:00</netconf-start-time><in-bad-hellos>0</in-bad-hellos><in-sessions>3</in-sessions><dropped-sessions>2</dropped-sessions><in-rpcs>10</in-rpcs><in-bad-rpcs>0</in-bad-rpcs><out-rpc-errors>0</out-rpc-errors><out-notifications>0</out-notifications></statistics></netconf-state><components xmlns="http://openconfig.net/yang/platform"><component><name>WBSS-1</name><config><name>WBSS-1</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-1-in</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>1</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>DEMUX</value></config></property></properties></component><component><name>WBSS-10</name><config><name>WBSS-10</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-5-out</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>10</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>MUX</value></config></property></properties></component><component><name>WBSS-11</name><config><name>WBSS-11</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMO" -[2024-06-20 13:26:25,952] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:26:25,952] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:26,023] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:26,023] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:26:26,023] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:26,023] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:26,023] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:26,024] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:26,024] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:26,024] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:26,024] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:26,024] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:26,024] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:26:26,024] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:26,024] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:26,025] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:26,025] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:26,025] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:26,025] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:26,025] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:26,025] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:26,025] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:26:26,025] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:26,025] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:26,025] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:26,025] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:26,026] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:26,026] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:26,026] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:26,026] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:26,026] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:26:26,026] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:26,026] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:26,026] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:26,026] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:26,026] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:26:26,026] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: fragment = "N_PORT</name><value>port-6-in</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>11</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>DEMUX</value></config></property></properties></component><component><name>WBSS-12</name><config><name>WBSS-12</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-6-out</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>12</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>MUX</value></config></property></properties></component><component><name>WBSS-13</name><config><name>WBSS-13</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-7-in</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>13</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>DEMUX</value></config></property></properties></component><component><name>WBSS-14</name><config><name>WBSS-14</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-7-out</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>14</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>MUX</value></config></property></properties></component><component><name>WBSS-15</name><config><name>WBSS-15</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-8-in</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>15</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>DEMUX</value></config></property></properties></component><component><name>WBSS-16</name><config><name>WBSS-16</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-8-out</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>16</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>MUX</value></config></property></properties></component><component><name>WBSS-17</name><config><name>WBSS-17</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-9-in</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>17</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>DEMUX</value></config></property></properties></component><component><name>WBSS-18</name><config><name>WBSS-18</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-9-out</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>18</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>MUX</value></config></property></properties></component><component><name>WBSS-19</name><config><name>WBSS-19</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-10-in</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>19</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>DEMUX</value></config></property></properties></component><component><name>WBSS-2</name><config><name>WBSS-2</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-1-out</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>2</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>MUX</value></config></property></properties></component><component><name>WBSS-20</name><config><name>WBSS-20</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-10-out</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>20</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>MUX</value></config></property></properties></component><component><name>WBSS-21</name><config><name>WBSS-21</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-11-in</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>21</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>DEMUX</value></config></property></properties></component><component><name>WBSS-22</name><config><name>WBSS-22</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-11-out</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>22</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>MUX</value></config></property></properties></component><component><name>WBSS-23</name><config><name>WBSS-23</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-12-in</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>23</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>DEMUX</value></config></property></properties></component><component><name>WBSS-24</name><config><name>WBSS-24</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-12-out</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>24</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>MUX</value></config></property></properties></component><component><name>WBSS-25</name><config><name>WBSS-25</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-13-in</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>25</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>DEMUX</value></config></property></properties></component><component><name>WBSS-26</name><config><name>WBSS-26</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-13-out</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>26</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>MUX</value></config></property></properties></component><component><name>WBSS-27</name><config><name>WBSS-27</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-14-in</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>27</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>DEMUX</value></config></property></properties></component><component><name>WBSS-28</name><config><name>WBSS-28</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-14-out</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>28</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>MUX</value></config></property></properties></component><component><name>WBSS-29</name><config><name>WBSS-29</name></" -[2024-06-20 13:26:26,027] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:26:26,027] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:26,094] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:26,094] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:26:26,095] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:26,095] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:26,095] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:26,095] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:26,095] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:26,095] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:26,095] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:26,095] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:26,095] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:26:26,096] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:26,096] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:26,096] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:26,096] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:26,096] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:26,096] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:26,096] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:26,097] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:26,097] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:26:26,097] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:26,097] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:26,097] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:26,097] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:26,097] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:26,097] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:26,098] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:26,098] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:26,098] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:26:26,098] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:26,098] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:26,098] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:26,098] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:26,098] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:26:26,098] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: fragment = "config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-15-in</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>29</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>DEMUX</value></config></property></properties></component><component><name>WBSS-3</name><config><name>WBSS-3</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-2-in</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>3</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>DEMUX</value></config></property></properties></component><component><name>WBSS-30</name><config><name>WBSS-30</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-15-out</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>30</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>MUX</value></config></property></properties></component><component><name>WBSS-31</name><config><name>WBSS-31</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-16-in</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>31</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>DEMUX</value></config></property></properties></component><component><name>WBSS-32</name><config><name>WBSS-32</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-16-out</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>32</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>MUX</value></config></property></properties></component><component><name>WBSS-4</name><config><name>WBSS-4</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-2-out</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>MUX</value></config></property></properties></component><component><name>WBSS-5</name><config><name>WBSS-5</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-3-in</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>5</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>DEMUX</value></config></property></properties></component><component><name>WBSS-6</name><config><name>WBSS-6</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-3-out</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>6</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>MUX</value></config></property></properties></component><component><name>WBSS-7</name><config><name>WBSS-7</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-4-in</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>7</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>DEMUX</value></config></property></properties></component><component><name>WBSS-8</name><config><name>WBSS-8</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-4-out</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>8</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>MUX</value></config></property></properties></component><component><name>WBSS-9</name><config><name>WBSS-9</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WBSS_MODULE</value></config></property><property><name>MG_ON_WBSS_COMMON_PORT</name><config><name>MG_ON_WBSS_COMMON_PORT</name><value>port-5-in</value></config></property><property><name>MG_ON_WBSS_INDEX</name><config><name>MG_ON_WBSS_INDEX</name><value>9</value></config></property><property><name>MG_ON_WBSS_NUM_BANDS</name><config><name>MG_ON_WBSS_NUM_BANDS</name><value>4</value></config></property><property><name>MG_ON_WBSS_NUM_PORTS</name><config><name>MG_ON_WBSS_NUM_PORTS</name><value>16</value></config></property><property><name>MG_ON_WBSS_TYPE</name><config><name>MG_ON_WBSS_TYPE</name><value>DEMUX</value></config></property></properties></component><component><name>WSS-1</name><config><name>WSS-1</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WSS_MODULE</value></config></property><property><name>MG_ON_WSS_BAND</name><config><name>MG_ON_WSS_BAND</name><value>C-BAND</value></config></property><property><name>MG_ON_WSS_COMMON_PORT</name><config><name>MG_ON_WSS_COMMON_PORT</name><value>273</value></config></property><property><name>MG_ON_WSS_INDEX</name><config><name>MG_ON_WSS_INDEX</name><value>1</value></config></property><property><name>MG_ON_WSS_LOWER_FREQ</name><config><name>MG_ON_WSS_LOWER_FREQ</name><value>191560677</value></config></property><property><name>MG_ON_WSS_NUM_PORTS</name><config><name>MG_ON_WSS_NUM_PORTS</name><value>9</value></config></property><property><name>MG_ON_WSS_TYPE</name><config><name>MG_ON_WSS_TYPE</name><value>DEMUX</value></config></property><property><name>MG_ON_WSS_UPPER_FREQ</name><config><name>MG_ON_WSS_UPPER_FREQ</name><value>195942783</value></config></property></properties></component><component><name>WSS-10</name><config><name>WSS-10</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WSS_MODULE</value></config></property><property><name>MG_ON_WSS_BAND</name><config><name>MG_ON_WSS_BAND</name><value>S-BAND</value></config></property><property><name>MG_ON_WSS_COMMON_PORT</name><config><name>MG_ON_WSS_COMMON_PORT</name><value>282</value></config></property><property><name>MG_ON_WSS_INDEX</name><config><name>MG_ON_WSS_INDEX</name><value>10</value></config></property><property><name>MG_ON_WSS_LOWER_FREQ</name><config><name>MG_ON_WSS_LOWER_FREQ</name><value>195942784</value></config></property><property><name>MG_ON_WSS_NUM_PORTS</name><config><name>MG_ON_WSS_NUM_PORTS</name><value>9</value></config></property><property><name>MG_ON_WSS_TYPE</name><config><name>MG_ON_WSS_TYPE</name><value>DEMUX</value></config></property><property><name>MG_ON_WSS_UPPER_FREQ</name><config><name>MG_ON_WSS_UPPER_FREQ</name><value>205337300</value></config></property></properties></component><component><name>WSS-11</name><config><name>WSS-11</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WSS_MODULE</value></config></property><property><name>MG_ON_WSS_BAND</name><config><name>MG_ON_WSS_BAND</name><value>S-BAND</value></config></property><property><name>MG_ON_WSS_COMMON_PORT</name><config><name>MG_ON_WSS_COMMON_PORT</name><value>91</value></config></property><property><name>MG_ON_WSS_INDEX</name><config><name>MG_ON_WSS_INDEX</name><value>11</value></config></property><property><name>MG_ON_WSS_LOWER_FREQ</name><config><name>MG_ON_WSS_LOWER_FREQ</name><value>195942784</value></config></property><property><name>MG_ON_WSS_NUM_PORTS</name><config><name>MG_ON_WSS_NUM_PORTS</name><value>9</value></config></property><property><name>MG_ON_WSS_TYPE</name><config><name>MG_ON_WSS_TYPE</name><value>MUX</value></config></property><property><name>MG_ON_WSS_UPPER_FREQ</name><config><name>MG_ON_WSS_UPPER_FREQ</name><value>205337300</value></config></property></properties></component><component><name>WSS-12</name><config><name>WSS-12</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WSS_MODULE</value></config></property><property><name>MG_ON_WSS_BAND</name><config><name>MG_ON_WSS_BAND</name><value>S-BAND</value></config></property><property><name>MG_ON_WSS_COMMON_PORT</name><config><name>MG_ON_WSS_COMMON_PORT</name><value>92</value></config></property><property><name>MG_ON_WSS_INDEX</name><config><name>MG_ON_WSS_INDEX</name><value>12</value></config></property><property><name>MG_ON_WSS_LOWER_FREQ</name><config><name>MG_ON_WSS_LOWER_FREQ</name><value>195942784</value></config></property><property><name>MG_ON_WSS_NUM_PORTS</name><config><name>MG_ON_WSS_NUM_PORTS</name><value>9</value></config></property><property><name>MG_ON_WSS_TYPE</name><config><name>MG_ON_WSS_TYPE</name><value>MUX</value></config></property><property><name>MG_ON_WSS_UPPER_FREQ</name><config><name>MG_ON_WSS_UPPER_FREQ</name><value>205337300</value></config></property></properties></component><component><name>WSS-2</name><config><name>WSS-2</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WSS_MODULE</value></config></property><property><name>MG_ON_WSS_BAND</name><config><name>MG_ON_WSS_BAND</name><value>C-BAND</value></config></property><property><name>MG_ON_WSS_COMMON_PORT</name><config><name>MG_ON_WSS_COMMON_PORT</name><value>274</value></config></property><property><name>MG_ON_WSS_INDEX</name><config><name>MG_ON_WSS_INDEX</name><value>2</value></config></property><property><name>MG_ON_WSS_LOWER_FREQ</name><config><name>MG_ON_WSS_LOWER_FREQ</name><value>191560677</value></config></property><property><name>MG_ON_WSS_NUM_PORTS</name><config><name>MG_ON_WSS_NUM_PORTS</name><value>9</value></config></property><property><name>MG_ON_WSS_TYPE</name><config><name>MG_ON_WSS_TYPE</name><value>DEMUX</value></config></property><property><name>MG_ON_WSS_UPPER_FREQ</name><config><name>MG_ON_WSS_UPPER_FREQ</name><value>195942783</value></config></property></properties></component><component><name>WSS-3</name><config><name>WSS-3</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WSS_MODULE</value></config></property><property><name>MG_ON_WSS_BAND</name><config><name>MG_ON_WSS_BAND</name><value>C-BAND</value></config></property><property><name>MG_ON_WSS_COMMON_PORT</name><config><name>MG_ON_WSS_COMMON_PORT</name><value>83</value></config></property><property><name>MG_ON_WSS_INDEX</name><config><name>MG_ON_WSS_INDEX</name><value>3</value></config></property><property><name>MG_ON_WSS_LOWER_FREQ</name><config><name>MG_ON_WSS_LOWER_FREQ</name><value>191560677</value></config></property><property><name>MG_ON_WSS_NUM_PORTS</name><config><name>MG_ON_WSS_NUM_PORTS</name><value>9</value></config></property><property><name>MG_ON_WSS_TYPE</name><config><name>MG_ON_WSS_TYPE</name><value>MUX</value></config></property><property><name>MG_ON_WSS_UPPER_FREQ</name><config><name>MG_ON_WSS_UPPER_FREQ</name><value>195942783</value></config></property></properties></component><component><name>WSS-4</name><config><name>WSS-4</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><val" -[2024-06-20 13:26:26,099] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:26:26,099] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:26,153] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:26,153] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:26:26,153] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:26,153] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:26,153] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:26,153] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:26,153] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:26,155] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:26,155] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:26,155] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:26,155] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:26:26,155] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:26,155] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:26,155] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:26,155] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:26,155] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:26,155] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:26,156] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:26,156] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:26,156] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:26:26,156] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:26,156] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:26,156] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:26,156] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:26,156] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:26,156] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:26,157] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:26,157] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:26,157] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:26:26,157] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:26,157] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:26,157] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:26,157] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:26,157] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:26:26,157] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: fragment = "ue>MG_ON_WSS_MODULE</value></config></property><property><name>MG_ON_WSS_BAND</name><config><name>MG_ON_WSS_BAND</name><value>C-BAND</value></config></property><property><name>MG_ON_WSS_COMMON_PORT</name><config><name>MG_ON_WSS_COMMON_PORT</name><value>84</value></config></property><property><name>MG_ON_WSS_INDEX</name><config><name>MG_ON_WSS_INDEX</name><value>4</value></config></property><property><name>MG_ON_WSS_LOWER_FREQ</name><config><name>MG_ON_WSS_LOWER_FREQ</name><value>191560677</value></config></property><property><name>MG_ON_WSS_NUM_PORTS</name><config><name>MG_ON_WSS_NUM_PORTS</name><value>9</value></config></property><property><name>MG_ON_WSS_TYPE</name><config><name>MG_ON_WSS_TYPE</name><value>MUX</value></config></property><property><name>MG_ON_WSS_UPPER_FREQ</name><config><name>MG_ON_WSS_UPPER_FREQ</name><value>195942783</value></config></property></properties></component><component><name>WSS-5</name><config><name>WSS-5</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WSS_MODULE</value></config></property><property><name>MG_ON_WSS_BAND</name><config><name>MG_ON_WSS_BAND</name><value>L-BAND</value></config></property><property><name>MG_ON_WSS_COMMON_PORT</name><config><name>MG_ON_WSS_COMMON_PORT</name><value>277</value></config></property><property><name>MG_ON_WSS_INDEX</name><config><name>MG_ON_WSS_INDEX</name><value>5</value></config></property><property><name>MG_ON_WSS_LOWER_FREQ</name><config><name>MG_ON_WSS_LOWER_FREQ</name><value>184487666</value></config></property><property><name>MG_ON_WSS_NUM_PORTS</name><config><name>MG_ON_WSS_NUM_PORTS</name><value>9</value></config></property><property><name>MG_ON_WSS_TYPE</name><config><name>MG_ON_WSS_TYPE</name><value>DEMUX</value></config></property><property><name>MG_ON_WSS_UPPER_FREQ</name><config><name>MG_ON_WSS_UPPER_FREQ</name><value>191560676</value></config></property></properties></component><component><name>WSS-6</name><config><name>WSS-6</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WSS_MODULE</value></config></property><property><name>MG_ON_WSS_BAND</name><config><name>MG_ON_WSS_BAND</name><value>L-BAND</value></config></property><property><name>MG_ON_WSS_COMMON_PORT</name><config><name>MG_ON_WSS_COMMON_PORT</name><value>278</value></config></property><property><name>MG_ON_WSS_INDEX</name><config><name>MG_ON_WSS_INDEX</name><value>6</value></config></property><property><name>MG_ON_WSS_LOWER_FREQ</name><config><name>MG_ON_WSS_LOWER_FREQ</name><value>184487666</value></config></property><property><name>MG_ON_WSS_NUM_PORTS</name><config><name>MG_ON_WSS_NUM_PORTS</name><value>9</value></config></property><property><name>MG_ON_WSS_TYPE</name><config><name>MG_ON_WSS_TYPE</name><value>DEMUX</value></config></property><property><name>MG_ON_WSS_UPPER_FREQ</name><config><name>MG_ON_WSS_UPPER_FREQ</name><value>191560676</value></config></property></properties></component><component><name>WSS-7</name><config><name>WSS-7</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WSS_MODULE</value></config></property><property><name>MG_ON_WSS_BAND</name><config><name>MG_ON_WSS_BAND</name><value>L-BAND</value></config></property><property><name>MG_ON_WSS_COMMON_PORT</name><config><name>MG_ON_WSS_COMMON_PORT</name><value>87</value></config></property><property><name>MG_ON_WSS_INDEX</name><config><name>MG_ON_WSS_INDEX</name><value>7</value></config></property><property><name>MG_ON_WSS_LOWER_FREQ</name><config><name>MG_ON_WSS_LOWER_FREQ</name><value>184487666</value></config></property><property><name>MG_ON_WSS_NUM_PORTS</name><config><name>MG_ON_WSS_NUM_PORTS</name><value>9</value></config></property><property><name>MG_ON_WSS_TYPE</name><config><name>MG_ON_WSS_TYPE</name><value>MUX</value></config></property><property><name>MG_ON_WSS_UPPER_FREQ</name><config><name>MG_ON_WSS_UPPER_FREQ</name><value>191560676</value></config></property></properties></component><component><name>WSS-8</name><config><name>WSS-8</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WSS_MODULE</value></config></property><property><name>MG_ON_WSS_BAND</name><config><name>MG_ON_WSS_BAND</name><value>L-BAND</value></config></property><property><name>MG_ON_WSS_COMMON_PORT</name><config><name>MG_ON_WSS_COMMON_PORT</name><value>88</value></config></property><property><name>MG_ON_WSS_INDEX</name><config><name>MG_ON_WSS_INDEX</name><value>8</value></config></property><property><name>MG_ON_WSS_LOWER_FREQ</name><config><name>MG_ON_WSS_LOWER_FREQ</name><value>184487666</value></config></property><property><name>MG_ON_WSS_NUM_PORTS</name><config><name>MG_ON_WSS_NUM_PORTS</name><value>9</value></config></property><property><name>MG_ON_WSS_TYPE</name><config><name>MG_ON_WSS_TYPE</name><value>MUX</value></config></property><property><name>MG_ON_WSS_UPPER_FREQ</name><config><name>MG_ON_WSS_UPPER_FREQ</name><value>191560676</value></config></property></properties></component><component><name>WSS-9</name><config><name>WSS-9</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_WSS_MODULE</value></config></property><property><name>MG_ON_WSS_BAND</name><config><name>MG_ON_WSS_BAND</name><value>S-BAND</value></config></property><property><name>MG_ON_WSS_COMMON_PORT</name><config><name>MG_ON_WSS_COMMON_PORT</name><value>281</value></config></property><property><name>MG_ON_WSS_INDEX</name><config><name>MG_ON_WSS_INDEX</name><value>9</value></config></property><property><name>MG_ON_WSS_LOWER_FREQ</name><config><name>MG_ON_WSS_LOWER_FREQ</name><value>195942784</value></config></property><property><name>MG_ON_WSS_NUM_PORTS</name><config><name>MG_ON_WSS_NUM_PORTS</name><value>9</value></config></property><property><name>MG_ON_WSS_TYPE</name><config><name>MG_ON_WSS_TYPE</name><value>DEMUX</value></config></property><property><name>MG_ON_WSS_UPPER_FREQ</name><config><name>MG_ON_WSS_UPPER_FREQ</name><value>205337300</value></config></property></properties></component><component><name>int-connection-1</name><config><name>int-connection-1</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-10</name><config><name>int-connection-10</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-100</name><config><name>int-connection-100</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>228</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>100</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-101</name><config><name>int-connection-101</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>20</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>101</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-102</name><config><name>int-connection-102</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>102</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-103</name><config><name>int-connection-103</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>103</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-104</name><config><name>int-connection-104</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>104</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-105</name><config><name>int-connection-105</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>105</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-106</name><config><name>int-connection-106</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_INDEX</nam" -[2024-06-20 13:26:26,157] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:26:26,158] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:26,216] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:26,216] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:26:26,216] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:26,216] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:26,217] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:26,217] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:26,217] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:26,217] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:26,217] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:26,217] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:26,217] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:26:26,217] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:26,217] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:26,217] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:26,217] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:26,218] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:26,218] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:26,218] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:26,218] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:26,218] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:26:26,218] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:26,218] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:26,218] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:26,218] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:26,218] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:26,218] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:26,218] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:26,219] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:26,219] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:26:26,219] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:26,219] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:26,219] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:26,219] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:26,219] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:26:26,219] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: fragment = "e><config><name>MG_ON_INT_CONN_INDEX</name><value>106</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-107</name><config><name>int-connection-107</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>107</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-108</name><config><name>int-connection-108</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>18</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>108</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-109</name><config><name>int-connection-109</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>20</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>109</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-11</name><config><name>int-connection-11</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-110</name><config><name>int-connection-110</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>110</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-111</name><config><name>int-connection-111</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>111</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-112</name><config><name>int-connection-112</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>112</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-113</name><config><name>int-connection-113</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>37</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>113</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-114</name><config><name>int-connection-114</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>38</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>114</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-115</name><config><name>int-connection-115</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>39</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>115</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-116</name><config><name>int-connection-116</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>40</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>116</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-117</name><config><name>int-connection-117</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>229</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>117</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-118</name><config><name>int-connection-118</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>230</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>118</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-119</name><config><name>int-connection-119</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>231</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>119</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-12</name><config><name>int-connection-12</name></config><state><emp" -[2024-06-20 13:26:26,219] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:26:26,219] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:26,272] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:26,273] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:26:26,273] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:26,273] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:26,273] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:26,273] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:26,273] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:26,273] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:26,273] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:26,273] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:26,274] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:26:26,274] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:26,274] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:26,274] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:26,274] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:26,274] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:26,274] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:26,274] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:26,274] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:26,274] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:26:26,275] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:26,275] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:26,275] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:26,275] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:26,275] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:26,275] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:26,275] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:26,275] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:26,275] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:26:26,275] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:26,276] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:26,276] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:26,276] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:26,276] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:26:26,276] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: fragment = "ty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-120</name><config><name>int-connection-120</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>232</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>120</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-121</name><config><name>int-connection-121</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>121</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-122</name><config><name>int-connection-122</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>122</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-123</name><config><name>int-connection-123</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>123</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-124</name><config><name>int-connection-124</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>124</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-125</name><config><name>int-connection-125</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>125</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-126</name><config><name>int-connection-126</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>126</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-127</name><config><name>int-connection-127</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>20</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>127</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-128</name><config><name>int-connection-128</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>128</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-129</name><config><name>int-connection-129</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>129</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-13</name><config><name>int-connection-13</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>17</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-130</name><config><name>int-connection-130</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>130</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-131</name><config><name>int-connection-131</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>131</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-132</name><config><name>int-connection-132</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>12</value></config></property><proper" -[2024-06-20 13:26:26,276] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:26:26,276] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:26,327] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:26,327] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:26:26,327] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:26,327] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:26,327] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:26,328] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:26,328] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:26,328] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:26,328] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:26,328] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:26,328] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:26:26,328] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:26,328] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:26,328] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:26,329] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:26,329] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:26,329] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:26,329] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:26,329] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:26,329] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:26:26,329] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:26,329] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:26,329] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:26,329] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:26,329] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:26,330] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:26,330] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:26,330] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:26,330] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:26:26,330] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:26,330] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:26,330] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:26,330] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:26,330] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:26:26,330] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: fragment = "ty><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>132</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-133</name><config><name>int-connection-133</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>41</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>133</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-134</name><config><name>int-connection-134</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>42</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>134</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-135</name><config><name>int-connection-135</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>43</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>135</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-136</name><config><name>int-connection-136</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>44</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>136</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-137</name><config><name>int-connection-137</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>233</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>137</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-138</name><config><name>int-connection-138</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>234</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>138</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-139</name><config><name>int-connection-139</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>235</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>139</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-14</name><config><name>int-connection-14</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>18</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-140</name><config><name>int-connection-140</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>236</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>140</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-141</name><config><name>int-connection-141</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>141</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-142</name><config><name>int-connection-142</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>142</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-143</name><config><name>int-connection-143</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>143</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-144</name><config><name>int-connection-144</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>144</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-145</name><config><name>int-connection-145</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_IND" -[2024-06-20 13:26:26,331] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:26:26,331] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:26,392] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:26,393] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:26:26,393] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:26,393] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:26,393] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:26,393] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:26,393] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:26,393] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:26,393] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:26,394] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:26,394] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:26:26,394] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:26,394] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:26,394] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:26,394] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:26,394] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:26,395] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:26,395] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:26,395] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:26,395] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:26:26,395] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:26,395] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:26,395] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:26,395] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:26,395] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:26,395] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:26,395] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:26,396] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:26,396] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:26:26,396] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:26,396] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:26,396] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:26,396] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:26,396] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:26:26,396] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: fragment = "EX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>145</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-146</name><config><name>int-connection-146</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>146</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-147</name><config><name>int-connection-147</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>147</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-148</name><config><name>int-connection-148</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>148</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-149</name><config><name>int-connection-149</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>149</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-15</name><config><name>int-connection-15</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>19</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-150</name><config><name>int-connection-150</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>150</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-151</name><config><name>int-connection-151</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>151</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-152</name><config><name>int-connection-152</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>152</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-153</name><config><name>int-connection-153</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>45</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>153</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-154</name><config><name>int-connection-154</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>46</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>154</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-155</name><config><name>int-connection-155</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>47</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>155</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-156</name><config><name>int-connection-156</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>48</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>156</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-157</name><config><name>int-connection-157</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>237</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>157</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-158</name><config><name>int-connection-158</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>238</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>158</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-159</name><config><name>int-connection-159</name></config><s" -[2024-06-20 13:26:26,397] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:26:26,397] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:26,456] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:26,456] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:26:26,456] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:26,456] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:26,456] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:26,457] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:26,457] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:26,457] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:26,457] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:26,457] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:26,457] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:26:26,457] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:26,457] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:26,457] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:26,457] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:26,457] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:26,458] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:26,458] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:26,458] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:26,458] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:26:26,458] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:26,458] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:26,458] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:26,458] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:26,458] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:26,458] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:26,458] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:26,459] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:26,459] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:26:26,459] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:26,459] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:26,459] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:26,459] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:26,459] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:26:26,459] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: fragment = "tate><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>239</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>159</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-16</name><config><name>int-connection-16</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>20</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-160</name><config><name>int-connection-160</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>240</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>160</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-161</name><config><name>int-connection-161</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>17</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>161</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-162</name><config><name>int-connection-162</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>17</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>162</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-163</name><config><name>int-connection-163</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>17</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>163</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-164</name><config><name>int-connection-164</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>17</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>164</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-165</name><config><name>int-connection-165</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>17</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>165</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-166</name><config><name>int-connection-166</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>17</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>166</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-167</name><config><name>int-connection-167</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>17</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>167</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-168</name><config><name>int-connection-168</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>17</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>168</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-169</name><config><name>int-connection-169</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>17</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>169</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-17</name><config><name>int-connection-17</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>209</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>17</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-170</name><config><name>int-connection-170</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>17</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>170</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-171</name><config><name>int-connection-171</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>17</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT" -[2024-06-20 13:26:26,459] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:26:26,459] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:26,520] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:26,520] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:26:26,520] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:26,520] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:26,520] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:26,520] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:26,521] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:26,521] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:26,521] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:26,521] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:26,521] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:26:26,521] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:26,521] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:26,521] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:26,521] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:26,521] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:26,521] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:26,522] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:26,522] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:26,522] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:26:26,522] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:26,522] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:26,522] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:26,522] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:26,522] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:26,522] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:26,522] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:26,523] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:26,523] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:26:26,523] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:26,523] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:26,523] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:26,523] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:26,523] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:26:26,523] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: fragment = "</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>171</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-172</name><config><name>int-connection-172</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>17</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>172</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-173</name><config><name>int-connection-173</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>17</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>49</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>173</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-174</name><config><name>int-connection-174</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>17</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>50</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>174</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-175</name><config><name>int-connection-175</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>17</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>51</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>175</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-176</name><config><name>int-connection-176</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>17</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>52</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>176</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-177</name><config><name>int-connection-177</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>18</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>241</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>177</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-178</name><config><name>int-connection-178</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>18</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>242</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>178</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-179</name><config><name>int-connection-179</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>18</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>243</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>179</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-18</name><config><name>int-connection-18</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>210</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>18</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-180</name><config><name>int-connection-180</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>18</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>244</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>180</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-181</name><config><name>int-connection-181</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>19</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>181</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-182</name><config><name>int-connection-182</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>19</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>182</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-183</name><config><name>int-connection-183</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>19</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>183</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-184</name><config><name>int-connection-184</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>19</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>10</value" -[2024-06-20 13:26:26,523] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:26:26,523] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:26,580] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:26,580] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:26:26,580] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:26,580] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:26,580] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:26,580] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:26,580] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:26,581] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:26,581] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:26,581] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:26,581] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:26:26,581] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:26,581] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:26,581] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:26,581] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:26,581] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:26,581] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:26,581] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:26,582] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:26,582] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:26:26,582] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:26,582] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:26,582] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:26,582] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:26,582] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:26,582] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:26,582] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:26,582] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:26,582] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:26:26,583] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:26,583] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:26,583] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:26,583] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:26,583] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:26:26,583] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: fragment = "></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>184</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-185</name><config><name>int-connection-185</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>19</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>185</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-186</name><config><name>int-connection-186</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>19</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>186</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-187</name><config><name>int-connection-187</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>19</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>187</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-188</name><config><name>int-connection-188</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>19</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>188</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-189</name><config><name>int-connection-189</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>19</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>189</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-19</name><config><name>int-connection-19</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>211</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>19</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-190</name><config><name>int-connection-190</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>19</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>190</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-191</name><config><name>int-connection-191</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>19</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>191</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-192</name><config><name>int-connection-192</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>19</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>192</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-193</name><config><name>int-connection-193</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>19</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>53</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>193</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-194</name><config><name>int-connection-194</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>19</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>54</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>194</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-195</name><config><name>int-connection-195</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>19</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>55</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>195</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-196</name><config><name>int-connection-196</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>19</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>56</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>196</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-197</name><config><name>int-connection-197</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>20</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>245</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>197</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-198</name><config><na" -[2024-06-20 13:26:26,583] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:26:26,584] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:26,636] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:26,636] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:26:26,637] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:26,637] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:26,637] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:26,637] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:26,637] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:26,637] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:26,637] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:26,637] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:26,637] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:26:26,637] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:26,637] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:26,638] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:26,638] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:26,638] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:26,638] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:26,638] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:26,638] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:26,638] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:26:26,638] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:26,638] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:26,638] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:26,639] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:26,639] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:26,639] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:26,639] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:26,639] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:26,639] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:26:26,639] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:26,639] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:26,639] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:26,640] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:26,640] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:26:26,640] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: fragment = "me>int-connection-198</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>20</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>246</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>198</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-199</name><config><name>int-connection-199</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>20</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>247</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>199</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-2</name><config><name>int-connection-2</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-20</name><config><name>int-connection-20</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>212</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>20</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-200</name><config><name>int-connection-200</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>20</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>248</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>200</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-201</name><config><name>int-connection-201</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>21</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>201</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-202</name><config><name>int-connection-202</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>21</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>202</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-203</name><config><name>int-connection-203</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>21</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>203</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-204</name><config><name>int-connection-204</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>21</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>204</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-205</name><config><name>int-connection-205</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>21</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>205</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-206</name><config><name>int-connection-206</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>21</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>206</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-207</name><config><name>int-connection-207</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>21</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>207</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-208</name><config><name>int-connection-208</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>21</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>208</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-209</name><config><name>int-connection-209</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>21</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>209</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-21</name><config><name>int-connection-21</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config>" -[2024-06-20 13:26:26,640] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:26:26,640] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:26,699] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:26,699] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:26:26,699] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:26,699] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:26,699] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:26,700] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:26,700] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:26,700] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:26,700] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:26,700] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:26,700] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:26:26,700] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:26,700] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:26,700] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:26,700] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:26,701] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:26,701] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:26,701] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:26,701] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:26,701] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:26:26,701] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:26,701] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:26,701] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:26,701] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:26,701] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:26,701] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:26,702] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:26,702] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:26,702] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:26:26,702] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:26,702] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:26,702] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:26,702] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:26,702] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:26:26,702] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: fragment = "<name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>21</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-210</name><config><name>int-connection-210</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>21</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>210</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-211</name><config><name>int-connection-211</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>21</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>211</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-212</name><config><name>int-connection-212</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>21</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>212</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-213</name><config><name>int-connection-213</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>21</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>57</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>213</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-214</name><config><name>int-connection-214</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>21</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>58</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>214</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-215</name><config><name>int-connection-215</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>21</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>59</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>215</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-216</name><config><name>int-connection-216</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>21</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>60</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>216</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-217</name><config><name>int-connection-217</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>249</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>217</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-218</name><config><name>int-connection-218</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>250</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>218</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-219</name><config><name>int-connection-219</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>251</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>219</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-22</name><config><name>int-connection-22</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-220</name><config><name>int-connection-220</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>252</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>220</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-221</name><config><name>int-connection-221</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>23</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>221</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-222</name><config><name>int-connection-222</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>23</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</nam" -[2024-06-20 13:26:26,703] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:26:26,703] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:26,759] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:26,759] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:26:26,759] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:26,759] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:26,759] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:26,759] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:26,759] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:26,759] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:26,759] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:26,759] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:26,760] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:26:26,760] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:26,760] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:26,760] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:26,760] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:26,760] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:26,760] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:26,760] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:26,760] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:26,760] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:26:26,761] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:26,761] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:26,761] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:26,761] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:26,761] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:26,761] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:26,761] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:26,761] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:26,761] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:26:26,761] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:26,762] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:26,762] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:26,762] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:26,762] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:26:26,762] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: fragment = "e><value>12</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>222</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-223</name><config><name>int-connection-223</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>23</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>223</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-224</name><config><name>int-connection-224</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>23</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>224</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-225</name><config><name>int-connection-225</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>23</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>225</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-226</name><config><name>int-connection-226</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>23</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>226</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-227</name><config><name>int-connection-227</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>23</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>227</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-228</name><config><name>int-connection-228</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>23</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>228</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-229</name><config><name>int-connection-229</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>23</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>229</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-23</name><config><name>int-connection-23</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>23</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-230</name><config><name>int-connection-230</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>23</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>230</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-231</name><config><name>int-connection-231</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>23</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>231</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-232</name><config><name>int-connection-232</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>23</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>232</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-233</name><config><name>int-connection-233</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>23</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>61</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>233</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-234</name><config><name>int-connection-234</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>23</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>62</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>234</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-235</name><config><name>int-connection-235</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>23</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>63</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>235</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-236</name><config><name>int-connection-236</name></config><state><empty" -[2024-06-20 13:26:26,762] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:26:26,762] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:26,821] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:26,822] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:26:26,822] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:26,822] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:26,822] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:26,822] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:26,822] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:26,822] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:26,822] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:26,822] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:26,823] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:26:26,823] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:26,823] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:26,823] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:26,823] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:26,823] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:26,823] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:26,823] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:26,823] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:26,823] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:26:26,823] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:26,824] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:26,824] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:26,824] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:26,824] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:26,824] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:26,824] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:26,824] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:26,824] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:26:26,824] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:26,825] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:26,825] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:26,825] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:26,825] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:26:26,825] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: fragment = ">false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>23</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>64</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>236</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-237</name><config><name>int-connection-237</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>253</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>237</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-238</name><config><name>int-connection-238</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>254</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>238</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-239</name><config><name>int-connection-239</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>255</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>239</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-24</name><config><name>int-connection-24</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>18</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-240</name><config><name>int-connection-240</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>256</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>240</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-241</name><config><name>int-connection-241</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>25</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>241</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-242</name><config><name>int-connection-242</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>25</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>242</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-243</name><config><name>int-connection-243</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>25</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>243</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-244</name><config><name>int-connection-244</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>25</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>244</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-245</name><config><name>int-connection-245</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>25</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>245</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-246</name><config><name>int-connection-246</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>25</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>246</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-247</name><config><name>int-connection-247</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>25</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>247</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-248</name><config><name>int-connection-248</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>25</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>248</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-249</name><config><name>int-connection-249</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>25</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONEN" -[2024-06-20 13:26:26,825] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:26:26,825] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:26,877] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:26,877] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:26:26,877] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:26,877] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:26,877] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:26,877] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:26,877] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:26,878] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:26,878] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:26,878] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:26,878] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:26:26,878] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:26,878] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:26,878] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:26,878] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:26,878] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:26,879] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:26,879] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:26,879] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:26,879] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:26:26,879] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:26,879] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:26,879] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:26,879] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:26,879] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:26,880] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:26,880] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:26,880] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:26,880] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:26:26,880] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:26,880] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:26,880] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:26,881] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:26,881] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:26:26,881] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: fragment = "T_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>18</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>249</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-25</name><config><name>int-connection-25</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>20</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>25</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-250</name><config><name>int-connection-250</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>25</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>20</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>250</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-251</name><config><name>int-connection-251</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>25</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>251</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-252</name><config><name>int-connection-252</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>25</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>252</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-253</name><config><name>int-connection-253</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>25</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>17</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>253</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-254</name><config><name>int-connection-254</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>25</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>18</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>254</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-255</name><config><name>int-connection-255</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>25</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>19</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>255</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-256</name><config><name>int-connection-256</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>25</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>20</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>256</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-257</name><config><name>int-connection-257</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>209</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>257</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-258</name><config><name>int-connection-258</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>210</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>258</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-259</name><config><name>int-connection-259</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>211</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>259</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-26</name><config><name>int-connection-26</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-260</name><config><name>int-connection-260</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>212</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>260</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-261</name><config><name>int-connection-261</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>27</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property" -[2024-06-20 13:26:26,881] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:26:26,881] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:26,936] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:26,936] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:26:26,936] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:26,936] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:26,937] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:26,937] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:26,937] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:26,937] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:26,937] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:26,937] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:26,937] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:26:26,937] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:26,937] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:26,937] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:26,937] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:26,938] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:26,938] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:26,938] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:26,938] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:26,938] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:26:26,938] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:26,938] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:26,938] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:26,938] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:26,938] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:26,939] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:26,939] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:26,939] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:26,939] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:26:26,939] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:26,939] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:26,939] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:26,939] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:26,939] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:26:26,939] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: fragment = "><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>261</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-262</name><config><name>int-connection-262</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>27</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>262</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-263</name><config><name>int-connection-263</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>27</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>263</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-264</name><config><name>int-connection-264</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>27</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>264</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-265</name><config><name>int-connection-265</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>27</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>265</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-266</name><config><name>int-connection-266</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>27</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>266</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-267</name><config><name>int-connection-267</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>27</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>267</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-268</name><config><name>int-connection-268</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>27</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>268</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-269</name><config><name>int-connection-269</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>27</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>18</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>269</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-27</name><config><name>int-connection-27</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>27</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-270</name><config><name>int-connection-270</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>27</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>20</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>270</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-271</name><config><name>int-connection-271</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>27</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>271</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-272</name><config><name>int-connection-272</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>27</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>272</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-273</name><config><name>int-connection-273</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>27</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>21</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>273</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-274</name><config><name>int-connection-274</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>27</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>274</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-275</name><config><name>int-connection-275</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</nam" -[2024-06-20 13:26:26,940] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:26:26,940] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:26,992] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:26,992] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:26:26,992] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:26,992] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:26,992] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:26,992] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:26,992] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:26,993] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:26,993] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:26,994] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:26,994] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:26:26,994] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:26,994] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:26,994] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:26,994] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:26,994] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:26,995] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:26,995] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:26,995] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:26,995] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:26:26,995] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:26,995] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:26,995] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:26,995] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:26,995] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:26,995] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:26,995] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:26,996] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:26,996] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:26:26,996] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:26,996] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:26,996] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:26,996] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:26,996] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:26:26,996] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: fragment = "e><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>27</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>23</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>275</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-276</name><config><name>int-connection-276</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>27</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>276</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-277</name><config><name>int-connection-277</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>213</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>277</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-278</name><config><name>int-connection-278</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>214</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>278</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-279</name><config><name>int-connection-279</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>215</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>279</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-28</name><config><name>int-connection-28</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-280</name><config><name>int-connection-280</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>216</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>280</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-281</name><config><name>int-connection-281</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>29</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>281</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-282</name><config><name>int-connection-282</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>29</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>282</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-283</name><config><name>int-connection-283</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>29</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>283</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-284</name><config><name>int-connection-284</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>29</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>284</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-285</name><config><name>int-connection-285</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>29</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>285</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-286</name><config><name>int-connection-286</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>29</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>286</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-287</name><config><name>int-connection-287</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>29</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>287</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-288</name><config><name>int-connection-288</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>29</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></proper" -[2024-06-20 13:26:26,996] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:26:26,996] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:27,049] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:27,049] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:26:27,049] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:27,049] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:27,049] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:27,049] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:27,050] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:27,050] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:27,050] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:27,050] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:27,050] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:26:27,050] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:27,050] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:27,051] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:27,051] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:27,051] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:27,051] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:27,051] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:27,051] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:27,051] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:26:27,052] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:27,052] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:27,052] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:27,052] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:27,052] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:27,052] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:27,052] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:27,053] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:27,053] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:26:27,053] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:27,053] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:27,053] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:27,053] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:27,054] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:26:27,054] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: fragment = "ty><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>288</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-289</name><config><name>int-connection-289</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>29</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>18</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>289</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-29</name><config><name>int-connection-29</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>29</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-290</name><config><name>int-connection-290</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>29</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>20</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>290</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-291</name><config><name>int-connection-291</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>29</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>291</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-292</name><config><name>int-connection-292</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>29</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>292</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-293</name><config><name>int-connection-293</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>29</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>25</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>293</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-294</name><config><name>int-connection-294</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>29</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>294</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-295</name><config><name>int-connection-295</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>29</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>27</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>295</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-296</name><config><name>int-connection-296</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>29</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>296</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-297</name><config><name>int-connection-297</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>217</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>297</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-298</name><config><name>int-connection-298</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>218</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>298</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-299</name><config><name>int-connection-299</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>219</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>299</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-3</name><config><name>int-connection-3</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-30</name><config><name>int-connection-30</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX" -[2024-06-20 13:26:27,054] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:26:27,054] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:27,108] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:27,108] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:26:27,108] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:27,108] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:27,108] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:27,109] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:27,109] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:27,109] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:27,109] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:27,110] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:27,110] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:26:27,110] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:27,110] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:27,110] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:27,110] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:27,110] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:27,111] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:27,111] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:27,111] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:27,111] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:26:27,111] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:27,111] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:27,111] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:27,111] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:27,111] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:27,111] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:27,112] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:27,112] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:27,112] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:26:27,112] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:27,112] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:27,112] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:27,112] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:27,112] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:26:27,112] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: fragment = "</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-300</name><config><name>int-connection-300</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>220</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>300</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-301</name><config><name>int-connection-301</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>31</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>301</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-302</name><config><name>int-connection-302</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>31</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>302</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-303</name><config><name>int-connection-303</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>31</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>303</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-304</name><config><name>int-connection-304</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>31</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>304</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-305</name><config><name>int-connection-305</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>31</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>305</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-306</name><config><name>int-connection-306</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>31</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>306</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-307</name><config><name>int-connection-307</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>31</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>307</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-308</name><config><name>int-connection-308</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>31</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>308</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-309</name><config><name>int-connection-309</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>31</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>18</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>309</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-31</name><config><name>int-connection-31</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>31</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-310</name><config><name>int-connection-310</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>31</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>20</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>310</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-311</name><config><name>int-connection-311</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>31</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>311</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-312</name><config><name>int-connection-312</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>31</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>312</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-313</name><config><name>int-connection-313</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><prope" -[2024-06-20 13:26:27,113] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:26:27,113] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:27,165] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:27,165] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:26:27,165] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:27,165] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:27,166] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:27,166] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:27,166] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:27,166] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:27,166] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:27,167] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:27,167] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:26:27,167] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:27,167] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:27,167] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:27,168] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:27,168] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:27,168] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:27,168] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:27,168] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:27,169] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:26:27,169] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:27,169] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:27,169] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:27,169] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:27,169] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:27,169] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:27,169] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:27,170] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:27,170] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:26:27,170] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:27,170] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:27,170] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:27,171] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:27,171] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:26:27,171] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: fragment = "rty><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>31</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>29</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>313</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-314</name><config><name>int-connection-314</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>31</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>314</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-315</name><config><name>int-connection-315</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>31</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>31</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>315</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-316</name><config><name>int-connection-316</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>31</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>316</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-317</name><config><name>int-connection-317</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>221</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>317</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-318</name><config><name>int-connection-318</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>222</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>318</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-319</name><config><name>int-connection-319</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>223</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>319</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-32</name><config><name>int-connection-32</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-320</name><config><name>int-connection-320</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>224</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>320</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-321</name><config><name>int-connection-321</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>129</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>321</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-322</name><config><name>int-connection-322</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>130</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>322</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-323</name><config><name>int-connection-323</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>131</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>323</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-324</name><config><name>int-connection-324</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>132</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>324</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-325</name><config><name>int-connection-325</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>133</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>325</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-326</name><config><name>int-connection-326</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CON" -[2024-06-20 13:26:27,171] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:26:27,171] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:27,222] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:27,222] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:26:27,222] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:27,222] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:27,223] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:27,223] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:27,223] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:27,223] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:27,223] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:27,223] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:27,223] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:26:27,223] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:27,223] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:27,223] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:27,224] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:27,224] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:27,224] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:27,224] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:27,224] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:27,224] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:26:27,224] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:27,224] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:27,224] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:27,224] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:27,225] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:27,225] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:27,225] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:27,225] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:27,225] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:26:27,225] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:27,225] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:27,225] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:27,225] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:27,225] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:26:27,226] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: fragment = "N_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>134</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>326</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-327</name><config><name>int-connection-327</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>135</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>327</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-328</name><config><name>int-connection-328</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>136</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>328</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-329</name><config><name>int-connection-329</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>137</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>329</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-33</name><config><name>int-connection-33</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>21</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>33</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-330</name><config><name>int-connection-330</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>138</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>330</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-331</name><config><name>int-connection-331</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>139</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>331</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-332</name><config><name>int-connection-332</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>140</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>332</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-333</name><config><name>int-connection-333</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>141</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>333</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-334</name><config><name>int-connection-334</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>142</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>334</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-335</name><config><name>int-connection-335</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>143</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>335</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-336</name><config><name>int-connection-336</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>144</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>336</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-337</name><config><name>int-connection-337</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>145</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>337</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-338</name><config><name>int-connection-338</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>146</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>338</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-339</name><config><name>int-connection-339</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>321</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>339</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CON" -[2024-06-20 13:26:27,226] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:26:27,226] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:27,288] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:27,288] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:26:27,288] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:27,288] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:27,288] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:27,288] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:27,288] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:27,288] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:27,289] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:27,289] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:27,289] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:26:27,289] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:27,289] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:27,289] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:27,289] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:27,289] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:27,289] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:27,289] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:27,289] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:27,290] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:26:27,290] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:27,290] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:27,290] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:27,290] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:27,290] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:27,290] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:27,290] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:27,290] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:27,291] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:26:27,291] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:27,291] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:27,291] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:27,291] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:27,291] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:26:27,291] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: fragment = "N_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-34</name><config><name>int-connection-34</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>34</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-340</name><config><name>int-connection-340</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>322</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>340</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-341</name><config><name>int-connection-341</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>323</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>341</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-342</name><config><name>int-connection-342</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>324</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>342</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-343</name><config><name>int-connection-343</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>325</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>343</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-344</name><config><name>int-connection-344</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>326</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>344</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-345</name><config><name>int-connection-345</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>327</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>345</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-346</name><config><name>int-connection-346</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>328</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>346</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-347</name><config><name>int-connection-347</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>329</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>347</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-348</name><config><name>int-connection-348</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>330</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>348</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-349</name><config><name>int-connection-349</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>331</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>349</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-35</name><config><name>int-connection-35</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>23</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>35</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-350</name><config><name>int-connection-350</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>332</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>350</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-351</name><config><name>int-connection-351</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>333</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>351</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-352</name><config><name>int-connection-352</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_" -[2024-06-20 13:26:27,291] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:26:27,292] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:27,351] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:27,352] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:26:27,352] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:27,352] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:27,352] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:27,353] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:27,353] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:27,353] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:27,353] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:27,353] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:27,353] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:26:27,354] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:27,354] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:27,354] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:27,354] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:27,355] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:27,355] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:27,355] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:27,355] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:27,355] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:26:27,355] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:27,356] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:27,356] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:27,356] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:27,356] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:27,356] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:27,357] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:27,357] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:27,357] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:26:27,357] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:27,357] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:27,357] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:27,357] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:27,358] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:26:27,358] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: fragment = "INT_CONN_COMPONENT_FROM</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>334</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>352</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-353</name><config><name>int-connection-353</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>335</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>353</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-354</name><config><name>int-connection-354</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>336</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>354</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-355</name><config><name>int-connection-355</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>337</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>355</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-356</name><config><name>int-connection-356</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>338</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>356</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-357</name><config><name>int-connection-357</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>147</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>357</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-358</name><config><name>int-connection-358</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>148</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>358</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-359</name><config><name>int-connection-359</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>149</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>359</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-36</name><config><name>int-connection-36</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>36</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-360</name><config><name>int-connection-360</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>150</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>360</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-361</name><config><name>int-connection-361</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>151</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>361</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-362</name><config><name>int-connection-362</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>152</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>362</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-363</name><config><name>int-connection-363</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>153</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>363</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-364</name><config><name>int-connection-364</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>154</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>364</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-365</name><config><name>int-connection-365</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</n" -[2024-06-20 13:26:27,358] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:26:27,358] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:27,412] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:27,412] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:26:27,413] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:27,413] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:27,413] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:27,413] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:27,413] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:27,413] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:27,413] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:27,413] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:27,414] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:26:27,414] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:27,414] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:27,414] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:27,414] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:27,414] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:27,414] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:27,414] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:27,415] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:27,415] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:26:27,415] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:27,415] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:27,415] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:27,415] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:27,415] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:27,415] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:27,416] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:27,416] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:27,416] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:26:27,416] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:27,416] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:27,416] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:27,417] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:27,417] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:26:27,417] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: fragment = "ame><value>155</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>365</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-366</name><config><name>int-connection-366</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>156</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>366</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-367</name><config><name>int-connection-367</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>157</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>367</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-368</name><config><name>int-connection-368</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>158</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>368</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-369</name><config><name>int-connection-369</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>159</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>369</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-37</name><config><name>int-connection-37</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>213</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>37</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-370</name><config><name>int-connection-370</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>160</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>370</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-371</name><config><name>int-connection-371</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>161</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>371</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-372</name><config><name>int-connection-372</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>162</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>372</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-373</name><config><name>int-connection-373</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>163</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>373</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-374</name><config><name>int-connection-374</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>164</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>374</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-375</name><config><name>int-connection-375</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>339</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>375</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-376</name><config><name>int-connection-376</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>340</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>376</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-377</name><config><name>int-connection-377</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>341</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>377</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-378</name><config><name>int-connection-378</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>342</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>378</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-379</name><config><name>int-connection-379</name></config><state><empty>false</emp" -[2024-06-20 13:26:27,417] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:26:27,417] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:27,470] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:27,470] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:26:27,470] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:27,470] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:27,471] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:27,471] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:27,471] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:27,471] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:27,471] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:27,472] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:27,472] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:26:27,472] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:27,472] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:27,472] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:27,473] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:27,473] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:27,473] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:27,473] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:27,473] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:27,474] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:26:27,474] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:27,474] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:27,474] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:27,474] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:27,474] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:27,475] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:27,475] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:27,475] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:27,475] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:26:27,475] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:27,475] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:27,475] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:27,475] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:27,476] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:26:27,476] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: fragment = "ty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>343</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>379</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-38</name><config><name>int-connection-38</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>214</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>38</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-380</name><config><name>int-connection-380</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>344</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>380</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-381</name><config><name>int-connection-381</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>345</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>381</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-382</name><config><name>int-connection-382</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>346</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>382</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-383</name><config><name>int-connection-383</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>347</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>383</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-384</name><config><name>int-connection-384</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>348</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>384</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-385</name><config><name>int-connection-385</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>349</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>385</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-386</name><config><name>int-connection-386</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>350</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>386</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-387</name><config><name>int-connection-387</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>351</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>387</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-388</name><config><name>int-connection-388</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>352</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>388</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-389</name><config><name>int-connection-389</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>353</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>389</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-39</name><config><name>int-connection-39</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>215</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>39</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-390</name><config><name>int-connection-390</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>354</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>390</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-391</name><config><name>int-connection-391</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><pro" -[2024-06-20 13:26:27,476] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:26:27,476] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:27,525] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:27,526] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:26:27,526] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:27,526] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:27,526] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:27,526] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:27,526] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:27,527] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:27,527] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:27,527] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:27,527] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:26:27,527] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:27,527] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:27,527] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:27,528] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:27,528] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:27,528] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:27,528] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:27,528] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:27,528] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:26:27,528] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:27,529] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:27,529] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:27,529] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:27,529] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:27,529] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:27,529] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:27,530] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:27,530] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:26:27,530] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:27,530] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:27,530] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:27,530] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:27,531] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:26:27,531] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: fragment = "perty><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>355</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>391</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-392</name><config><name>int-connection-392</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>356</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>392</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-393</name><config><name>int-connection-393</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>165</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>393</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-394</name><config><name>int-connection-394</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>166</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>394</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-395</name><config><name>int-connection-395</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>167</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>395</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-396</name><config><name>int-connection-396</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>168</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>396</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-397</name><config><name>int-connection-397</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>169</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>397</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-398</name><config><name>int-connection-398</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>170</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>398</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-399</name><config><name>int-connection-399</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>171</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>399</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-4</name><config><name>int-connection-4</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-40</name><config><name>int-connection-40</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>216</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>40</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-400</name><config><name>int-connection-400</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>172</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>400</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-401</name><config><name>int-connection-401</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>173</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>401</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-402</name><config><name>int-connection-402</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>174</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>402</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-403</name><config><name>int-connection-403</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>175</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>403</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG" -[2024-06-20 13:26:27,531] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:26:27,531] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:27,584] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:27,584] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:26:27,584] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:27,585] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:27,585] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:27,585] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:27,585] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:27,585] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:27,586] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:27,586] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:27,586] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:26:27,586] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:27,586] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:27,586] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:27,587] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:27,587] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:27,587] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:27,587] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:27,587] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:27,588] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:26:27,588] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:27,588] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:27,588] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:27,588] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:27,588] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:27,589] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:27,589] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:27,589] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:27,589] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:26:27,589] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:27,589] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:27,590] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:27,590] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:27,590] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:26:27,590] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: fragment = "_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-404</name><config><name>int-connection-404</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>176</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>404</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-405</name><config><name>int-connection-405</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>177</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>405</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-406</name><config><name>int-connection-406</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>178</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>406</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-407</name><config><name>int-connection-407</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>179</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>407</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-408</name><config><name>int-connection-408</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>180</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>408</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-409</name><config><name>int-connection-409</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>181</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>409</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-41</name><config><name>int-connection-41</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>41</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-410</name><config><name>int-connection-410</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>182</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>410</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-411</name><config><name>int-connection-411</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>357</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>411</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-412</name><config><name>int-connection-412</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>358</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>412</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-413</name><config><name>int-connection-413</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>359</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>413</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-414</name><config><name>int-connection-414</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>360</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>414</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-415</name><config><name>int-connection-415</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>361</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>415</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-416</name><config><name>int-connection-416</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>362</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>416</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-417</name><config><name>int-connection-417</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_IN" -[2024-06-20 13:26:27,590] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:26:27,590] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:27,642] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:27,642] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:26:27,642] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:27,642] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:27,642] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:27,643] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:27,643] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:27,643] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:27,643] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:27,643] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:27,643] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:26:27,643] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:27,644] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:27,644] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:27,644] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:27,644] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:27,644] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:27,644] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:27,644] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:27,645] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:26:27,645] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:27,645] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:27,645] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:27,645] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:27,645] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:27,645] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:27,645] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:27,646] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:27,646] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:26:27,646] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:27,646] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:27,646] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:27,646] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:27,646] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:26:27,646] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: fragment = "T_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>363</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>417</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-418</name><config><name>int-connection-418</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>364</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>418</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-419</name><config><name>int-connection-419</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>365</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>419</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-42</name><config><name>int-connection-42</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>42</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-420</name><config><name>int-connection-420</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>366</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>420</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-421</name><config><name>int-connection-421</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>367</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>421</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-422</name><config><name>int-connection-422</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>368</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>422</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-423</name><config><name>int-connection-423</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>369</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>423</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-424</name><config><name>int-connection-424</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>370</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>424</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-425</name><config><name>int-connection-425</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>371</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>425</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-426</name><config><name>int-connection-426</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>372</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>426</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-427</name><config><name>int-connection-427</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>373</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>427</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-428</name><config><name>int-connection-428</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>0</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>374</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>428</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-43</name><config><name>int-connection-43</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>18</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>43</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-44</name><config><name>int-connection-44</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>20</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></proper" -[2024-06-20 13:26:27,647] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:26:27,647] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:27,699] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:27,699] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:26:27,699] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:27,699] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:27,699] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:27,699] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:27,699] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:27,699] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:27,699] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:27,699] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:27,700] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:26:27,700] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:27,700] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:27,700] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:27,700] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:27,700] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:27,700] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:27,700] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:27,700] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:27,700] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:26:27,701] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:27,701] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:27,701] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:27,701] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:27,701] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:27,701] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:27,701] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:27,701] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:27,701] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:26:27,701] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:27,701] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:27,702] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:27,702] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:27,702] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:26:27,702] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: fragment = "ty><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>44</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-45</name><config><name>int-connection-45</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>45</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-46</name><config><name>int-connection-46</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>46</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-47</name><config><name>int-connection-47</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>47</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-48</name><config><name>int-connection-48</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>48</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-49</name><config><name>int-connection-49</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>49</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-5</name><config><name>int-connection-5</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>18</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-50</name><config><name>int-connection-50</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>50</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-51</name><config><name>int-connection-51</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>51</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-52</name><config><name>int-connection-52</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>52</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-53</name><config><name>int-connection-53</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>25</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>53</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-54</name><config><name>int-connection-54</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>54</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-55</name><config><name>int-connection-55</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>27</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>55</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-56</name><config><name>int-connection-56</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>56</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-57</name><config><name>int-connection-57</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>217</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>57</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-58</name><config><name>int-connection-58</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_C" -[2024-06-20 13:26:27,702] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:26:27,702] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:27,755] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:27,755] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:26:27,755] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:27,755] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:27,755] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:27,755] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:27,755] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:27,755] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:27,756] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:27,756] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:27,756] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:26:27,756] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:27,756] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:27,756] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:27,756] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:27,756] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:27,756] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:27,756] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:27,757] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:27,757] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:26:27,757] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:27,757] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:27,757] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:27,757] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:27,757] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:27,757] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:27,757] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:27,757] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:27,758] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:26:27,758] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:27,758] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:27,758] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:27,758] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:27,758] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:26:27,758] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: fragment = "OMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>218</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>58</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-59</name><config><name>int-connection-59</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>219</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>59</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-6</name><config><name>int-connection-6</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>20</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-60</name><config><name>int-connection-60</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>220</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>60</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-61</name><config><name>int-connection-61</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>61</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-62</name><config><name>int-connection-62</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>18</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>62</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-63</name><config><name>int-connection-63</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>20</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>63</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-64</name><config><name>int-connection-64</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>64</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-65</name><config><name>int-connection-65</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>65</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-66</name><config><name>int-connection-66</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>66</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-67</name><config><name>int-connection-67</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>67</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-68</name><config><name>int-connection-68</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>68</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-69</name><config><name>int-connection-69</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>69</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-7</name><config><name>int-connection-7</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-70</name><config><name>int-connection-70</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value" -[2024-06-20 13:26:27,758] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:26:27,758] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:27,810] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:27,810] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:26:27,811] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:27,811] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:27,811] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:27,811] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:27,811] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:27,811] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:27,811] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:27,811] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:27,811] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:26:27,812] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:27,812] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:27,812] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:27,812] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:27,812] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:27,812] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:27,812] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:27,812] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:27,812] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:26:27,812] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:27,813] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:27,813] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:27,813] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:27,813] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:27,813] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:27,813] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:27,813] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:27,813] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:26:27,813] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:27,813] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:27,813] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:27,814] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:27,814] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:26:27,814] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: fragment = ">14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>70</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-71</name><config><name>int-connection-71</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>71</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-72</name><config><name>int-connection-72</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>18</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>72</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-73</name><config><name>int-connection-73</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>29</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>73</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-74</name><config><name>int-connection-74</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>74</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-75</name><config><name>int-connection-75</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>31</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>75</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-76</name><config><name>int-connection-76</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>76</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-77</name><config><name>int-connection-77</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>221</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>77</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-78</name><config><name>int-connection-78</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>222</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>78</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-79</name><config><name>int-connection-79</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>223</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>79</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-8</name><config><name>int-connection-8</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-80</name><config><name>int-connection-80</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>224</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>80</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-81</name><config><name>int-connection-81</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>18</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>81</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-82</name><config><name>int-connection-82</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>2</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>20</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>82</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-83</name><config><name>int-connection-83</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>3</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>83</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><valu" -[2024-06-20 13:26:27,814] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:26:27,814] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:27,868] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:27,869] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:26:27,869] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:27,869] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:27,869] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:27,869] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:27,869] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:27,869] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:27,869] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:27,869] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:27,870] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:26:27,870] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:27,870] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:27,870] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:27,870] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:27,870] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:27,870] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:27,870] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:27,870] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:27,870] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:26:27,870] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:27,871] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:27,871] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:27,871] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:27,871] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:27,871] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:27,871] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:27,871] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:27,871] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:26:27,871] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:27,872] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:27,872] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:27,872] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:27,872] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:26:27,872] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: fragment = "e>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-84</name><config><name>int-connection-84</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>4</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>24</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>84</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-85</name><config><name>int-connection-85</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>85</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-86</name><config><name>int-connection-86</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>6</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>28</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>86</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-87</name><config><name>int-connection-87</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>7</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>30</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>87</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-88</name><config><name>int-connection-88</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>8</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>32</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>88</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-89</name><config><name>int-connection-89</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>89</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-9</name><config><name>int-connection-9</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>26</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>1</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-90</name><config><name>int-connection-90</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>18</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>90</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-91</name><config><name>int-connection-91</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>11</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>20</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>91</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-92</name><config><name>int-connection-92</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>12</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>22</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>5</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>92</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_TO_WBSS</value></config></property></properties></component><component><name>int-connection-93</name><config><name>int-connection-93</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>33</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>93</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-94</name><config><name>int-connection-94</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>34</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>94</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-95</name><config><name>int-connection-95</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>35</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>95</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-96</name><config><name>int-connection-96</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>9</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>16</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>36</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>96</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_DEMUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-97</name><config><name>int-connection-97</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>10</value" -[2024-06-20 13:26:27,872] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:26:27,872] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:27,940] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:27,940] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:26:27,940] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:27,940] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:27,940] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:27,940] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:27,941] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:27,941] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:27,941] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:27,941] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:27,941] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:26:27,941] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:27,941] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:27,941] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:27,941] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:27,941] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:27,942] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:27,942] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:27,942] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:27,942] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:26:27,942] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:27,942] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:27,942] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:27,942] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:27,942] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:27,942] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:27,942] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:27,942] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:27,943] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:26:27,943] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:27,943] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:27,943] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:27,943] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:27,943] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:26:27,943] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: fragment = "></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>13</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>225</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>97</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-98</name><config><name>int-connection-98</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>14</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>226</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>98</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>int-connection-99</name><config><name>int-connection-99</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_INT_CONNECTION</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM</name><value>10</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_FROM_PORT</name><value>15</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO</name><config><name>MG_ON_INT_CONN_COMPONENT_TO</name><value>MG_ON_INTERBAND_OXC</value></config></property><property><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><config><name>MG_ON_INT_CONN_COMPONENT_TO_PORT</name><value>227</value></config></property><property><name>MG_ON_INT_CONN_INDEX</name><config><name>MG_ON_INT_CONN_INDEX</name><value>99</value></config></property><property><name>MG_ON_INT_CONN_TYPE</name><config><name>MG_ON_INT_CONN_TYPE</name><value>MG_ON_INT_CONN_WBSS_MUX_TO_OXC</value></config></property></properties></component><component><name>port-1-in</name><config><name>port-1-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>EAST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-1-out</name><config><name>port-1-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>EAST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-10-in</name><config><name>port-10-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>NORTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-10-out</name><config><name>port-10-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>NORTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-11-in</name><config><name>port-11-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>NORTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-11-out</name><config><name>port-11-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>NORTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-12-in</name><config><name>port-12-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>NORTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-12-out</name><config><name>port-12-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>NORTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-13-in</name><config><name>port-13-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>SOUTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-13-out</name><config><name>port-13-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>SOUTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-14-in</name><config><name>port-14-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>SOUTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-14-out</name><config><name>port-14-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>SOUTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-15-in</name><config><name>port-15-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>SOUTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-15-out</name><config><name>port-15-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>SOUTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-16-in</name><config><name>port-16-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>SOUTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-16-out</name><config><name>port-16-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>SOUTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-17-in</name><config><name>port-17-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>1</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>EAST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-17-out</name><config><name>port-17-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>193</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>EAST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-18-in</name><config><name>port-18-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>2</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>EAST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-18-out</name><config><name>port-18-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>194</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>EAST</value></config></property><propert" -[2024-06-20 13:26:27,943] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:26:27,943] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:28,011] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:28,011] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:26:28,011] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:28,011] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:28,012] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:28,012] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:28,012] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:28,012] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:28,012] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:28,013] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:28,013] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:26:28,013] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:28,013] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:28,013] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:28,014] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:28,014] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:28,014] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:28,014] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:28,014] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:28,014] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:26:28,015] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:28,015] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:28,015] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:28,015] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:28,015] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:28,016] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:28,016] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:28,016] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:28,016] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:26:28,016] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:28,017] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:28,017] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:28,017] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:28,017] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:26:28,017] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: fragment = "y><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-19-in</name><config><name>port-19-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>3</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>EAST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-19-out</name><config><name>port-19-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>195</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>EAST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-2-in</name><config><name>port-2-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>EAST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-2-out</name><config><name>port-2-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>EAST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-20-in</name><config><name>port-20-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>4</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>EAST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-20-out</name><config><name>port-20-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>196</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>EAST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-21-in</name><config><name>port-21-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>5</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>WEST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-21-out</name><config><name>port-21-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>197</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>WEST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-22-in</name><config><name>port-22-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>6</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>WEST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-22-out</name><config><name>port-22-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>198</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>WEST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-23-in</name><config><name>port-23-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>7</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>WEST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-23-out</name><config><name>port-23-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>199</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>WEST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-24-in</name><config><name>port-24-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>8</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>WEST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-24-out</name><config><name>port-24-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>200</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>WEST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-25-in</name><config><name>port-25-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>9</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>NORTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-25-out</name><config><name>port-25-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>201</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>NORTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-26-in</name><config><name>port-26-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>10</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>NORTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-26-out</name><config><name>port-26-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>202</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>NORTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-27-in</name><config><name>port-27-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>11</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>NORTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-27-out</name><config><name>port-27-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>203</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>NORTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-28-in</name><config><name>port-28-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>12</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>NORTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-28-out</name><config><name>port-28-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_O" -[2024-06-20 13:26:28,018] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:26:28,018] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:28,084] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:28,084] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:26:28,084] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:28,084] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:28,084] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:28,084] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:28,084] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:28,085] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:28,085] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:28,085] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:28,085] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:26:28,085] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:28,085] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:28,085] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:28,085] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:28,085] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:28,086] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:28,086] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:28,086] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:28,086] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:26:28,086] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:28,086] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:28,086] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:28,086] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:28,086] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:28,087] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:28,087] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:28,087] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:28,087] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:26:28,087] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:28,087] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:28,087] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:28,087] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:28,087] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:26:28,087] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: fragment = "N_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>204</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>NORTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-29-in</name><config><name>port-29-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>13</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>SOUTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-29-out</name><config><name>port-29-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>205</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>SOUTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-3-in</name><config><name>port-3-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>EAST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-3-out</name><config><name>port-3-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>EAST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-30-in</name><config><name>port-30-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>14</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>SOUTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-30-out</name><config><name>port-30-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>206</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>SOUTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-31-in</name><config><name>port-31-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>15</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>SOUTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-31-out</name><config><name>port-31-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>207</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>SOUTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-32-in</name><config><name>port-32-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>16</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>SOUTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-32-out</name><config><name>port-32-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>208</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>SOUTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_FIBER</value></config></property></properties></component><component><name>port-33-in</name><config><name>port-33-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>97</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-33-out</name><config><name>port-33-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>289</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-34-in</name><config><name>port-34-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>98</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-34-out</name><config><name>port-34-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>290</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-35-in</name><config><name>port-35-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>99</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-35-out</name><config><name>port-35-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>291</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-36-in</name><config><name>port-36-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>100</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-36-out</name><config><name>port-36-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>292</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-37-in</name><config><name>port-37-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>101</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-37-out</name><config><name>port-37-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>293</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-38-in</name><config><name>port-38-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>102</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-38-out</name><config><name>port-38-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>294</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-39-in</name><config><name>port-39-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>103</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</v" -[2024-06-20 13:26:28,087] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:26:28,088] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:28,157] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:28,158] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:26:28,158] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:28,158] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:28,158] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:28,158] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:28,158] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:28,159] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:28,159] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:28,159] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:28,159] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:26:28,159] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:28,159] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:28,160] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:28,160] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:28,160] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:28,160] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:28,160] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:28,160] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:28,160] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:26:28,161] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:28,161] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:28,161] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:28,161] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:28,161] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:28,162] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:28,162] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:28,162] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:28,162] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:26:28,162] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:28,163] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:28,163] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:28,163] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:28,163] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:26:28,163] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: fragment = "alue></config></property></properties></component><component><name>port-39-out</name><config><name>port-39-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>295</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-4-in</name><config><name>port-4-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>EAST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-4-out</name><config><name>port-4-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>EAST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-40-in</name><config><name>port-40-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>104</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-40-out</name><config><name>port-40-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>296</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-41-in</name><config><name>port-41-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>105</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-41-out</name><config><name>port-41-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>297</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-42-in</name><config><name>port-42-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>106</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-42-out</name><config><name>port-42-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>298</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-43-in</name><config><name>port-43-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>107</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-43-out</name><config><name>port-43-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>299</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-44-in</name><config><name>port-44-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>108</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-44-out</name><config><name>port-44-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>300</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-45-in</name><config><name>port-45-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>109</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-45-out</name><config><name>port-45-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>301</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-46-in</name><config><name>port-46-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>110</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-46-out</name><config><name>port-46-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>302</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-47-in</name><config><name>port-47-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>111</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-47-out</name><config><name>port-47-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>303</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-48-in</name><config><name>port-48-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>112</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-48-out</name><config><name>port-48-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_OXC_PORT</name><config><name>MG_ON_OXC_PORT</name><value>304</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_MEDIACHANNEL</value></config></property></properties></component><component><name>port-5-in</name><config><name>port-5-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>WEST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-5-out</name><config><name>port-5-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>WEST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-6-in</name><config><name>port-6-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>WEST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-6-out</name><config><name>port-6-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>WEST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value><" -[2024-06-20 13:26:28,163] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:26:28,164] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:28,210] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:28,210] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:26:28,210] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:28,210] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:28,211] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:28,211] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:28,211] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:28,211] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:28,211] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:28,211] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:28,211] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:26:28,211] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:28,211] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:28,211] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:28,212] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:28,212] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:28,212] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:28,212] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:28,212] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:28,212] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:26:28,212] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:28,212] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:28,212] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:28,213] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:28,213] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:28,213] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:28,213] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:28,213] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:28,213] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:26:28,213] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:28,213] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:28,213] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:28,214] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:28,214] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: appending 16376 bytes -[2024-06-20 13:26:28,214] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: fragment = "/config></property></properties></component><component><name>port-7-in</name><config><name>port-7-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>WEST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-7-out</name><config><name>port-7-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>WEST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-8-in</name><config><name>port-8-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>WEST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-8-out</name><config><name>port-8-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>WEST</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-9-in</name><config><name>port-9-in</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>NORTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>INPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component><component><name>port-9-out</name><config><name>port-9-out</name></config><state><empty>false</empty></state><properties><property><name>MG_ON_COMPONENT_TYPE</name><config><name>MG_ON_COMPONENT_TYPE</name><value>MG_ON_EXT_PORT</value></config></property><property><name>MG_ON_PORT_DEGREE</name><config><name>MG_ON_PORT_DEGREE</name><value>NORTH</value></config></property><property><name>MG_ON_PORT_DIRECTION</name><config><name>MG_ON_PORT_DIRECTION</name><value>OUTPUT</value></config></property><property><name>MG_ON_PORT_TYPE</name><config><name>MG_ON_PORT_TYPE</name><value>MG_ON_OPTICAL_PORT_WAVEBAND</value></config></property></properties></component></components><wavelength-router xmlns="http://openconfig.net/yang/wavelength-router"><optical-bands xmlns="http://flex-scale-project.eu/yang/flex-scale-mg-on"><optical-band><index>1</index><config><index>1</index><name>C_BAND</name><lower-frequency>192006250</lower-frequency><upper-frequency>192206250</upper-frequency><admin-status>ENABLED</admin-status></config><state><index>1</index><name>C_BAND</name><lower-frequency>192006250</lower-frequency><upper-frequency>192206250</upper-frequency><admin-status>ENABLED</admin-status><oper-status>UP</oper-status></state><source><config><port-name>port-1-in</port-name></config><state><port-name>port-1-in</port-name></state></source><dest><config><port-name>DROP</port-name></config><state><port-name>DROP</port-name></state></dest></optical-band></optical-bands></wavelength-router><aaa xmlns="http://tail-f.com/ns/aaa/1.1"><authentication><users><user><name>admin</name><uid>9000</uid><gid>100</gid><password>$1$uHrg99PA$.Lms1sWc8ZGuUX8T6PNQh0</password><ssh_keydir>/var/confd/homes/admin/.ssh</ssh_keydir><homedir>/var/confd/homes/admin</homedir></user><user><name>oper</name><uid>9000</uid><gid>100</gid><password>$1$9OJiF0bG$Myi9nICnK8rp2p9qSmBmH.</password><ssh_keydir>/var/confd/homes/oper/.ssh</ssh_keydir><homedir>/var/confd/homes/oper</homedir></user><user><name>private</name><uid>9000</uid><gid>100</gid><password>$1$PuXqqWlS$aShVgQv24iqb/MNYtMeAn/</password><ssh_keydir>/var/confd/homes/private/.ssh</ssh_keydir><homedir>/var/confd/homes/private</homedir></user><user><name>public</name><uid>9000</uid><gid>100</gid><password>$1$inij.yJ9$QUH0TnRHgwszY3T9THj6w1</password><ssh_keydir>/var/confd/homes/public/.ssh</ssh_keydir><homedir>/var/confd/homes/public</homedir></user></users></authentication><ios><level><nr>0</nr><prompt>\h> </prompt></level><level><nr>15</nr><prompt>\h# </prompt></level><privilege><mode>exec</mode><level><nr>0</nr><command><name>action</name></command><command><name>autowizard</name></command><command><name>enable</name></command><command><name>exit</name></command><command><name>help</name></command><command><name>startup</name></command></level><level><nr>15</nr><command><name>configure</name></command></level></privilege></ios></aaa><confd-state xmlns="http://tail-f.com/yang/confd-monitoring"><version>7.8.3</version><smp><number-of-threads>1</number-of-threads></smp><epoll>true</epoll><daemon-status>started</daemon-status><loaded-data-models><data-model><name>flex-scale-mg-on</name><revision>2024-04-25</revision><namespace>http://flex-scale-project.eu/yang/flex-scale-mg-on</namespace><prefix>fsmgon</prefix><exported-to-all/></data-model><data-model><name>iana-crypt-hash</name><revision>2014-08-06</revision><namespace>urn:ietf:params:xml:ns:yang:iana-crypt-hash</namespace><prefix>ianach</prefix><exported-to-all/></data-model><data-model><name>iana-if-type</name><revision>2023-01-26</revision><namespace>urn:ietf:params:xml:ns:yang:iana-if-type</namespace><prefix>ianaift</prefix><exported-to-all/></data-model><data-model><name>ietf-datastores</name><revision>2018-02-14</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-datastores</namespace><prefix>ds</prefix><exported-to-all/></data-model><data-model><name>ietf-inet-types</name><revision>2013-07-15</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-inet-types</namespace><prefix>inet</prefix><exported-to-all/></data-model><data-model><name>ietf-interfaces</name><revision>2018-02-20</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-interfaces</namespace><prefix>if</prefix><exported-to-all/></data-model><data-model><name>ietf-ip</name><revision>2018-02-22</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-ip</namespace><prefix>tfip</prefix><exported-to-all/></data-model><data-model><name>ietf-netconf</name><revision>2011-06-01</revision><namespace>urn:ietf:params:xml:ns:netconf:base:1.0</namespace><prefix>nc</prefix><exported-to>netconf</exported-to></data-model><data-model><name>ietf-netconf-acm</name><revision>2018-02-14</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-acm</namespace><prefix>nacm</prefix><exported-to-all/></data-model><data-model><name>ietf-netconf-monitoring</name><revision>2010-10-04</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring</namespace><prefix>ncm</prefix><exported-to-all/></data-model><data-model><name>ietf-netconf-nmda</name><revision>2019-01-07</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-nmda</namespace><prefix>ncds</prefix><exported-to>netconf</exported-to></data-model><data-model><name>ietf-netconf-notifications</name><revision>2012-02-06</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-notifications</namespace><prefix>ncn</prefix><exported-to-all/></data-model><data-model><name>ietf-netconf-partial-lock</name><revision>2009-10-19</revision><namespace>urn:ietf:params:xml:ns:netconf:partial-lock:1.0</namespace><prefix>pl</prefix><exported-to-all/></data-model><data-model><name>ietf-netconf-with-defaults</name><revision>2011-06-01</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-with-defaults</namespace><prefix>ncwd</prefix><exported-to>netconf</exported-to></data-model><data-model><name>ietf-network-instance</name><revision>2019-01-21</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-network-instance</namespace><prefix>tfni</prefix><exported-to-all/></data-model><data-model><name>ietf-origin</name><revision>2018-02-14</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-origin</namespace><prefix>or</prefix><exported-to-all/></data-model><data-model><name>ietf-restconf</name><revision>2017-01-26</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-restconf</namespace><prefix>rc</prefix><exported-to>rest</exported-to><exported-to>netconf</exported-to></data-model><data-model><name>ietf-restconf-monitoring</name><revision>2017-01-26</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-restconf-monitoring</namespace><prefix>rcmon</prefix><exported-to-all/></data-model><data-model><name>ietf-subscribed-notifications</name><revision>2019-09-09</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-subscribed-notifications</namespace><prefix>sn</prefix><exported-to>netconf</exported-to></data-model><data-model><name>ietf-x509-cert-to-name</name><revision>2014-12-10</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-x509-cert-to-name</namespace><prefix>x509c2n</prefix><exported-to-all/></data-model><data-model><name>ietf-yang-library</name><revision>2019-01-04</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-library</namespace><prefix>yanglib</prefix><exported-to>netconf</exported-to><exported-to>rest</exported-to></data-model><data-model><name>ietf-yang-metadata</name><revision>2016-08-05</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-metadata</namespace><prefix>md</prefix><exported-to-all/></data-model><data-model><name>ietf-yang-patch</name><revision>2017-02-22</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-patch</namespace><prefix>ypatch</prefix><exported-to>rest</exported-to><exported-to>netconf</exported-to></data-model><data-model><name>ietf-yang-push</name><revision>2019-09-09</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-push</namespace><prefix>yp</prefix><exported-to>netconf</exported-to></data-model><data-model><name>ietf-yang-schema-mount</name><revision>2019-01-14</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-schema-mount</namespace><prefix>yangmnt</prefix><exported-to-all/></data-model><data-model><name>ietf-yang-smiv2</name><revision>2012-06-22</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-smiv2</namespace><prefix>smiv2</prefix><exported-to-all/></data-model><data-model><name>ietf-yang-types</name><revision>2013-07-15</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-types</namespace><prefix>yang</prefix><exported-to-all/></data-model><data-model><name>netconf_netmod</name><namespace>urn:ietf:params:xml:ns:netmod:notification</namespace><prefix>nm</prefix><exported-to>netconf</exported-to></data-model><data-model><name>openconfig-alarm-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/alarms/types</namespace><prefix>oc-alarm-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-extensions</name><revision>2018-10-17</revision><namespace>http://openconfig.net/yang/openconfig-ext</namespace><prefix>oc-ext</prefix><exported-to-all/></data-model><data-model><name>openconfig-if-ethernet</name><revision>2023-03-10</revision><namespace>http://openconfig.net/yang/interfaces/ethernet</namespace><prefix>oc-eth</prefix><exported-to-all/></data-model><data-model><name>openconfig-if-ip</name><revision>2019-01-08</revision><namespace>http://openconfig.net/yang/interfaces/ip</namespace><prefix>oc-ip</prefix><exported-to-all/></data-model><data-model><name>openconfig-if-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/openconfig-if-types</namespace><prefix>oc-ift</prefix><exported-to-all/></data-model><data-model><name>openconfig-inet-types</name><revision>2019-04-25</revision><namespace>http://openconfig.net/yang/types/inet</namespace><prefix>oc-inet</prefix><exported-to-all/></data-model><data-model><name>openconfig-interfaces</name><revision>2019-07-10</revision><namespace>http://openconfig.net/yang/interfaces</namespace><prefix>oc-if</prefix><exported-to-all/></data-model><data-model><name>openconfig-platform</name><revision>2022-12-20</revision><namespace>http://openconfig.net/yang/platform</namespace><prefix>oc-platform</prefix><exported-to-all/></data-model><data-model><name>openconfig-platform-port</name><revision>2023-01-19</revision><namespace>http://openconfig.net/yang/platform/port</namespace><prefix>oc-port</prefix><exported-to-all/></data-model><data-model><name>openconfig-platform-types</name><revision>2022-07-28</revision><namespace>http://openconfig.net/yang/platform-types</namespace><prefix>oc-platform-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-transport-types</name><revision>2023-02-08</revision><namespace>http://openconfig.net/yang/transport-types</namespace><prefix>oc-opt-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-types</name><revision>2019-04-16</revision><namespace>http://openconfig.net/yang/openconfig-types</namespace><prefix>oc-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-wavelength-router</name><revision>2021-07-26</revision><namespace>http://openconfig.net/yang/wavelength-router</namespace><prefix>oc-wave-router</prefix><exported-to-all/></data-model><data-model><name>openconfig-yang-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/types/yang</namespace><prefix>oc-yang</prefix><exported-to-all/></data-model><data-model><name>optical-switch</name><revision>2020-01-10</revision><namespace>http://www.polatis.com/yang/optical-switch</namespace><prefix>opsw</prefix><exported-to-all/></data-model><data-model><name>polatis-switch</name><revision>2020-11-14</revision><namespace>http://www.polatis.com/yang/polatis-switch</namespace><prefix>plts</prefix><exported-to-all/></data-model><data-model><name>tailf-aaa</name><revision>2022-04-12</revision><namespace>http://tail-f.com/ns/aaa/1.1</namespace><prefix>aaa</prefix><exported-to-all/></data-model><data-model><name>tailf-acm</name><revision>2013-03-07</revision><namespace>http://tail-f.com/yang/acm</namespace><prefix>tacm</prefix><exported-to-all/></data-model><data-model><name>tailf-common</name><revision>2022-04-12</revision><namespace>http://tail-f.com/yang/common</namespace><prefix>tailf</prefix><exported-to-all/></data-model><data-model><name>tailf-common-monitoring</name><revision>2021-09-02</revision><namespace>http://tail-f.com/yang/common-monitoring</namespace><prefix>tfcg</prefix><exported-to-all/></data-model><data-model><name>tailf-common-query</name><revision>2017-12-15</revision><namespace>http://tail-f.com/ns/common/query</namespace><prefix>tfcq</prefix><exported-to-all/></data-model><data-model><name>tailf-confd-monitoring</name><revision>2021-09-09</revision><namespace>http://tail-f.com/yang/confd-monitoring</namespace><prefix>tfcm</prefix><exported-to-all/></data-model><data-model><name>tailf-confd-progress</name><revision>2020-06-29</revision><namespace>http://tail-" -[2024-06-20 13:26:28,214] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:26:28,214] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:28,275] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:28,275] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:26:28,275] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:28,275] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=7 -[2024-06-20 13:26:28,275] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:28,276] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 6484 bytes -[2024-06-20 13:26:28,276] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: not enough data for chunk yet -[2024-06-20 13:26:28,276] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: setting start to 0 -[2024-06-20 13:26:28,276] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -[2024-06-20 13:26:28,276] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: starting -[2024-06-20 13:26:28,276] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: working with buffer of 6495 bytes -[2024-06-20 13:26:28,276] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:28,276] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=7 -[2024-06-20 13:26:28,276] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found chunk delimiter -[2024-06-20 13:26:28,277] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: chunk size 6484 bytes -[2024-06-20 13:26:28,277] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: appending 6484 bytes -[2024-06-20 13:26:28,277] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: fragment = "f.com/ns/confd-progress</namespace><prefix>confd-progress</prefix><exported-to-all/></data-model><data-model><name>tailf-kicker</name><revision>2020-11-26</revision><namespace>http://tail-f.com/ns/kicker</namespace><prefix>kicker</prefix><exported-to-all/></data-model><data-model><name>tailf-last-login</name><revision>2019-11-21</revision><namespace>http://tail-f.com/yang/last-login</namespace><prefix>last</prefix><exported-to-all/></data-model><data-model><name>tailf-netconf-extensions</name><revision>2021-06-18</revision><namespace>http://tail-f.com/ns/netconf/extensions</namespace><prefix>tfnce</prefix><exported-to>netconf</exported-to></data-model><data-model><name>tailf-netconf-forward</name><namespace>http://tail-f.com/ns/netconf/forward/1.0</namespace><prefix>fwd</prefix><exported-to>netconf</exported-to></data-model><data-model><name>tailf-netconf-inactive</name><namespace>http://tail-f.com/ns/netconf/inactive/1.0</namespace><prefix>in</prefix><exported-to>netconf</exported-to></data-model><data-model><name>tailf-netconf-monitoring</name><revision>2022-04-12</revision><namespace>http://tail-f.com/yang/netconf-monitoring</namespace><prefix>tncm</prefix><exported-to-all/></data-model><data-model><name>tailf-netconf-query</name><revision>2017-01-06</revision><namespace>http://tail-f.com/ns/netconf/query</namespace><prefix>tfncq</prefix><exported-to>netconf</exported-to></data-model><data-model><name>tailf-netconf-rollback</name><revision>2018-01-12</revision><namespace>http://tail-f.com/ns/netconf/rollback</namespace><prefix>netconf-rollback</prefix><exported-to>netconf</exported-to></data-model><data-model><name>tailf-netconf-transactions</name><namespace>http://tail-f.com/ns/netconf/transactions/1.0</namespace><prefix>tr</prefix><exported-to>netconf</exported-to></data-model><data-model><name>tailf-netconf-with-rollback-id</name><revision>2020-06-25</revision><namespace>http://tail-f.com/ns/netconf/with-rollback-id</namespace><prefix>wrbid</prefix><exported-to>netconf</exported-to></data-model><data-model><name>tailf-netconf-with-transaction-id</name><revision>2018-11-23</revision><namespace>http://tail-f.com/ns/netconf/with-transaction-id</namespace><prefix>wtxid</prefix><exported-to>netconf</exported-to></data-model><data-model><name>tailf-progress</name><revision>2021-12-17</revision><namespace>http://tail-f.com/ns/progress</namespace><prefix>progress</prefix><exported-to-all/></data-model><data-model><name>tailf-rollback</name><revision>2020-09-02</revision><namespace>http://tail-f.com/ns/rollback</namespace><prefix>rollback</prefix><exported-to>rest</exported-to><exported-to>netconf</exported-to><exported-to>maapi</exported-to></data-model><data-model><name>tailf-xsd-types</name><revision>2017-11-20</revision><namespace>http://tail-f.com/yang/xsd-types</namespace><prefix>xs</prefix><exported-to-all/></data-model></loaded-data-models><netconf><listen><ssh><ip>0.0.0.0</ip><port>2022</port></ssh></listen></netconf><cli><listen><ssh><ip>0.0.0.0</ip><port>2024</port></ssh></listen></cli><internal><callpoints><callpoint><id>fiberscp</id><daemon><id>0</id><name>fsmgon_daemon</name><callbacks>num_instances</callbacks><callbacks>remove</callbacks><callbacks>create</callbacks><callbacks>set_elem</callbacks><callbacks>get_next</callbacks><callbacks>get_elem</callbacks></daemon></callpoint><callpoint><id>mediachannelscp</id><daemon><id>0</id><name>fsmgon_daemon</name><callbacks>num_instances</callbacks><callbacks>remove</callbacks><callbacks>create</callbacks><callbacks>set_elem</callbacks><callbacks>get_next</callbacks><callbacks>get_elem</callbacks></daemon></callpoint><callpoint><id>opticalbandscp</id><daemon><id>0</id><name>fsmgon_daemon</name><callbacks>num_instances</callbacks><callbacks>remove</callbacks><callbacks>create</callbacks><callbacks>set_elem</callbacks><callbacks>get_next</callbacks><callbacks>get_elem</callbacks></daemon></callpoint><validationpoint><id>vp1</id><daemon><id>0</id><name>fsmgon_daemon</name></daemon></validationpoint><validationpoint><id>vp2</id><daemon><id>0</id><name>fsmgon_daemon</name></daemon></validationpoint></callpoints><cdb><datastore><name>running</name><transaction-id>1717-711274-208943</transaction-id><filename>./confd-cdb/A.cdb</filename><disk-size>355779</disk-size><ram-size>1550439</ram-size><read-locks>0</read-locks><write-lock-set>false</write-lock-set><pending-locks>0</pending-locks><waiting-for-replication-sync>false</waiting-for-replication-sync></datastore><datastore><name>operational</name><transaction-id>22</transaction-id><filename>./confd-cdb/O.cdb</filename><disk-size>4</disk-size><ram-size>2100</ram-size><subscription-lock-set>false</subscription-lock-set></datastore></cdb></internal></confd-state><last-logins xmlns="http://tail-f.com/yang/last-login"><user><name>admin</name><login><login-time>2024-06-20T13:24:43.525796+00:00</login-time><authenticating-host>9f9b9714842f</authenticating-host><client-host>10.30.2.208</client-host><transport xmlns:ncm="urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring">ncm:netconf-ssh</transport><num-of-failed-logins>0</num-of-failed-logins></login><login><login-time>2024-06-06T23:13:24.403301+00:00</login-time><authenticating-host>9f9b9714842f</authenticating-host><client-host>10.30.2.206</client-host><transport xmlns:ncm="urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring">ncm:netconf-ssh</transport><num-of-failed-logins>0</num-of-failed-logins></login><login><login-time>2024-06-06T22:01:14.795227+00:00</login-time><authenticating-host>9f9b9714842f</authenticating-host><client-host>127.0.0.1</client-host><transport xmlns:ncm="urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring">ncm:netconf-ssh</transport><num-of-failed-logins>0</num-of-failed-logins></login></user></last-logins><rollback-files xmlns="http://tail-f.com/ns/rollback"><file><id>0</id><name>rollback0</name><fixed-number>10003</fixed-number><creator>admin</creator><date>2024-06-20 13:26:25</date><via>netconf</via></file><file><id>1</id><name>rollback1</name><fixed-number>10002</fixed-number><creator>admin</creator><date>2024-06-07 08:55:39</date><via>netconf</via></file><file><id>2</id><name>rollback2</name><fixed-number>10001</fixed-number><creator>system</creator><date>2024-06-06 22:01:14</date><via>system</via></file><file><id>3</id><name>rollback3</name><fixed-number>10000</fixed-number><creator>system</creator><date>2024-06-06 22:01:12</date><via>system</via></file></rollback-files></data></rpc-reply>" -[2024-06-20 13:26:28,277] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: matching from 6491 bytes from start of buffer -[2024-06-20 13:26:28,277] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: regular expression start=0, end=4 -[2024-06-20 13:26:28,277] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: found end of message delimiter -[2024-06-20 13:26:28,279] DEBUG:ncclient.operations.rpc:[host 172.17.254.22 session-id 21] Delivering to <ncclient.operations.retrieve.Get object at 0x7fa7485c4a60> -[2024-06-20 13:26:28,279] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: saving back rest of message after 6495 bytes, original size 6495 -[2024-06-20 13:26:28,279] DEBUG:ncclient.transport.parser:[host 172.17.254.22 session-id 21] _parse11: ending -int-connection-91 -int-connection-92 -int-connection-93 -int-connection-94 -int-connection-95 -int-connection-96 -int-connection-97 -int-connection-98 -int-connection-99 -port-1-in -port-1-out -port-10-in -port-10-out -port-11-in -port-11-out -port-12-in -port-12-out -port-13-in -port-13-out -port-14-in -port-14-out -port-15-in -port-15-out -port-16-in -port-16-out -port-17-in -port-17-out -port-18-in -port-18-out -port-19-in -port-19-out -port-2-in -port-2-out -port-20-in -port-20-out -port-21-in -port-21-out -port-22-in -port-22-out -port-23-in -port-23-out -port-24-in -port-24-out -port-25-in -port-25-out -port-26-in -port-26-out -port-27-in -port-27-out -port-28-in -port-28-out -port-29-in -port-29-out -port-3-in -port-3-out -port-30-in -port-30-out -port-31-in -port-31-out -port-32-in -port-32-out -port-33-in -port-33-out -port-34-in -port-34-out -port-35-in -port-35-out -port-36-in -port-36-out -port-37-in -port-37-out -port-38-in -port-38-out -port-39-in -port-39-out -port-4-in -port-4-out -port-40-in -port-40-out -port-41-in -port-41-out -port-42-in -port-42-out -port-43-in -port-43-out -port-44-in -port-44-out -port-45-in -port-45-out -port-46-in -port-46-out -port-47-in -port-47-out -port-48-in -port-48-out -port-5-in -port-5-out -port-6-in -port-6-out -port-7-in -port-7-out -port-8-in -port-8-out -port-9-in -port-9-out -component [<Element {http://openconfig.net/yang/platform}component at 0x7fa74863b840>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74863b900>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74863b800>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74863b880>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74863b7c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74863b040>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74863b180>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74863bc80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74863bc40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74863bd00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748605d00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74863bf40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74863bd80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74863bf80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74863bfc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74863be80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74863be00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74863bec0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74863bf00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74863be40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74863bdc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74863bd40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74863bcc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860b180>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860b140>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860b080>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860b0c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860b100>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860b040>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860b200>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860b7c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860b780>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860b1c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860b6c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860b280>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860b700>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860b740>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860b600>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860b580>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860b640>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860b680>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860b5c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860b4c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860b300>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860b500>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860b540>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860b400>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860b380>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860b440>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860b480>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860b3c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860b340>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860b2c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860b240>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860b840>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860be00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860bdc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860b800>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860bd00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860b8c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860bd40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860bd80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860bc40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860bbc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860bc80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860bcc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860bc00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860bb00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860b940>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860bb40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860bb80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860ba40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860b9c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860ba80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860bac0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860ba00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860b980>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860b900>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860b880>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860be80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860be40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860bf00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860bfc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860bf40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74860bec0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861d480>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861d440>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861d380>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861d3c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861d400>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861d2c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861d240>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861d340>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861d280>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861d180>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861d200>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861d0c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861d140>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861d080>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861da80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861d4c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861d9c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861da40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861d900>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861d980>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861d8c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861d7c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861d840>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861d700>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861d780>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861d6c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861d640>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861d5c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861d540>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861db00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861df40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861dfc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861df00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861de00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861de80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861dd40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861ddc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861dd00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861dc80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861dc00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74861db80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748634100>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748634040>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486340c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748634780>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748634180>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486346c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748634740>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748634600>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748634680>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486345c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486344c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748634540>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486343c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748634480>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748634380>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748634300>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748634280>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748634200>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748634e00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748634800>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748634d40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748634dc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748634c80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748634d00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748634c40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748634b40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748634bc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748634a40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748634b00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748634a00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748634980>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748634900>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748634880>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748634e80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748634f80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748634f00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486014c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748601400>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748601480>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748601340>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486013c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748601300>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748601200>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748601280>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748601100>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486011c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486010c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748601040>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748601b40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748601540>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748601a80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748601b00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486019c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748601a40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748601980>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748601880>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748601900>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748601780>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748601840>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748601740>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486016c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748601640>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486015c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748601bc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748601f00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748601f80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748601e00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748601ec0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748601dc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748601d40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748601cc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748601c40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74973dec0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748680480>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748680940>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497ad200>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7497adf00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74989d280>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74989dd80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74989d640>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74989d300>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74979e940>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74979eec0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74979e540>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74979eb40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74979efc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74979e0c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74979ec40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74979e340>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74979e740>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74979ee40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa74979e1c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748623340>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748623280>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486232c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748623200>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748623140>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486231c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748623080>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748623100>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748623040>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748623300>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748623380>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486233c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748623480>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748623400>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486234c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748623500>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748623580>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748623600>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748623640>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748623680>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486236c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748623700>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748623740>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486237c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748623800>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748623840>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748623880>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486238c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748623900>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748623940>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748623980>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486239c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748623a00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748623a40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748623a80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748623ac0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748623b00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748623b40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748623b80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748623bc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748623c00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748623c40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748623c80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748623cc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748623d00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748623d40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748623d80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748623dc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748623e00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748623e40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748623e80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748623ec0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748623f00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748623f40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748623f80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748623fc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748623440>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748624040>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748624080>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486240c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748624100>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748624140>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748624180>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486241c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748624200>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748624240>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748624280>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486242c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748624300>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748624340>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748624380>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486243c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748624400>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748624440>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748624480>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486244c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748624500>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748624540>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748624580>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486245c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748624600>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748624640>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748624680>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486246c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748624700>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748624740>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748624780>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486247c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748624800>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748624840>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748624880>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486248c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748624900>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748624940>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748624980>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486249c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748624a00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748624a40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748624a80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748624ac0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748624b00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748624b40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748624b80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748624bc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748624c00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748624c40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748624c80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748624cc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748624d00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748624d40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748624d80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748624dc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748624e00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748624e40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748624e80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748624ec0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748624f00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748624f40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748624f80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748624fc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748637040>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748637080>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486370c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748637100>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748637140>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748637180>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486371c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748637200>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748637240>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748637280>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486372c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748637300>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748637340>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748637380>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486373c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748637400>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748637440>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748637480>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486374c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748637500>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748637540>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748637580>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486375c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748637600>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748637640>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748637680>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486376c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748637700>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748637740>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748637780>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486377c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748637800>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748637840>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748637880>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486378c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748637900>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748637940>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748637980>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486379c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748637a00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748637a40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748637a80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748637ac0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748637b00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748637b40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748637b80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748637bc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748637c00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748637c40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748637c80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748637cc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748637d00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748637d40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748637d80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748637dc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748637e00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748637e40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748637e80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748637ec0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748637f00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748637f40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748637f80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748637fc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748627280>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748627240>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748627180>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486271c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748627200>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486270c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748627040>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748627100>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748627140>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748627080>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748627300>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486278c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748627880>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486272c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486277c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748627380>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748627800>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748627840>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748627700>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748627680>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748627740>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748627780>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486276c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486275c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748627400>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748627600>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748627640>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748627500>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748627480>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748627540>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748627580>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486274c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748627440>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486273c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748627340>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748627940>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748627f00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748627ec0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748627900>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748627e00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486279c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748627e40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748627e80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748627d40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748627cc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748627d80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748627dc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748627d00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748627c00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748627a40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748627c40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748627c80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748627b40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748627ac0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748627b80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748627bc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748627b00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748627a80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748627a00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748627980>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748627f80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748627f40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748627fc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ff580>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ff540>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ff480>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ff040>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ff4c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ff500>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ff3c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ff340>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ff400>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ff440>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ff380>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ff280>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ff0c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ff2c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ff300>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ff1c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ff140>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ff200>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ff240>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ff180>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ff100>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ff080>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ff600>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ffbc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ffb80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ff5c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ffac0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ff680>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ffb00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ffb40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ffa00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ff980>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ffa40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ffa80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ff9c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ff8c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ff700>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ff900>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ff940>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ff800>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ff780>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ff840>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ff880>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ff7c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ff740>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ff6c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ff640>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ffc40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ffc00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ffcc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485fffc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485fff00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ffd40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485fff40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485fff80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ffe40>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ffdc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ffe80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ffec0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ffe00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ffd80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ffd00>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7485ffc80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748612240>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748612200>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748612140>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748612180>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486121c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748612080>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486120c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748612100>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748612040>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486122c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748612880>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748612840>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748612280>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748612780>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748612340>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486127c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748612800>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486126c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748612640>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748612700>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748612740>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748612680>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748612580>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486123c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486125c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748612600>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486124c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748612440>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748612500>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748612540>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748612480>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748612400>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748612380>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748612300>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748612900>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748612ec0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748612e80>, <Element {http://openconfig.net/yang/platform}component at 0x7fa7486128c0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748612dc0>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748612980>, <Element {http://openconfig.net/yang/platform}component at 0x7fa748612e00>] -WBSS-1 -WBSS-10 -WBSS-11 -WBSS-12 -WBSS-13 -WBSS-14 -WBSS-15 -WBSS-16 -WBSS-17 -WBSS-18 -WBSS-19 -WBSS-2 -WBSS-20 -WBSS-21 -WBSS-22 -WBSS-23 -WBSS-24 -WBSS-25 -WBSS-26 -WBSS-27 -WBSS-28 -WBSS-29 -WBSS-3 -WBSS-30 -WBSS-31 -WBSS-32 -WBSS-4 -WBSS-5 -WBSS-6 -WBSS-7 -WBSS-8 -WBSS-9 -WSS-1 -WSS-10 -WSS-11 -WSS-12 -WSS-2 -WSS-3 -WSS-4 -WSS-5 -WSS-6 -WSS-7 -WSS-8 -WSS-9 -int-connection-1 -int-connection-10 -int-connection-100 -int-connection-101 -int-connection-102 -int-connection-103 -int-connection-104 -int-connection-105 -int-connection-106 -int-connection-107 -int-connection-108 -int-connection-109 -int-connection-11 -int-connection-110 -int-connection-111 -int-connection-112 -int-connection-113 -int-connection-114 -int-connection-115 -int-connection-116 -int-connection-117 -int-connection-118 -int-connection-119 -int-connection-12 -int-connection-120 -int-connection-121 -int-connection-122 -int-connection-123 -int-connection-124 -int-connection-125 -int-connection-126 -int-connection-127 -int-connection-128 -int-connection-129 -int-connection-13 -int-connection-130 -int-connection-131 -int-connection-132 -int-connection-133 -int-connection-134 -int-connection-135 -int-connection-136 -int-connection-137 -int-connection-138 -int-connection-139 -int-connection-14 -int-connection-140 -int-connection-141 -int-connection-142 -int-connection-143 -int-connection-144 -int-connection-145 -int-connection-146 -int-connection-147 -int-connection-148 -int-connection-149 -int-connection-15 -int-connection-150 -int-connection-151 -int-connection-152 -int-connection-153 -int-connection-154 -int-connection-155 -int-connection-156 -int-connection-157 -int-connection-158 -int-connection-159 -int-connection-16 -int-connection-160 -int-connection-161 -int-connection-162 -int-connection-163 -int-connection-164 -int-connection-165 -int-connection-166 -int-connection-167 -int-connection-168 -int-connection-169 -int-connection-17 -int-connection-170 -int-connection-171 -int-connection-172 -int-connection-173 -int-connection-174 -int-connection-175 -int-connection-176 -int-connection-177 -int-connection-178 -int-connection-179 -int-connection-18 -int-connection-180 -int-connection-181 -int-connection-182 -int-connection-183 -int-connection-184 -int-connection-185 -int-connection-186 -int-connection-187 -int-connection-188 -int-connection-189 -int-connection-19 -int-connection-190 -int-connection-191 -int-connection-192 -int-connection-193 -int-connection-194 -int-connection-195 -int-connection-196 -int-connection-197 -int-connection-198 -int-connection-199 -int-connection-2 -int-connection-20 -int-connection-200 -int-connection-201 -int-connection-202 -int-connection-203 -int-connection-204 -int-connection-205 -int-connection-206 -int-connection-207 -int-connection-208 -int-connection-209 -int-connection-21 -int-connection-210 -int-connection-211 -int-connection-212 -int-connection-213 -int-connection-214 -int-connection-215 -int-connection-216 -int-connection-217 -int-connection-218 -int-connection-219 -int-connection-22 -int-connection-220 -int-connection-221 -int-connection-222 -int-connection-223 -int-connection-224 -int-connection-225 -int-connection-226 -int-connection-227 -int-connection-228 -int-connection-229 -int-connection-23 -int-connection-230 -int-connection-231 -int-connection-232 -int-connection-233 -int-connection-234 -int-connection-235 -int-connection-236 -int-connection-237 -int-connection-238 -int-connection-239 -int-connection-24 -int-connection-240 -int-connection-241 -int-connection-242 -int-connection-243 -int-connection-244 -int-connection-245 -int-connection-246 -int-connection-247 -int-connection-248 -int-connection-249 -int-connection-25 -int-connection-250 -int-connection-251 -int-connection-252 -int-connection-253 -int-connection-254 -int-connection-255 -int-connection-256 -int-connection-257 -int-connection-258 -int-connection-259 -int-connection-26 -int-connection-260 -int-connection-261 -int-connection-262 -int-connection-263 -int-connection-264 -int-connection-265 -int-connection-266 -int-connection-267 -int-connection-268 -int-connection-269 -int-connection-27 -int-connection-270 -int-connection-271 -int-connection-272 -int-connection-273 -int-connection-274 -int-connection-275 -int-connection-276 -int-connection-277 -int-connection-278 -int-connection-279 -int-connection-28 -int-connection-280 -int-connection-281 -int-connection-282 -int-connection-283 -int-connection-284 -int-connection-285 -int-connection-286 -int-connection-287 -int-connection-288 -int-connection-289 -int-connection-29 -int-connection-290 -int-connection-291 -int-connection-292 -int-connection-293 -int-connection-294 -int-connection-295 -int-connection-296 -int-connection-297 -int-connection-298 -int-connection-299 -int-connection-3 -int-connection-30 -int-connection-300 -int-connection-301 -int-connection-302 -int-connection-303 -int-connection-304 -int-connection-305 -int-connection-306 -int-connection-307 -int-connection-308 -int-connection-309 -int-connection-31 -int-connection-310 -int-connection-311 -int-connection-312 -int-connection-313 -int-connection-314 -int-connection-315 -int-connection-316 -int-connection-317 -int-connection-318 -int-connection-319 -int-connection-32 -int-connection-320 -int-connection-321 -int-connection-322 -int-connection-323 -int-connection-324 -int-connection-325 -int-connection-326 -int-connection-327 -int-connection-328 -int-connection-329 -int-connection-33 -int-connection-330 -int-connection-331 -int-connection-332 -int-connection-333 -int-connection-334 -int-connection-335 -int-connection-336 -int-connection-337 -int-connection-338 -int-connection-339 -int-connection-34 -int-connection-340 -int-connection-341 -int-connection-342 -int-connection-343 -int-connection-344 -int-connection-345 -int-connection-346 -int-connection-347 -int-connection-348 -int-connection-349 -int-connection-35 -int-connection-350 -int-connection-351 -int-connection-352 -int-connection-353 -int-connection-354 -int-connection-355 -int-connection-356 -int-connection-357 -int-connection-358 -int-connection-359 -int-connection-36 -int-connection-360 -int-connection-361 -int-connection-362 -int-connection-363 -int-connection-364 -int-connection-365 -int-connection-366 -int-connection-367 -int-connection-368 -int-connection-369 -int-connection-37 -int-connection-370 -int-connection-371 -int-connection-372 -int-connection-373 -int-connection-374 -int-connection-375 -int-connection-376 -int-connection-377 -int-connection-378 -int-connection-379 -int-connection-38 -int-connection-380 -int-connection-381 -int-connection-382 -int-connection-383 -int-connection-384 -int-connection-385 -int-connection-386 -int-connection-387 -int-connection-388 -int-connection-389 -int-connection-39 -int-connection-390 -int-connection-391 -int-connection-392 -int-connection-393 -int-connection-394 -int-connection-395 -int-connection-396 -int-connection-397 -int-connection-398 -int-connection-399 -int-connection-4 -int-connection-40 -int-connection-400 -int-connection-401 -int-connection-402 -int-connection-403 -int-connection-404 -int-connection-405 -int-connection-406 -int-connection-407 -int-connection-408 -int-connection-409 -int-connection-41 -int-connection-410 -int-connection-411 -int-connection-412 -int-connection-413 -int-connection-414 -int-connection-415 -int-connection-416 -int-connection-417 -int-connection-418 -int-connection-419 -int-connection-42 -int-connection-420 -int-connection-421 -int-connection-422 -int-connection-423 -int-connection-424 -int-connection-425 -int-connection-426 -int-connection-427 -int-connection-428 -int-connection-43 -int-connection-44 -int-connection-45 -int-connection-46 -int-connection-47 -int-connection-48 -int-connection-49 -int-connection-5 -int-connection-50 -int-connection-51 -int-connection-52 -int-connection-53 -int-connection-54 -int-connection-55 -int-connection-56 -int-connection-57 -int-connection-58 -int-connection-59 -int-connection-6 -int-connection-60 -int-connection-61 -int-connection-62 -int-connection-63 -int-connection-64 -int-connection-65 -int-connection-66 -int-connection-67 -int-connection-68 -int-connection-69 -int-connection-7 -int-connection-70 -int-connection-71 -int-connection-72 -int-connection-73 -int-connection-74 -int-connection-75 -int-connection-76 -int-connection-77 -int-connection-78 -int-connection-79 -int-connection-8 -int-connection-80 -int-connection-81 -int-connection-82 -int-connection-83 -int-connection-84 -int-connection-85 -int-connection-86 -int-connection-87 -int-connection-88 -int-connection-89 -int-connection-9 -int-connection-90 -[2024-06-20 13:26:28,377] INFO:root:parameters {} -[2024-06-20 13:26:28,379] DEBUG:context.client.ContextClient:SetOpticalConfig request: {"config": "{}", "device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}} -[2024-06-20 13:26:28,399] DEBUG:context.client.ContextClient:SetOpticalConfig result: {"opticalconfig_uuid": ""} -[2024-06-20 13:26:28,400] DEBUG:device.service.OpenConfigServicer:ConfigureOpticalDevice reply: {} -[2024-06-20 13:26:28,493] DEBUG:device.service.OpenConfigServicer:ConfigureOpticalDevice request: {"config": "{\"channels\": [{\"name\": {\"index\": \"channel-3\"}, \"frequency\": 191600000, \"target-output-power\": \"100.0\", \"operational-mode\": 0}, {\"name\": {\"index\": \"channel-1\"}, \"frequency\": 192056250, \"target-output-power\": \"1.0\", \"operational-mode\": 8}, {\"name\": {\"index\": \"channel-4\"}, \"frequency\": 191600000, \"target-output-power\": \"100.0\", \"operational-mode\": 0}, {\"name\": {\"index\": \"channel-2\"}, \"frequency\": 191600000, \"target-output-power\": \"100.0\", \"operational-mode\": 0}], \"transceivers\": {\"transceiver\": [\"transceiver-1\", \"transceiver-2\", \"transceiver-3\", \"transceiver-4\"]}, \"interfaces\": {\"interface\": \"\"}, \"channel_namespace\": \"http://openconfig.net/yang/terminal-device\", \"endpoints\": [{\"endpoint_uuid\": {\"uuid\": {\"index\": \"channel-1\"}}}, {\"endpoint_uuid\": {\"uuid\": {\"index\": \"channel-2\"}}}, {\"endpoint_uuid\": {\"uuid\": {\"index\": \"channel-3\"}}}, {\"endpoint_uuid\": {\"uuid\": {\"index\": \"channel-4\"}}}], \"device_name\": \"T1.1\", \"new_config\": {\"target-output-power\": \"1.0\", \"frequency\": 192056250, \"operational-mode\": 8, \"band\": 100000, \"flow_id\": 1, \"ob_id\": 1, \"band_type\": \"C_BAND\"}, \"is_opticalband\": false, \"flow\": [[\"0\", \"5eb4f156-7811-53f3-9172-8402127cf7b9\"]]}", "device_id": {"device_uuid": {"uuid": "4dbdc2d8-cbde-5e48-a3c0-5161387a58c7"}}, "opticalconfig_id": {"opticalconfig_uuid": "660e2a2a-a893-5902-825b-4f856be2cb23"}} -[2024-06-20 13:26:28,494] INFO:device.service.OpenConfigServicer: config from openconfigservicer {'channels': [{'name': {'index': 'channel-3'}, 'frequency': 191600000, 'target-output-power': '100.0', 'operational-mode': 0}, {'name': {'index': 'channel-1'}, 'frequency': 192056250, 'target-output-power': '1.0', 'operational-mode': 8}, {'name': {'index': 'channel-4'}, 'frequency': 191600000, 'target-output-power': '100.0', 'operational-mode': 0}, {'name': {'index': 'channel-2'}, 'frequency': 191600000, 'target-output-power': '100.0', 'operational-mode': 0}], 'transceivers': {'transceiver': ['transceiver-1', 'transceiver-2', 'transceiver-3', 'transceiver-4']}, 'interfaces': {'interface': ''}, 'channel_namespace': 'http://openconfig.net/yang/terminal-device', 'endpoints': [{'endpoint_uuid': {'uuid': {'index': 'channel-1'}}}, {'endpoint_uuid': {'uuid': {'index': 'channel-2'}}}, {'endpoint_uuid': {'uuid': {'index': 'channel-3'}}}, {'endpoint_uuid': {'uuid': {'index': 'channel-4'}}}], 'device_name': 'T1.1', 'new_config': {'target-output-power': '1.0', 'frequency': 192056250, 'operational-mode': 8, 'band': 100000, 'flow_id': 1, 'ob_id': 1, 'band_type': 'C_BAND'}, 'is_opticalband': False, 'flow': [['0', '5eb4f156-7811-53f3-9172-8402127cf7b9']]} -[2024-06-20 13:26:28,494] DEBUG:context.client.ContextClient:Creating channel to 10.152.183.195:1010... -[2024-06-20 13:26:28,495] DEBUG:context.client.ContextClient:Channel created -[2024-06-20 13:26:28,495] DEBUG:context.client.ContextClient:SelectDevice request: {"device_ids": {"device_ids": [{"device_uuid": {"uuid": "4dbdc2d8-cbde-5e48-a3c0-5161387a58c7"}}]}, "include_components": false, "include_config_rules": false, "include_endpoints": true} -[2024-06-20 13:26:28,516] DEBUG:context.client.ContextClient:SelectDevice result: {"devices": [{"components": [], "controller_id": {}, "device_drivers": ["DEVICEDRIVER_OC"], "device_endpoints": [{"endpoint_id": {"device_id": {"device_uuid": {"uuid": "4dbdc2d8-cbde-5e48-a3c0-5161387a58c7"}}, "endpoint_uuid": {"uuid": "5eb4f156-7811-53f3-9172-8402127cf7b9"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "port-1", "kpi_sample_types": [], "name": "1"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "4dbdc2d8-cbde-5e48-a3c0-5161387a58c7"}}, "endpoint_uuid": {"uuid": "8b59684b-f324-52cd-a050-f218730162c1"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "port-4", "kpi_sample_types": [], "name": "4"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "4dbdc2d8-cbde-5e48-a3c0-5161387a58c7"}}, "endpoint_uuid": {"uuid": "cfe606b4-11f1-534e-b5b6-ee45a0ebf616"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "port-3", "kpi_sample_types": [], "name": "3"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "4dbdc2d8-cbde-5e48-a3c0-5161387a58c7"}}, "endpoint_uuid": {"uuid": "f713412b-aa6e-5c5d-9d0d-de80ad78438f"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "port-2", "kpi_sample_types": [], "name": "2"}], "device_id": {"device_uuid": {"uuid": "4dbdc2d8-cbde-5e48-a3c0-5161387a58c7"}}, "device_operational_status": "DEVICEOPERATIONALSTATUS_ENABLED", "device_type": "optical-transponder", "name": "T1.1"}]} -[2024-06-20 13:26:28,516] INFO:device.service.OpenConfigServicer:device is device_id { - device_uuid { - uuid: "4dbdc2d8-cbde-5e48-a3c0-5161387a58c7" - } -} -name: "T1.1" -device_type: "optical-transponder" -device_operational_status: DEVICEOPERATIONALSTATUS_ENABLED -device_drivers: DEVICEDRIVER_OC -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "4dbdc2d8-cbde-5e48-a3c0-5161387a58c7" - } - } - endpoint_uuid { - uuid: "5eb4f156-7811-53f3-9172-8402127cf7b9" - } - } - name: "1" - endpoint_type: "port-1" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "4dbdc2d8-cbde-5e48-a3c0-5161387a58c7" - } - } - endpoint_uuid { - uuid: "8b59684b-f324-52cd-a050-f218730162c1" - } - } - name: "4" - endpoint_type: "port-4" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "4dbdc2d8-cbde-5e48-a3c0-5161387a58c7" - } - } - endpoint_uuid { - uuid: "cfe606b4-11f1-534e-b5b6-ee45a0ebf616" - } - } - name: "3" - endpoint_type: "port-3" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "4dbdc2d8-cbde-5e48-a3c0-5161387a58c7" - } - } - endpoint_uuid { - uuid: "f713412b-aa6e-5c5d-9d0d-de80ad78438f" - } - } - name: "2" - endpoint_type: "port-2" - endpoint_location { - } -} -controller_id { -} - -[2024-06-20 13:26:28,517] INFO:device.service.OpenConfigServicer:from openconfigservicer [{'resource_key': 'channel_namespace', 'value': 'http://openconfig.net/yang/terminal-device'}, {'resource_key': 'add_transceiver', 'value': None}, {'resource_key': 'source_port', 'value': [None]}, {'resource_key': 'destination_port', 'value': ['1']}, {'resource_key': 'target-output-power', 'value': '1.0'}, {'resource_key': 'frequency', 'value': 192056250}, {'resource_key': 'operational-mode', 'value': 8}, {'resource_key': 'line-port', 'value': None}, {'resource_key': 'name', 'value': 'C_BAND'}, {'resource_key': 'optical-band-parent', 'value': 1}, {'resource_key': 'channel_name', 'value': None}, {'resource_key': 'lower-frequency', 'value': None}, {'resource_key': 'upper-frequency', 'value': None}] and conditions {'is_opticalband': False, 'edit_type': 'optical-channel'} -[2024-06-20 13:26:28,517] INFO:root:ports are {'source_port': [None], 'destination_port': ['1']} -[2024-06-20 13:26:28,518] INFO:ncclient.operations.rpc:[host 172.17.254.41 session-id 32] Requesting 'EditConfig' -[2024-06-20 13:26:28,519] DEBUG:ncclient.operations.rpc:[host 172.17.254.41 session-id 32] Sync request, will wait for timeout=120 -[2024-06-20 13:26:28,636] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: starting -[2024-06-20 13:26:28,637] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: working with buffer of 235 bytes -[2024-06-20 13:26:28,637] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:28,637] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: regular expression start=0, end=6 -[2024-06-20 13:26:28,637] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: found chunk delimiter -[2024-06-20 13:26:28,637] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: chunk size 225 bytes -[2024-06-20 13:26:28,637] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: appending 225 bytes -[2024-06-20 13:26:28,637] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: fragment = "<?xml version="1.0" encoding="UTF-8"?> -<rpc-reply xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="urn:uuid:4bae0d46-6424-498b-9db1-43f1213fdca2" xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0"><ok/></rpc-reply>" -[2024-06-20 13:26:28,637] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: matching from 231 bytes from start of buffer -[2024-06-20 13:26:28,637] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: regular expression start=0, end=4 -[2024-06-20 13:26:28,637] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: found end of message delimiter -[2024-06-20 13:26:28,638] DEBUG:ncclient.operations.rpc:[host 172.17.254.41 session-id 32] Delivering to <ncclient.operations.edit.EditConfig object at 0x7fa7485d2bb0> -[2024-06-20 13:26:28,638] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: saving back rest of message after 235 bytes, original size 235 -[2024-06-20 13:26:28,638] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: ending -[2024-06-20 13:26:28,638] INFO:root:resonse from edit <?xml version="1.0" encoding="UTF-8"?> -<rpc-reply xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="urn:uuid:4bae0d46-6424-498b-9db1-43f1213fdca2" xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0"><ok/></rpc-reply> -[2024-06-20 13:26:28,638] INFO:device.service.OpenConfigServicer:resluts [True] and is_all_good True -[2024-06-20 13:26:28,639] INFO:ncclient.operations.rpc:[host 172.17.254.41 session-id 32] Requesting 'Get' -[2024-06-20 13:26:28,639] DEBUG:ncclient.operations.rpc:[host 172.17.254.41 session-id 32] Sync request, will wait for timeout=120 -[2024-06-20 13:26:28,777] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: starting -[2024-06-20 13:26:28,778] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:26:28,778] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:28,778] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:28,778] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: found chunk delimiter -[2024-06-20 13:26:28,778] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:28,778] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: not enough data for chunk yet -[2024-06-20 13:26:28,778] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: setting start to 0 -[2024-06-20 13:26:28,779] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: ending -[2024-06-20 13:26:28,779] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: starting -[2024-06-20 13:26:28,779] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:26:28,779] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:28,780] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:28,780] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: found chunk delimiter -[2024-06-20 13:26:28,780] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:28,780] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: not enough data for chunk yet -[2024-06-20 13:26:28,780] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: setting start to 0 -[2024-06-20 13:26:28,780] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: ending -[2024-06-20 13:26:28,781] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: starting -[2024-06-20 13:26:28,781] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:26:28,781] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:28,781] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:28,781] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: found chunk delimiter -[2024-06-20 13:26:28,781] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:28,781] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: not enough data for chunk yet -[2024-06-20 13:26:28,782] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: setting start to 0 -[2024-06-20 13:26:28,782] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: ending -[2024-06-20 13:26:28,782] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: starting -[2024-06-20 13:26:28,782] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:26:28,782] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:28,782] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:28,782] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: found chunk delimiter -[2024-06-20 13:26:28,782] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:28,783] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: appending 16376 bytes -[2024-06-20 13:26:28,783] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: fragment = "<?xml version="1.0" encoding="UTF-8"?> -<rpc-reply xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="urn:uuid:0ed46825-6710-488c-bcab-c14b391b628e" xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0"><data><bgp-instance xmlns="http://openconfig.net/yang/bgp"><bgp><global><route-selection-options><state><always-compare-med>false</always-compare-med><ignore-as-path-length>false</ignore-as-path-length><external-compare-router-id>true</external-compare-router-id><advertise-inactive-routes>false</advertise-inactive-routes><enable-aigp>false</enable-aigp><ignore-next-hop-igp-metric>false</ignore-next-hop-igp-metric></state></route-selection-options></global></bgp></bgp-instance><interfaces xmlns="http://openconfig.net/yang/interfaces"><interface><name>eth0</name><config><name>eth0</name><enabled>true</enabled></config><state><loopback-mode>false</loopback-mode><enabled>true</enabled></state><hold-time><state><up>0</up><down>0</down></state></hold-time><ipv4 xmlns="http://openconfig.net/yang/interfaces/ip"><addresses><address><ip>192.168.1.1</ip><config><ip>192.168.1.1</ip><prefix-length>24</prefix-length></config></address></addresses><proxy-arp><state><mode>DISABLE</mode></state></proxy-arp><unnumbered><state><enabled>false</enabled></state></unnumbered><state><enabled>true</enabled><dhcp-client>false</dhcp-client></state></ipv4><ipv6 xmlns="http://openconfig.net/yang/interfaces/ip"><router-advertisement><state><suppress>false</suppress></state></router-advertisement><unnumbered><state><enabled>false</enabled></state></unnumbered><state><enabled>true</enabled><dup-addr-detect-transmits>1</dup-addr-detect-transmits><dhcp-client>false</dhcp-client></state></ipv6></interface></interfaces><lldp xmlns="http://openconfig.net/yang/lldp"><state><enabled>true</enabled></state></lldp><components xmlns="http://openconfig.net/yang/platform"><component><name>channel-1</name><config><name>channel-1</name></config><state><name>channel-1</name><type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:OPTICAL_CHANNEL</type></state><optical-channel xmlns="http://openconfig.net/yang/terminal-device"><config><frequency>192056250</frequency><target-output-power>1.0</target-output-power><operational-mode>8</operational-mode><line-port>transceiver-1</line-port></config><state><frequency>192056250</frequency><target-output-power>1.0</target-output-power><operational-mode>8</operational-mode><line-port>transceiver-1</line-port><group-id>1</group-id><output-power><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></output-power><input-power><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></input-power><laser-bias-current><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></laser-bias-current><chromatic-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></chromatic-dispersion><polarization-mode-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></polarization-mode-dispersion><second-order-polarization-mode-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></second-order-polarization-mode-dispersion><polarization-dependent-loss><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></polarization-dependent-loss></state></optical-channel></component><component><name>channel-2</name><config><name>channel-2</name></config><state><name>channel-2</name><type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:OPTICAL_CHANNEL</type></state><optical-channel xmlns="http://openconfig.net/yang/terminal-device"><config><frequency>191600000</frequency><target-output-power>100.0</target-output-power><operational-mode>0</operational-mode><line-port>transceiver-2</line-port></config><state><frequency>191600000</frequency><target-output-power>0.0</target-output-power><operational-mode>0</operational-mode><line-port>transceiver-2</line-port><group-id>1</group-id><output-power><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></output-power><input-power><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></input-power><laser-bias-current><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></laser-bias-current><chromatic-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></chromatic-dispersion><polarization-mode-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></polarization-mode-dispersion><second-order-polarization-mode-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></second-order-polarization-mode-dispersion><polarization-dependent-loss><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></polarization-dependent-loss></state></optical-channel></component><component><name>channel-3</name><config><name>channel-3</name></config><state><name>channel-3</name><type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:OPTICAL_CHANNEL</type></state><optical-channel xmlns="http://openconfig.net/yang/terminal-device"><config><frequency>191600000</frequency><target-output-power>100.0</target-output-power><operational-mode>0</operational-mode><line-port>transceiver-3</line-port></config><state><frequency>191600000</frequency><target-output-power>0.0</target-output-power><operational-mode>0</operational-mode><line-port>transceiver-3</line-port><group-id>1</group-id><output-power><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></output-power><input-power><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></input-power><laser-bias-current><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></laser-bias-current><chromatic-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></chromatic-dispersion><polarization-mode-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></polarization-mode-dispersion><second-order-polarization-mode-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></second-order-polarization-mode-dispersion><polarization-dependent-loss><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></polarization-dependent-loss></state></optical-channel></component><component><name>channel-4</name><config><name>channel-4</name></config><state><name>channel-4</name><type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:OPTICAL_CHANNEL</type></state><optical-channel xmlns="http://openconfig.net/yang/terminal-device"><config><frequency>191600000</frequency><target-output-power>100.0</target-output-power><operational-mode>0</operational-mode><line-port>transceiver-4</line-port></config><state><frequency>191600000</frequency><target-output-power>0.0</target-output-power><operational-mode>0</operational-mode><line-port>transceiver-4</line-port><group-id>1</group-id><output-power><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></output-power><input-power><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></input-power><laser-bias-current><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></laser-bias-current><chromatic-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></chromatic-dispersion><polarization-mode-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></polarization-mode-dispersion><second-order-polarization-mode-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></second-order-polarization-mode-dispersion><polarization-dependent-loss><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></polarization-dependent-loss></state></optical-channel></component><component><name>device</name><config><name>device</name></config><state><name>MellanoxSwitch</name><type xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:OPERATING_SYSTEM</type><mfg-name>SSSA-CNIT</mfg-name><hardware-version>1.0.0</hardware-version><firmware-version>1.0.0</firmware-version><software-version>1.0.0</software-version><serial-no>610610</serial-no></state></component><component><name>port-1</name><config><name>port-1</name></config><state><name>port-1</name><type xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:PORT</type></state><properties><property><name>odtn-port-type</name><config><name>odtn-port-type</name><value>line</value></config><state><name>odtn-port-type</name><value>line</value></state></property><property><name>onos-index</name><config><name>onos-index</name><value>1</value></config><state><name>onos-index</name><value>1</value></state></property></properties><subcomponents><subcomponent><name>channel-1</name><config><name>channel-1</name></config><state><name>channel-1</name></state></subcomponent></subcomponents></component><component><name>port-2</name><config><name>port-2</name></config><state><name>port-2</name><type xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:PORT</type></state><properties><property><name>odtn-port-type</name><config><name>odtn-port-type</name><value>line</value></config><state><name>odtn-port-type</name><value>line</value></state></property><property><name>onos-index</name><config><name>onos-index</name><value>2</value></config><state><name>onos-index</name><value>2</value></state></property></properties><subcomponents><subcomponent><name>channel-2</name><config><name>channel-2</name></config><state><name>channel-2</name></state></subcomponent></subcomponents></component><component><name>port-3</name><config><name>port-3</name></config><state><name>port-3</name><type xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:PORT</type></state><properties><property><name>odtn-port-type</name><config><name>odtn-port-type</name><value>line</value></config><state><name>odtn-port-type</name><value>line</value></state></property><property><name>onos-index</name><config><name>onos-index</name><value>3</value></config><state><name>onos-index</name><value>3</value></state></property></properties><subcomponents><subcomponent><name>channel-3</name><config><name>channel-3</name></config><state><name>channel-3</name></state></subcomponent></subcomponents></component><component><name>port-4</name><config><name>port-4</name></config><state><name>port-4</name><type xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:PORT</type></state><properties><property><name>odtn-port-type</name><config><name>odtn-port-type</name><value>line</value></config><state><name>odtn-port-type</name><value>line</value></state></property><property><name>onos-index</name><config><name>onos-index</name><value>4</value></config><state><name>onos-index</name><value>4</value></state></property></properties><subcomponents><subcomponent><name>channel-4</name><config><name>channel-4</name></config><state><name>channel-4</name></state></subcomponent></subcomponents></component><component><name>transceiver-1</name><config><name>transceiver-1</name></config><state><name>transceiver-1</name><type xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:TRANSCEIVER</type></state><transceiver xmlns="http://openconfig.net/yang/platform/transceiver"><config><enabled>true</enabled><form-factor-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:QSFP56_DD_TYPE1</form-factor-preconf><ethernet-pmd-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:ETH_400GBASE_ZR</ethernet-pmd-preconf><fec-mode xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:FEC_AUTO</fec-mode><module-functional-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:TYPE_DIGITAL_COHERENT_OPTIC</module-functional-type></config><state><enabled>true</enabled><form-factor-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:QSFP56_DD_TYPE1</form-factor-preconf><ethernet-pmd-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:ETH_400GBASE_ZR</ethernet-pmd-preconf><fec-mode xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:FEC_AUTO</fec-mode><module-functional-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:TYPE_DIGITAL_COHERENT_OPTIC</module-functional-type><vendor>Cisco</vendor><vendor-part>400zr-QSFP-DD</vendor-part><vendor-rev>01</vendor-rev><serial-no>1567321</serial-no></state><physical-channels><channel><index>1</index><config><index>1</index><associated-optical-channel>channel-1</associated-optical-channel></config></channel></physical-channels></transceiver></component><component><name>transceiver-2</name><config><name>transceiver-2</name></config><state><name>transceiver-2</name><type xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:TRANSCEIVER</type></state><transceiver xmlns="http://openconfig.net/yang/platform/transceiver"><config><enabled>true</enabled><form-factor-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:QSFP56_DD_TYPE1</form-factor-preconf><ethernet-pmd-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:ETH_400GBASE_ZR</ethernet-pmd-preconf><fec-mode xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:FEC_AUTO</fec-mode><module-functional-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:TYPE_DIGITAL_COHERENT_OPTIC</module-functional-type></config><state><enabled>true</enabled><form-factor-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:QSFP56_DD_TYPE1</form-factor-preconf><ethernet-pmd-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:ETH_400GBASE_ZR</ethernet-pmd-preconf><fec-mode xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:FEC_AUTO</fec-mode><module-functional-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:TYPE_DIGITAL_COHERENT_OPTIC</module-functional-type><vendor>Cisco</vendor><vendor-part>400zr-QSFP-DD</vendor-part><vendor-rev>01</vendor-rev><serial-no>1567321</serial-no></state><physical-channels><channel><index>1</index><config><index>1</index><associated-optical-channel>channel-2</associated-optical-channel></config></channel></physical-channels></transceiver></component><component><name>transceiver-3</name><config><name>transceiver-3</name></config><state><name>transceiver-3</name><type xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:TRANSCEIVER</type></state><transceiver xmlns="http://openconfig.net/yang/platform/transceiver"><config><enabled>true</enabled><form-factor-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:QSFP56_DD_TYPE1</form-factor-preconf><ethernet-pmd-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:ETH_400GBASE_ZR</ethernet-pmd-preconf><fec-mode xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:FEC_AUTO</fec-mode><module-functional-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:TYPE_DIGITAL_COHERENT_OPTIC</module-functional-type></config><state><enabled>true</enabled><form-factor-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:QSFP56_DD_TYPE1</form-factor-preconf><ethernet-pmd-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:ETH_400GBASE_ZR</ethernet-pmd-preconf><fec-mode xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:FEC_AUTO</fec-mode><module-functional-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:TYPE_DIGITAL_COHEREN" -[2024-06-20 13:26:28,783] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:26:28,783] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: ending -[2024-06-20 13:26:28,800] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: starting -[2024-06-20 13:26:28,801] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:26:28,801] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:28,801] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:28,801] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: found chunk delimiter -[2024-06-20 13:26:28,801] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:28,802] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: not enough data for chunk yet -[2024-06-20 13:26:28,802] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: setting start to 0 -[2024-06-20 13:26:28,802] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: ending -[2024-06-20 13:26:28,802] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: starting -[2024-06-20 13:26:28,803] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:26:28,803] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:28,803] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:28,803] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: found chunk delimiter -[2024-06-20 13:26:28,803] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:28,803] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: not enough data for chunk yet -[2024-06-20 13:26:28,803] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: setting start to 0 -[2024-06-20 13:26:28,803] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: ending -[2024-06-20 13:26:28,804] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: starting -[2024-06-20 13:26:28,804] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:26:28,804] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:28,804] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:28,805] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: found chunk delimiter -[2024-06-20 13:26:28,805] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:28,805] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: not enough data for chunk yet -[2024-06-20 13:26:28,805] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: setting start to 0 -[2024-06-20 13:26:28,806] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: ending -[2024-06-20 13:26:28,806] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: starting -[2024-06-20 13:26:28,807] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:26:28,807] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:28,807] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:28,808] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: found chunk delimiter -[2024-06-20 13:26:28,808] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:28,808] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: appending 16376 bytes -[2024-06-20 13:26:28,808] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: fragment = "T_OPTIC</module-functional-type><vendor>Cisco</vendor><vendor-part>400zr-QSFP-DD</vendor-part><vendor-rev>01</vendor-rev><serial-no>1567321</serial-no></state><physical-channels><channel><index>1</index><config><index>1</index><associated-optical-channel>channel-3</associated-optical-channel></config></channel></physical-channels></transceiver></component><component><name>transceiver-4</name><config><name>transceiver-4</name></config><state><name>transceiver-4</name><type xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:TRANSCEIVER</type></state><transceiver xmlns="http://openconfig.net/yang/platform/transceiver"><config><enabled>true</enabled><form-factor-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:QSFP56_DD_TYPE1</form-factor-preconf><ethernet-pmd-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:ETH_400GBASE_ZR</ethernet-pmd-preconf><fec-mode xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:FEC_AUTO</fec-mode><module-functional-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:TYPE_DIGITAL_COHERENT_OPTIC</module-functional-type></config><state><enabled>true</enabled><form-factor-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:QSFP56_DD_TYPE1</form-factor-preconf><ethernet-pmd-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:ETH_400GBASE_ZR</ethernet-pmd-preconf><fec-mode xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:FEC_AUTO</fec-mode><module-functional-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:TYPE_DIGITAL_COHERENT_OPTIC</module-functional-type><vendor>Cisco</vendor><vendor-part>400zr-QSFP-DD</vendor-part><vendor-rev>01</vendor-rev><serial-no>1567321</serial-no></state><physical-channels><channel><index>1</index><config><index>1</index><associated-optical-channel>channel-4</associated-optical-channel></config></channel></physical-channels></transceiver></component></components><bgp-instance xmlns="http://openconfig.net/yang/protocols"><bgp><global><route-selection-options><state><always-compare-med>false</always-compare-med><ignore-as-path-length>false</ignore-as-path-length><external-compare-router-id>true</external-compare-router-id><advertise-inactive-routes>false</advertise-inactive-routes><enable-aigp>false</enable-aigp><ignore-next-hop-igp-metric>false</ignore-next-hop-igp-metric></state></route-selection-options></global><neighbors><neighbor><neighbor-address>192.168.1.1</neighbor-address><config><neighbor-address>192.168.1.1</neighbor-address><neighbor-port>88</neighbor-port><enabled>true</enabled><peer-as>65432</peer-as></config><state><neighbor-port>179</neighbor-port><enabled>true</enabled><route-flap-damping>false</route-flap-damping><send-community>NONE</send-community><dynamically-configured>false</dynamically-configured></state><timers><state><connect-retry>30</connect-retry><hold-time>90</hold-time><keepalive-interval>30</keepalive-interval><minimum-advertisement-interval>30</minimum-advertisement-interval></state></timers><transport><state><mtu-discovery>false</mtu-discovery><passive-mode>false</passive-mode></state></transport><error-handling><state><treat-as-withdraw>false</treat-as-withdraw></state></error-handling><logging-options><state><log-neighbor-state-changes>true</log-neighbor-state-changes></state></logging-options><ebgp-multihop><state><enabled>false</enabled></state></ebgp-multihop><route-reflector><state><route-reflector-client>false</route-reflector-client></state></route-reflector><as-path-options><state><allow-own-as>0</allow-own-as><replace-peer-as>false</replace-peer-as><disable-peer-as-filter>false</disable-peer-as-filter></state></as-path-options><use-multiple-paths><state><enabled>false</enabled></state><ebgp><state><allow-multiple-as>false</allow-multiple-as></state></ebgp></use-multiple-paths><apply-policy><state><default-import-policy>REJECT_ROUTE</default-import-policy><default-export-policy>REJECT_ROUTE</default-export-policy></state></apply-policy></neighbor></neighbors></bgp></bgp-instance><ospf-instance xmlns="http://openconfig.net/yang/protocols"><ospfv2><global><state><summary-route-cost-mode>RFC2328_COMPATIBLE</summary-route-cost-mode></state></global></ospfv2></ospf-instance><terminal-device xmlns="http://openconfig.net/yang/terminal-device"><logical-channels><channel><index>1</index><config><index>1</index><description>Logical channel 1</description><admin-state>DISABLED</admin-state><logical-channel-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:PROT_OTN</logical-channel-type><loopback-mode>NONE</loopback-mode></config><state><index>1</index><description>Logical channel 1</description><admin-state>DISABLED</admin-state><logical-channel-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:PROT_OTN</logical-channel-type><loopback-mode>NONE</loopback-mode><link-state>UP</link-state></state><ingress><config><transceiver>transceiver-1</transceiver></config><state><transceiver>transceiver-1</transceiver></state></ingress><logical-channel-assignments><assignment><index>1</index><config><index>1</index><description>Optical channel assigned 100</description><assignment-type>OPTICAL_CHANNEL</assignment-type><optical-channel>channel-1</optical-channel><allocation>100.0</allocation></config><state><index>1</index><description>Optical channel assigned 100</description><assignment-type>OPTICAL_CHANNEL</assignment-type><optical-channel>channel-1</optical-channel><allocation>100.0</allocation></state></assignment></logical-channel-assignments></channel><channel><index>2</index><config><index>2</index><description>Logical channel 2</description><admin-state>DISABLED</admin-state><logical-channel-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:PROT_OTN</logical-channel-type><loopback-mode>NONE</loopback-mode></config><state><index>2</index><description>Logical channel 2</description><admin-state>DISABLED</admin-state><logical-channel-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:PROT_OTN</logical-channel-type><loopback-mode>NONE</loopback-mode><link-state>UP</link-state></state><ingress><config><transceiver>transceiver-2</transceiver></config><state><transceiver>transceiver-2</transceiver></state></ingress><logical-channel-assignments><assignment><index>1</index><config><index>1</index><description>Optical channel assigned 100</description><assignment-type>OPTICAL_CHANNEL</assignment-type><optical-channel>channel-2</optical-channel><allocation>100.0</allocation></config><state><index>1</index><description>Optical channel assigned 100</description><assignment-type>OPTICAL_CHANNEL</assignment-type><optical-channel>channel-2</optical-channel><allocation>100.0</allocation></state></assignment></logical-channel-assignments></channel><channel><index>3</index><config><index>3</index><description>Logical channel 3</description><admin-state>DISABLED</admin-state><logical-channel-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:PROT_OTN</logical-channel-type><loopback-mode>NONE</loopback-mode></config><state><index>3</index><description>Logical channel 3</description><admin-state>DISABLED</admin-state><logical-channel-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:PROT_OTN</logical-channel-type><loopback-mode>NONE</loopback-mode><link-state>UP</link-state></state><ingress><config><transceiver>transceiver-3</transceiver></config><state><transceiver>transceiver-3</transceiver></state></ingress><logical-channel-assignments><assignment><index>1</index><config><index>1</index><description>Optical channel assigned 100</description><assignment-type>OPTICAL_CHANNEL</assignment-type><optical-channel>channel-3</optical-channel><allocation>100.0</allocation></config><state><index>1</index><description>Optical channel assigned 100</description><assignment-type>OPTICAL_CHANNEL</assignment-type><optical-channel>channel-3</optical-channel><allocation>100.0</allocation></state></assignment></logical-channel-assignments></channel><channel><index>4</index><config><index>4</index><description>Logical channel 4</description><admin-state>DISABLED</admin-state><logical-channel-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:PROT_OTN</logical-channel-type><loopback-mode>NONE</loopback-mode></config><state><index>4</index><description>Logical channel 4</description><admin-state>DISABLED</admin-state><logical-channel-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:PROT_OTN</logical-channel-type><loopback-mode>NONE</loopback-mode><link-state>UP</link-state></state><ingress><config><transceiver>transceiver-4</transceiver></config><state><transceiver>transceiver-4</transceiver></state></ingress><logical-channel-assignments><assignment><index>1</index><config><index>1</index><description>Optical channel assigned 100</description><assignment-type>OPTICAL_CHANNEL</assignment-type><optical-channel>channel-4</optical-channel><allocation>100.0</allocation></config><state><index>1</index><description>Optical channel assigned 100</description><assignment-type>OPTICAL_CHANNEL</assignment-type><optical-channel>channel-4</optical-channel><allocation>100.0</allocation></state></assignment></logical-channel-assignments></channel></logical-channels><operational-modes><mode><mode-id>1</mode-id><state><mode-id>1</mode-id><description>FEC1</description><vendor-id>Ericsson</vendor-id></state></mode><mode><mode-id>2</mode-id><state><mode-id>2</mode-id><description>FEC2</description><vendor-id>Ericsson</vendor-id></state></mode></operational-modes></terminal-device><aaa xmlns="http://tail-f.com/ns/aaa/1.1"><authentication><users><user><name>admin</name><uid>9000</uid><gid>100</gid><password>$1$MAUsMGRB$0QVLq8d0AZKgnyMHQHXGj.</password><ssh_keydir>/var/confd/homes/admin/.ssh</ssh_keydir><homedir>/var/confd/homes/admin</homedir></user><user><name>oper</name><uid>9003</uid><gid>103</gid><password>$1$OuxlaJdk$U/2..0bsSRBOdB89X.V/B.</password><ssh_keydir>/var/confd/homes/oper/.ssh</ssh_keydir><homedir>/var/confd/homes/oper</homedir></user><user><name>optical</name><uid>9001</uid><gid>101</gid><password>$1$.fTK5rN8$70SU3wMX3Ppun/0gE7wsA0</password><ssh_keydir>/var/confd/homes/optical/.ssh</ssh_keydir><homedir>/var/confd/homes/optical</homedir></user><user><name>packet</name><uid>9002</uid><gid>102</gid><password>$1$2Q0WT3GS$kHtMcIEPrKOjv5AIRaIRp.</password><ssh_keydir>/var/confd/homes/packet/.ssh</ssh_keydir><homedir>/var/confd/homes/packet</homedir></user><user><name>private</name><uid>9005</uid><gid>103</gid><password>$1$kQyh8qdQ$M.AQv0IrSWDrKfW2RHAHj0</password><ssh_keydir>/var/confd/homes/private/.ssh</ssh_keydir><homedir>/var/confd/homes/private</homedir></user><user><name>public</name><uid>9004</uid><gid>100</gid><password>$1$MGwjebs5$q/SznJWMzKIsd1aIb5UN.1</password><ssh_keydir>/var/confd/homes/public/.ssh</ssh_keydir><homedir>/var/confd/homes/public</homedir></user></users></authentication><ios><level><nr>0</nr><prompt>\h> </prompt></level><level><nr>15</nr><prompt>\h# </prompt></level><privilege><mode>exec</mode><level><nr>0</nr><command><name>action</name></command><command><name>autowizard</name></command><command><name>enable</name></command><command><name>exit</name></command><command><name>help</name></command><command><name>startup</name></command></level><level><nr>15</nr><command><name>configure</name></command></level></privilege></ios></aaa><confd-state xmlns="http://tail-f.com/yang/confd-monitoring"><version>6.4</version><epoll>false</epoll><daemon-status>started</daemon-status><loaded-data-models><data-model><name>iana-crypt-hash</name><revision>2014-08-06</revision><namespace>urn:ietf:params:xml:ns:yang:iana-crypt-hash</namespace><prefix>ianach</prefix><exported-to-all/></data-model><data-model><name>ietf-inet-types</name><revision>2013-07-15</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-inet-types</namespace><prefix>inet</prefix><exported-to-all/></data-model><data-model><name>ietf-interfaces</name><revision>2014-05-08</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-interfaces</namespace><prefix>if</prefix><exported-to-all/></data-model><data-model><name>ietf-netconf-acm</name><revision>2012-02-22</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-acm</namespace><prefix>nacm</prefix><exported-to-all/></data-model><data-model><name>ietf-netconf-monitoring</name><revision>2010-10-04</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring</namespace><prefix>ncm</prefix><exported-to-all/></data-model><data-model><name>ietf-netconf-notifications</name><revision>2012-02-06</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-notifications</namespace><prefix>ncn</prefix><exported-to-all/></data-model><data-model><name>ietf-yang-library</name><revision>2016-06-21</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-library</namespace><prefix>yanglib</prefix><exported-to>netconf</exported-to><exported-to>rest</exported-to></data-model><data-model><name>ietf-yang-types</name><revision>2013-07-15</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-types</namespace><prefix>yang</prefix><exported-to-all/></data-model><data-model><name>netconf_netmod</name><namespace>urn:ietf:params:xml:ns:netmod:notification</namespace><prefix>nm</prefix><exported-to>netconf</exported-to></data-model><data-model><name>openconfig-alarm-types</name><revision>2018-01-16</revision><namespace>http://openconfig.net/yang/alarms/types</namespace><prefix>oc-alarm-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-bfd</name><revision>2022-06-28</revision><namespace>http://openconfig.net/yang/bfd</namespace><prefix>oc-bfd</prefix><exported-to-all/></data-model><data-model><name>openconfig-bgp</name><revision>2022-05-21</revision><namespace>http://openconfig.net/yang/bgp</namespace><prefix>oc-bgp</prefix><exported-to-all/></data-model><data-model><name>openconfig-bgp-types</name><revision>2021-08-06</revision><namespace>http://openconfig.net/yang/bgp-types</namespace><prefix>oc-bgp-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-evpn-types</name><revision>2021-06-21</revision><namespace>http://openconfig.net/yang/evpn-types</namespace><prefix>oc-evpn-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-if-ethernet</name><revision>2022-04-20</revision><namespace>http://openconfig.net/yang/interfaces/ethernet</namespace><prefix>oc-eth</prefix><exported-to-all/></data-model><data-model><name>openconfig-if-ip</name><revision>2019-01-08</revision><namespace>http://openconfig.net/yang/interfaces/ip</namespace><prefix>oc-ip</prefix><exported-to-all/></data-model><data-model><name>openconfig-inet-types</name><revision>2021-08-17</revision><namespace>http://openconfig.net/yang/types/inet</namespace><prefix>oc-inet</prefix><exported-to-all/></data-model><data-model><name>openconfig-interfaces</name><revision>2021-04-06</revision><namespace>http://openconfig.net/yang/interfaces</namespace><prefix>oc-if</prefix><exported-to-all/></data-model><data-model><name>openconfig-lldp</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/lldp</namespace><prefix>oc-lldp</prefix><exported-to-all/></data-model><data-model><name>openconfig-lldp-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/lldp/types</namespace><prefix>oc-lldp-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-mpls-types</name><revision>2021-12-01</revision><namespace>http://openconfig.net/yang/mpls-types</namespace><prefix>oc-mplst</prefix><exported-to-all/></data-model><data-model><name>openconfig-network-instance-types</name><revision>2021-07-14</revision><namespace>http://openconfig.net/yang/network-instance-types</namespace><prefix>oc-ni-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-ospf-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/ospf-types</namespace><prefix>oc-ospf-types</prefix><exporte" -[2024-06-20 13:26:28,808] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:26:28,809] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: ending -[2024-06-20 13:26:28,833] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: starting -[2024-06-20 13:26:28,833] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:26:28,833] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:28,833] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:28,833] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: found chunk delimiter -[2024-06-20 13:26:28,834] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:28,834] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: not enough data for chunk yet -[2024-06-20 13:26:28,834] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: setting start to 0 -[2024-06-20 13:26:28,834] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: ending -[2024-06-20 13:26:28,835] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: starting -[2024-06-20 13:26:28,835] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:26:28,835] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:28,835] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:28,835] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: found chunk delimiter -[2024-06-20 13:26:28,835] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:28,835] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: not enough data for chunk yet -[2024-06-20 13:26:28,836] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: setting start to 0 -[2024-06-20 13:26:28,836] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: ending -[2024-06-20 13:26:28,836] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: starting -[2024-06-20 13:26:28,836] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:26:28,836] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:28,836] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:28,836] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: found chunk delimiter -[2024-06-20 13:26:28,837] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:28,837] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: not enough data for chunk yet -[2024-06-20 13:26:28,837] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: setting start to 0 -[2024-06-20 13:26:28,837] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: ending -[2024-06-20 13:26:28,837] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: starting -[2024-06-20 13:26:28,838] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:26:28,838] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:28,838] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:28,838] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: found chunk delimiter -[2024-06-20 13:26:28,838] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:28,838] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: appending 16376 bytes -[2024-06-20 13:26:28,839] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: fragment = "d-to-all/></data-model><data-model><name>openconfig-ospfv2</name><revision>2022-02-10</revision><namespace>http://openconfig.net/yang/ospfv2</namespace><prefix>oc-ospfv2</prefix><exported-to-all/></data-model><data-model><name>openconfig-platform</name><revision>2018-01-30</revision><namespace>http://openconfig.net/yang/platform</namespace><prefix>oc-platform</prefix><exported-to-all/></data-model><data-model><name>openconfig-platform-port</name><revision>2021-04-22</revision><namespace>http://openconfig.net/yang/platform/port</namespace><prefix>oc-port</prefix><exported-to-all/></data-model><data-model><name>openconfig-platform-transceiver</name><revision>2021-02-23</revision><namespace>http://openconfig.net/yang/platform/transceiver</namespace><prefix>oc-transceiver</prefix><exported-to-all/></data-model><data-model><name>openconfig-platform-types</name><revision>2021-01-18</revision><namespace>http://openconfig.net/yang/platform-types</namespace><prefix>oc-platform-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-policy-types</name><revision>2022-11-08</revision><namespace>http://openconfig.net/yang/policy-types</namespace><prefix>oc-pol-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-protocols</name><namespace>http://openconfig.net/yang/protocols</namespace><prefix>oc-prt</prefix><exported-to-all/></data-model><data-model><name>openconfig-rib-bgp</name><revision>2022-06-06</revision><namespace>http://openconfig.net/yang/rib/bgp</namespace><prefix>oc-rib-bgp</prefix><exported-to-all/></data-model><data-model><name>openconfig-rib-bgp-types</name><revision>2019-03-14</revision><namespace>http://openconfig.net/yang/rib/bgp-types</namespace><prefix>oc-bgprib-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-routing-policy</name><revision>2022-05-24</revision><namespace>http://openconfig.net/yang/routing-policy</namespace><prefix>oc-rpol</prefix><exported-to-all/></data-model><data-model><name>openconfig-segment-routing-types</name><revision>2020-02-04</revision><namespace>http://openconfig.net/yang/segment-routing-types</namespace><prefix>oc-srt</prefix><exported-to-all/></data-model><data-model><name>openconfig-telemetry</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/telemetry</namespace><prefix>oc-telemetry</prefix><exported-to-all/></data-model><data-model><name>openconfig-telemetry-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/telemetry-types</namespace><prefix>oc-telemetry-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-terminal-device</name><revision>2021-02-23</revision><namespace>http://openconfig.net/yang/terminal-device</namespace><prefix>oc-opt-term</prefix><exported-to-all/></data-model><data-model><name>openconfig-transport-types</name><revision>2021-03-22</revision><namespace>http://openconfig.net/yang/transport-types</namespace><prefix>oc-opt-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-types</name><revision>2019-04-16</revision><namespace>http://openconfig.net/yang/openconfig-types</namespace><prefix>oc-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-yang-types</name><revision>2021-07-14</revision><namespace>http://openconfig.net/yang/types/yang</namespace><prefix>oc-yang</prefix><exported-to-all/></data-model><data-model><name>tailf-aaa</name><revision>2015-06-16</revision><namespace>http://tail-f.com/ns/aaa/1.1</namespace><prefix>aaa</prefix><exported-to-all/></data-model><data-model><name>tailf-acm</name><revision>2013-03-07</revision><namespace>http://tail-f.com/yang/acm</namespace><prefix>tacm</prefix><exported-to-all/></data-model><data-model><name>tailf-common-monitoring</name><revision>2013-06-14</revision><namespace>http://tail-f.com/yang/common-monitoring</namespace><prefix>tfcg</prefix><exported-to-all/></data-model><data-model><name>tailf-confd-monitoring</name><revision>2013-06-14</revision><namespace>http://tail-f.com/yang/confd-monitoring</namespace><prefix>tfcm</prefix><exported-to-all/></data-model><data-model><name>tailf-kicker</name><revision>2017-03-16</revision><namespace>http://tail-f.com/ns/kicker</namespace><prefix>kicker</prefix><exported-to-all/></data-model><data-model><name>tailf-netconf-monitoring</name><revision>2016-11-24</revision><namespace>http://tail-f.com/yang/netconf-monitoring</namespace><prefix>tncm</prefix><exported-to-all/></data-model><data-model><name>tailf-rollback</name><revision>2016-09-15</revision><namespace>http://tail-f.com/ns/rollback</namespace><prefix>rollback</prefix><exported-to>rest</exported-to></data-model><data-model><name>vlan</name><namespace>http://sssup.it/yang/vlan</namespace><prefix>sv</prefix><exported-to-all/></data-model></loaded-data-models><netconf><listen><tcp><ip>0.0.0.0</ip><port>2023</port></tcp><ssh><ip>0.0.0.0</ip><port>2022</port></ssh></listen></netconf><cli><listen><ssh><ip>0.0.0.0</ip><port>2024</port></ssh></listen></cli><internal><callpoints><notification-stream-replay><name>NETCONF</name><replay-support>none</replay-support></notification-stream-replay><notification-stream-replay><name>mellanox</name><replay-support>external</replay-support><daemon><id>0</id><name>notifier</name></daemon></notification-stream-replay></callpoints><cdb><datastore><name>running</name><transaction-id>1717-750544-743311</transaction-id><filename>./confd-cdb/A.cdb</filename><disk-size>13451</disk-size><ram-size>81630</ram-size><read-locks>0</read-locks><write-lock-set>false</write-lock-set><waiting-for-replication-sync>false</waiting-for-replication-sync></datastore><datastore><name>operational</name><filename>./confd-cdb/O.cdb</filename><disk-size>4</disk-size><ram-size>136</ram-size><subscription-lock-set>false</subscription-lock-set></datastore><client><name>notifier</name><info>325/6</info><type>subscriber</type><subscription><datastore>running</datastore><priority>1</priority><id>6</id><path>/terminal-device/logical-channels/channel/config</path></subscription><subscription><datastore>running</datastore><priority>2</priority><id>8</id><path>/telemetry-system/subscriptions/dynamic-subscriptions</path></subscription><subscription><datastore>running</datastore><priority>2</priority><id>7</id><path>/components/component/optical-channel/config</path></subscription><subscription><datastore>running</datastore><priority>3</priority><id>9</id><path>/switched-vlans/vlan/tagged-members/member</path></subscription><subscription><datastore>running</datastore><priority>4</priority><id>10</id><path>/switched-vlans/vlan/untagged-members/member</path></subscription><subscription><datastore>running</datastore><priority>5</priority><id>11</id><path>/interfaces/interface</path></subscription><subscription><datastore>running</datastore><priority>6</priority><id>12</id><path>/bgp-instance/bgp</path></subscription></client><client><name>notifier</name><info>325/5</info><type>inactive</type></client></cdb></internal></confd-state><netconf xmlns="urn:ietf:params:xml:ns:netmod:notification"><streams><stream><name>NETCONF</name><description>default NETCONF event stream</description><replaySupport>false</replaySupport></stream><stream><name>mellanox</name><description>Notifications regarding the transponder</description><replaySupport>true</replaySupport><replayLogCreationTime>2024-06-06T22:51:35.958749+00:00</replayLogCreationTime></stream></streams></netconf><nacm xmlns="urn:ietf:params:xml:ns:yang:ietf-netconf-acm"><enable-nacm>true</enable-nacm><read-default>permit</read-default><write-default>permit</write-default><exec-default>permit</exec-default><enable-external-groups>true</enable-external-groups><denied-operations>0</denied-operations><denied-data-writes>0</denied-data-writes><denied-notifications>0</denied-notifications><groups><group><name>admin</name><user-name>admin</user-name><user-name>private</user-name></group><group><name>oper</name><user-name>oper</user-name><user-name>public</user-name></group><group><name>opt</name><user-name>optical</user-name></group><group><name>pck</name><user-name>packet</user-name></group></groups><rule-list><name>any-group</name><group>*</group><rule><name>get</name><module-name>*</module-name><path>/</path><access-operations>read</access-operations><action>permit</action></rule><rule><name>tailf-aaa-authentication</name><module-name>tailf-aaa</module-name><path>/aaa/authentication/users/user[name='$USER']</path><access-operations>read update</access-operations><action>permit</action></rule><rule><name>tailf-aaa-user</name><module-name>tailf-aaa</module-name><path>/user[name='$USER']</path><access-operations>create read update delete</access-operations><action>permit</action></rule><rule><name>tailf-webui-user</name><module-name>tailf-webui</module-name><path>/webui/data-stores/user-profile[username='$USER']</path><access-operations>create read update delete</access-operations><action>permit</action></rule></rule-list><rule-list><name>packet</name><group>pck</group><rule><name>vlan</name><module-name>vlan</module-name><path>/switched-vlans</path><access-operations>create read update delete</access-operations><action>permit</action></rule><rule><name>terminal-device</name><module-name>*</module-name><path>/terminal-device</path><access-operations>create update delete</access-operations><action>deny</action></rule><rule><name>components</name><module-name>*</module-name><path>/components</path><access-operations>create update delete</access-operations><action>deny</action></rule></rule-list><rule-list><name>optical</name><group>opt</group><rule><name>terminal-device</name><module-name>*</module-name><path>/terminal-device</path><access-operations>create read update delete</access-operations><action>permit</action></rule><rule><name>components</name><module-name>*</module-name><path>/components</path><access-operations>create read update delete</access-operations><action>permit</action></rule><rule><name>vlan</name><module-name>vlan</module-name><path>/switched-vlans</path><access-operations>create update delete</access-operations><action>deny</action></rule></rule-list><rule-list><name>admin</name><group>admin</group><rule><name>any-access</name><action>permit</action></rule></rule-list></nacm><netconf-state xmlns="urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring"><capabilities><capability>urn:ietf:params:netconf:base:1.0</capability><capability>urn:ietf:params:netconf:base:1.1</capability><capability>urn:ietf:params:netconf:capability:writable-running:1.0</capability><capability>urn:ietf:params:netconf:capability:xpath:1.0</capability><capability>urn:ietf:params:netconf:capability:validate:1.0</capability><capability>urn:ietf:params:netconf:capability:validate:1.1</capability><capability>urn:ietf:params:netconf:capability:rollback-on-error:1.0</capability><capability>urn:ietf:params:netconf:capability:notification:1.0</capability><capability>urn:ietf:params:netconf:capability:with-defaults:1.0?basic-mode=explicit&also-supported=report-all-tagged</capability><capability>urn:ietf:params:netconf:capability:yang-library:1.0?revision=2016-06-21&module-set-id=f1285a0c7bf3c6c159ca5c87b160ec60</capability><capability>http://tail-f.com/ns/netconf/extensions</capability><capability>http://openconfig.net/yang/alarms/types?module=openconfig-alarm-types&revision=2018-01-16</capability><capability>http://openconfig.net/yang/bfd?module=openconfig-bfd&revision=2022-06-28</capability><capability>http://openconfig.net/yang/bgp?module=openconfig-bgp&revision=2022-05-21</capability><capability>http://openconfig.net/yang/bgp-types?module=openconfig-bgp-types&revision=2021-08-06</capability><capability>http://openconfig.net/yang/evpn-types?module=openconfig-evpn-types&revision=2021-06-21</capability><capability>http://openconfig.net/yang/interfaces?module=openconfig-interfaces&revision=2021-04-06</capability><capability>http://openconfig.net/yang/interfaces/ethernet?module=openconfig-if-ethernet&revision=2022-04-20</capability><capability>http://openconfig.net/yang/interfaces/ip?module=openconfig-if-ip&revision=2019-01-08</capability><capability>http://openconfig.net/yang/lldp?module=openconfig-lldp&revision=2018-11-21</capability><capability>http://openconfig.net/yang/lldp/types?module=openconfig-lldp-types&revision=2018-11-21</capability><capability>http://openconfig.net/yang/mpls-types?module=openconfig-mpls-types&revision=2021-12-01</capability><capability>http://openconfig.net/yang/network-instance-types?module=openconfig-network-instance-types&revision=2021-07-14</capability><capability>http://openconfig.net/yang/openconfig-types?module=openconfig-types&revision=2019-04-16</capability><capability>http://openconfig.net/yang/ospf-types?module=openconfig-ospf-types&revision=2018-11-21</capability><capability>http://openconfig.net/yang/ospfv2?module=openconfig-ospfv2&revision=2022-02-10</capability><capability>http://openconfig.net/yang/platform?module=openconfig-platform&revision=2018-01-30</capability><capability>http://openconfig.net/yang/platform-types?module=openconfig-platform-types&revision=2021-01-18</capability><capability>http://openconfig.net/yang/platform/port?module=openconfig-platform-port&revision=2021-04-22</capability><capability>http://openconfig.net/yang/platform/transceiver?module=openconfig-platform-transceiver&revision=2021-02-23</capability><capability>http://openconfig.net/yang/policy-types?module=openconfig-policy-types&revision=2022-11-08</capability><capability>http://openconfig.net/yang/protocols?module=openconfig-protocols</capability><capability>http://openconfig.net/yang/rib/bgp?module=openconfig-rib-bgp&revision=2022-06-06</capability><capability>http://openconfig.net/yang/rib/bgp-types?module=openconfig-rib-bgp-types&revision=2019-03-14</capability><capability>http://openconfig.net/yang/routing-policy?module=openconfig-routing-policy&revision=2022-05-24</capability><capability>http://openconfig.net/yang/segment-routing-types?module=openconfig-segment-routing-types&revision=2020-02-04</capability><capability>http://openconfig.net/yang/telemetry?module=openconfig-telemetry&revision=2018-11-21</capability><capability>http://openconfig.net/yang/telemetry-types?module=openconfig-telemetry-types&revision=2018-11-21</capability><capability>http://openconfig.net/yang/terminal-device?module=openconfig-terminal-device&revision=2021-02-23</capability><capability>http://openconfig.net/yang/transport-types?module=openconfig-transport-types&revision=2021-03-22</capability><capability>http://openconfig.net/yang/types/inet?module=openconfig-inet-types&revision=2021-08-17</capability><capability>http://openconfig.net/yang/types/yang?module=openconfig-yang-types&revision=2021-07-14</capability><capability>http://sssup.it/yang/vlan?module=vlan</capability><capability>http://tail-f.com/ns/aaa/1.1?module=tailf-aaa&revision=2015-06-16</capability><capability>http://tail-f.com/ns/kicker?module=tailf-kicker&revision=2017-03-16</capability><capability>http://tail-f.com/yang/acm?module=tailf-acm&revision=2013-03-07</capability><capability>http://tail-f.com/yang/common-monitoring?module=tailf-common-monitoring&revision=2013-06-14</capability><capability>http://tail-f.com/yang/confd-monitoring?module=tailf-confd-monitoring&revision=2013-06-14</capability><capability>http://tail-f.com/yang/netconf-monitoring?module=tailf-netconf-monitoring&revision=2016-11-24</capability><capability>urn:ietf:params:xml:ns:yang:iana-crypt-hash?module=iana-crypt-hash&revision=2014-08-06&features=crypt-hash-sha-512,crypt-hash-sha-256,crypt-hash-md5</capability><capability>urn:ietf:params:xml:ns:yang:ietf-inet-types?module=ietf-inet-types&revision=2013-07-15</capability><capability>urn:ietf:params:xml:ns:yang:ietf-interfaces?module=ietf-interfaces&revision=2014-05-08&features=pre-provisioning,if-mib,arbitrary-names</capability><capability>urn:ietf:params:xml:ns:yang:ietf-netconf-acm?module=ietf-netconf-acm&revision=2012-02-22</capability><capability>urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring?module=ietf-netconf-monitoring&revision=2010-10-04</capability><capability>urn:ietf:params:xml:ns:yang:ietf-" -[2024-06-20 13:26:28,839] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:26:28,839] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: ending -[2024-06-20 13:26:28,857] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: starting -[2024-06-20 13:26:28,857] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:26:28,857] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:28,857] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:28,857] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: found chunk delimiter -[2024-06-20 13:26:28,857] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:28,857] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: not enough data for chunk yet -[2024-06-20 13:26:28,857] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: setting start to 0 -[2024-06-20 13:26:28,857] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: ending -[2024-06-20 13:26:28,857] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: starting -[2024-06-20 13:26:28,858] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:26:28,858] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:28,858] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:28,858] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: found chunk delimiter -[2024-06-20 13:26:28,858] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:28,858] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: not enough data for chunk yet -[2024-06-20 13:26:28,858] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: setting start to 0 -[2024-06-20 13:26:28,858] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: ending -[2024-06-20 13:26:28,859] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: starting -[2024-06-20 13:26:28,859] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:26:28,859] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:28,859] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:28,859] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: found chunk delimiter -[2024-06-20 13:26:28,859] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:28,859] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: not enough data for chunk yet -[2024-06-20 13:26:28,859] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: setting start to 0 -[2024-06-20 13:26:28,859] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: ending -[2024-06-20 13:26:28,859] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: starting -[2024-06-20 13:26:28,860] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:26:28,860] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:28,860] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:28,860] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: found chunk delimiter -[2024-06-20 13:26:28,860] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:28,860] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: appending 16376 bytes -[2024-06-20 13:26:28,860] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: fragment = "netconf-notifications?module=ietf-netconf-notifications&revision=2012-02-06</capability><capability>urn:ietf:params:xml:ns:yang:ietf-yang-library?module=ietf-yang-library&revision=2016-06-21</capability><capability>urn:ietf:params:xml:ns:yang:ietf-yang-types?module=ietf-yang-types&revision=2013-07-15</capability><capability>urn:ietf:params:xml:ns:netconf:base:1.0?module=ietf-netconf&revision=2011-06-01</capability><capability>urn:ietf:params:xml:ns:yang:ietf-netconf-with-defaults?module=ietf-netconf-with-defaults&revision=2011-06-01</capability></capabilities><datastores><datastore><name>running</name><transaction-id xmlns="http://tail-f.com/yang/netconf-monitoring">1717-750544-743311</transaction-id></datastore></datastores><schemas><schema><identifier>iana-crypt-hash</identifier><version>2014-08-06</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:iana-crypt-hash</namespace><location>NETCONF</location></schema><schema><identifier>ietf-inet-types</identifier><version>2013-07-15</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-inet-types</namespace><location>NETCONF</location></schema><schema><identifier>ietf-interfaces</identifier><version>2014-05-08</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-interfaces</namespace><location>NETCONF</location></schema><schema><identifier>ietf-netconf</identifier><version>2011-06-01</version><format>yang</format><namespace>urn:ietf:params:xml:ns:netconf:base:1.0</namespace><location>NETCONF</location></schema><schema><identifier>ietf-netconf-acm</identifier><version>2012-02-22</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-acm</namespace><location>NETCONF</location></schema><schema><identifier>ietf-netconf-monitoring</identifier><version>2010-10-04</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring</namespace><location>NETCONF</location></schema><schema><identifier>ietf-netconf-notifications</identifier><version>2012-02-06</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-notifications</namespace><location>NETCONF</location></schema><schema><identifier>ietf-netconf-with-defaults</identifier><version>2011-06-01</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-with-defaults</namespace><location>NETCONF</location></schema><schema><identifier>ietf-yang-library</identifier><version>2016-06-21</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-library</namespace><location>NETCONF</location></schema><schema><identifier>ietf-yang-types</identifier><version>2013-07-15</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-alarm-types</identifier><version>2018-01-16</version><format>yang</format><namespace>http://openconfig.net/yang/alarms/types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bfd</identifier><version>2022-06-28</version><format>yang</format><namespace>http://openconfig.net/yang/bfd</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bgp</identifier><version>2022-05-21</version><format>yang</format><namespace>http://openconfig.net/yang/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bgp-common</identifier><version>2022-05-21</version><format>yang</format><namespace>http://openconfig.net/yang/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bgp-common-multiprotocol</identifier><version>2022-05-21</version><format>yang</format><namespace>http://openconfig.net/yang/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bgp-common-structure</identifier><version>2022-05-21</version><format>yang</format><namespace>http://openconfig.net/yang/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bgp-errors</identifier><version>2021-08-06</version><format>yang</format><namespace>http://openconfig.net/yang/bgp-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bgp-global</identifier><version>2022-05-21</version><format>yang</format><namespace>http://openconfig.net/yang/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bgp-neighbor</identifier><version>2022-05-21</version><format>yang</format><namespace>http://openconfig.net/yang/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bgp-peer-group</identifier><version>2022-05-21</version><format>yang</format><namespace>http://openconfig.net/yang/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bgp-types</identifier><version>2021-08-06</version><format>yang</format><namespace>http://openconfig.net/yang/bgp-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-evpn-types</identifier><version>2021-06-21</version><format>yang</format><namespace>http://openconfig.net/yang/evpn-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-if-ethernet</identifier><version>2022-04-20</version><format>yang</format><namespace>http://openconfig.net/yang/interfaces/ethernet</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-if-ip</identifier><version>2019-01-08</version><format>yang</format><namespace>http://openconfig.net/yang/interfaces/ip</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-inet-types</identifier><version>2021-08-17</version><format>yang</format><namespace>http://openconfig.net/yang/types/inet</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-interfaces</identifier><version>2021-04-06</version><format>yang</format><namespace>http://openconfig.net/yang/interfaces</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-lldp</identifier><version>2018-11-21</version><format>yang</format><namespace>http://openconfig.net/yang/lldp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-lldp-types</identifier><version>2018-11-21</version><format>yang</format><namespace>http://openconfig.net/yang/lldp/types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-mpls-types</identifier><version>2021-12-01</version><format>yang</format><namespace>http://openconfig.net/yang/mpls-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-network-instance-types</identifier><version>2021-07-14</version><format>yang</format><namespace>http://openconfig.net/yang/network-instance-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-ospf-types</identifier><version>2018-11-21</version><format>yang</format><namespace>http://openconfig.net/yang/ospf-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-ospfv2</identifier><version>2022-02-10</version><format>yang</format><namespace>http://openconfig.net/yang/ospfv2</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-ospfv2-area</identifier><version>2022-02-10</version><format>yang</format><namespace>http://openconfig.net/yang/ospfv2</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-ospfv2-area-interface</identifier><version>2022-02-10</version><format>yang</format><namespace>http://openconfig.net/yang/ospfv2</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-ospfv2-common</identifier><version>2022-02-10</version><format>yang</format><namespace>http://openconfig.net/yang/ospfv2</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-ospfv2-global</identifier><version>2022-02-10</version><format>yang</format><namespace>http://openconfig.net/yang/ospfv2</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-ospfv2-lsdb</identifier><version>2022-02-10</version><format>yang</format><namespace>http://openconfig.net/yang/ospfv2</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-platform</identifier><version>2018-01-30</version><format>yang</format><namespace>http://openconfig.net/yang/platform</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-platform-port</identifier><version>2021-04-22</version><format>yang</format><namespace>http://openconfig.net/yang/platform/port</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-platform-transceiver</identifier><version>2021-02-23</version><format>yang</format><namespace>http://openconfig.net/yang/platform/transceiver</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-platform-types</identifier><version>2021-01-18</version><format>yang</format><namespace>http://openconfig.net/yang/platform-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-policy-types</identifier><version>2022-11-08</version><format>yang</format><namespace>http://openconfig.net/yang/policy-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-protocols</identifier><version></version><format>yang</format><namespace>http://openconfig.net/yang/protocols</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-rib-bgp</identifier><version>2022-06-06</version><format>yang</format><namespace>http://openconfig.net/yang/rib/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-rib-bgp-attributes</identifier><version>2022-06-06</version><format>yang</format><namespace>http://openconfig.net/yang/rib/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-rib-bgp-shared-attributes</identifier><version>2022-06-06</version><format>yang</format><namespace>http://openconfig.net/yang/rib/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-rib-bgp-table-attributes</identifier><version>2022-06-06</version><format>yang</format><namespace>http://openconfig.net/yang/rib/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-rib-bgp-tables</identifier><version>2022-06-06</version><format>yang</format><namespace>http://openconfig.net/yang/rib/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-rib-bgp-types</identifier><version>2019-03-14</version><format>yang</format><namespace>http://openconfig.net/yang/rib/bgp-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-routing-policy</identifier><version>2022-05-24</version><format>yang</format><namespace>http://openconfig.net/yang/routing-policy</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-segment-routing-types</identifier><version>2020-02-04</version><format>yang</format><namespace>http://openconfig.net/yang/segment-routing-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-telemetry</identifier><version>2018-11-21</version><format>yang</format><namespace>http://openconfig.net/yang/telemetry</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-telemetry-types</identifier><version>2018-11-21</version><format>yang</format><namespace>http://openconfig.net/yang/telemetry-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-terminal-device</identifier><version>2021-02-23</version><format>yang</format><namespace>http://openconfig.net/yang/terminal-device</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-transport-types</identifier><version>2021-03-22</version><format>yang</format><namespace>http://openconfig.net/yang/transport-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-types</identifier><version>2019-04-16</version><format>yang</format><namespace>http://openconfig.net/yang/openconfig-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-yang-types</identifier><version>2021-07-14</version><format>yang</format><namespace>http://openconfig.net/yang/types/yang</namespace><location>NETCONF</location></schema><schema><identifier>tailf-aaa</identifier><version>2015-06-16</version><format>yang</format><namespace>http://tail-f.com/ns/aaa/1.1</namespace><location>NETCONF</location></schema><schema><identifier>tailf-acm</identifier><version>2013-03-07</version><format>yang</format><namespace>http://tail-f.com/yang/acm</namespace><location>NETCONF</location></schema><schema><identifier>tailf-common-monitoring</identifier><version>2013-06-14</version><format>yang</format><namespace>http://tail-f.com/yang/common-monitoring</namespace><location>NETCONF</location></schema><schema><identifier>tailf-confd-monitoring</identifier><version>2013-06-14</version><format>yang</format><namespace>http://tail-f.com/yang/confd-monitoring</namespace><location>NETCONF</location></schema><schema><identifier>tailf-kicker</identifier><version>2017-03-16</version><format>yang</format><namespace>http://tail-f.com/ns/kicker</namespace><location>NETCONF</location></schema><schema><identifier>tailf-netconf-monitoring</identifier><version>2016-11-24</version><format>yang</format><namespace>http://tail-f.com/yang/netconf-monitoring</namespace><location>NETCONF</location></schema><schema><identifier>vlan</identifier><version></version><format>yang</format><namespace>http://sssup.it/yang/vlan</namespace><location>NETCONF</location></schema></schemas><sessions><session><session-id>29</session-id><transport>netconf-ssh</transport><username>admin</username><source-host>10.30.2.206</source-host><login-time>2024-06-06T23:11:11+00:00</login-time><in-rpcs>4</in-rpcs><in-bad-rpcs>0</in-bad-rpcs><out-rpc-errors>0</out-rpc-errors><out-notifications>0</out-notifications></session><session><session-id>30</session-id><transport>netconf-ssh</transport><username>admin</username><source-host>10.30.2.206</source-host><login-time>2024-06-06T23:11:20+00:00</login-time><in-rpcs>2</in-rpcs><in-bad-rpcs>0</in-bad-rpcs><out-rpc-errors>0</out-rpc-errors><out-notifications>0</out-notifications></session><session><session-id>31</session-id><transport>netconf-ssh</transport><username>admin</username><source-host>10.30.2.206</source-host><login-time>2024-06-06T23:11:29+00:00</login-time><in-rpcs>2</in-rpcs><in-bad-rpcs>0</in-bad-rpcs><out-rpc-errors>0</out-rpc-errors><out-notifications>0</out-notifications></session><session><session-id>32</session-id><transport>netconf-ssh</transport><username>admin</username><source-host>10.30.2.208</source-host><login-time>2024-06-20T13:23:47+00:00</login-time><in-rpcs>4</in-rpcs><in-bad-rpcs>0</in-bad-rpcs><out-rpc-errors>0</out-rpc-errors><out-notifications>0</out-notifications></session><session><session-id>33</session-id><transport>netconf-ssh</transport><username>admin</username><source-host>10.30.2.208</source-host><login-time>2024-06-20T13:23:53+00:00</login-time><in-rpcs>2</in-rpcs><in-bad-rpcs>0</in-bad-rpcs><out-rpc-errors>0</out-rpc-errors><out-notifications>0</out-notifications></session><session><session-id>34</session-id><transport>netconf-ssh</transport><username>admin</username><source-host>10.30.2.208</source-host><login-time>2024-06-20T13:24:00+00:00</login-time><in-rpcs>2</in-rpcs><in-bad-rpcs>0</in-bad-rpcs><out-rpc-errors>0</out-rpc-errors><out-notifications>0</out-notifications></session></sessions><statistics><netconf-start-time>2024-06-06T22:51:35+00:00</netconf-start-time><in-bad-hellos>0</in-bad-hellos><in-sessions>6</in-sessions><dropped-sessions>0</dropped-sessions><in-rpcs>16</in-rpcs><in-bad-rpcs>0</in-bad-rpcs><out-rpc-errors>0</out-rpc-errors><out-notifications>0</out-notifications></statistics><streams xmlns="http://tail-f.com/yang/netconf-monitoring"><stream><name>NETCONF</name><description>default NETCONF event stream</description><replay-support>false</replay-support></stream><stream><name>mellanox</name><description>Notifications regarding the transponder</description><replay-support>true</replay-support><replay-log-creation-time>2024-06-06T22:51:35.958749+00:00</replay-log-creation-time></stream></streams></netconf-state><modules-state " -[2024-06-20 13:26:28,860] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:26:28,860] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: ending -[2024-06-20 13:26:28,867] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: starting -[2024-06-20 13:26:28,867] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:26:28,867] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:28,868] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:28,868] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: found chunk delimiter -[2024-06-20 13:26:28,868] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: chunk size 10847 bytes -[2024-06-20 13:26:28,868] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: not enough data for chunk yet -[2024-06-20 13:26:28,868] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: setting start to 0 -[2024-06-20 13:26:28,868] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: ending -[2024-06-20 13:26:28,868] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: starting -[2024-06-20 13:26:28,868] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:26:28,868] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:28,868] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:28,869] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: found chunk delimiter -[2024-06-20 13:26:28,869] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: chunk size 10847 bytes -[2024-06-20 13:26:28,869] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: not enough data for chunk yet -[2024-06-20 13:26:28,869] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: setting start to 0 -[2024-06-20 13:26:28,869] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: ending -[2024-06-20 13:26:28,869] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: starting -[2024-06-20 13:26:28,869] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: working with buffer of 10859 bytes -[2024-06-20 13:26:28,869] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:28,869] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:28,869] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: found chunk delimiter -[2024-06-20 13:26:28,869] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: chunk size 10847 bytes -[2024-06-20 13:26:28,869] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: appending 10847 bytes -[2024-06-20 13:26:28,870] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: fragment = "xmlns="urn:ietf:params:xml:ns:yang:ietf-yang-library"><module-set-id>f1285a0c7bf3c6c159ca5c87b160ec60</module-set-id><module><name>iana-crypt-hash</name><revision>2014-08-06</revision><namespace>urn:ietf:params:xml:ns:yang:iana-crypt-hash</namespace><feature>crypt-hash-sha-512</feature><feature>crypt-hash-sha-256</feature><feature>crypt-hash-md5</feature><conformance-type>import</conformance-type></module><module><name>ietf-inet-types</name><revision>2013-07-15</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-inet-types</namespace><conformance-type>import</conformance-type></module><module><name>ietf-interfaces</name><revision>2014-05-08</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-interfaces</namespace><feature>pre-provisioning</feature><feature>if-mib</feature><feature>arbitrary-names</feature><conformance-type>implement</conformance-type></module><module><name>ietf-netconf</name><revision>2011-06-01</revision><namespace>urn:ietf:params:xml:ns:netconf:base:1.0</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-netconf-acm</name><revision>2012-02-22</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-acm</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-netconf-monitoring</name><revision>2010-10-04</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-netconf-notifications</name><revision>2012-02-06</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-notifications</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-netconf-with-defaults</name><revision>2011-06-01</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-with-defaults</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-yang-library</name><revision>2016-06-21</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-library</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-yang-types</name><revision>2013-07-15</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-alarm-types</name><revision>2018-01-16</revision><namespace>http://openconfig.net/yang/alarms/types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-bfd</name><revision>2022-06-28</revision><namespace>http://openconfig.net/yang/bfd</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-bgp</name><revision>2022-05-21</revision><namespace>http://openconfig.net/yang/bgp</namespace><conformance-type>implement</conformance-type><submodule><name>openconfig-bgp-common</name><revision>2022-05-21</revision></submodule><submodule><name>openconfig-bgp-common-structure</name><revision>2022-05-21</revision></submodule><submodule><name>openconfig-bgp-global</name><revision>2022-05-21</revision></submodule><submodule><name>openconfig-bgp-neighbor</name><revision>2022-05-21</revision></submodule><submodule><name>openconfig-bgp-peer-group</name><revision>2022-05-21</revision></submodule><submodule><name>openconfig-bgp-common-multiprotocol</name><revision>2022-05-21</revision></submodule></module><module><name>openconfig-bgp-types</name><revision>2021-08-06</revision><namespace>http://openconfig.net/yang/bgp-types</namespace><conformance-type>import</conformance-type><submodule><name>openconfig-bgp-errors</name><revision>2021-08-06</revision></submodule></module><module><name>openconfig-evpn-types</name><revision>2021-06-21</revision><namespace>http://openconfig.net/yang/evpn-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-if-ethernet</name><revision>2022-04-20</revision><namespace>http://openconfig.net/yang/interfaces/ethernet</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-if-ip</name><revision>2019-01-08</revision><namespace>http://openconfig.net/yang/interfaces/ip</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-inet-types</name><revision>2021-08-17</revision><namespace>http://openconfig.net/yang/types/inet</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-interfaces</name><revision>2021-04-06</revision><namespace>http://openconfig.net/yang/interfaces</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-lldp</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/lldp</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-lldp-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/lldp/types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-mpls-types</name><revision>2021-12-01</revision><namespace>http://openconfig.net/yang/mpls-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-ospf-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/ospf-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-ospfv2</name><revision>2022-02-10</revision><namespace>http://openconfig.net/yang/ospfv2</namespace><conformance-type>import</conformance-type><submodule><name>openconfig-ospfv2-area</name><revision>2022-02-10</revision></submodule><submodule><name>openconfig-ospfv2-common</name><revision>2022-02-10</revision></submodule><submodule><name>openconfig-ospfv2-global</name><revision>2022-02-10</revision></submodule><submodule><name>openconfig-ospfv2-lsdb</name><revision>2022-02-10</revision></submodule><submodule><name>openconfig-ospfv2-area-interface</name><revision>2022-02-10</revision></submodule></module><module><name>openconfig-platform</name><revision>2018-01-30</revision><namespace>http://openconfig.net/yang/platform</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-platform-port</name><revision>2021-04-22</revision><namespace>http://openconfig.net/yang/platform/port</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-platform-transceiver</name><revision>2021-02-23</revision><namespace>http://openconfig.net/yang/platform/transceiver</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-platform-types</name><revision>2021-01-18</revision><namespace>http://openconfig.net/yang/platform-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-policy-types</name><revision>2022-11-08</revision><namespace>http://openconfig.net/yang/policy-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-protocols</name><revision></revision><namespace>http://openconfig.net/yang/protocols</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-rib-bgp</name><revision>2022-06-06</revision><namespace>http://openconfig.net/yang/rib/bgp</namespace><conformance-type>import</conformance-type><submodule><name>openconfig-rib-bgp-attributes</name><revision>2022-06-06</revision></submodule><submodule><name>openconfig-rib-bgp-tables</name><revision>2022-06-06</revision></submodule><submodule><name>openconfig-rib-bgp-table-attributes</name><revision>2022-06-06</revision></submodule><submodule><name>openconfig-rib-bgp-shared-attributes</name><revision>2022-06-06</revision></submodule></module><module><name>openconfig-rib-bgp-types</name><revision>2019-03-14</revision><namespace>http://openconfig.net/yang/rib/bgp-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-routing-policy</name><revision>2022-05-24</revision><namespace>http://openconfig.net/yang/routing-policy</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-telemetry</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/telemetry</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-telemetry-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/telemetry-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-terminal-device</name><revision>2021-02-23</revision><namespace>http://openconfig.net/yang/terminal-device</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-transport-types</name><revision>2021-03-22</revision><namespace>http://openconfig.net/yang/transport-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-types</name><revision>2019-04-16</revision><namespace>http://openconfig.net/yang/openconfig-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-yang-types</name><revision>2021-07-14</revision><namespace>http://openconfig.net/yang/types/yang</namespace><conformance-type>import</conformance-type></module><module><name>tailf-aaa</name><revision>2015-06-16</revision><namespace>http://tail-f.com/ns/aaa/1.1</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-acm</name><revision>2013-03-07</revision><namespace>http://tail-f.com/yang/acm</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-common-monitoring</name><revision>2013-06-14</revision><namespace>http://tail-f.com/yang/common-monitoring</namespace><conformance-type>import</conformance-type></module><module><name>tailf-confd-monitoring</name><revision>2013-06-14</revision><namespace>http://tail-f.com/yang/confd-monitoring</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-kicker</name><revision>2017-03-16</revision><namespace>http://tail-f.com/ns/kicker</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-netconf-monitoring</name><revision>2016-11-24</revision><namespace>http://tail-f.com/yang/netconf-monitoring</namespace><conformance-type>implement</conformance-type></module><module><name>vlan</name><revision></revision><namespace>http://sssup.it/yang/vlan</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-segment-routing-types</name><revision>2020-02-04</revision><namespace>http://openconfig.net/yang/segment-routing-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-network-instance-types</name><revision>2021-07-14</revision><namespace>http://openconfig.net/yang/network-instance-types</namespace><conformance-type>import</conformance-type></module></modules-state></data></rpc-reply>" -[2024-06-20 13:26:28,870] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: matching from 10855 bytes from start of buffer -[2024-06-20 13:26:28,870] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: regular expression start=0, end=4 -[2024-06-20 13:26:28,870] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: found end of message delimiter -[2024-06-20 13:26:28,871] DEBUG:ncclient.operations.rpc:[host 172.17.254.41 session-id 32] Delivering to <ncclient.operations.retrieve.Get object at 0x7fa7485c4f40> -[2024-06-20 13:26:28,871] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: saving back rest of message after 10859 bytes, original size 10859 -[2024-06-20 13:26:28,872] DEBUG:ncclient.transport.parser:[host 172.17.254.41 session-id 32] _parse11: ending -[2024-06-20 13:26:28,883] INFO:root:resource_key frequency and channgel_name {'index': 'channel-1'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:26:28,885] INFO:root:dic {'frequency': '192056250'} -[2024-06-20 13:26:28,886] INFO:root:resource_key target-output-power and channgel_name {'index': 'channel-1'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:26:28,888] INFO:root:dic {'frequency': '192056250', 'target-output-power': '1.0'} -[2024-06-20 13:26:28,888] INFO:root:resource_key operational-mode and channgel_name {'index': 'channel-1'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:26:28,890] INFO:root:dic {'frequency': '192056250', 'target-output-power': '1.0', 'operational-mode': '8'} -[2024-06-20 13:26:28,891] INFO:root:resource_key line-port and channgel_name {'index': 'channel-1'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:26:28,893] INFO:root:dic {'frequency': '192056250', 'target-output-power': '1.0', 'operational-mode': '8', 'line-port': 'transceiver-1'} -[2024-06-20 13:26:28,893] INFO:root:resource_key frequency and channgel_name {'index': 'channel-2'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:26:28,895] INFO:root:dic {'frequency': '191600000'} -[2024-06-20 13:26:28,895] INFO:root:resource_key target-output-power and channgel_name {'index': 'channel-2'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:26:28,897] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0'} -[2024-06-20 13:26:28,898] INFO:root:resource_key operational-mode and channgel_name {'index': 'channel-2'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:26:28,900] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0'} -[2024-06-20 13:26:28,900] INFO:root:resource_key line-port and channgel_name {'index': 'channel-2'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:26:28,902] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-2'} -[2024-06-20 13:26:28,903] INFO:root:resource_key frequency and channgel_name {'index': 'channel-3'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:26:28,905] INFO:root:dic {'frequency': '191600000'} -[2024-06-20 13:26:28,905] INFO:root:resource_key target-output-power and channgel_name {'index': 'channel-3'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:26:28,907] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0'} -[2024-06-20 13:26:28,908] INFO:root:resource_key operational-mode and channgel_name {'index': 'channel-3'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:26:28,910] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0'} -[2024-06-20 13:26:28,910] INFO:root:resource_key line-port and channgel_name {'index': 'channel-3'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:26:28,912] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-3'} -[2024-06-20 13:26:28,913] INFO:root:resource_key frequency and channgel_name {'index': 'channel-4'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:26:28,915] INFO:root:dic {'frequency': '191600000'} -[2024-06-20 13:26:28,915] INFO:root:resource_key target-output-power and channgel_name {'index': 'channel-4'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:26:28,917] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0'} -[2024-06-20 13:26:28,917] INFO:root:resource_key operational-mode and channgel_name {'index': 'channel-4'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:26:28,920] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0'} -[2024-06-20 13:26:28,920] INFO:root:resource_key line-port and channgel_name {'index': 'channel-4'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:26:28,922] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-4'} -[2024-06-20 13:26:28,925] INFO:root:parameters {'channels': [{'frequency': '192056250', 'target-output-power': '1.0', 'operational-mode': '8', 'line-port': 'transceiver-1', 'name': {'index': 'channel-1'}}, {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-2', 'name': {'index': 'channel-2'}}, {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-3', 'name': {'index': 'channel-3'}}, {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-4', 'name': {'index': 'channel-4'}}], 'transceivers': {'transceiver': ['transceiver-1', 'transceiver-2', 'transceiver-3', 'transceiver-4']}, 'channel_namespace': 'http://openconfig.net/yang/terminal-device', 'endpoints': [{'endpoint_uuid': {'uuid': {'index': 'channel-1'}}}, {'endpoint_uuid': {'uuid': {'index': 'channel-2'}}}, {'endpoint_uuid': {'uuid': {'index': 'channel-3'}}}, {'endpoint_uuid': {'uuid': {'index': 'channel-4'}}}], 'ports': [('/endpoints/endpoint[1]', {'uuid': '1', 'type': 'port-1'}), ('/endpoints/endpoint[2]', {'uuid': '2', 'type': 'port-2'}), ('/endpoints/endpoint[3]', {'uuid': '3', 'type': 'port-3'}), ('/endpoints/endpoint[4]', {'uuid': '4', 'type': 'port-4'})]} -[2024-06-20 13:26:28,926] DEBUG:context.client.ContextClient:SetOpticalConfig request: {"config": "{\"channels\": [{\"frequency\": \"192056250\", \"target-output-power\": \"1.0\", \"operational-mode\": \"8\", \"line-port\": \"transceiver-1\", \"name\": {\"index\": \"channel-1\"}}, {\"frequency\": \"191600000\", \"target-output-power\": \"100.0\", \"operational-mode\": \"0\", \"line-port\": \"transceiver-2\", \"name\": {\"index\": \"channel-2\"}}, {\"frequency\": \"191600000\", \"target-output-power\": \"100.0\", \"operational-mode\": \"0\", \"line-port\": \"transceiver-3\", \"name\": {\"index\": \"channel-3\"}}, {\"frequency\": \"191600000\", \"target-output-power\": \"100.0\", \"operational-mode\": \"0\", \"line-port\": \"transceiver-4\", \"name\": {\"index\": \"channel-4\"}}], \"transceivers\": {\"transceiver\": [\"transceiver-1\", \"transceiver-2\", \"transceiver-3\", \"transceiver-4\"]}, \"channel_namespace\": \"http://openconfig.net/yang/terminal-device\", \"endpoints\": [{\"endpoint_uuid\": {\"uuid\": {\"index\": \"channel-1\"}}}, {\"endpoint_uuid\": {\"uuid\": {\"index\": \"channel-2\"}}}, {\"endpoint_uuid\": {\"uuid\": {\"index\": \"channel-3\"}}}, {\"endpoint_uuid\": {\"uuid\": {\"index\": \"channel-4\"}}}], \"ports\": [[\"/endpoints/endpoint[1]\", {\"uuid\": \"1\", \"type\": \"port-1\"}], [\"/endpoints/endpoint[2]\", {\"uuid\": \"2\", \"type\": \"port-2\"}], [\"/endpoints/endpoint[3]\", {\"uuid\": \"3\", \"type\": \"port-3\"}], [\"/endpoints/endpoint[4]\", {\"uuid\": \"4\", \"type\": \"port-4\"}]]}", "device_id": {"device_uuid": {"uuid": "4dbdc2d8-cbde-5e48-a3c0-5161387a58c7"}}} -[2024-06-20 13:26:28,951] DEBUG:context.client.ContextClient:SetOpticalConfig result: {"opticalconfig_uuid": ""} -[2024-06-20 13:26:28,951] DEBUG:device.service.OpenConfigServicer:ConfigureOpticalDevice reply: {} -[2024-06-20 13:26:28,974] DEBUG:device.service.OpenConfigServicer:ConfigureOpticalDevice request: {"config": "{\"channels\": [], \"transceivers\": {\"transceiver\": []}, \"interfaces\": {\"interface\": \"\"}, \"channel_namespace\": null, \"endpoints\": [], \"device_name\": \"R1\", \"new_config\": {\"target-output-power\": \"1.0\", \"frequency\": 192056250, \"operational-mode\": 8, \"band\": 100000, \"flow_id\": 1, \"ob_id\": 1, \"band_type\": \"C_BAND\"}, \"is_opticalband\": false, \"flow\": [[\"0b1c4d0e-5140-5085-ab66-2def390b650f\", \"77df46fd-6d6e-5726-9960-ca439c925dea\"]]}", "device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "opticalconfig_id": {"opticalconfig_uuid": "8e7fd0ea-e9de-54a3-a3bd-bf3ae86efbf3"}} -[2024-06-20 13:26:28,974] INFO:device.service.OpenConfigServicer: config from openconfigservicer {'channels': [], 'transceivers': {'transceiver': []}, 'interfaces': {'interface': ''}, 'channel_namespace': None, 'endpoints': [], 'device_name': 'R1', 'new_config': {'target-output-power': '1.0', 'frequency': 192056250, 'operational-mode': 8, 'band': 100000, 'flow_id': 1, 'ob_id': 1, 'band_type': 'C_BAND'}, 'is_opticalband': False, 'flow': [['0b1c4d0e-5140-5085-ab66-2def390b650f', '77df46fd-6d6e-5726-9960-ca439c925dea']]} -[2024-06-20 13:26:28,974] DEBUG:context.client.ContextClient:Creating channel to 10.152.183.195:1010... -[2024-06-20 13:26:28,975] DEBUG:context.client.ContextClient:Channel created -[2024-06-20 13:26:28,975] DEBUG:context.client.ContextClient:SelectDevice request: {"device_ids": {"device_ids": [{"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}]}, "include_components": false, "include_config_rules": false, "include_endpoints": true} -[2024-06-20 13:26:29,022] DEBUG:context.client.ContextClient:SelectDevice result: {"devices": [{"components": [], "controller_id": {}, "device_drivers": ["DEVICEDRIVER_OC"], "device_endpoints": [{"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "02c19f3c-73ac-55b9-b4c2-7def7e7df9fe"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT", "kpi_sample_types": [], "name": "port-48-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "0332be2a-9b4e-52d7-ac7b-3ea58bf00375"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT", "kpi_sample_types": [], "name": "port-12-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "08da1aa7-9253-5e92-bf2c-6e66ffe7a4ff"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT", "kpi_sample_types": [], "name": "port-38-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "0b1c4d0e-5140-5085-ab66-2def390b650f"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT", "kpi_sample_types": [], "name": "port-33-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "12b4419f-9ae9-5839-ad52-9684b1f30878"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT", "kpi_sample_types": [], "name": "port-34-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "188af412-9ac2-588f-8f00-a956aa6b2ae5"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT", "kpi_sample_types": [], "name": "port-43-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "18a51dcf-905d-5104-9ef1-f24740fd6d78"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT", "kpi_sample_types": [], "name": "port-12-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "1e02e33d-4b14-502d-9806-988f64cccb5d"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT", "kpi_sample_types": [], "name": "port-43-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "21b8ccaa-9f7b-5bc5-9fc0-6f32025eb8a6"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT", "kpi_sample_types": [], "name": "port-41-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "22d287ab-7935-55cb-b681-944a064726a9"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT", "kpi_sample_types": [], "name": "port-11-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "28666b3c-4b96-5cb6-8006-eba13ca8ab6e"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT", "kpi_sample_types": [], "name": "port-9-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "29e8b36f-6989-5651-99fe-b3cb2ee5b4b8"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT", "kpi_sample_types": [], "name": "port-40-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "2b646bf7-3120-5254-a4fb-748294c61a71"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT", "kpi_sample_types": [], "name": "port-2-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "35aaee89-81a3-56b1-b1ba-33f972d0af49"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT", "kpi_sample_types": [], "name": "port-36-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "385bc8da-171b-574c-9d4f-d9b08f29c469"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT", "kpi_sample_types": [], "name": "port-40-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "38f57fc2-4b25-5b8e-8ab0-e2676594b652"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT", "kpi_sample_types": [], "name": "port-39-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "3972ab17-4386-5a0c-92db-fc8096433068"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT", "kpi_sample_types": [], "name": "port-38-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "3a49ceb2-fd5b-59e2-975a-b065c4e127a4"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT", "kpi_sample_types": [], "name": "port-7-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "3b1551b2-3c17-54f6-8990-308ee42b421d"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT", "kpi_sample_types": [], "name": "port-15-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "3f8b1948-619c-5130-a158-b7beb838434c"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT", "kpi_sample_types": [], "name": "port-14-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "435a198b-cd6f-5d29-a72d-ea4f04cb658a"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT", "kpi_sample_types": [], "name": "port-35-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "436bb32a-c8a0-5718-bbdb-382c79d96587"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT", "kpi_sample_types": [], "name": "port-1-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "4b197fb8-d26e-59fb-a96c-d347ba017b28"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT", "kpi_sample_types": [], "name": "port-46-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "53e3c997-d487-5d96-a6c4-998a562dcb96"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT", "kpi_sample_types": [], "name": "port-5-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "55684f06-7aab-5061-aa0d-2e37b45e5ec7"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT", "kpi_sample_types": [], "name": "port-2-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "56c81904-047c-5d7c-a765-79b9e4b7abf2"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT", "kpi_sample_types": [], "name": "port-3-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "59871dc1-872d-5df1-9392-2537a591c86c"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT", "kpi_sample_types": [], "name": "port-45-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "59fcacb0-1840-5dd3-9dfa-a07cf4f91bd2"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT", "kpi_sample_types": [], "name": "port-3-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "5ac999c3-3df8-53c4-8f4a-52e5943f5c4c"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT", "kpi_sample_types": [], "name": "port-14-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "62099377-4f4f-5ffb-aa37-6dec3319a21e"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT", "kpi_sample_types": [], "name": "port-13-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "6a6dc5d4-567c-5104-b50d-6820768d2699"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT", "kpi_sample_types": [], "name": "port-46-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "77df46fd-6d6e-5726-9960-ca439c925dea"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT", "kpi_sample_types": [], "name": "port-1-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "7be48ef0-2357-55fa-aca6-a1aeeeb3267a"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT", "kpi_sample_types": [], "name": "port-42-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "7ce13dc8-d5f1-5233-beec-1d99416c9164"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT", "kpi_sample_types": [], "name": "port-44-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "883609be-6125-5bbf-91ac-2a30e75a7d1e"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT", "kpi_sample_types": [], "name": "port-16-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "8d0c4ac4-c522-5992-a206-45e8bf8389c6"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT", "kpi_sample_types": [], "name": "port-7-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "904c4b18-10a6-512b-9bb2-8ec81e74fda4"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT", "kpi_sample_types": [], "name": "port-34-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "91492a21-2f88-5acc-a427-2a57230eb2ea"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT", "kpi_sample_types": [], "name": "port-15-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "927b0db8-602b-54d5-acd9-c1cd6395425f"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT", "kpi_sample_types": [], "name": "port-39-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "a18a7eb1-811d-5d27-be08-db212d83f25e"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT", "kpi_sample_types": [], "name": "port-45-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "a7058178-97da-5b95-b969-abe5ab7a8e6f"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT", "kpi_sample_types": [], "name": "port-42-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "a7d33ece-9565-59ec-999f-4c995d142f83"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT", "kpi_sample_types": [], "name": "port-4-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "a9061634-e9a7-5d13-bc96-09fbf31cd610"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT", "kpi_sample_types": [], "name": "port-41-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "b5354091-162e-5073-aeb2-ec5debcfcf9f"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT", "kpi_sample_types": [], "name": "port-16-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "b9fbeed8-e304-5bd5-90e1-3e43c6af5a16"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT", "kpi_sample_types": [], "name": "port-35-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "c31537c8-13df-503d-bf91-64e860e6b573"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT", "kpi_sample_types": [], "name": "port-48-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "ca4f5f60-37ba-567b-a474-ff8951033342"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT", "kpi_sample_types": [], "name": "port-47-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "cc197d41-625f-50d1-94d8-c6c63a31ccfb"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT", "kpi_sample_types": [], "name": "port-8-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "ccb07637-f7d6-5b4a-9fc6-8510ef694cd9"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT", "kpi_sample_types": [], "name": "port-4-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "cd539095-12a6-5460-8b07-481ec1901c9a"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT", "kpi_sample_types": [], "name": "port-33-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "cfe60fca-3fe5-5747-ace8-ca7913e26d81"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT", "kpi_sample_types": [], "name": "port-13-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "dda83a5d-29b7-5f96-9b0a-bd1f39e1db2f"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT", "kpi_sample_types": [], "name": "port-37-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "e2500678-0f36-555a-9133-7cd04d3ad63a"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT", "kpi_sample_types": [], "name": "port-6-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "e5265cb0-2e80-5ea1-80d8-333749bb7f14"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT", "kpi_sample_types": [], "name": "port-5-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "e9d0dac3-11f2-5b84-9125-d0300ccd8eeb"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT", "kpi_sample_types": [], "name": "port-37-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "e9d4bff3-76ac-5490-b897-a30b9a42a8b1"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT", "kpi_sample_types": [], "name": "port-44-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "ea73d8c4-1077-55c9-87f1-9c377cee196f"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT", "kpi_sample_types": [], "name": "port-9-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "eb38e3cd-e42a-54b2-846c-82207a95e8e3"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT", "kpi_sample_types": [], "name": "port-10-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "ebfe571c-77b2-5f66-9efe-25583cc1f587"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT", "kpi_sample_types": [], "name": "port-36-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "ee4df110-8657-571c-aa20-a70ec79db01f"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT", "kpi_sample_types": [], "name": "port-47-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "f206246e-cb90-56b4-b908-1dc3daa7ac3f"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT", "kpi_sample_types": [], "name": "port-11-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "f7052fb4-fab8-5821-95e0-d407043742d8"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT", "kpi_sample_types": [], "name": "port-8-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "f8bd2b7e-6d37-5bbc-92f4-9b9b2e0ce22c"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT", "kpi_sample_types": [], "name": "port-10-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "endpoint_uuid": {"uuid": "ff51524f-7b51-5efd-af6b-6bc8541d3716"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT", "kpi_sample_types": [], "name": "port-6-out"}], "device_id": {"device_uuid": {"uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef"}}, "device_operational_status": "DEVICEOPERATIONALSTATUS_ENABLED", "device_type": "optical-roadm", "name": "R1"}]} -[2024-06-20 13:26:29,023] INFO:device.service.OpenConfigServicer:device is device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } -} -name: "R1" -device_type: "optical-roadm" -device_operational_status: DEVICEOPERATIONALSTATUS_ENABLED -device_drivers: DEVICEDRIVER_OC -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "02c19f3c-73ac-55b9-b4c2-7def7e7df9fe" - } - } - name: "port-48-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "0332be2a-9b4e-52d7-ac7b-3ea58bf00375" - } - } - name: "port-12-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "08da1aa7-9253-5e92-bf2c-6e66ffe7a4ff" - } - } - name: "port-38-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "0b1c4d0e-5140-5085-ab66-2def390b650f" - } - } - name: "port-33-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "12b4419f-9ae9-5839-ad52-9684b1f30878" - } - } - name: "port-34-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "188af412-9ac2-588f-8f00-a956aa6b2ae5" - } - } - name: "port-43-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "18a51dcf-905d-5104-9ef1-f24740fd6d78" - } - } - name: "port-12-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "1e02e33d-4b14-502d-9806-988f64cccb5d" - } - } - name: "port-43-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "21b8ccaa-9f7b-5bc5-9fc0-6f32025eb8a6" - } - } - name: "port-41-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "22d287ab-7935-55cb-b681-944a064726a9" - } - } - name: "port-11-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "28666b3c-4b96-5cb6-8006-eba13ca8ab6e" - } - } - name: "port-9-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "29e8b36f-6989-5651-99fe-b3cb2ee5b4b8" - } - } - name: "port-40-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "2b646bf7-3120-5254-a4fb-748294c61a71" - } - } - name: "port-2-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "35aaee89-81a3-56b1-b1ba-33f972d0af49" - } - } - name: "port-36-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "385bc8da-171b-574c-9d4f-d9b08f29c469" - } - } - name: "port-40-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "38f57fc2-4b25-5b8e-8ab0-e2676594b652" - } - } - name: "port-39-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "3972ab17-4386-5a0c-92db-fc8096433068" - } - } - name: "port-38-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "3a49ceb2-fd5b-59e2-975a-b065c4e127a4" - } - } - name: "port-7-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "3b1551b2-3c17-54f6-8990-308ee42b421d" - } - } - name: "port-15-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "3f8b1948-619c-5130-a158-b7beb838434c" - } - } - name: "port-14-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "435a198b-cd6f-5d29-a72d-ea4f04cb658a" - } - } - name: "port-35-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "436bb32a-c8a0-5718-bbdb-382c79d96587" - } - } - name: "port-1-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "4b197fb8-d26e-59fb-a96c-d347ba017b28" - } - } - name: "port-46-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "53e3c997-d487-5d96-a6c4-998a562dcb96" - } - } - name: "port-5-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "55684f06-7aab-5061-aa0d-2e37b45e5ec7" - } - } - name: "port-2-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "56c81904-047c-5d7c-a765-79b9e4b7abf2" - } - } - name: "port-3-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "59871dc1-872d-5df1-9392-2537a591c86c" - } - } - name: "port-45-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "59fcacb0-1840-5dd3-9dfa-a07cf4f91bd2" - } - } - name: "port-3-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "5ac999c3-3df8-53c4-8f4a-52e5943f5c4c" - } - } - name: "port-14-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "62099377-4f4f-5ffb-aa37-6dec3319a21e" - } - } - name: "port-13-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "6a6dc5d4-567c-5104-b50d-6820768d2699" - } - } - name: "port-46-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "77df46fd-6d6e-5726-9960-ca439c925dea" - } - } - name: "port-1-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "7be48ef0-2357-55fa-aca6-a1aeeeb3267a" - } - } - name: "port-42-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "7ce13dc8-d5f1-5233-beec-1d99416c9164" - } - } - name: "port-44-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "883609be-6125-5bbf-91ac-2a30e75a7d1e" - } - } - name: "port-16-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "8d0c4ac4-c522-5992-a206-45e8bf8389c6" - } - } - name: "port-7-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "904c4b18-10a6-512b-9bb2-8ec81e74fda4" - } - } - name: "port-34-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "91492a21-2f88-5acc-a427-2a57230eb2ea" - } - } - name: "port-15-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "927b0db8-602b-54d5-acd9-c1cd6395425f" - } - } - name: "port-39-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "a18a7eb1-811d-5d27-be08-db212d83f25e" - } - } - name: "port-45-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "a7058178-97da-5b95-b969-abe5ab7a8e6f" - } - } - name: "port-42-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "a7d33ece-9565-59ec-999f-4c995d142f83" - } - } - name: "port-4-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "a9061634-e9a7-5d13-bc96-09fbf31cd610" - } - } - name: "port-41-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "b5354091-162e-5073-aeb2-ec5debcfcf9f" - } - } - name: "port-16-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "b9fbeed8-e304-5bd5-90e1-3e43c6af5a16" - } - } - name: "port-35-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "c31537c8-13df-503d-bf91-64e860e6b573" - } - } - name: "port-48-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "ca4f5f60-37ba-567b-a474-ff8951033342" - } - } - name: "port-47-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "cc197d41-625f-50d1-94d8-c6c63a31ccfb" - } - } - name: "port-8-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "ccb07637-f7d6-5b4a-9fc6-8510ef694cd9" - } - } - name: "port-4-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "cd539095-12a6-5460-8b07-481ec1901c9a" - } - } - name: "port-33-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "cfe60fca-3fe5-5747-ace8-ca7913e26d81" - } - } - name: "port-13-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "dda83a5d-29b7-5f96-9b0a-bd1f39e1db2f" - } - } - name: "port-37-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "e2500678-0f36-555a-9133-7cd04d3ad63a" - } - } - name: "port-6-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "e5265cb0-2e80-5ea1-80d8-333749bb7f14" - } - } - name: "port-5-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "e9d0dac3-11f2-5b84-9125-d0300ccd8eeb" - } - } - name: "port-37-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "e9d4bff3-76ac-5490-b897-a30b9a42a8b1" - } - } - name: "port-44-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "ea73d8c4-1077-55c9-87f1-9c377cee196f" - } - } - name: "port-9-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "eb38e3cd-e42a-54b2-846c-82207a95e8e3" - } - } - name: "port-10-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "ebfe571c-77b2-5f66-9efe-25583cc1f587" - } - } - name: "port-36-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "ee4df110-8657-571c-aa20-a70ec79db01f" - } - } - name: "port-47-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "f206246e-cb90-56b4-b908-1dc3daa7ac3f" - } - } - name: "port-11-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "f7052fb4-fab8-5821-95e0-d407043742d8" - } - } - name: "port-8-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "f8bd2b7e-6d37-5bbc-92f4-9b9b2e0ce22c" - } - } - name: "port-10-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "ff51524f-7b51-5efd-af6b-6bc8541d3716" - } - } - name: "port-6-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT" - endpoint_location { - } -} -controller_id { -} - -[2024-06-20 13:26:29,024] INFO:device.service.OpenConfigServicer:from openconfigservicer [{'resource_key': 'channel_namespace', 'value': None}, {'resource_key': 'add_transceiver', 'value': None}, {'resource_key': 'source_port', 'value': ['port-33-in']}, {'resource_key': 'destination_port', 'value': ['port-1-out']}, {'resource_key': 'target-output-power', 'value': '1.0'}, {'resource_key': 'frequency', 'value': 192056250}, {'resource_key': 'operational-mode', 'value': 8}, {'resource_key': 'line-port', 'value': None}, {'resource_key': 'name', 'value': 'C_BAND'}, {'resource_key': 'optical-band-parent', 'value': 1}, {'resource_key': 'channel_name', 'value': None}, {'resource_key': 'lower-frequency', 'value': None}, {'resource_key': 'upper-frequency', 'value': None}] and conditions {'is_opticalband': False, 'edit_type': 'optical-channel'} -[2024-06-20 13:26:29,025] INFO:root:ports are {'source_port': ['port-33-in'], 'destination_port': ['port-1-out']} -[2024-06-20 13:26:29,025] INFO:device.service.OpenConfigServicer:error in configuring xml/html attributes should be passed as strings, ints or floats. Got None (type <class 'NoneType'>) instead. -[2024-06-20 13:26:29,026] DEBUG:device.service.OpenConfigServicer:ConfigureOpticalDevice reply: {} -[2024-06-20 13:26:29,040] DEBUG:device.service.OpenConfigServicer:ConfigureOpticalDevice request: {"config": "{\"channels\": [], \"transceivers\": {\"transceiver\": []}, \"interfaces\": {\"interface\": \"\"}, \"channel_namespace\": null, \"endpoints\": [], \"device_name\": \"R2\", \"new_config\": {\"target-output-power\": \"1.0\", \"frequency\": 192056250, \"operational-mode\": 8, \"band\": 100000, \"flow_id\": 1, \"ob_id\": 1, \"band_type\": \"C_BAND\"}, \"is_opticalband\": false, \"flow\": [[\"bcfb768c-e8fb-5e0b-9559-821d120b5410\", \"76d3c064-04eb-5edf-95ac-645cb6348b61\"]]}", "device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "opticalconfig_id": {"opticalconfig_uuid": "338f26c4-1443-5e19-b7ea-6d395a3f2366"}} -[2024-06-20 13:26:29,040] INFO:device.service.OpenConfigServicer: config from openconfigservicer {'channels': [], 'transceivers': {'transceiver': []}, 'interfaces': {'interface': ''}, 'channel_namespace': None, 'endpoints': [], 'device_name': 'R2', 'new_config': {'target-output-power': '1.0', 'frequency': 192056250, 'operational-mode': 8, 'band': 100000, 'flow_id': 1, 'ob_id': 1, 'band_type': 'C_BAND'}, 'is_opticalband': False, 'flow': [['bcfb768c-e8fb-5e0b-9559-821d120b5410', '76d3c064-04eb-5edf-95ac-645cb6348b61']]} -[2024-06-20 13:26:29,040] DEBUG:context.client.ContextClient:Creating channel to 10.152.183.195:1010... -[2024-06-20 13:26:29,041] DEBUG:context.client.ContextClient:Channel created -[2024-06-20 13:26:29,041] DEBUG:context.client.ContextClient:SelectDevice request: {"device_ids": {"device_ids": [{"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}]}, "include_components": false, "include_config_rules": false, "include_endpoints": true} -[2024-06-20 13:26:29,079] DEBUG:context.client.ContextClient:SelectDevice result: {"devices": [{"components": [], "controller_id": {}, "device_drivers": ["DEVICEDRIVER_OC"], "device_endpoints": [{"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "053a62f6-2760-562a-b285-15a9b159c2c5"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT", "kpi_sample_types": [], "name": "port-46-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "0a9b56db-32f8-5c60-83af-7ceaa39c618e"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT", "kpi_sample_types": [], "name": "port-2-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "0d103312-7c8c-5e8a-980f-f6863b42d0d3"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT", "kpi_sample_types": [], "name": "port-10-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "0ee5d330-9700-5684-92c1-bcb6c4c8a3bc"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT", "kpi_sample_types": [], "name": "port-8-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "115ed444-0128-53f1-aa1a-ce8129a55f67"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT", "kpi_sample_types": [], "name": "port-9-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "12ea85fc-4388-59c1-9cb9-b480ee06e01a"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT", "kpi_sample_types": [], "name": "port-45-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "14bb0e42-db22-5dfb-b618-4caa72a8e8cc"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT", "kpi_sample_types": [], "name": "port-42-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "18a7b3b1-d4a3-590a-a5a9-b7db5293ac61"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT", "kpi_sample_types": [], "name": "port-48-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "19041fc0-6807-5b8f-9b26-7e7eed556980"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT", "kpi_sample_types": [], "name": "port-6-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "1950275c-e218-5190-8ca5-6a2228c4a87b"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT", "kpi_sample_types": [], "name": "port-10-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "21db5850-b53e-57de-ba2a-bf578bffb1ea"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT", "kpi_sample_types": [], "name": "port-46-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "261a53b4-d257-5f35-bf5b-b2f975d7d2ed"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT", "kpi_sample_types": [], "name": "port-35-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "266dc3a1-0892-5454-a917-3fa62190c6c2"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT", "kpi_sample_types": [], "name": "port-8-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "2e4f4523-3fb0-5704-9a47-1cf467d70bc8"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT", "kpi_sample_types": [], "name": "port-13-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "2f6d500b-2407-516f-9468-4f059b218f4b"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT", "kpi_sample_types": [], "name": "port-43-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "3062d499-cf08-5f02-94c6-8906ebdf756b"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT", "kpi_sample_types": [], "name": "port-41-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "31060d00-8617-55c3-92f2-f42b876478c1"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT", "kpi_sample_types": [], "name": "port-4-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "399d3645-5565-502b-bfc8-3ea9cf68a83b"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT", "kpi_sample_types": [], "name": "port-36-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "3ba5f6db-ffde-59d9-a7ae-af06e96a9674"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT", "kpi_sample_types": [], "name": "port-40-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "3e17084e-d2b4-5cb2-b31a-7f6d80feb60e"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT", "kpi_sample_types": [], "name": "port-5-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "3e74aa2a-cf0d-51ce-b406-dcf1b96ae5d5"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT", "kpi_sample_types": [], "name": "port-11-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "3efedbc2-7363-53cf-a0b9-fc4a2bcbd245"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT", "kpi_sample_types": [], "name": "port-1-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "48a917ad-12d8-5ec4-aaab-84b35337abfe"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT", "kpi_sample_types": [], "name": "port-14-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "5047aede-f784-58ab-b80a-454386a43c64"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT", "kpi_sample_types": [], "name": "port-12-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "50b41e11-e2f7-5720-b2b0-bc2a43eb7b95"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT", "kpi_sample_types": [], "name": "port-38-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "5aeb719f-e322-5185-be08-a2f837992a4f"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT", "kpi_sample_types": [], "name": "port-44-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "5cfa4f91-cbce-5721-b612-e6b5eaa76721"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT", "kpi_sample_types": [], "name": "port-35-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "5d5cb9d0-e675-55b7-8a76-5649f4c95c81"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT", "kpi_sample_types": [], "name": "port-39-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "5dd55ad7-b980-562e-b579-d724a3655d31"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT", "kpi_sample_types": [], "name": "port-34-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "5eba7909-6f11-5154-b6e9-e2a2bbc75bb0"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT", "kpi_sample_types": [], "name": "port-48-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "625560d9-4809-5f40-b3cf-23ec59efe71a"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT", "kpi_sample_types": [], "name": "port-38-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "630a400f-dd0c-51d0-8049-c281881190b0"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT", "kpi_sample_types": [], "name": "port-3-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "6a2d629b-9dfe-58af-bc5b-96277a127512"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT", "kpi_sample_types": [], "name": "port-41-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "6e621543-9616-57bf-806c-2564047f234b"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT", "kpi_sample_types": [], "name": "port-15-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "6e9b83ef-b9a4-5898-9495-38c45635aac7"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT", "kpi_sample_types": [], "name": "port-34-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "72fabf2f-0121-5198-a4bf-ab82034d7da9"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT", "kpi_sample_types": [], "name": "port-16-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "743daf39-41eb-500c-b61b-d7b473249022"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT", "kpi_sample_types": [], "name": "port-47-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "76d3c064-04eb-5edf-95ac-645cb6348b61"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT", "kpi_sample_types": [], "name": "port-33-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "77d8c722-2ad2-5a7c-8669-fb900f1166e1"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT", "kpi_sample_types": [], "name": "port-45-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "8657516b-33f4-5d1c-839d-51acbc6fb93d"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT", "kpi_sample_types": [], "name": "port-36-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "86f6b3e0-3e7e-5db2-bb71-6e05229c97eb"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT", "kpi_sample_types": [], "name": "port-3-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "922a952b-50b6-5985-bf44-3afeb53f396e"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT", "kpi_sample_types": [], "name": "port-44-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "94ae7ec2-0cba-55ea-a36f-2143b205ed64"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT", "kpi_sample_types": [], "name": "port-43-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "994c45dd-b2b8-53c4-957d-4834f45e0e1f"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT", "kpi_sample_types": [], "name": "port-13-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "a08ab669-238c-5e9e-9e86-780d39111595"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT", "kpi_sample_types": [], "name": "port-40-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "a751a510-e108-5819-bafb-3d3e6881b4eb"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT", "kpi_sample_types": [], "name": "port-12-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "b22d517e-2d36-518b-9e3e-c75c625f06ef"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT", "kpi_sample_types": [], "name": "port-7-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "b3ab2b45-ed47-5c14-801d-b1104dd9d619"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT", "kpi_sample_types": [], "name": "port-6-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "b71a78da-69db-5260-8a15-8de81d02a20d"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT", "kpi_sample_types": [], "name": "port-9-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "bc82f789-cbb1-5f3e-b989-88dab185ea0d"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT", "kpi_sample_types": [], "name": "port-37-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "bcfb768c-e8fb-5e0b-9559-821d120b5410"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT", "kpi_sample_types": [], "name": "port-1-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "bd08db44-134e-5902-bb24-b2453bf21db4"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT", "kpi_sample_types": [], "name": "port-5-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "be1b3bb0-8aed-569a-be91-e888b0c0985d"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT", "kpi_sample_types": [], "name": "port-33-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "c027a391-2cf6-5b96-bba3-051e01c63f43"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT", "kpi_sample_types": [], "name": "port-7-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "c2d5ac50-2faf-5608-a6ae-7c023bceb289"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT", "kpi_sample_types": [], "name": "port-39-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "c4568f02-d291-5c95-b9bc-846278862db9"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT", "kpi_sample_types": [], "name": "port-4-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "c559fb60-6495-5992-b339-ac7a590e337c"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT", "kpi_sample_types": [], "name": "port-16-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "cace07d7-0ca3-51be-bef1-b58db0ccba6f"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT", "kpi_sample_types": [], "name": "port-2-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "caf865b8-df54-5601-9163-1cdbe8f7a599"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT", "kpi_sample_types": [], "name": "port-47-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "cc5064c4-bc42-5c50-b5b0-9b2ad1405bd8"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT", "kpi_sample_types": [], "name": "port-42-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "e650eba7-019d-5c4f-9d75-14d47a711f2f"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT", "kpi_sample_types": [], "name": "port-14-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "e7566eac-9fa0-5137-929a-7cf2485babea"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT", "kpi_sample_types": [], "name": "port-37-out"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "ea7812b2-db7c-5504-a415-6b4299ae090f"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT", "kpi_sample_types": [], "name": "port-11-in"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "endpoint_uuid": {"uuid": "fd4d5404-baf3-5f5f-b7b7-a825c90e5f2a"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT", "kpi_sample_types": [], "name": "port-15-in"}], "device_id": {"device_uuid": {"uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6"}}, "device_operational_status": "DEVICEOPERATIONALSTATUS_ENABLED", "device_type": "optical-roadm", "name": "R2"}]} -[2024-06-20 13:26:29,080] INFO:device.service.OpenConfigServicer:device is device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } -} -name: "R2" -device_type: "optical-roadm" -device_operational_status: DEVICEOPERATIONALSTATUS_ENABLED -device_drivers: DEVICEDRIVER_OC -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "053a62f6-2760-562a-b285-15a9b159c2c5" - } - } - name: "port-46-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "0a9b56db-32f8-5c60-83af-7ceaa39c618e" - } - } - name: "port-2-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "0d103312-7c8c-5e8a-980f-f6863b42d0d3" - } - } - name: "port-10-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "0ee5d330-9700-5684-92c1-bcb6c4c8a3bc" - } - } - name: "port-8-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "115ed444-0128-53f1-aa1a-ce8129a55f67" - } - } - name: "port-9-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "12ea85fc-4388-59c1-9cb9-b480ee06e01a" - } - } - name: "port-45-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "14bb0e42-db22-5dfb-b618-4caa72a8e8cc" - } - } - name: "port-42-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "18a7b3b1-d4a3-590a-a5a9-b7db5293ac61" - } - } - name: "port-48-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "19041fc0-6807-5b8f-9b26-7e7eed556980" - } - } - name: "port-6-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "1950275c-e218-5190-8ca5-6a2228c4a87b" - } - } - name: "port-10-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "21db5850-b53e-57de-ba2a-bf578bffb1ea" - } - } - name: "port-46-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "261a53b4-d257-5f35-bf5b-b2f975d7d2ed" - } - } - name: "port-35-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "266dc3a1-0892-5454-a917-3fa62190c6c2" - } - } - name: "port-8-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "2e4f4523-3fb0-5704-9a47-1cf467d70bc8" - } - } - name: "port-13-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "2f6d500b-2407-516f-9468-4f059b218f4b" - } - } - name: "port-43-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "3062d499-cf08-5f02-94c6-8906ebdf756b" - } - } - name: "port-41-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "31060d00-8617-55c3-92f2-f42b876478c1" - } - } - name: "port-4-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "399d3645-5565-502b-bfc8-3ea9cf68a83b" - } - } - name: "port-36-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "3ba5f6db-ffde-59d9-a7ae-af06e96a9674" - } - } - name: "port-40-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "3e17084e-d2b4-5cb2-b31a-7f6d80feb60e" - } - } - name: "port-5-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "3e74aa2a-cf0d-51ce-b406-dcf1b96ae5d5" - } - } - name: "port-11-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "3efedbc2-7363-53cf-a0b9-fc4a2bcbd245" - } - } - name: "port-1-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "48a917ad-12d8-5ec4-aaab-84b35337abfe" - } - } - name: "port-14-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "5047aede-f784-58ab-b80a-454386a43c64" - } - } - name: "port-12-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "50b41e11-e2f7-5720-b2b0-bc2a43eb7b95" - } - } - name: "port-38-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "5aeb719f-e322-5185-be08-a2f837992a4f" - } - } - name: "port-44-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "5cfa4f91-cbce-5721-b612-e6b5eaa76721" - } - } - name: "port-35-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "5d5cb9d0-e675-55b7-8a76-5649f4c95c81" - } - } - name: "port-39-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "5dd55ad7-b980-562e-b579-d724a3655d31" - } - } - name: "port-34-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "5eba7909-6f11-5154-b6e9-e2a2bbc75bb0" - } - } - name: "port-48-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "625560d9-4809-5f40-b3cf-23ec59efe71a" - } - } - name: "port-38-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "630a400f-dd0c-51d0-8049-c281881190b0" - } - } - name: "port-3-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "6a2d629b-9dfe-58af-bc5b-96277a127512" - } - } - name: "port-41-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "6e621543-9616-57bf-806c-2564047f234b" - } - } - name: "port-15-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "6e9b83ef-b9a4-5898-9495-38c45635aac7" - } - } - name: "port-34-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "72fabf2f-0121-5198-a4bf-ab82034d7da9" - } - } - name: "port-16-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "743daf39-41eb-500c-b61b-d7b473249022" - } - } - name: "port-47-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "76d3c064-04eb-5edf-95ac-645cb6348b61" - } - } - name: "port-33-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "77d8c722-2ad2-5a7c-8669-fb900f1166e1" - } - } - name: "port-45-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "8657516b-33f4-5d1c-839d-51acbc6fb93d" - } - } - name: "port-36-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "86f6b3e0-3e7e-5db2-bb71-6e05229c97eb" - } - } - name: "port-3-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "922a952b-50b6-5985-bf44-3afeb53f396e" - } - } - name: "port-44-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "94ae7ec2-0cba-55ea-a36f-2143b205ed64" - } - } - name: "port-43-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "994c45dd-b2b8-53c4-957d-4834f45e0e1f" - } - } - name: "port-13-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "a08ab669-238c-5e9e-9e86-780d39111595" - } - } - name: "port-40-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "a751a510-e108-5819-bafb-3d3e6881b4eb" - } - } - name: "port-12-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "b22d517e-2d36-518b-9e3e-c75c625f06ef" - } - } - name: "port-7-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "b3ab2b45-ed47-5c14-801d-b1104dd9d619" - } - } - name: "port-6-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "b71a78da-69db-5260-8a15-8de81d02a20d" - } - } - name: "port-9-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "bc82f789-cbb1-5f3e-b989-88dab185ea0d" - } - } - name: "port-37-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "bcfb768c-e8fb-5e0b-9559-821d120b5410" - } - } - name: "port-1-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "bd08db44-134e-5902-bb24-b2453bf21db4" - } - } - name: "port-5-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "be1b3bb0-8aed-569a-be91-e888b0c0985d" - } - } - name: "port-33-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "c027a391-2cf6-5b96-bba3-051e01c63f43" - } - } - name: "port-7-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "c2d5ac50-2faf-5608-a6ae-7c023bceb289" - } - } - name: "port-39-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "c4568f02-d291-5c95-b9bc-846278862db9" - } - } - name: "port-4-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "c559fb60-6495-5992-b339-ac7a590e337c" - } - } - name: "port-16-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "cace07d7-0ca3-51be-bef1-b58db0ccba6f" - } - } - name: "port-2-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "caf865b8-df54-5601-9163-1cdbe8f7a599" - } - } - name: "port-47-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "cc5064c4-bc42-5c50-b5b0-9b2ad1405bd8" - } - } - name: "port-42-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "e650eba7-019d-5c4f-9d75-14d47a711f2f" - } - } - name: "port-14-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "e7566eac-9fa0-5137-929a-7cf2485babea" - } - } - name: "port-37-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL_OUTPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "ea7812b2-db7c-5504-a415-6b4299ae090f" - } - } - name: "port-11-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "fd4d5404-baf3-5f5f-b7b7-a825c90e5f2a" - } - } - name: "port-15-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND_INPUT" - endpoint_location { - } -} -controller_id { -} - -[2024-06-20 13:26:29,081] INFO:device.service.OpenConfigServicer:from openconfigservicer [{'resource_key': 'channel_namespace', 'value': None}, {'resource_key': 'add_transceiver', 'value': None}, {'resource_key': 'source_port', 'value': ['port-1-in']}, {'resource_key': 'destination_port', 'value': ['port-33-out']}, {'resource_key': 'target-output-power', 'value': '1.0'}, {'resource_key': 'frequency', 'value': 192056250}, {'resource_key': 'operational-mode', 'value': 8}, {'resource_key': 'line-port', 'value': None}, {'resource_key': 'name', 'value': 'C_BAND'}, {'resource_key': 'optical-band-parent', 'value': 1}, {'resource_key': 'channel_name', 'value': None}, {'resource_key': 'lower-frequency', 'value': None}, {'resource_key': 'upper-frequency', 'value': None}] and conditions {'is_opticalband': False, 'edit_type': 'optical-channel'} -[2024-06-20 13:26:29,081] INFO:root:ports are {'source_port': ['port-1-in'], 'destination_port': ['port-33-out']} -[2024-06-20 13:26:29,081] INFO:device.service.OpenConfigServicer:error in configuring xml/html attributes should be passed as strings, ints or floats. Got None (type <class 'NoneType'>) instead. -[2024-06-20 13:26:29,081] DEBUG:device.service.OpenConfigServicer:ConfigureOpticalDevice reply: {} -[2024-06-20 13:26:29,101] DEBUG:device.service.OpenConfigServicer:ConfigureOpticalDevice request: {"config": "{\"channels\": [{\"name\": {\"index\": \"channel-3\"}, \"frequency\": 191600000, \"target-output-power\": \"100.0\", \"operational-mode\": 0}, {\"name\": {\"index\": \"channel-1\"}, \"frequency\": 192056250, \"target-output-power\": \"1.0\", \"operational-mode\": 8}, {\"name\": {\"index\": \"channel-4\"}, \"frequency\": 191600000, \"target-output-power\": \"100.0\", \"operational-mode\": 0}, {\"name\": {\"index\": \"channel-2\"}, \"frequency\": 191600000, \"target-output-power\": \"100.0\", \"operational-mode\": 0}], \"transceivers\": {\"transceiver\": [\"transceiver-1\", \"transceiver-2\", \"transceiver-3\", \"transceiver-4\"]}, \"interfaces\": {\"interface\": \"\"}, \"channel_namespace\": \"http://openconfig.net/yang/terminal-device\", \"endpoints\": [{\"endpoint_uuid\": {\"uuid\": {\"index\": \"channel-1\"}}}, {\"endpoint_uuid\": {\"uuid\": {\"index\": \"channel-2\"}}}, {\"endpoint_uuid\": {\"uuid\": {\"index\": \"channel-3\"}}}, {\"endpoint_uuid\": {\"uuid\": {\"index\": \"channel-4\"}}}], \"device_name\": \"T2.1\", \"new_config\": {\"target-output-power\": \"1.0\", \"frequency\": 192056250, \"operational-mode\": 8, \"band\": 100000, \"flow_id\": 1, \"ob_id\": 1, \"band_type\": \"C_BAND\"}, \"is_opticalband\": false, \"flow\": [[\"2a307a8e-d326-5ea2-9437-b0320fb4c2a6\", \"0\"]]}", "device_id": {"device_uuid": {"uuid": "87d74166-65e3-595e-b643-122b4fd0303f"}}, "opticalconfig_id": {"opticalconfig_uuid": "47483eb2-dc16-5d95-915a-69ef836dd7e7"}} -[2024-06-20 13:26:29,102] INFO:device.service.OpenConfigServicer: config from openconfigservicer {'channels': [{'name': {'index': 'channel-3'}, 'frequency': 191600000, 'target-output-power': '100.0', 'operational-mode': 0}, {'name': {'index': 'channel-1'}, 'frequency': 192056250, 'target-output-power': '1.0', 'operational-mode': 8}, {'name': {'index': 'channel-4'}, 'frequency': 191600000, 'target-output-power': '100.0', 'operational-mode': 0}, {'name': {'index': 'channel-2'}, 'frequency': 191600000, 'target-output-power': '100.0', 'operational-mode': 0}], 'transceivers': {'transceiver': ['transceiver-1', 'transceiver-2', 'transceiver-3', 'transceiver-4']}, 'interfaces': {'interface': ''}, 'channel_namespace': 'http://openconfig.net/yang/terminal-device', 'endpoints': [{'endpoint_uuid': {'uuid': {'index': 'channel-1'}}}, {'endpoint_uuid': {'uuid': {'index': 'channel-2'}}}, {'endpoint_uuid': {'uuid': {'index': 'channel-3'}}}, {'endpoint_uuid': {'uuid': {'index': 'channel-4'}}}], 'device_name': 'T2.1', 'new_config': {'target-output-power': '1.0', 'frequency': 192056250, 'operational-mode': 8, 'band': 100000, 'flow_id': 1, 'ob_id': 1, 'band_type': 'C_BAND'}, 'is_opticalband': False, 'flow': [['2a307a8e-d326-5ea2-9437-b0320fb4c2a6', '0']]} -[2024-06-20 13:26:29,102] DEBUG:context.client.ContextClient:Creating channel to 10.152.183.195:1010... -[2024-06-20 13:26:29,103] DEBUG:context.client.ContextClient:Channel created -[2024-06-20 13:26:29,103] DEBUG:context.client.ContextClient:SelectDevice request: {"device_ids": {"device_ids": [{"device_uuid": {"uuid": "87d74166-65e3-595e-b643-122b4fd0303f"}}]}, "include_components": false, "include_config_rules": false, "include_endpoints": true} -[2024-06-20 13:26:29,120] DEBUG:context.client.ContextClient:SelectDevice result: {"devices": [{"components": [], "controller_id": {}, "device_drivers": ["DEVICEDRIVER_OC"], "device_endpoints": [{"endpoint_id": {"device_id": {"device_uuid": {"uuid": "87d74166-65e3-595e-b643-122b4fd0303f"}}, "endpoint_uuid": {"uuid": "0329c3cb-7e98-504b-9a08-67a5480eb0a0"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "port-4", "kpi_sample_types": [], "name": "4"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "87d74166-65e3-595e-b643-122b4fd0303f"}}, "endpoint_uuid": {"uuid": "274a5fa6-0915-5a53-ba0e-996fc25d0aa2"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "port-2", "kpi_sample_types": [], "name": "2"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "87d74166-65e3-595e-b643-122b4fd0303f"}}, "endpoint_uuid": {"uuid": "2a307a8e-d326-5ea2-9437-b0320fb4c2a6"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "port-1", "kpi_sample_types": [], "name": "1"}, {"endpoint_id": {"device_id": {"device_uuid": {"uuid": "87d74166-65e3-595e-b643-122b4fd0303f"}}, "endpoint_uuid": {"uuid": "70d6a261-98fe-5953-8f28-3379a9f626ab"}, "topology_id": {"context_id": {"context_uuid": {"uuid": "43813baf-195e-5da6-af20-b3d0922e71a7"}}, "topology_uuid": {"uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8"}}}, "endpoint_location": {}, "endpoint_type": "port-3", "kpi_sample_types": [], "name": "3"}], "device_id": {"device_uuid": {"uuid": "87d74166-65e3-595e-b643-122b4fd0303f"}}, "device_operational_status": "DEVICEOPERATIONALSTATUS_ENABLED", "device_type": "optical-transponder", "name": "T2.1"}]} -[2024-06-20 13:26:29,121] INFO:device.service.OpenConfigServicer:device is device_id { - device_uuid { - uuid: "87d74166-65e3-595e-b643-122b4fd0303f" - } -} -name: "T2.1" -device_type: "optical-transponder" -device_operational_status: DEVICEOPERATIONALSTATUS_ENABLED -device_drivers: DEVICEDRIVER_OC -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "87d74166-65e3-595e-b643-122b4fd0303f" - } - } - endpoint_uuid { - uuid: "0329c3cb-7e98-504b-9a08-67a5480eb0a0" - } - } - name: "4" - endpoint_type: "port-4" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "87d74166-65e3-595e-b643-122b4fd0303f" - } - } - endpoint_uuid { - uuid: "274a5fa6-0915-5a53-ba0e-996fc25d0aa2" - } - } - name: "2" - endpoint_type: "port-2" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "87d74166-65e3-595e-b643-122b4fd0303f" - } - } - endpoint_uuid { - uuid: "2a307a8e-d326-5ea2-9437-b0320fb4c2a6" - } - } - name: "1" - endpoint_type: "port-1" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "87d74166-65e3-595e-b643-122b4fd0303f" - } - } - endpoint_uuid { - uuid: "70d6a261-98fe-5953-8f28-3379a9f626ab" - } - } - name: "3" - endpoint_type: "port-3" - endpoint_location { - } -} -controller_id { -} - -[2024-06-20 13:26:29,121] INFO:device.service.OpenConfigServicer:from openconfigservicer [{'resource_key': 'channel_namespace', 'value': 'http://openconfig.net/yang/terminal-device'}, {'resource_key': 'add_transceiver', 'value': None}, {'resource_key': 'source_port', 'value': ['1']}, {'resource_key': 'destination_port', 'value': [None]}, {'resource_key': 'target-output-power', 'value': '1.0'}, {'resource_key': 'frequency', 'value': 192056250}, {'resource_key': 'operational-mode', 'value': 8}, {'resource_key': 'line-port', 'value': None}, {'resource_key': 'name', 'value': 'C_BAND'}, {'resource_key': 'optical-band-parent', 'value': 1}, {'resource_key': 'channel_name', 'value': None}, {'resource_key': 'lower-frequency', 'value': None}, {'resource_key': 'upper-frequency', 'value': None}] and conditions {'is_opticalband': False, 'edit_type': 'optical-channel'} -[2024-06-20 13:26:29,121] INFO:root:ports are {'source_port': ['1'], 'destination_port': [None]} -[2024-06-20 13:26:29,123] INFO:ncclient.operations.rpc:[host 172.17.254.42 session-id 32] Requesting 'EditConfig' -[2024-06-20 13:26:29,123] DEBUG:ncclient.operations.rpc:[host 172.17.254.42 session-id 32] Sync request, will wait for timeout=120 -[2024-06-20 13:26:29,207] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: starting -[2024-06-20 13:26:29,207] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: working with buffer of 235 bytes -[2024-06-20 13:26:29,207] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:29,207] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: regular expression start=0, end=6 -[2024-06-20 13:26:29,207] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: found chunk delimiter -[2024-06-20 13:26:29,207] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: chunk size 225 bytes -[2024-06-20 13:26:29,207] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: appending 225 bytes -[2024-06-20 13:26:29,208] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: fragment = "<?xml version="1.0" encoding="UTF-8"?> -<rpc-reply xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="urn:uuid:29ce85b2-713b-48d7-a948-6d0712d6fb1b" xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0"><ok/></rpc-reply>" -[2024-06-20 13:26:29,208] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: matching from 231 bytes from start of buffer -[2024-06-20 13:26:29,208] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: regular expression start=0, end=4 -[2024-06-20 13:26:29,208] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: found end of message delimiter -[2024-06-20 13:26:29,208] DEBUG:ncclient.operations.rpc:[host 172.17.254.42 session-id 32] Delivering to <ncclient.operations.edit.EditConfig object at 0x7fa7485d7d90> -[2024-06-20 13:26:29,208] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: saving back rest of message after 235 bytes, original size 235 -[2024-06-20 13:26:29,209] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: ending -[2024-06-20 13:26:29,209] INFO:root:resonse from edit <?xml version="1.0" encoding="UTF-8"?> -<rpc-reply xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="urn:uuid:29ce85b2-713b-48d7-a948-6d0712d6fb1b" xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0"><ok/></rpc-reply> -[2024-06-20 13:26:29,209] INFO:device.service.OpenConfigServicer:resluts [True] and is_all_good True -[2024-06-20 13:26:29,211] INFO:ncclient.operations.rpc:[host 172.17.254.42 session-id 32] Requesting 'Get' -[2024-06-20 13:26:29,211] DEBUG:ncclient.operations.rpc:[host 172.17.254.42 session-id 32] Sync request, will wait for timeout=120 -[2024-06-20 13:26:29,349] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: starting -[2024-06-20 13:26:29,350] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:26:29,350] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:29,350] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:29,350] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: found chunk delimiter -[2024-06-20 13:26:29,350] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:29,350] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: not enough data for chunk yet -[2024-06-20 13:26:29,350] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: setting start to 0 -[2024-06-20 13:26:29,350] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: ending -[2024-06-20 13:26:29,350] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: starting -[2024-06-20 13:26:29,350] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:26:29,350] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:29,351] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:29,351] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: found chunk delimiter -[2024-06-20 13:26:29,351] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:29,351] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: not enough data for chunk yet -[2024-06-20 13:26:29,351] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: setting start to 0 -[2024-06-20 13:26:29,351] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: ending -[2024-06-20 13:26:29,351] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: starting -[2024-06-20 13:26:29,351] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:26:29,351] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:29,352] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:29,352] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: found chunk delimiter -[2024-06-20 13:26:29,352] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:29,352] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: not enough data for chunk yet -[2024-06-20 13:26:29,352] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: setting start to 0 -[2024-06-20 13:26:29,352] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: ending -[2024-06-20 13:26:29,352] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: starting -[2024-06-20 13:26:29,352] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:26:29,352] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:29,352] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:29,352] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: found chunk delimiter -[2024-06-20 13:26:29,353] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:29,353] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: appending 16376 bytes -[2024-06-20 13:26:29,353] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: fragment = "<?xml version="1.0" encoding="UTF-8"?> -<rpc-reply xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="urn:uuid:f6eee4a4-f5c0-4c5a-8d21-b3e869a8de91" xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0"><data><bgp-instance xmlns="http://openconfig.net/yang/bgp"><bgp><global><route-selection-options><state><always-compare-med>false</always-compare-med><ignore-as-path-length>false</ignore-as-path-length><external-compare-router-id>true</external-compare-router-id><advertise-inactive-routes>false</advertise-inactive-routes><enable-aigp>false</enable-aigp><ignore-next-hop-igp-metric>false</ignore-next-hop-igp-metric></state></route-selection-options></global></bgp></bgp-instance><interfaces xmlns="http://openconfig.net/yang/interfaces"><interface><name>eth0</name><config><name>eth0</name><enabled>true</enabled></config><state><loopback-mode>false</loopback-mode><enabled>true</enabled></state><hold-time><state><up>0</up><down>0</down></state></hold-time><ipv4 xmlns="http://openconfig.net/yang/interfaces/ip"><addresses><address><ip>192.168.1.1</ip><config><ip>192.168.1.1</ip><prefix-length>24</prefix-length></config></address></addresses><proxy-arp><state><mode>DISABLE</mode></state></proxy-arp><unnumbered><state><enabled>false</enabled></state></unnumbered><state><enabled>true</enabled><dhcp-client>false</dhcp-client></state></ipv4><ipv6 xmlns="http://openconfig.net/yang/interfaces/ip"><router-advertisement><state><suppress>false</suppress></state></router-advertisement><unnumbered><state><enabled>false</enabled></state></unnumbered><state><enabled>true</enabled><dup-addr-detect-transmits>1</dup-addr-detect-transmits><dhcp-client>false</dhcp-client></state></ipv6></interface></interfaces><lldp xmlns="http://openconfig.net/yang/lldp"><state><enabled>true</enabled></state></lldp><components xmlns="http://openconfig.net/yang/platform"><component><name>channel-1</name><config><name>channel-1</name></config><state><name>channel-1</name><type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:OPTICAL_CHANNEL</type></state><optical-channel xmlns="http://openconfig.net/yang/terminal-device"><config><frequency>192056250</frequency><target-output-power>1.0</target-output-power><operational-mode>8</operational-mode><line-port>transceiver-1</line-port></config><state><frequency>192056250</frequency><target-output-power>1.0</target-output-power><operational-mode>8</operational-mode><line-port>transceiver-1</line-port><group-id>1</group-id><output-power><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></output-power><input-power><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></input-power><laser-bias-current><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></laser-bias-current><chromatic-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></chromatic-dispersion><polarization-mode-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></polarization-mode-dispersion><second-order-polarization-mode-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></second-order-polarization-mode-dispersion><polarization-dependent-loss><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></polarization-dependent-loss></state></optical-channel></component><component><name>channel-2</name><config><name>channel-2</name></config><state><name>channel-2</name><type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:OPTICAL_CHANNEL</type></state><optical-channel xmlns="http://openconfig.net/yang/terminal-device"><config><frequency>191600000</frequency><target-output-power>100.0</target-output-power><operational-mode>0</operational-mode><line-port>transceiver-2</line-port></config><state><frequency>191600000</frequency><target-output-power>0.0</target-output-power><operational-mode>0</operational-mode><line-port>transceiver-2</line-port><group-id>1</group-id><output-power><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></output-power><input-power><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></input-power><laser-bias-current><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></laser-bias-current><chromatic-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></chromatic-dispersion><polarization-mode-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></polarization-mode-dispersion><second-order-polarization-mode-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></second-order-polarization-mode-dispersion><polarization-dependent-loss><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></polarization-dependent-loss></state></optical-channel></component><component><name>channel-3</name><config><name>channel-3</name></config><state><name>channel-3</name><type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:OPTICAL_CHANNEL</type></state><optical-channel xmlns="http://openconfig.net/yang/terminal-device"><config><frequency>191600000</frequency><target-output-power>100.0</target-output-power><operational-mode>0</operational-mode><line-port>transceiver-3</line-port></config><state><frequency>191600000</frequency><target-output-power>0.0</target-output-power><operational-mode>0</operational-mode><line-port>transceiver-3</line-port><group-id>1</group-id><output-power><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></output-power><input-power><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></input-power><laser-bias-current><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></laser-bias-current><chromatic-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></chromatic-dispersion><polarization-mode-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></polarization-mode-dispersion><second-order-polarization-mode-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></second-order-polarization-mode-dispersion><polarization-dependent-loss><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></polarization-dependent-loss></state></optical-channel></component><component><name>channel-4</name><config><name>channel-4</name></config><state><name>channel-4</name><type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:OPTICAL_CHANNEL</type></state><optical-channel xmlns="http://openconfig.net/yang/terminal-device"><config><frequency>191600000</frequency><target-output-power>100.0</target-output-power><operational-mode>0</operational-mode><line-port>transceiver-4</line-port></config><state><frequency>191600000</frequency><target-output-power>0.0</target-output-power><operational-mode>0</operational-mode><line-port>transceiver-4</line-port><group-id>1</group-id><output-power><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></output-power><input-power><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></input-power><laser-bias-current><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></laser-bias-current><chromatic-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></chromatic-dispersion><polarization-mode-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></polarization-mode-dispersion><second-order-polarization-mode-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></second-order-polarization-mode-dispersion><polarization-dependent-loss><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></polarization-dependent-loss></state></optical-channel></component><component><name>device</name><config><name>device</name></config><state><name>MellanoxSwitch</name><type xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:OPERATING_SYSTEM</type><mfg-name>SSSA-CNIT</mfg-name><hardware-version>1.0.0</hardware-version><firmware-version>1.0.0</firmware-version><software-version>1.0.0</software-version><serial-no>610610</serial-no></state></component><component><name>port-1</name><config><name>port-1</name></config><state><name>port-1</name><type xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:PORT</type></state><properties><property><name>odtn-port-type</name><config><name>odtn-port-type</name><value>line</value></config><state><name>odtn-port-type</name><value>line</value></state></property><property><name>onos-index</name><config><name>onos-index</name><value>1</value></config><state><name>onos-index</name><value>1</value></state></property></properties><subcomponents><subcomponent><name>channel-1</name><config><name>channel-1</name></config><state><name>channel-1</name></state></subcomponent></subcomponents></component><component><name>port-2</name><config><name>port-2</name></config><state><name>port-2</name><type xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:PORT</type></state><properties><property><name>odtn-port-type</name><config><name>odtn-port-type</name><value>line</value></config><state><name>odtn-port-type</name><value>line</value></state></property><property><name>onos-index</name><config><name>onos-index</name><value>2</value></config><state><name>onos-index</name><value>2</value></state></property></properties><subcomponents><subcomponent><name>channel-2</name><config><name>channel-2</name></config><state><name>channel-2</name></state></subcomponent></subcomponents></component><component><name>port-3</name><config><name>port-3</name></config><state><name>port-3</name><type xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:PORT</type></state><properties><property><name>odtn-port-type</name><config><name>odtn-port-type</name><value>line</value></config><state><name>odtn-port-type</name><value>line</value></state></property><property><name>onos-index</name><config><name>onos-index</name><value>3</value></config><state><name>onos-index</name><value>3</value></state></property></properties><subcomponents><subcomponent><name>channel-3</name><config><name>channel-3</name></config><state><name>channel-3</name></state></subcomponent></subcomponents></component><component><name>port-4</name><config><name>port-4</name></config><state><name>port-4</name><type xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:PORT</type></state><properties><property><name>odtn-port-type</name><config><name>odtn-port-type</name><value>line</value></config><state><name>odtn-port-type</name><value>line</value></state></property><property><name>onos-index</name><config><name>onos-index</name><value>4</value></config><state><name>onos-index</name><value>4</value></state></property></properties><subcomponents><subcomponent><name>channel-4</name><config><name>channel-4</name></config><state><name>channel-4</name></state></subcomponent></subcomponents></component><component><name>transceiver-1</name><config><name>transceiver-1</name></config><state><name>transceiver-1</name><type xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:TRANSCEIVER</type></state><transceiver xmlns="http://openconfig.net/yang/platform/transceiver"><config><enabled>true</enabled><form-factor-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:QSFP56_DD_TYPE1</form-factor-preconf><ethernet-pmd-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:ETH_400GBASE_ZR</ethernet-pmd-preconf><fec-mode xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:FEC_AUTO</fec-mode><module-functional-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:TYPE_DIGITAL_COHERENT_OPTIC</module-functional-type></config><state><enabled>true</enabled><form-factor-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:QSFP56_DD_TYPE1</form-factor-preconf><ethernet-pmd-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:ETH_400GBASE_ZR</ethernet-pmd-preconf><fec-mode xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:FEC_AUTO</fec-mode><module-functional-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:TYPE_DIGITAL_COHERENT_OPTIC</module-functional-type><vendor>Cisco</vendor><vendor-part>400zr-QSFP-DD</vendor-part><vendor-rev>01</vendor-rev><serial-no>1567321</serial-no></state><physical-channels><channel><index>1</index><config><index>1</index><associated-optical-channel>channel-1</associated-optical-channel></config></channel></physical-channels></transceiver></component><component><name>transceiver-2</name><config><name>transceiver-2</name></config><state><name>transceiver-2</name><type xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:TRANSCEIVER</type></state><transceiver xmlns="http://openconfig.net/yang/platform/transceiver"><config><enabled>true</enabled><form-factor-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:QSFP56_DD_TYPE1</form-factor-preconf><ethernet-pmd-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:ETH_400GBASE_ZR</ethernet-pmd-preconf><fec-mode xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:FEC_AUTO</fec-mode><module-functional-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:TYPE_DIGITAL_COHERENT_OPTIC</module-functional-type></config><state><enabled>true</enabled><form-factor-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:QSFP56_DD_TYPE1</form-factor-preconf><ethernet-pmd-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:ETH_400GBASE_ZR</ethernet-pmd-preconf><fec-mode xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:FEC_AUTO</fec-mode><module-functional-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:TYPE_DIGITAL_COHERENT_OPTIC</module-functional-type><vendor>Cisco</vendor><vendor-part>400zr-QSFP-DD</vendor-part><vendor-rev>01</vendor-rev><serial-no>1567321</serial-no></state><physical-channels><channel><index>1</index><config><index>1</index><associated-optical-channel>channel-2</associated-optical-channel></config></channel></physical-channels></transceiver></component><component><name>transceiver-3</name><config><name>transceiver-3</name></config><state><name>transceiver-3</name><type xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:TRANSCEIVER</type></state><transceiver xmlns="http://openconfig.net/yang/platform/transceiver"><config><enabled>true</enabled><form-factor-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:QSFP56_DD_TYPE1</form-factor-preconf><ethernet-pmd-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:ETH_400GBASE_ZR</ethernet-pmd-preconf><fec-mode xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:FEC_AUTO</fec-mode><module-functional-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:TYPE_DIGITAL_COHERENT_OPTIC</module-functional-type></config><state><enabled>true</enabled><form-factor-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:QSFP56_DD_TYPE1</form-factor-preconf><ethernet-pmd-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:ETH_400GBASE_ZR</ethernet-pmd-preconf><fec-mode xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:FEC_AUTO</fec-mode><module-functional-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:TYPE_DIGITAL_COHEREN" -[2024-06-20 13:26:29,353] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:26:29,353] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: ending -[2024-06-20 13:26:29,371] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: starting -[2024-06-20 13:26:29,371] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:26:29,372] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:29,372] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:29,372] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: found chunk delimiter -[2024-06-20 13:26:29,372] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:29,372] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: not enough data for chunk yet -[2024-06-20 13:26:29,372] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: setting start to 0 -[2024-06-20 13:26:29,372] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: ending -[2024-06-20 13:26:29,372] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: starting -[2024-06-20 13:26:29,372] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:26:29,372] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:29,373] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:29,373] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: found chunk delimiter -[2024-06-20 13:26:29,373] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:29,373] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: not enough data for chunk yet -[2024-06-20 13:26:29,373] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: setting start to 0 -[2024-06-20 13:26:29,373] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: ending -[2024-06-20 13:26:29,373] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: starting -[2024-06-20 13:26:29,373] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:26:29,373] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:29,373] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:29,373] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: found chunk delimiter -[2024-06-20 13:26:29,374] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:29,374] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: not enough data for chunk yet -[2024-06-20 13:26:29,374] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: setting start to 0 -[2024-06-20 13:26:29,374] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: ending -[2024-06-20 13:26:29,374] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: starting -[2024-06-20 13:26:29,374] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:26:29,374] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:29,374] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:29,374] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: found chunk delimiter -[2024-06-20 13:26:29,374] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:29,375] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: appending 16376 bytes -[2024-06-20 13:26:29,375] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: fragment = "T_OPTIC</module-functional-type><vendor>Cisco</vendor><vendor-part>400zr-QSFP-DD</vendor-part><vendor-rev>01</vendor-rev><serial-no>1567321</serial-no></state><physical-channels><channel><index>1</index><config><index>1</index><associated-optical-channel>channel-3</associated-optical-channel></config></channel></physical-channels></transceiver></component><component><name>transceiver-4</name><config><name>transceiver-4</name></config><state><name>transceiver-4</name><type xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:TRANSCEIVER</type></state><transceiver xmlns="http://openconfig.net/yang/platform/transceiver"><config><enabled>true</enabled><form-factor-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:QSFP56_DD_TYPE1</form-factor-preconf><ethernet-pmd-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:ETH_400GBASE_ZR</ethernet-pmd-preconf><fec-mode xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:FEC_AUTO</fec-mode><module-functional-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:TYPE_DIGITAL_COHERENT_OPTIC</module-functional-type></config><state><enabled>true</enabled><form-factor-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:QSFP56_DD_TYPE1</form-factor-preconf><ethernet-pmd-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:ETH_400GBASE_ZR</ethernet-pmd-preconf><fec-mode xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:FEC_AUTO</fec-mode><module-functional-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:TYPE_DIGITAL_COHERENT_OPTIC</module-functional-type><vendor>Cisco</vendor><vendor-part>400zr-QSFP-DD</vendor-part><vendor-rev>01</vendor-rev><serial-no>1567321</serial-no></state><physical-channels><channel><index>1</index><config><index>1</index><associated-optical-channel>channel-4</associated-optical-channel></config></channel></physical-channels></transceiver></component></components><bgp-instance xmlns="http://openconfig.net/yang/protocols"><bgp><global><route-selection-options><state><always-compare-med>false</always-compare-med><ignore-as-path-length>false</ignore-as-path-length><external-compare-router-id>true</external-compare-router-id><advertise-inactive-routes>false</advertise-inactive-routes><enable-aigp>false</enable-aigp><ignore-next-hop-igp-metric>false</ignore-next-hop-igp-metric></state></route-selection-options></global><neighbors><neighbor><neighbor-address>192.168.1.1</neighbor-address><config><neighbor-address>192.168.1.1</neighbor-address><neighbor-port>88</neighbor-port><enabled>true</enabled><peer-as>65432</peer-as></config><state><neighbor-port>179</neighbor-port><enabled>true</enabled><route-flap-damping>false</route-flap-damping><send-community>NONE</send-community><dynamically-configured>false</dynamically-configured></state><timers><state><connect-retry>30</connect-retry><hold-time>90</hold-time><keepalive-interval>30</keepalive-interval><minimum-advertisement-interval>30</minimum-advertisement-interval></state></timers><transport><state><mtu-discovery>false</mtu-discovery><passive-mode>false</passive-mode></state></transport><error-handling><state><treat-as-withdraw>false</treat-as-withdraw></state></error-handling><logging-options><state><log-neighbor-state-changes>true</log-neighbor-state-changes></state></logging-options><ebgp-multihop><state><enabled>false</enabled></state></ebgp-multihop><route-reflector><state><route-reflector-client>false</route-reflector-client></state></route-reflector><as-path-options><state><allow-own-as>0</allow-own-as><replace-peer-as>false</replace-peer-as><disable-peer-as-filter>false</disable-peer-as-filter></state></as-path-options><use-multiple-paths><state><enabled>false</enabled></state><ebgp><state><allow-multiple-as>false</allow-multiple-as></state></ebgp></use-multiple-paths><apply-policy><state><default-import-policy>REJECT_ROUTE</default-import-policy><default-export-policy>REJECT_ROUTE</default-export-policy></state></apply-policy></neighbor></neighbors></bgp></bgp-instance><ospf-instance xmlns="http://openconfig.net/yang/protocols"><ospfv2><global><state><summary-route-cost-mode>RFC2328_COMPATIBLE</summary-route-cost-mode></state></global></ospfv2></ospf-instance><terminal-device xmlns="http://openconfig.net/yang/terminal-device"><logical-channels><channel><index>1</index><config><index>1</index><description>Logical channel 1</description><admin-state>DISABLED</admin-state><logical-channel-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:PROT_OTN</logical-channel-type><loopback-mode>NONE</loopback-mode></config><state><index>1</index><description>Logical channel 1</description><admin-state>DISABLED</admin-state><logical-channel-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:PROT_OTN</logical-channel-type><loopback-mode>NONE</loopback-mode><link-state>UP</link-state></state><ingress><config><transceiver>transceiver-1</transceiver></config><state><transceiver>transceiver-1</transceiver></state></ingress><logical-channel-assignments><assignment><index>1</index><config><index>1</index><description>Optical channel assigned 100</description><assignment-type>OPTICAL_CHANNEL</assignment-type><optical-channel>channel-1</optical-channel><allocation>100.0</allocation></config><state><index>1</index><description>Optical channel assigned 100</description><assignment-type>OPTICAL_CHANNEL</assignment-type><optical-channel>channel-1</optical-channel><allocation>100.0</allocation></state></assignment></logical-channel-assignments></channel><channel><index>2</index><config><index>2</index><description>Logical channel 2</description><admin-state>DISABLED</admin-state><logical-channel-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:PROT_OTN</logical-channel-type><loopback-mode>NONE</loopback-mode></config><state><index>2</index><description>Logical channel 2</description><admin-state>DISABLED</admin-state><logical-channel-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:PROT_OTN</logical-channel-type><loopback-mode>NONE</loopback-mode><link-state>UP</link-state></state><ingress><config><transceiver>transceiver-2</transceiver></config><state><transceiver>transceiver-2</transceiver></state></ingress><logical-channel-assignments><assignment><index>1</index><config><index>1</index><description>Optical channel assigned 100</description><assignment-type>OPTICAL_CHANNEL</assignment-type><optical-channel>channel-2</optical-channel><allocation>100.0</allocation></config><state><index>1</index><description>Optical channel assigned 100</description><assignment-type>OPTICAL_CHANNEL</assignment-type><optical-channel>channel-2</optical-channel><allocation>100.0</allocation></state></assignment></logical-channel-assignments></channel><channel><index>3</index><config><index>3</index><description>Logical channel 3</description><admin-state>DISABLED</admin-state><logical-channel-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:PROT_OTN</logical-channel-type><loopback-mode>NONE</loopback-mode></config><state><index>3</index><description>Logical channel 3</description><admin-state>DISABLED</admin-state><logical-channel-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:PROT_OTN</logical-channel-type><loopback-mode>NONE</loopback-mode><link-state>UP</link-state></state><ingress><config><transceiver>transceiver-3</transceiver></config><state><transceiver>transceiver-3</transceiver></state></ingress><logical-channel-assignments><assignment><index>1</index><config><index>1</index><description>Optical channel assigned 100</description><assignment-type>OPTICAL_CHANNEL</assignment-type><optical-channel>channel-3</optical-channel><allocation>100.0</allocation></config><state><index>1</index><description>Optical channel assigned 100</description><assignment-type>OPTICAL_CHANNEL</assignment-type><optical-channel>channel-3</optical-channel><allocation>100.0</allocation></state></assignment></logical-channel-assignments></channel><channel><index>4</index><config><index>4</index><description>Logical channel 4</description><admin-state>DISABLED</admin-state><logical-channel-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:PROT_OTN</logical-channel-type><loopback-mode>NONE</loopback-mode></config><state><index>4</index><description>Logical channel 4</description><admin-state>DISABLED</admin-state><logical-channel-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:PROT_OTN</logical-channel-type><loopback-mode>NONE</loopback-mode><link-state>UP</link-state></state><ingress><config><transceiver>transceiver-4</transceiver></config><state><transceiver>transceiver-4</transceiver></state></ingress><logical-channel-assignments><assignment><index>1</index><config><index>1</index><description>Optical channel assigned 100</description><assignment-type>OPTICAL_CHANNEL</assignment-type><optical-channel>channel-4</optical-channel><allocation>100.0</allocation></config><state><index>1</index><description>Optical channel assigned 100</description><assignment-type>OPTICAL_CHANNEL</assignment-type><optical-channel>channel-4</optical-channel><allocation>100.0</allocation></state></assignment></logical-channel-assignments></channel></logical-channels><operational-modes><mode><mode-id>1</mode-id><state><mode-id>1</mode-id><description>FEC1</description><vendor-id>Ericsson</vendor-id></state></mode><mode><mode-id>2</mode-id><state><mode-id>2</mode-id><description>FEC2</description><vendor-id>Ericsson</vendor-id></state></mode></operational-modes></terminal-device><aaa xmlns="http://tail-f.com/ns/aaa/1.1"><authentication><users><user><name>admin</name><uid>9000</uid><gid>100</gid><password>$1$lPNyHD3D$t9eLr07hXOEy1983ReE8k0</password><ssh_keydir>/var/confd/homes/admin/.ssh</ssh_keydir><homedir>/var/confd/homes/admin</homedir></user><user><name>oper</name><uid>9003</uid><gid>103</gid><password>$1$gflBsGcV$PdW1/SBjHWGBRlZuBfdva/</password><ssh_keydir>/var/confd/homes/oper/.ssh</ssh_keydir><homedir>/var/confd/homes/oper</homedir></user><user><name>optical</name><uid>9001</uid><gid>101</gid><password>$1$HCxex4ow$jHGQxsbMB1dWNK97ydKv20</password><ssh_keydir>/var/confd/homes/optical/.ssh</ssh_keydir><homedir>/var/confd/homes/optical</homedir></user><user><name>packet</name><uid>9002</uid><gid>102</gid><password>$1$2CYgcCNT$bV6L4CxgDPQP9EMyZ4Rsc1</password><ssh_keydir>/var/confd/homes/packet/.ssh</ssh_keydir><homedir>/var/confd/homes/packet</homedir></user><user><name>private</name><uid>9005</uid><gid>103</gid><password>$1$2MXxtlsM$qZfOcm4WXD2c8duQXzdru0</password><ssh_keydir>/var/confd/homes/private/.ssh</ssh_keydir><homedir>/var/confd/homes/private</homedir></user><user><name>public</name><uid>9004</uid><gid>100</gid><password>$1$1tOWUHZV$iad9vZD8aF68c6x21nhHo/</password><ssh_keydir>/var/confd/homes/public/.ssh</ssh_keydir><homedir>/var/confd/homes/public</homedir></user></users></authentication><ios><level><nr>0</nr><prompt>\h> </prompt></level><level><nr>15</nr><prompt>\h# </prompt></level><privilege><mode>exec</mode><level><nr>0</nr><command><name>action</name></command><command><name>autowizard</name></command><command><name>enable</name></command><command><name>exit</name></command><command><name>help</name></command><command><name>startup</name></command></level><level><nr>15</nr><command><name>configure</name></command></level></privilege></ios></aaa><confd-state xmlns="http://tail-f.com/yang/confd-monitoring"><version>6.4</version><epoll>false</epoll><daemon-status>started</daemon-status><loaded-data-models><data-model><name>iana-crypt-hash</name><revision>2014-08-06</revision><namespace>urn:ietf:params:xml:ns:yang:iana-crypt-hash</namespace><prefix>ianach</prefix><exported-to-all/></data-model><data-model><name>ietf-inet-types</name><revision>2013-07-15</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-inet-types</namespace><prefix>inet</prefix><exported-to-all/></data-model><data-model><name>ietf-interfaces</name><revision>2014-05-08</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-interfaces</namespace><prefix>if</prefix><exported-to-all/></data-model><data-model><name>ietf-netconf-acm</name><revision>2012-02-22</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-acm</namespace><prefix>nacm</prefix><exported-to-all/></data-model><data-model><name>ietf-netconf-monitoring</name><revision>2010-10-04</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring</namespace><prefix>ncm</prefix><exported-to-all/></data-model><data-model><name>ietf-netconf-notifications</name><revision>2012-02-06</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-notifications</namespace><prefix>ncn</prefix><exported-to-all/></data-model><data-model><name>ietf-yang-library</name><revision>2016-06-21</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-library</namespace><prefix>yanglib</prefix><exported-to>netconf</exported-to><exported-to>rest</exported-to></data-model><data-model><name>ietf-yang-types</name><revision>2013-07-15</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-types</namespace><prefix>yang</prefix><exported-to-all/></data-model><data-model><name>netconf_netmod</name><namespace>urn:ietf:params:xml:ns:netmod:notification</namespace><prefix>nm</prefix><exported-to>netconf</exported-to></data-model><data-model><name>openconfig-alarm-types</name><revision>2018-01-16</revision><namespace>http://openconfig.net/yang/alarms/types</namespace><prefix>oc-alarm-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-bfd</name><revision>2022-06-28</revision><namespace>http://openconfig.net/yang/bfd</namespace><prefix>oc-bfd</prefix><exported-to-all/></data-model><data-model><name>openconfig-bgp</name><revision>2022-05-21</revision><namespace>http://openconfig.net/yang/bgp</namespace><prefix>oc-bgp</prefix><exported-to-all/></data-model><data-model><name>openconfig-bgp-types</name><revision>2021-08-06</revision><namespace>http://openconfig.net/yang/bgp-types</namespace><prefix>oc-bgp-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-evpn-types</name><revision>2021-06-21</revision><namespace>http://openconfig.net/yang/evpn-types</namespace><prefix>oc-evpn-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-if-ethernet</name><revision>2022-04-20</revision><namespace>http://openconfig.net/yang/interfaces/ethernet</namespace><prefix>oc-eth</prefix><exported-to-all/></data-model><data-model><name>openconfig-if-ip</name><revision>2019-01-08</revision><namespace>http://openconfig.net/yang/interfaces/ip</namespace><prefix>oc-ip</prefix><exported-to-all/></data-model><data-model><name>openconfig-inet-types</name><revision>2021-08-17</revision><namespace>http://openconfig.net/yang/types/inet</namespace><prefix>oc-inet</prefix><exported-to-all/></data-model><data-model><name>openconfig-interfaces</name><revision>2021-04-06</revision><namespace>http://openconfig.net/yang/interfaces</namespace><prefix>oc-if</prefix><exported-to-all/></data-model><data-model><name>openconfig-lldp</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/lldp</namespace><prefix>oc-lldp</prefix><exported-to-all/></data-model><data-model><name>openconfig-lldp-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/lldp/types</namespace><prefix>oc-lldp-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-mpls-types</name><revision>2021-12-01</revision><namespace>http://openconfig.net/yang/mpls-types</namespace><prefix>oc-mplst</prefix><exported-to-all/></data-model><data-model><name>openconfig-network-instance-types</name><revision>2021-07-14</revision><namespace>http://openconfig.net/yang/network-instance-types</namespace><prefix>oc-ni-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-ospf-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/ospf-types</namespace><prefix>oc-ospf-types</prefix><exporte" -[2024-06-20 13:26:29,375] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:26:29,375] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: ending -[2024-06-20 13:26:29,410] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: starting -[2024-06-20 13:26:29,410] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:26:29,410] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:29,410] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:29,411] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: found chunk delimiter -[2024-06-20 13:26:29,411] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:29,411] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: not enough data for chunk yet -[2024-06-20 13:26:29,411] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: setting start to 0 -[2024-06-20 13:26:29,411] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: ending -[2024-06-20 13:26:29,411] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: starting -[2024-06-20 13:26:29,411] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:26:29,412] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:29,412] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:29,412] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: found chunk delimiter -[2024-06-20 13:26:29,412] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:29,412] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: not enough data for chunk yet -[2024-06-20 13:26:29,412] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: setting start to 0 -[2024-06-20 13:26:29,413] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: ending -[2024-06-20 13:26:29,413] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: starting -[2024-06-20 13:26:29,413] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:26:29,413] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:29,413] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:29,413] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: found chunk delimiter -[2024-06-20 13:26:29,414] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:29,414] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: not enough data for chunk yet -[2024-06-20 13:26:29,414] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: setting start to 0 -[2024-06-20 13:26:29,414] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: ending -[2024-06-20 13:26:29,414] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: starting -[2024-06-20 13:26:29,414] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:26:29,415] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:29,415] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:29,415] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: found chunk delimiter -[2024-06-20 13:26:29,415] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:29,415] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: appending 16376 bytes -[2024-06-20 13:26:29,415] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: fragment = "d-to-all/></data-model><data-model><name>openconfig-ospfv2</name><revision>2022-02-10</revision><namespace>http://openconfig.net/yang/ospfv2</namespace><prefix>oc-ospfv2</prefix><exported-to-all/></data-model><data-model><name>openconfig-platform</name><revision>2018-01-30</revision><namespace>http://openconfig.net/yang/platform</namespace><prefix>oc-platform</prefix><exported-to-all/></data-model><data-model><name>openconfig-platform-port</name><revision>2021-04-22</revision><namespace>http://openconfig.net/yang/platform/port</namespace><prefix>oc-port</prefix><exported-to-all/></data-model><data-model><name>openconfig-platform-transceiver</name><revision>2021-02-23</revision><namespace>http://openconfig.net/yang/platform/transceiver</namespace><prefix>oc-transceiver</prefix><exported-to-all/></data-model><data-model><name>openconfig-platform-types</name><revision>2021-01-18</revision><namespace>http://openconfig.net/yang/platform-types</namespace><prefix>oc-platform-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-policy-types</name><revision>2022-11-08</revision><namespace>http://openconfig.net/yang/policy-types</namespace><prefix>oc-pol-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-protocols</name><namespace>http://openconfig.net/yang/protocols</namespace><prefix>oc-prt</prefix><exported-to-all/></data-model><data-model><name>openconfig-rib-bgp</name><revision>2022-06-06</revision><namespace>http://openconfig.net/yang/rib/bgp</namespace><prefix>oc-rib-bgp</prefix><exported-to-all/></data-model><data-model><name>openconfig-rib-bgp-types</name><revision>2019-03-14</revision><namespace>http://openconfig.net/yang/rib/bgp-types</namespace><prefix>oc-bgprib-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-routing-policy</name><revision>2022-05-24</revision><namespace>http://openconfig.net/yang/routing-policy</namespace><prefix>oc-rpol</prefix><exported-to-all/></data-model><data-model><name>openconfig-segment-routing-types</name><revision>2020-02-04</revision><namespace>http://openconfig.net/yang/segment-routing-types</namespace><prefix>oc-srt</prefix><exported-to-all/></data-model><data-model><name>openconfig-telemetry</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/telemetry</namespace><prefix>oc-telemetry</prefix><exported-to-all/></data-model><data-model><name>openconfig-telemetry-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/telemetry-types</namespace><prefix>oc-telemetry-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-terminal-device</name><revision>2021-02-23</revision><namespace>http://openconfig.net/yang/terminal-device</namespace><prefix>oc-opt-term</prefix><exported-to-all/></data-model><data-model><name>openconfig-transport-types</name><revision>2021-03-22</revision><namespace>http://openconfig.net/yang/transport-types</namespace><prefix>oc-opt-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-types</name><revision>2019-04-16</revision><namespace>http://openconfig.net/yang/openconfig-types</namespace><prefix>oc-types</prefix><exported-to-all/></data-model><data-model><name>openconfig-yang-types</name><revision>2021-07-14</revision><namespace>http://openconfig.net/yang/types/yang</namespace><prefix>oc-yang</prefix><exported-to-all/></data-model><data-model><name>tailf-aaa</name><revision>2015-06-16</revision><namespace>http://tail-f.com/ns/aaa/1.1</namespace><prefix>aaa</prefix><exported-to-all/></data-model><data-model><name>tailf-acm</name><revision>2013-03-07</revision><namespace>http://tail-f.com/yang/acm</namespace><prefix>tacm</prefix><exported-to-all/></data-model><data-model><name>tailf-common-monitoring</name><revision>2013-06-14</revision><namespace>http://tail-f.com/yang/common-monitoring</namespace><prefix>tfcg</prefix><exported-to-all/></data-model><data-model><name>tailf-confd-monitoring</name><revision>2013-06-14</revision><namespace>http://tail-f.com/yang/confd-monitoring</namespace><prefix>tfcm</prefix><exported-to-all/></data-model><data-model><name>tailf-kicker</name><revision>2017-03-16</revision><namespace>http://tail-f.com/ns/kicker</namespace><prefix>kicker</prefix><exported-to-all/></data-model><data-model><name>tailf-netconf-monitoring</name><revision>2016-11-24</revision><namespace>http://tail-f.com/yang/netconf-monitoring</namespace><prefix>tncm</prefix><exported-to-all/></data-model><data-model><name>tailf-rollback</name><revision>2016-09-15</revision><namespace>http://tail-f.com/ns/rollback</namespace><prefix>rollback</prefix><exported-to>rest</exported-to></data-model><data-model><name>vlan</name><namespace>http://sssup.it/yang/vlan</namespace><prefix>sv</prefix><exported-to-all/></data-model></loaded-data-models><netconf><listen><tcp><ip>0.0.0.0</ip><port>2023</port></tcp><ssh><ip>0.0.0.0</ip><port>2022</port></ssh></listen></netconf><cli><listen><ssh><ip>0.0.0.0</ip><port>2024</port></ssh></listen></cli><internal><callpoints><notification-stream-replay><name>NETCONF</name><replay-support>none</replay-support></notification-stream-replay><notification-stream-replay><name>mellanox</name><replay-support>external</replay-support><daemon><id>0</id><name>notifier</name></daemon></notification-stream-replay></callpoints><cdb><datastore><name>running</name><transaction-id>1717-750545-631285</transaction-id><filename>./confd-cdb/A.cdb</filename><disk-size>13451</disk-size><ram-size>81462</ram-size><read-locks>0</read-locks><write-lock-set>false</write-lock-set><waiting-for-replication-sync>false</waiting-for-replication-sync></datastore><datastore><name>operational</name><filename>./confd-cdb/O.cdb</filename><disk-size>4</disk-size><ram-size>136</ram-size><subscription-lock-set>false</subscription-lock-set></datastore><client><name>notifier</name><info>325/6</info><type>subscriber</type><subscription><datastore>running</datastore><priority>1</priority><id>6</id><path>/terminal-device/logical-channels/channel/config</path></subscription><subscription><datastore>running</datastore><priority>2</priority><id>8</id><path>/telemetry-system/subscriptions/dynamic-subscriptions</path></subscription><subscription><datastore>running</datastore><priority>2</priority><id>7</id><path>/components/component/optical-channel/config</path></subscription><subscription><datastore>running</datastore><priority>3</priority><id>9</id><path>/switched-vlans/vlan/tagged-members/member</path></subscription><subscription><datastore>running</datastore><priority>4</priority><id>10</id><path>/switched-vlans/vlan/untagged-members/member</path></subscription><subscription><datastore>running</datastore><priority>5</priority><id>11</id><path>/interfaces/interface</path></subscription><subscription><datastore>running</datastore><priority>6</priority><id>12</id><path>/bgp-instance/bgp</path></subscription></client><client><name>notifier</name><info>325/5</info><type>inactive</type></client></cdb></internal></confd-state><netconf xmlns="urn:ietf:params:xml:ns:netmod:notification"><streams><stream><name>NETCONF</name><description>default NETCONF event stream</description><replaySupport>false</replaySupport></stream><stream><name>mellanox</name><description>Notifications regarding the transponder</description><replaySupport>true</replaySupport><replayLogCreationTime>2024-06-06T22:51:42.135613+00:00</replayLogCreationTime></stream></streams></netconf><nacm xmlns="urn:ietf:params:xml:ns:yang:ietf-netconf-acm"><enable-nacm>true</enable-nacm><read-default>permit</read-default><write-default>permit</write-default><exec-default>permit</exec-default><enable-external-groups>true</enable-external-groups><denied-operations>0</denied-operations><denied-data-writes>0</denied-data-writes><denied-notifications>0</denied-notifications><groups><group><name>admin</name><user-name>admin</user-name><user-name>private</user-name></group><group><name>oper</name><user-name>oper</user-name><user-name>public</user-name></group><group><name>opt</name><user-name>optical</user-name></group><group><name>pck</name><user-name>packet</user-name></group></groups><rule-list><name>any-group</name><group>*</group><rule><name>get</name><module-name>*</module-name><path>/</path><access-operations>read</access-operations><action>permit</action></rule><rule><name>tailf-aaa-authentication</name><module-name>tailf-aaa</module-name><path>/aaa/authentication/users/user[name='$USER']</path><access-operations>read update</access-operations><action>permit</action></rule><rule><name>tailf-aaa-user</name><module-name>tailf-aaa</module-name><path>/user[name='$USER']</path><access-operations>create read update delete</access-operations><action>permit</action></rule><rule><name>tailf-webui-user</name><module-name>tailf-webui</module-name><path>/webui/data-stores/user-profile[username='$USER']</path><access-operations>create read update delete</access-operations><action>permit</action></rule></rule-list><rule-list><name>packet</name><group>pck</group><rule><name>vlan</name><module-name>vlan</module-name><path>/switched-vlans</path><access-operations>create read update delete</access-operations><action>permit</action></rule><rule><name>terminal-device</name><module-name>*</module-name><path>/terminal-device</path><access-operations>create update delete</access-operations><action>deny</action></rule><rule><name>components</name><module-name>*</module-name><path>/components</path><access-operations>create update delete</access-operations><action>deny</action></rule></rule-list><rule-list><name>optical</name><group>opt</group><rule><name>terminal-device</name><module-name>*</module-name><path>/terminal-device</path><access-operations>create read update delete</access-operations><action>permit</action></rule><rule><name>components</name><module-name>*</module-name><path>/components</path><access-operations>create read update delete</access-operations><action>permit</action></rule><rule><name>vlan</name><module-name>vlan</module-name><path>/switched-vlans</path><access-operations>create update delete</access-operations><action>deny</action></rule></rule-list><rule-list><name>admin</name><group>admin</group><rule><name>any-access</name><action>permit</action></rule></rule-list></nacm><netconf-state xmlns="urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring"><capabilities><capability>urn:ietf:params:netconf:base:1.0</capability><capability>urn:ietf:params:netconf:base:1.1</capability><capability>urn:ietf:params:netconf:capability:writable-running:1.0</capability><capability>urn:ietf:params:netconf:capability:xpath:1.0</capability><capability>urn:ietf:params:netconf:capability:validate:1.0</capability><capability>urn:ietf:params:netconf:capability:validate:1.1</capability><capability>urn:ietf:params:netconf:capability:rollback-on-error:1.0</capability><capability>urn:ietf:params:netconf:capability:notification:1.0</capability><capability>urn:ietf:params:netconf:capability:with-defaults:1.0?basic-mode=explicit&also-supported=report-all-tagged</capability><capability>urn:ietf:params:netconf:capability:yang-library:1.0?revision=2016-06-21&module-set-id=f1285a0c7bf3c6c159ca5c87b160ec60</capability><capability>http://tail-f.com/ns/netconf/extensions</capability><capability>http://openconfig.net/yang/alarms/types?module=openconfig-alarm-types&revision=2018-01-16</capability><capability>http://openconfig.net/yang/bfd?module=openconfig-bfd&revision=2022-06-28</capability><capability>http://openconfig.net/yang/bgp?module=openconfig-bgp&revision=2022-05-21</capability><capability>http://openconfig.net/yang/bgp-types?module=openconfig-bgp-types&revision=2021-08-06</capability><capability>http://openconfig.net/yang/evpn-types?module=openconfig-evpn-types&revision=2021-06-21</capability><capability>http://openconfig.net/yang/interfaces?module=openconfig-interfaces&revision=2021-04-06</capability><capability>http://openconfig.net/yang/interfaces/ethernet?module=openconfig-if-ethernet&revision=2022-04-20</capability><capability>http://openconfig.net/yang/interfaces/ip?module=openconfig-if-ip&revision=2019-01-08</capability><capability>http://openconfig.net/yang/lldp?module=openconfig-lldp&revision=2018-11-21</capability><capability>http://openconfig.net/yang/lldp/types?module=openconfig-lldp-types&revision=2018-11-21</capability><capability>http://openconfig.net/yang/mpls-types?module=openconfig-mpls-types&revision=2021-12-01</capability><capability>http://openconfig.net/yang/network-instance-types?module=openconfig-network-instance-types&revision=2021-07-14</capability><capability>http://openconfig.net/yang/openconfig-types?module=openconfig-types&revision=2019-04-16</capability><capability>http://openconfig.net/yang/ospf-types?module=openconfig-ospf-types&revision=2018-11-21</capability><capability>http://openconfig.net/yang/ospfv2?module=openconfig-ospfv2&revision=2022-02-10</capability><capability>http://openconfig.net/yang/platform?module=openconfig-platform&revision=2018-01-30</capability><capability>http://openconfig.net/yang/platform-types?module=openconfig-platform-types&revision=2021-01-18</capability><capability>http://openconfig.net/yang/platform/port?module=openconfig-platform-port&revision=2021-04-22</capability><capability>http://openconfig.net/yang/platform/transceiver?module=openconfig-platform-transceiver&revision=2021-02-23</capability><capability>http://openconfig.net/yang/policy-types?module=openconfig-policy-types&revision=2022-11-08</capability><capability>http://openconfig.net/yang/protocols?module=openconfig-protocols</capability><capability>http://openconfig.net/yang/rib/bgp?module=openconfig-rib-bgp&revision=2022-06-06</capability><capability>http://openconfig.net/yang/rib/bgp-types?module=openconfig-rib-bgp-types&revision=2019-03-14</capability><capability>http://openconfig.net/yang/routing-policy?module=openconfig-routing-policy&revision=2022-05-24</capability><capability>http://openconfig.net/yang/segment-routing-types?module=openconfig-segment-routing-types&revision=2020-02-04</capability><capability>http://openconfig.net/yang/telemetry?module=openconfig-telemetry&revision=2018-11-21</capability><capability>http://openconfig.net/yang/telemetry-types?module=openconfig-telemetry-types&revision=2018-11-21</capability><capability>http://openconfig.net/yang/terminal-device?module=openconfig-terminal-device&revision=2021-02-23</capability><capability>http://openconfig.net/yang/transport-types?module=openconfig-transport-types&revision=2021-03-22</capability><capability>http://openconfig.net/yang/types/inet?module=openconfig-inet-types&revision=2021-08-17</capability><capability>http://openconfig.net/yang/types/yang?module=openconfig-yang-types&revision=2021-07-14</capability><capability>http://sssup.it/yang/vlan?module=vlan</capability><capability>http://tail-f.com/ns/aaa/1.1?module=tailf-aaa&revision=2015-06-16</capability><capability>http://tail-f.com/ns/kicker?module=tailf-kicker&revision=2017-03-16</capability><capability>http://tail-f.com/yang/acm?module=tailf-acm&revision=2013-03-07</capability><capability>http://tail-f.com/yang/common-monitoring?module=tailf-common-monitoring&revision=2013-06-14</capability><capability>http://tail-f.com/yang/confd-monitoring?module=tailf-confd-monitoring&revision=2013-06-14</capability><capability>http://tail-f.com/yang/netconf-monitoring?module=tailf-netconf-monitoring&revision=2016-11-24</capability><capability>urn:ietf:params:xml:ns:yang:iana-crypt-hash?module=iana-crypt-hash&revision=2014-08-06&features=crypt-hash-sha-512,crypt-hash-sha-256,crypt-hash-md5</capability><capability>urn:ietf:params:xml:ns:yang:ietf-inet-types?module=ietf-inet-types&revision=2013-07-15</capability><capability>urn:ietf:params:xml:ns:yang:ietf-interfaces?module=ietf-interfaces&revision=2014-05-08&features=pre-provisioning,if-mib,arbitrary-names</capability><capability>urn:ietf:params:xml:ns:yang:ietf-netconf-acm?module=ietf-netconf-acm&revision=2012-02-22</capability><capability>urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring?module=ietf-netconf-monitoring&revision=2010-10-04</capability><capability>urn:ietf:params:xml:ns:yang:ietf-" -[2024-06-20 13:26:29,416] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:26:29,416] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: ending -[2024-06-20 13:26:29,434] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: starting -[2024-06-20 13:26:29,434] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:26:29,434] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:29,435] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:29,435] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: found chunk delimiter -[2024-06-20 13:26:29,435] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:29,435] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: not enough data for chunk yet -[2024-06-20 13:26:29,435] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: setting start to 0 -[2024-06-20 13:26:29,435] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: ending -[2024-06-20 13:26:29,435] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: starting -[2024-06-20 13:26:29,435] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:26:29,435] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:29,435] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:29,436] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: found chunk delimiter -[2024-06-20 13:26:29,436] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:29,436] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: not enough data for chunk yet -[2024-06-20 13:26:29,436] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: setting start to 0 -[2024-06-20 13:26:29,436] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: ending -[2024-06-20 13:26:29,436] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: starting -[2024-06-20 13:26:29,436] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: working with buffer of 12288 bytes -[2024-06-20 13:26:29,436] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:29,436] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:29,437] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: found chunk delimiter -[2024-06-20 13:26:29,437] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:29,437] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: not enough data for chunk yet -[2024-06-20 13:26:29,437] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: setting start to 0 -[2024-06-20 13:26:29,437] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: ending -[2024-06-20 13:26:29,437] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: starting -[2024-06-20 13:26:29,437] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: working with buffer of 16384 bytes -[2024-06-20 13:26:29,437] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:29,437] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:29,437] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: found chunk delimiter -[2024-06-20 13:26:29,437] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: chunk size 16376 bytes -[2024-06-20 13:26:29,438] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: appending 16376 bytes -[2024-06-20 13:26:29,438] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: fragment = "netconf-notifications?module=ietf-netconf-notifications&revision=2012-02-06</capability><capability>urn:ietf:params:xml:ns:yang:ietf-yang-library?module=ietf-yang-library&revision=2016-06-21</capability><capability>urn:ietf:params:xml:ns:yang:ietf-yang-types?module=ietf-yang-types&revision=2013-07-15</capability><capability>urn:ietf:params:xml:ns:netconf:base:1.0?module=ietf-netconf&revision=2011-06-01</capability><capability>urn:ietf:params:xml:ns:yang:ietf-netconf-with-defaults?module=ietf-netconf-with-defaults&revision=2011-06-01</capability></capabilities><datastores><datastore><name>running</name><transaction-id xmlns="http://tail-f.com/yang/netconf-monitoring">1717-750545-631285</transaction-id></datastore></datastores><schemas><schema><identifier>iana-crypt-hash</identifier><version>2014-08-06</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:iana-crypt-hash</namespace><location>NETCONF</location></schema><schema><identifier>ietf-inet-types</identifier><version>2013-07-15</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-inet-types</namespace><location>NETCONF</location></schema><schema><identifier>ietf-interfaces</identifier><version>2014-05-08</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-interfaces</namespace><location>NETCONF</location></schema><schema><identifier>ietf-netconf</identifier><version>2011-06-01</version><format>yang</format><namespace>urn:ietf:params:xml:ns:netconf:base:1.0</namespace><location>NETCONF</location></schema><schema><identifier>ietf-netconf-acm</identifier><version>2012-02-22</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-acm</namespace><location>NETCONF</location></schema><schema><identifier>ietf-netconf-monitoring</identifier><version>2010-10-04</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring</namespace><location>NETCONF</location></schema><schema><identifier>ietf-netconf-notifications</identifier><version>2012-02-06</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-notifications</namespace><location>NETCONF</location></schema><schema><identifier>ietf-netconf-with-defaults</identifier><version>2011-06-01</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-with-defaults</namespace><location>NETCONF</location></schema><schema><identifier>ietf-yang-library</identifier><version>2016-06-21</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-library</namespace><location>NETCONF</location></schema><schema><identifier>ietf-yang-types</identifier><version>2013-07-15</version><format>yang</format><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-alarm-types</identifier><version>2018-01-16</version><format>yang</format><namespace>http://openconfig.net/yang/alarms/types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bfd</identifier><version>2022-06-28</version><format>yang</format><namespace>http://openconfig.net/yang/bfd</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bgp</identifier><version>2022-05-21</version><format>yang</format><namespace>http://openconfig.net/yang/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bgp-common</identifier><version>2022-05-21</version><format>yang</format><namespace>http://openconfig.net/yang/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bgp-common-multiprotocol</identifier><version>2022-05-21</version><format>yang</format><namespace>http://openconfig.net/yang/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bgp-common-structure</identifier><version>2022-05-21</version><format>yang</format><namespace>http://openconfig.net/yang/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bgp-errors</identifier><version>2021-08-06</version><format>yang</format><namespace>http://openconfig.net/yang/bgp-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bgp-global</identifier><version>2022-05-21</version><format>yang</format><namespace>http://openconfig.net/yang/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bgp-neighbor</identifier><version>2022-05-21</version><format>yang</format><namespace>http://openconfig.net/yang/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bgp-peer-group</identifier><version>2022-05-21</version><format>yang</format><namespace>http://openconfig.net/yang/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-bgp-types</identifier><version>2021-08-06</version><format>yang</format><namespace>http://openconfig.net/yang/bgp-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-evpn-types</identifier><version>2021-06-21</version><format>yang</format><namespace>http://openconfig.net/yang/evpn-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-if-ethernet</identifier><version>2022-04-20</version><format>yang</format><namespace>http://openconfig.net/yang/interfaces/ethernet</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-if-ip</identifier><version>2019-01-08</version><format>yang</format><namespace>http://openconfig.net/yang/interfaces/ip</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-inet-types</identifier><version>2021-08-17</version><format>yang</format><namespace>http://openconfig.net/yang/types/inet</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-interfaces</identifier><version>2021-04-06</version><format>yang</format><namespace>http://openconfig.net/yang/interfaces</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-lldp</identifier><version>2018-11-21</version><format>yang</format><namespace>http://openconfig.net/yang/lldp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-lldp-types</identifier><version>2018-11-21</version><format>yang</format><namespace>http://openconfig.net/yang/lldp/types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-mpls-types</identifier><version>2021-12-01</version><format>yang</format><namespace>http://openconfig.net/yang/mpls-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-network-instance-types</identifier><version>2021-07-14</version><format>yang</format><namespace>http://openconfig.net/yang/network-instance-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-ospf-types</identifier><version>2018-11-21</version><format>yang</format><namespace>http://openconfig.net/yang/ospf-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-ospfv2</identifier><version>2022-02-10</version><format>yang</format><namespace>http://openconfig.net/yang/ospfv2</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-ospfv2-area</identifier><version>2022-02-10</version><format>yang</format><namespace>http://openconfig.net/yang/ospfv2</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-ospfv2-area-interface</identifier><version>2022-02-10</version><format>yang</format><namespace>http://openconfig.net/yang/ospfv2</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-ospfv2-common</identifier><version>2022-02-10</version><format>yang</format><namespace>http://openconfig.net/yang/ospfv2</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-ospfv2-global</identifier><version>2022-02-10</version><format>yang</format><namespace>http://openconfig.net/yang/ospfv2</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-ospfv2-lsdb</identifier><version>2022-02-10</version><format>yang</format><namespace>http://openconfig.net/yang/ospfv2</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-platform</identifier><version>2018-01-30</version><format>yang</format><namespace>http://openconfig.net/yang/platform</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-platform-port</identifier><version>2021-04-22</version><format>yang</format><namespace>http://openconfig.net/yang/platform/port</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-platform-transceiver</identifier><version>2021-02-23</version><format>yang</format><namespace>http://openconfig.net/yang/platform/transceiver</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-platform-types</identifier><version>2021-01-18</version><format>yang</format><namespace>http://openconfig.net/yang/platform-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-policy-types</identifier><version>2022-11-08</version><format>yang</format><namespace>http://openconfig.net/yang/policy-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-protocols</identifier><version></version><format>yang</format><namespace>http://openconfig.net/yang/protocols</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-rib-bgp</identifier><version>2022-06-06</version><format>yang</format><namespace>http://openconfig.net/yang/rib/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-rib-bgp-attributes</identifier><version>2022-06-06</version><format>yang</format><namespace>http://openconfig.net/yang/rib/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-rib-bgp-shared-attributes</identifier><version>2022-06-06</version><format>yang</format><namespace>http://openconfig.net/yang/rib/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-rib-bgp-table-attributes</identifier><version>2022-06-06</version><format>yang</format><namespace>http://openconfig.net/yang/rib/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-rib-bgp-tables</identifier><version>2022-06-06</version><format>yang</format><namespace>http://openconfig.net/yang/rib/bgp</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-rib-bgp-types</identifier><version>2019-03-14</version><format>yang</format><namespace>http://openconfig.net/yang/rib/bgp-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-routing-policy</identifier><version>2022-05-24</version><format>yang</format><namespace>http://openconfig.net/yang/routing-policy</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-segment-routing-types</identifier><version>2020-02-04</version><format>yang</format><namespace>http://openconfig.net/yang/segment-routing-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-telemetry</identifier><version>2018-11-21</version><format>yang</format><namespace>http://openconfig.net/yang/telemetry</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-telemetry-types</identifier><version>2018-11-21</version><format>yang</format><namespace>http://openconfig.net/yang/telemetry-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-terminal-device</identifier><version>2021-02-23</version><format>yang</format><namespace>http://openconfig.net/yang/terminal-device</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-transport-types</identifier><version>2021-03-22</version><format>yang</format><namespace>http://openconfig.net/yang/transport-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-types</identifier><version>2019-04-16</version><format>yang</format><namespace>http://openconfig.net/yang/openconfig-types</namespace><location>NETCONF</location></schema><schema><identifier>openconfig-yang-types</identifier><version>2021-07-14</version><format>yang</format><namespace>http://openconfig.net/yang/types/yang</namespace><location>NETCONF</location></schema><schema><identifier>tailf-aaa</identifier><version>2015-06-16</version><format>yang</format><namespace>http://tail-f.com/ns/aaa/1.1</namespace><location>NETCONF</location></schema><schema><identifier>tailf-acm</identifier><version>2013-03-07</version><format>yang</format><namespace>http://tail-f.com/yang/acm</namespace><location>NETCONF</location></schema><schema><identifier>tailf-common-monitoring</identifier><version>2013-06-14</version><format>yang</format><namespace>http://tail-f.com/yang/common-monitoring</namespace><location>NETCONF</location></schema><schema><identifier>tailf-confd-monitoring</identifier><version>2013-06-14</version><format>yang</format><namespace>http://tail-f.com/yang/confd-monitoring</namespace><location>NETCONF</location></schema><schema><identifier>tailf-kicker</identifier><version>2017-03-16</version><format>yang</format><namespace>http://tail-f.com/ns/kicker</namespace><location>NETCONF</location></schema><schema><identifier>tailf-netconf-monitoring</identifier><version>2016-11-24</version><format>yang</format><namespace>http://tail-f.com/yang/netconf-monitoring</namespace><location>NETCONF</location></schema><schema><identifier>vlan</identifier><version></version><format>yang</format><namespace>http://sssup.it/yang/vlan</namespace><location>NETCONF</location></schema></schemas><sessions><session><session-id>29</session-id><transport>netconf-ssh</transport><username>admin</username><source-host>10.30.2.206</source-host><login-time>2024-06-06T23:11:47+00:00</login-time><in-rpcs>2</in-rpcs><in-bad-rpcs>0</in-bad-rpcs><out-rpc-errors>0</out-rpc-errors><out-notifications>0</out-notifications></session><session><session-id>30</session-id><transport>netconf-ssh</transport><username>admin</username><source-host>10.30.2.206</source-host><login-time>2024-06-06T23:11:57+00:00</login-time><in-rpcs>4</in-rpcs><in-bad-rpcs>0</in-bad-rpcs><out-rpc-errors>0</out-rpc-errors><out-notifications>0</out-notifications></session><session><session-id>31</session-id><transport>netconf-ssh</transport><username>admin</username><source-host>10.30.2.206</source-host><login-time>2024-06-06T23:12:08+00:00</login-time><in-rpcs>2</in-rpcs><in-bad-rpcs>0</in-bad-rpcs><out-rpc-errors>0</out-rpc-errors><out-notifications>0</out-notifications></session><session><session-id>32</session-id><transport>netconf-ssh</transport><username>admin</username><source-host>10.30.2.208</source-host><login-time>2024-06-20T13:24:11+00:00</login-time><in-rpcs>4</in-rpcs><in-bad-rpcs>0</in-bad-rpcs><out-rpc-errors>0</out-rpc-errors><out-notifications>0</out-notifications></session><session><session-id>33</session-id><transport>netconf-ssh</transport><username>admin</username><source-host>10.30.2.208</source-host><login-time>2024-06-20T13:24:16+00:00</login-time><in-rpcs>2</in-rpcs><in-bad-rpcs>0</in-bad-rpcs><out-rpc-errors>0</out-rpc-errors><out-notifications>0</out-notifications></session><session><session-id>34</session-id><transport>netconf-ssh</transport><username>admin</username><source-host>10.30.2.208</source-host><login-time>2024-06-20T13:24:22+00:00</login-time><in-rpcs>2</in-rpcs><in-bad-rpcs>0</in-bad-rpcs><out-rpc-errors>0</out-rpc-errors><out-notifications>0</out-notifications></session></sessions><statistics><netconf-start-time>2024-06-06T22:51:41+00:00</netconf-start-time><in-bad-hellos>0</in-bad-hellos><in-sessions>6</in-sessions><dropped-sessions>0</dropped-sessions><in-rpcs>16</in-rpcs><in-bad-rpcs>0</in-bad-rpcs><out-rpc-errors>0</out-rpc-errors><out-notifications>0</out-notifications></statistics><streams xmlns="http://tail-f.com/yang/netconf-monitoring"><stream><name>NETCONF</name><description>default NETCONF event stream</description><replay-support>false</replay-support></stream><stream><name>mellanox</name><description>Notifications regarding the transponder</description><replay-support>true</replay-support><replay-log-creation-time>2024-06-06T22:51:42.135613+00:00</replay-log-creation-time></stream></streams></netconf-state><modules-state " -[2024-06-20 13:26:29,438] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: saving back rest of message after 16384 bytes, original size 16384 -[2024-06-20 13:26:29,438] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: ending -[2024-06-20 13:26:29,442] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: starting -[2024-06-20 13:26:29,443] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: working with buffer of 4096 bytes -[2024-06-20 13:26:29,443] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:29,443] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:29,443] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: found chunk delimiter -[2024-06-20 13:26:29,443] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: chunk size 10847 bytes -[2024-06-20 13:26:29,443] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: not enough data for chunk yet -[2024-06-20 13:26:29,443] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: setting start to 0 -[2024-06-20 13:26:29,443] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: ending -[2024-06-20 13:26:29,443] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: starting -[2024-06-20 13:26:29,443] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: working with buffer of 8192 bytes -[2024-06-20 13:26:29,443] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:29,444] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:29,444] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: found chunk delimiter -[2024-06-20 13:26:29,444] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: chunk size 10847 bytes -[2024-06-20 13:26:29,444] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: not enough data for chunk yet -[2024-06-20 13:26:29,444] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: setting start to 0 -[2024-06-20 13:26:29,444] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: ending -[2024-06-20 13:26:29,444] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: starting -[2024-06-20 13:26:29,444] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: working with buffer of 10859 bytes -[2024-06-20 13:26:29,444] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: matching from 0 bytes from start of buffer -[2024-06-20 13:26:29,444] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: regular expression start=0, end=8 -[2024-06-20 13:26:29,445] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: found chunk delimiter -[2024-06-20 13:26:29,445] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: chunk size 10847 bytes -[2024-06-20 13:26:29,445] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: appending 10847 bytes -[2024-06-20 13:26:29,445] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: fragment = "xmlns="urn:ietf:params:xml:ns:yang:ietf-yang-library"><module-set-id>f1285a0c7bf3c6c159ca5c87b160ec60</module-set-id><module><name>iana-crypt-hash</name><revision>2014-08-06</revision><namespace>urn:ietf:params:xml:ns:yang:iana-crypt-hash</namespace><feature>crypt-hash-sha-512</feature><feature>crypt-hash-sha-256</feature><feature>crypt-hash-md5</feature><conformance-type>import</conformance-type></module><module><name>ietf-inet-types</name><revision>2013-07-15</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-inet-types</namespace><conformance-type>import</conformance-type></module><module><name>ietf-interfaces</name><revision>2014-05-08</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-interfaces</namespace><feature>pre-provisioning</feature><feature>if-mib</feature><feature>arbitrary-names</feature><conformance-type>implement</conformance-type></module><module><name>ietf-netconf</name><revision>2011-06-01</revision><namespace>urn:ietf:params:xml:ns:netconf:base:1.0</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-netconf-acm</name><revision>2012-02-22</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-acm</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-netconf-monitoring</name><revision>2010-10-04</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-netconf-notifications</name><revision>2012-02-06</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-notifications</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-netconf-with-defaults</name><revision>2011-06-01</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-netconf-with-defaults</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-yang-library</name><revision>2016-06-21</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-library</namespace><conformance-type>implement</conformance-type></module><module><name>ietf-yang-types</name><revision>2013-07-15</revision><namespace>urn:ietf:params:xml:ns:yang:ietf-yang-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-alarm-types</name><revision>2018-01-16</revision><namespace>http://openconfig.net/yang/alarms/types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-bfd</name><revision>2022-06-28</revision><namespace>http://openconfig.net/yang/bfd</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-bgp</name><revision>2022-05-21</revision><namespace>http://openconfig.net/yang/bgp</namespace><conformance-type>implement</conformance-type><submodule><name>openconfig-bgp-common</name><revision>2022-05-21</revision></submodule><submodule><name>openconfig-bgp-common-structure</name><revision>2022-05-21</revision></submodule><submodule><name>openconfig-bgp-global</name><revision>2022-05-21</revision></submodule><submodule><name>openconfig-bgp-neighbor</name><revision>2022-05-21</revision></submodule><submodule><name>openconfig-bgp-peer-group</name><revision>2022-05-21</revision></submodule><submodule><name>openconfig-bgp-common-multiprotocol</name><revision>2022-05-21</revision></submodule></module><module><name>openconfig-bgp-types</name><revision>2021-08-06</revision><namespace>http://openconfig.net/yang/bgp-types</namespace><conformance-type>import</conformance-type><submodule><name>openconfig-bgp-errors</name><revision>2021-08-06</revision></submodule></module><module><name>openconfig-evpn-types</name><revision>2021-06-21</revision><namespace>http://openconfig.net/yang/evpn-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-if-ethernet</name><revision>2022-04-20</revision><namespace>http://openconfig.net/yang/interfaces/ethernet</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-if-ip</name><revision>2019-01-08</revision><namespace>http://openconfig.net/yang/interfaces/ip</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-inet-types</name><revision>2021-08-17</revision><namespace>http://openconfig.net/yang/types/inet</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-interfaces</name><revision>2021-04-06</revision><namespace>http://openconfig.net/yang/interfaces</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-lldp</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/lldp</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-lldp-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/lldp/types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-mpls-types</name><revision>2021-12-01</revision><namespace>http://openconfig.net/yang/mpls-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-ospf-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/ospf-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-ospfv2</name><revision>2022-02-10</revision><namespace>http://openconfig.net/yang/ospfv2</namespace><conformance-type>import</conformance-type><submodule><name>openconfig-ospfv2-area</name><revision>2022-02-10</revision></submodule><submodule><name>openconfig-ospfv2-common</name><revision>2022-02-10</revision></submodule><submodule><name>openconfig-ospfv2-global</name><revision>2022-02-10</revision></submodule><submodule><name>openconfig-ospfv2-lsdb</name><revision>2022-02-10</revision></submodule><submodule><name>openconfig-ospfv2-area-interface</name><revision>2022-02-10</revision></submodule></module><module><name>openconfig-platform</name><revision>2018-01-30</revision><namespace>http://openconfig.net/yang/platform</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-platform-port</name><revision>2021-04-22</revision><namespace>http://openconfig.net/yang/platform/port</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-platform-transceiver</name><revision>2021-02-23</revision><namespace>http://openconfig.net/yang/platform/transceiver</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-platform-types</name><revision>2021-01-18</revision><namespace>http://openconfig.net/yang/platform-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-policy-types</name><revision>2022-11-08</revision><namespace>http://openconfig.net/yang/policy-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-protocols</name><revision></revision><namespace>http://openconfig.net/yang/protocols</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-rib-bgp</name><revision>2022-06-06</revision><namespace>http://openconfig.net/yang/rib/bgp</namespace><conformance-type>import</conformance-type><submodule><name>openconfig-rib-bgp-attributes</name><revision>2022-06-06</revision></submodule><submodule><name>openconfig-rib-bgp-tables</name><revision>2022-06-06</revision></submodule><submodule><name>openconfig-rib-bgp-table-attributes</name><revision>2022-06-06</revision></submodule><submodule><name>openconfig-rib-bgp-shared-attributes</name><revision>2022-06-06</revision></submodule></module><module><name>openconfig-rib-bgp-types</name><revision>2019-03-14</revision><namespace>http://openconfig.net/yang/rib/bgp-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-routing-policy</name><revision>2022-05-24</revision><namespace>http://openconfig.net/yang/routing-policy</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-telemetry</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/telemetry</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-telemetry-types</name><revision>2018-11-21</revision><namespace>http://openconfig.net/yang/telemetry-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-terminal-device</name><revision>2021-02-23</revision><namespace>http://openconfig.net/yang/terminal-device</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-transport-types</name><revision>2021-03-22</revision><namespace>http://openconfig.net/yang/transport-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-types</name><revision>2019-04-16</revision><namespace>http://openconfig.net/yang/openconfig-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-yang-types</name><revision>2021-07-14</revision><namespace>http://openconfig.net/yang/types/yang</namespace><conformance-type>import</conformance-type></module><module><name>tailf-aaa</name><revision>2015-06-16</revision><namespace>http://tail-f.com/ns/aaa/1.1</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-acm</name><revision>2013-03-07</revision><namespace>http://tail-f.com/yang/acm</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-common-monitoring</name><revision>2013-06-14</revision><namespace>http://tail-f.com/yang/common-monitoring</namespace><conformance-type>import</conformance-type></module><module><name>tailf-confd-monitoring</name><revision>2013-06-14</revision><namespace>http://tail-f.com/yang/confd-monitoring</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-kicker</name><revision>2017-03-16</revision><namespace>http://tail-f.com/ns/kicker</namespace><conformance-type>implement</conformance-type></module><module><name>tailf-netconf-monitoring</name><revision>2016-11-24</revision><namespace>http://tail-f.com/yang/netconf-monitoring</namespace><conformance-type>implement</conformance-type></module><module><name>vlan</name><revision></revision><namespace>http://sssup.it/yang/vlan</namespace><conformance-type>implement</conformance-type></module><module><name>openconfig-segment-routing-types</name><revision>2020-02-04</revision><namespace>http://openconfig.net/yang/segment-routing-types</namespace><conformance-type>import</conformance-type></module><module><name>openconfig-network-instance-types</name><revision>2021-07-14</revision><namespace>http://openconfig.net/yang/network-instance-types</namespace><conformance-type>import</conformance-type></module></modules-state></data></rpc-reply>" -[2024-06-20 13:26:29,445] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: matching from 10855 bytes from start of buffer -[2024-06-20 13:26:29,445] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: regular expression start=0, end=4 -[2024-06-20 13:26:29,445] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: found end of message delimiter -[2024-06-20 13:26:29,446] DEBUG:ncclient.operations.rpc:[host 172.17.254.42 session-id 32] Delivering to <ncclient.operations.retrieve.Get object at 0x7fa7485d77c0> -[2024-06-20 13:26:29,446] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: saving back rest of message after 10859 bytes, original size 10859 -[2024-06-20 13:26:29,447] DEBUG:ncclient.transport.parser:[host 172.17.254.42 session-id 32] _parse11: ending -[2024-06-20 13:26:29,454] INFO:root:resource_key frequency and channgel_name {'index': 'channel-1'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:26:29,455] INFO:root:dic {'frequency': '192056250'} -[2024-06-20 13:26:29,456] INFO:root:resource_key target-output-power and channgel_name {'index': 'channel-1'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:26:29,457] INFO:root:dic {'frequency': '192056250', 'target-output-power': '1.0'} -[2024-06-20 13:26:29,457] INFO:root:resource_key operational-mode and channgel_name {'index': 'channel-1'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:26:29,458] INFO:root:dic {'frequency': '192056250', 'target-output-power': '1.0', 'operational-mode': '8'} -[2024-06-20 13:26:29,459] INFO:root:resource_key line-port and channgel_name {'index': 'channel-1'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:26:29,460] INFO:root:dic {'frequency': '192056250', 'target-output-power': '1.0', 'operational-mode': '8', 'line-port': 'transceiver-1'} -[2024-06-20 13:26:29,461] INFO:root:resource_key frequency and channgel_name {'index': 'channel-2'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:26:29,462] INFO:root:dic {'frequency': '191600000'} -[2024-06-20 13:26:29,462] INFO:root:resource_key target-output-power and channgel_name {'index': 'channel-2'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:26:29,463] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0'} -[2024-06-20 13:26:29,464] INFO:root:resource_key operational-mode and channgel_name {'index': 'channel-2'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:26:29,465] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0'} -[2024-06-20 13:26:29,465] INFO:root:resource_key line-port and channgel_name {'index': 'channel-2'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:26:29,466] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-2'} -[2024-06-20 13:26:29,467] INFO:root:resource_key frequency and channgel_name {'index': 'channel-3'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:26:29,468] INFO:root:dic {'frequency': '191600000'} -[2024-06-20 13:26:29,468] INFO:root:resource_key target-output-power and channgel_name {'index': 'channel-3'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:26:29,469] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0'} -[2024-06-20 13:26:29,470] INFO:root:resource_key operational-mode and channgel_name {'index': 'channel-3'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:26:29,471] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0'} -[2024-06-20 13:26:29,471] INFO:root:resource_key line-port and channgel_name {'index': 'channel-3'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:26:29,473] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-3'} -[2024-06-20 13:26:29,473] INFO:root:resource_key frequency and channgel_name {'index': 'channel-4'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:26:29,474] INFO:root:dic {'frequency': '191600000'} -[2024-06-20 13:26:29,475] INFO:root:resource_key target-output-power and channgel_name {'index': 'channel-4'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:26:29,476] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0'} -[2024-06-20 13:26:29,476] INFO:root:resource_key operational-mode and channgel_name {'index': 'channel-4'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:26:29,478] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0'} -[2024-06-20 13:26:29,478] INFO:root:resource_key line-port and channgel_name {'index': 'channel-4'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-06-20 13:26:29,479] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-4'} -[2024-06-20 13:26:29,481] INFO:root:parameters {'channels': [{'frequency': '192056250', 'target-output-power': '1.0', 'operational-mode': '8', 'line-port': 'transceiver-1', 'name': {'index': 'channel-1'}}, {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-2', 'name': {'index': 'channel-2'}}, {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-3', 'name': {'index': 'channel-3'}}, {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-4', 'name': {'index': 'channel-4'}}], 'transceivers': {'transceiver': ['transceiver-1', 'transceiver-2', 'transceiver-3', 'transceiver-4']}, 'channel_namespace': 'http://openconfig.net/yang/terminal-device', 'endpoints': [{'endpoint_uuid': {'uuid': {'index': 'channel-1'}}}, {'endpoint_uuid': {'uuid': {'index': 'channel-2'}}}, {'endpoint_uuid': {'uuid': {'index': 'channel-3'}}}, {'endpoint_uuid': {'uuid': {'index': 'channel-4'}}}], 'ports': [('/endpoints/endpoint[1]', {'uuid': '1', 'type': 'port-1'}), ('/endpoints/endpoint[2]', {'uuid': '2', 'type': 'port-2'}), ('/endpoints/endpoint[3]', {'uuid': '3', 'type': 'port-3'}), ('/endpoints/endpoint[4]', {'uuid': '4', 'type': 'port-4'})]} -[2024-06-20 13:26:29,481] DEBUG:context.client.ContextClient:SetOpticalConfig request: {"config": "{\"channels\": [{\"frequency\": \"192056250\", \"target-output-power\": \"1.0\", \"operational-mode\": \"8\", \"line-port\": \"transceiver-1\", \"name\": {\"index\": \"channel-1\"}}, {\"frequency\": \"191600000\", \"target-output-power\": \"100.0\", \"operational-mode\": \"0\", \"line-port\": \"transceiver-2\", \"name\": {\"index\": \"channel-2\"}}, {\"frequency\": \"191600000\", \"target-output-power\": \"100.0\", \"operational-mode\": \"0\", \"line-port\": \"transceiver-3\", \"name\": {\"index\": \"channel-3\"}}, {\"frequency\": \"191600000\", \"target-output-power\": \"100.0\", \"operational-mode\": \"0\", \"line-port\": \"transceiver-4\", \"name\": {\"index\": \"channel-4\"}}], \"transceivers\": {\"transceiver\": [\"transceiver-1\", \"transceiver-2\", \"transceiver-3\", \"transceiver-4\"]}, \"channel_namespace\": \"http://openconfig.net/yang/terminal-device\", \"endpoints\": [{\"endpoint_uuid\": {\"uuid\": {\"index\": \"channel-1\"}}}, {\"endpoint_uuid\": {\"uuid\": {\"index\": \"channel-2\"}}}, {\"endpoint_uuid\": {\"uuid\": {\"index\": \"channel-3\"}}}, {\"endpoint_uuid\": {\"uuid\": {\"index\": \"channel-4\"}}}], \"ports\": [[\"/endpoints/endpoint[1]\", {\"uuid\": \"1\", \"type\": \"port-1\"}], [\"/endpoints/endpoint[2]\", {\"uuid\": \"2\", \"type\": \"port-2\"}], [\"/endpoints/endpoint[3]\", {\"uuid\": \"3\", \"type\": \"port-3\"}], [\"/endpoints/endpoint[4]\", {\"uuid\": \"4\", \"type\": \"port-4\"}]]}", "device_id": {"device_uuid": {"uuid": "87d74166-65e3-595e-b643-122b4fd0303f"}}} -[2024-06-20 13:26:29,504] DEBUG:context.client.ContextClient:SetOpticalConfig result: {"opticalconfig_uuid": ""} -[2024-06-20 13:26:29,505] DEBUG:device.service.OpenConfigServicer:ConfigureOpticalDevice reply: {} diff --git a/bands.json b/bands.json deleted file mode 100644 index 59851eb21cbd17f41db74231593cf1e9e09d17a3..0000000000000000000000000000000000000000 --- a/bands.json +++ /dev/null @@ -1,62 +0,0 @@ -{ - "1": { - "optical_band_id": 1, - "bidir": 0, - "src": "R1", - "dst": "R2", - "flows": { - "R1": { - "f": { - "in": "0", - "out": "101" - }, - "b": {} - }, - "R2": { - "f": { - "in": "111", - "out": "0" - }, - "b": {} - } - }, - "band_type": "c_slots", - "fiber_forward": {}, - "fiber_backward": {}, - "op-mode": 0, - "n_slots": 16, - "links": [ - "R1-R2" - ], - "path": [ - "R1", - "R2" - ], - "band": 200000, - "freq": 192106250, - "is_active": false, - "src_port": "101", - "dst_port": "111", - "rev_dst_port": "111", - "rev_src_port": "101", - "c_slots": { - "1": 1, - "2": 1, - "3": 1, - "4": 1, - "5": 1, - "6": 1, - "7": 1, - "8": 1, - "9": 1, - "10": 1, - "11": 1, - "12": 1, - "13": 1, - "14": 1, - "15": 1, - "16": 1 - }, - "served_lightpaths": [] - } -} \ No newline at end of file diff --git a/config.lo b/config.lo deleted file mode 100644 index f35fe4763ffa0233959525adae65a37f75f22865..0000000000000000000000000000000000000000 --- a/config.lo +++ /dev/null @@ -1 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?><data xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0"><interfaces xmlns="http://openconfig.net/yang/interfaces"><interface><name>eth0</name><config><name>eth0</name><enabled>true</enabled></config><ipv4 xmlns="http://openconfig.net/yang/interfaces/ip"><addresses><address><ip>192.168.1.1</ip><config><ip>192.168.1.1</ip><prefix-length>24</prefix-length></config></address></addresses></ipv4></interface></interfaces><components xmlns="http://openconfig.net/yang/platform"><component><name>channel-1</name><config><name>channel-1</name></config><state><name>channel-1</name><type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:OPTICAL_CHANNEL</type></state><optical-channel xmlns="http://openconfig.net/yang/terminal-device"><config><frequency>191600000</frequency><target-output-power>100.0</target-output-power><operational-mode>0</operational-mode><line-port>transceiver-1</line-port></config><state><frequency>191600000</frequency><target-output-power>0.0</target-output-power><operational-mode>0</operational-mode><line-port>transceiver-1</line-port><group-id>1</group-id><output-power><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></output-power><input-power><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></input-power><laser-bias-current><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></laser-bias-current><chromatic-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></chromatic-dispersion><polarization-mode-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></polarization-mode-dispersion><second-order-polarization-mode-dispersion><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max></second-order-polarization-mode-dispersion><polarization-dependent-loss><instant>0.0</instant><avg>0.0</avg><min>0.0</min><max>0.0</max><interval>0</interval></polarization-dependent-loss></state></optical-channel></component><component><name>device</name><config><name>device</name></config><state><name>MellanoxSwitch</name><type xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:OPERATING_SYSTEM</type><mfg-name>SSSA-CNIT</mfg-name><hardware-version>1.0.0</hardware-version><firmware-version>1.0.0</firmware-version><software-version>1.0.0</software-version><serial-no>610610</serial-no></state></component><component><name>port-1</name><config><name>port-1</name></config><state><name>port-1</name><type xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:PORT</type></state><properties><property><name>odtn-port-type</name><config><name>odtn-port-type</name><value>line</value></config><state><name>odtn-port-type</name><value>line</value></state></property><property><name>onos-index</name><config><name>onos-index</name><value>4</value></config><state><name>onos-index</name><value>4</value></state></property></properties><subcomponents><subcomponent><name>channel-1</name><config><name>channel-1</name></config><state><name>channel-1</name></state></subcomponent></subcomponents></component><component><name>transceiver-1</name><config><name>transceiver-1</name></config><state><name>transceiver-1</name><type xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:TRANSCEIVER</type></state><transceiver xmlns="http://openconfig.net/yang/platform/transceiver"><config><enabled>true</enabled><form-factor-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:QSFP56_DD_TYPE1</form-factor-preconf><ethernet-pmd-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:ETH_400GBASE_ZR</ethernet-pmd-preconf><fec-mode xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:FEC_AUTO</fec-mode><module-functional-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:TYPE_DIGITAL_COHERENT_OPTIC</module-functional-type></config><state><enabled>true</enabled><form-factor-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:QSFP56_DD_TYPE1</form-factor-preconf><ethernet-pmd-preconf xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:ETH_400GBASE_ZR</ethernet-pmd-preconf><fec-mode xmlns:oc-platform-types="http://openconfig.net/yang/platform-types">oc-platform-types:FEC_AUTO</fec-mode><module-functional-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:TYPE_DIGITAL_COHERENT_OPTIC</module-functional-type><vendor>Cisco</vendor><vendor-part>400zr-QSFP-DD</vendor-part><vendor-rev>01</vendor-rev><serial-no>1567321</serial-no></state><physical-channels><channel><index>1</index><config><index>1</index><associated-optical-channel>channel-1</associated-optical-channel></config></channel></physical-channels></transceiver></component></components><bgp-instance xmlns="http://openconfig.net/yang/protocols"><bgp><neighbors><neighbor><neighbor-address>192.168.1.1</neighbor-address><config><neighbor-address>192.168.1.1</neighbor-address><neighbor-port>88</neighbor-port><enabled>true</enabled><peer-as>65432</peer-as></config></neighbor></neighbors></bgp></bgp-instance><terminal-device xmlns="http://openconfig.net/yang/terminal-device"><logical-channels><channel><index>1</index><config><index>1</index><description>Logical channel 1</description><admin-state>DISABLED</admin-state><logical-channel-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:PROT_OTN</logical-channel-type><loopback-mode>NONE</loopback-mode></config><state><index>1</index><description>Logical channel 1</description><admin-state>DISABLED</admin-state><logical-channel-type xmlns:oc-opt-types="http://openconfig.net/yang/transport-types">oc-opt-types:PROT_OTN</logical-channel-type><loopback-mode>NONE</loopback-mode><link-state>UP</link-state></state><ingress><config><transceiver>transceiver-1</transceiver></config><state><transceiver>transceiver-1</transceiver></state></ingress><logical-channel-assignments><assignment><index>1</index><config><index>1</index><description>Optical channel assigned 100</description><assignment-type>OPTICAL_CHANNEL</assignment-type><optical-channel>channel-1</optical-channel><allocation>100.0</allocation></config><state><index>1</index><description>Optical channel assigned 100</description><assignment-type>OPTICAL_CHANNEL</assignment-type><optical-channel>channel-1</optical-channel><allocation>100.0</allocation></state></assignment></logical-channel-assignments></channel></logical-channels><operational-modes><mode><mode-id>1</mode-id><state><mode-id>1</mode-id><description>FEC1</description><vendor-id>Ericsson</vendor-id></state></mode><mode><mode-id>2</mode-id><state><mode-id>2</mode-id><description>FEC2</description><vendor-id>Ericsson</vendor-id></state></mode></operational-modes></terminal-device><aaa xmlns="http://tail-f.com/ns/aaa/1.1"><authentication><users><user><name>admin</name><uid>9000</uid><gid>100</gid><password>$1$HWfCFyTg$TOxt04aLi5ONWrSB8X94U.</password><ssh_keydir>/var/confd/homes/admin/.ssh</ssh_keydir><homedir>/var/confd/homes/admin</homedir></user><user><name>oper</name><uid>9003</uid><gid>103</gid><password>$1$D8R6MYXb$ah52S1b/zOYSlbVU9MS/21</password><ssh_keydir>/var/confd/homes/oper/.ssh</ssh_keydir><homedir>/var/confd/homes/oper</homedir></user><user><name>optical</name><uid>9001</uid><gid>101</gid><password>$1$qJM5YOJZ$Y1ECCKsRIgMFJBk.hrjkv1</password><ssh_keydir>/var/confd/homes/optical/.ssh</ssh_keydir><homedir>/var/confd/homes/optical</homedir></user><user><name>packet</name><uid>9002</uid><gid>102</gid><password>$1$Fmz.hLNd$8yG5nYZhSPNPjinrCWId8.</password><ssh_keydir>/var/confd/homes/packet/.ssh</ssh_keydir><homedir>/var/confd/homes/packet</homedir></user><user><name>private</name><uid>9005</uid><gid>103</gid><password>$1$4uQVo9HU$xjyOZc8JhotXBtfcFV7MX.</password><ssh_keydir>/var/confd/homes/private/.ssh</ssh_keydir><homedir>/var/confd/homes/private</homedir></user><user><name>public</name><uid>9004</uid><gid>100</gid><password>$1$YhqvvCDs$LAGH/GQUMGMbqTUMWpapD1</password><ssh_keydir>/var/confd/homes/public/.ssh</ssh_keydir><homedir>/var/confd/homes/public</homedir></user></users></authentication><ios><level><nr>0</nr><prompt>\h> </prompt></level><level><nr>15</nr><prompt>\h# </prompt></level><privilege><mode>exec</mode><level><nr>0</nr><command><name>action</name></command><command><name>autowizard</name></command><command><name>enable</name></command><command><name>exit</name></command><command><name>help</name></command><command><name>startup</name></command></level><level><nr>15</nr><command><name>configure</name></command></level></privilege></ios></aaa><nacm xmlns="urn:ietf:params:xml:ns:yang:ietf-netconf-acm"><enable-nacm>true</enable-nacm><read-default>permit</read-default><write-default>permit</write-default><exec-default>permit</exec-default><enable-external-groups>true</enable-external-groups><groups><group><name>admin</name><user-name>admin</user-name><user-name>private</user-name></group><group><name>oper</name><user-name>oper</user-name><user-name>public</user-name></group><group><name>opt</name><user-name>optical</user-name></group><group><name>pck</name><user-name>packet</user-name></group></groups><rule-list><name>any-group</name><group>*</group><rule><name>get</name><module-name>*</module-name><path>/</path><access-operations>read</access-operations><action>permit</action></rule><rule><name>tailf-aaa-authentication</name><module-name>tailf-aaa</module-name><path>/aaa/authentication/users/user[name='$USER']</path><access-operations>read update</access-operations><action>permit</action></rule><rule><name>tailf-aaa-user</name><module-name>tailf-aaa</module-name><path>/user[name='$USER']</path><access-operations>create read update delete</access-operations><action>permit</action></rule><rule><name>tailf-webui-user</name><module-name>tailf-webui</module-name><path>/webui/data-stores/user-profile[username='$USER']</path><access-operations>create read update delete</access-operations><action>permit</action></rule></rule-list><rule-list><name>packet</name><group>pck</group><rule><name>vlan</name><module-name>vlan</module-name><path>/switched-vlans</path><access-operations>create read update delete</access-operations><action>permit</action></rule><rule><name>terminal-device</name><module-name>*</module-name><path>/terminal-device</path><access-operations>create update delete</access-operations><action>deny</action></rule><rule><name>components</name><module-name>*</module-name><path>/components</path><access-operations>create update delete</access-operations><action>deny</action></rule></rule-list><rule-list><name>optical</name><group>opt</group><rule><name>terminal-device</name><module-name>*</module-name><path>/terminal-device</path><access-operations>create read update delete</access-operations><action>permit</action></rule><rule><name>components</name><module-name>*</module-name><path>/components</path><access-operations>create read update delete</access-operations><action>permit</action></rule><rule><name>vlan</name><module-name>vlan</module-name><path>/switched-vlans</path><access-operations>create update delete</access-operations><action>deny</action></rule></rule-list><rule-list><name>admin</name><group>admin</group><rule><name>any-access</name><action>permit</action></rule></rule-list></nacm></data> diff --git a/deploy/crdb.sh b/deploy/crdb.sh index 3e80b6350e66ec30a725c45acb7cf954ac3009c8..42b49fe984d08c8fb2cae14e68f0a6d2a7a726dd 100755 --- a/deploy/crdb.sh +++ b/deploy/crdb.sh @@ -154,8 +154,8 @@ function crdb_undeploy_single() { echo } -function crdb_drop_database_single() { - echo "Drop database if exists" +function crdb_drop_databases_single() { + echo "Drop TFS databases, if exist" if [[ -z "${GITLAB_CI}" ]]; then #kubectl --namespace ${CRDB_NAMESPACE} get service cockroachdb-public -o yaml @@ -168,9 +168,21 @@ function crdb_drop_database_single() { CRDB_CLIENT_URL="postgresql://${CRDB_USERNAME}:${CRDB_PASSWORD}@${CRDB_HOST}:${CRDB_PORT}/defaultdb?sslmode=require" echo "CRDB_CLIENT_URL=${CRDB_CLIENT_URL}" - kubectl exec -i --namespace ${CRDB_NAMESPACE} cockroachdb-0 -- \ - ./cockroach sql --certs-dir=/cockroach/cockroach-certs --url=${CRDB_CLIENT_URL} \ - --execute "DROP DATABASE IF EXISTS ${CRDB_DATABASE};" + + DATABASES=$( + kubectl exec -i --namespace ${CRDB_NAMESPACE} cockroachdb-0 -- \ + ./cockroach sql --certs-dir=/cockroach/cockroach-certs --url=${CRDB_CLIENT_URL} \ + --execute "SHOW DATABASES;" --format=tsv | awk '{print $1}' | grep "^tfs" + ) + echo "Found TFS databases: ${DATABASES}" | tr '\n' ' ' + echo + + for DB_NAME in $DATABASES; do + echo "Dropping TFS database: $DB_NAME" + kubectl exec -i --namespace ${CRDB_NAMESPACE} cockroachdb-0 -- \ + ./cockroach sql --certs-dir=/cockroach/cockroach-certs --url=${CRDB_CLIENT_URL} \ + --execute="DROP DATABASE IF EXISTS $DB_NAME CASCADE;" + done echo } @@ -349,11 +361,23 @@ function crdb_undeploy_cluster() { echo } -function crdb_drop_database_cluster() { - echo "Drop database if exists" - kubectl exec -i --namespace ${CRDB_NAMESPACE} cockroachdb-client-secure -- \ - ./cockroach sql --certs-dir=/cockroach/cockroach-certs --host=cockroachdb-public --execute \ - "DROP DATABASE IF EXISTS ${CRDB_DATABASE};" +function crdb_drop_databases_cluster() { + echo "Drop TFS databases, if exist" + + DATABASES=$( + kubectl exec -i --namespace ${CRDB_NAMESPACE} cockroachdb-client-secure -- \ + ./cockroach sql --certs-dir=/cockroach/cockroach-certs --host=cockroachdb-public \ + --execute "SHOW DATABASES;" --format=tsv | awk '{print $1}' | grep "^tfs" + ) + echo "Found TFS databases: ${DATABASES}" | tr '\n' ' ' + echo + + for DB_NAME in $DATABASES; do + echo "Dropping TFS database: $DB_NAME" + kubectl exec -i --namespace ${CRDB_NAMESPACE} cockroachdb-client-secure -- \ + ./cockroach sql --certs-dir=/cockroach/cockroach-certs --host=cockroachdb-public \ + --execute="DROP DATABASE IF EXISTS $DB_NAME CASCADE;" + done echo } @@ -365,7 +389,7 @@ if [ "$CRDB_DEPLOY_MODE" == "single" ]; then crdb_deploy_single if [ "$CRDB_DROP_DATABASE_IF_EXISTS" == "YES" ]; then - crdb_drop_database_single + crdb_drop_databases_single fi elif [ "$CRDB_DEPLOY_MODE" == "cluster" ]; then if [ "$CRDB_REDEPLOY" == "YES" ]; then @@ -375,7 +399,7 @@ elif [ "$CRDB_DEPLOY_MODE" == "cluster" ]; then crdb_deploy_cluster if [ "$CRDB_DROP_DATABASE_IF_EXISTS" == "YES" ]; then - crdb_drop_database_cluster + crdb_drop_databases_cluster fi else echo "Unsupported value: CRDB_DEPLOY_MODE=$CRDB_DEPLOY_MODE" diff --git a/deploy/kafka.sh b/deploy/kafka.sh index 0483bce153b457800c6f7db2ef66685e90118111..4cbcdb7014c983eeda9bab1d6655fa042751b931 100755 --- a/deploy/kafka.sh +++ b/deploy/kafka.sh @@ -47,10 +47,10 @@ function kafka_deploy() { cp "${KFK_MANIFESTS_PATH}/${KFK_MANIFEST}" "${TMP_MANIFESTS_FOLDER}/${KFK_MANIFEST}" # echo "Apache Kafka Namespace" - echo ">>> Delete Apache Kafka Namespace" + echo "Delete Apache Kafka Namespace" kubectl delete namespace ${KFK_NAMESPACE} --ignore-not-found - echo ">>> Create Apache Kafka Namespace" + echo "Create Apache Kafka Namespace" kubectl create namespace ${KFK_NAMESPACE} # echo ">>> Deplying Apache Kafka Zookeeper" @@ -76,15 +76,15 @@ function kafka_deploy() { # fi } -echo "Apache Kafka" -echo ">>> Checking if Apache Kafka is deployed ... " +echo ">>> Apache Kafka" +echo "Checking if Apache Kafka is deployed ... " if [ "$KFK_REDEPLOY" == "YES" ]; then - echo ">>> Redeploying kafka namespace" + echo "Redeploying kafka namespace" kafka_deploy elif kubectl get namespace "${KFK_NAMESPACE}" &> /dev/null; then - echo ">>> Apache Kafka already present; skipping step." + echo "Apache Kafka already present; skipping step." else - echo ">>> Kafka namespace doesn't exists. Deploying kafka namespace" + echo "Kafka namespace doesn't exists. Deploying kafka namespace" kafka_deploy fi echo diff --git a/deploy/tfs.sh b/deploy/tfs.sh index da078a4f3d9b4c441085a9ae0b8c532ca1f66032..6c0ddcb63e71abd2e713e4809aeb7795b43053fa 100755 --- a/deploy/tfs.sh +++ b/deploy/tfs.sh @@ -146,55 +146,17 @@ kubectl create namespace $TFS_K8S_NAMESPACE sleep 2 printf "\n" -echo "Create secret with CockroachDB data" +echo ">>> Create Secret with CockroachDB data..." CRDB_SQL_PORT=$(kubectl --namespace ${CRDB_NAMESPACE} get service cockroachdb-public -o 'jsonpath={.spec.ports[?(@.name=="sql")].port}') -CRDB_DATABASE_CONTEXT=${CRDB_DATABASE} # TODO: change by specific configurable environment variable kubectl create secret generic crdb-data --namespace ${TFS_K8S_NAMESPACE} --type='Opaque' \ --from-literal=CRDB_NAMESPACE=${CRDB_NAMESPACE} \ --from-literal=CRDB_SQL_PORT=${CRDB_SQL_PORT} \ - --from-literal=CRDB_DATABASE=${CRDB_DATABASE_CONTEXT} \ --from-literal=CRDB_USERNAME=${CRDB_USERNAME} \ --from-literal=CRDB_PASSWORD=${CRDB_PASSWORD} \ --from-literal=CRDB_SSLMODE=require printf "\n" -echo "Create secret with CockroachDB data for KPI Management microservices" -CRDB_SQL_PORT=$(kubectl --namespace ${CRDB_NAMESPACE} get service cockroachdb-public -o 'jsonpath={.spec.ports[?(@.name=="sql")].port}') -CRDB_DATABASE_KPI_MGMT="tfs_kpi_mgmt" # TODO: change by specific configurable environment variable -kubectl create secret generic crdb-kpi-data --namespace ${TFS_K8S_NAMESPACE} --type='Opaque' \ - --from-literal=CRDB_NAMESPACE=${CRDB_NAMESPACE} \ - --from-literal=CRDB_SQL_PORT=${CRDB_SQL_PORT} \ - --from-literal=CRDB_DATABASE=${CRDB_DATABASE_KPI_MGMT} \ - --from-literal=CRDB_USERNAME=${CRDB_USERNAME} \ - --from-literal=CRDB_PASSWORD=${CRDB_PASSWORD} \ - --from-literal=CRDB_SSLMODE=require -printf "\n" - -echo "Create secret with CockroachDB data for Telemetry microservices" -CRDB_SQL_PORT=$(kubectl --namespace ${CRDB_NAMESPACE} get service cockroachdb-public -o 'jsonpath={.spec.ports[?(@.name=="sql")].port}') -CRDB_DATABASE_TELEMETRY="tfs_telemetry" # TODO: change by specific configurable environment variable -kubectl create secret generic crdb-telemetry --namespace ${TFS_K8S_NAMESPACE} --type='Opaque' \ - --from-literal=CRDB_NAMESPACE=${CRDB_NAMESPACE} \ - --from-literal=CRDB_SQL_PORT=${CRDB_SQL_PORT} \ - --from-literal=CRDB_DATABASE=${CRDB_DATABASE_TELEMETRY} \ - --from-literal=CRDB_USERNAME=${CRDB_USERNAME} \ - --from-literal=CRDB_PASSWORD=${CRDB_PASSWORD} \ - --from-literal=CRDB_SSLMODE=require -printf "\n" - -echo "Create secret with CockroachDB data for Analytics microservices" -CRDB_SQL_PORT=$(kubectl --namespace ${CRDB_NAMESPACE} get service cockroachdb-public -o 'jsonpath={.spec.ports[?(@.name=="sql")].port}') -CRDB_DATABASE_ANALYTICS="tfs_analytics" # TODO: change by specific configurable environment variable -kubectl create secret generic crdb-analytics --namespace ${TFS_K8S_NAMESPACE} --type='Opaque' \ - --from-literal=CRDB_NAMESPACE=${CRDB_NAMESPACE} \ - --from-literal=CRDB_SQL_PORT=${CRDB_SQL_PORT} \ - --from-literal=CRDB_DATABASE=${CRDB_DATABASE_ANALYTICS} \ - --from-literal=CRDB_USERNAME=${CRDB_USERNAME} \ - --from-literal=CRDB_PASSWORD=${CRDB_PASSWORD} \ - --from-literal=CRDB_SSLMODE=require -printf "\n" - -echo "Create secret with Apache Kafka data for KPI, Telemetry and Analytics microservices" +echo ">>> Create Secret with Apache Kakfa..." KFK_SERVER_PORT=$(kubectl --namespace ${KFK_NAMESPACE} get service kafka-service -o 'jsonpath={.spec.ports[0].port}') kubectl create secret generic kfk-kpi-data --namespace ${TFS_K8S_NAMESPACE} --type='Opaque' \ --from-literal=KFK_NAMESPACE=${KFK_NAMESPACE} \ @@ -382,11 +344,10 @@ for COMPONENT in $TFS_COMPONENTS; do VERSION=$(grep -i "${GITLAB_REPO_URL}/${COMPONENT}-gateway:" "$MANIFEST" | cut -d ":" -f4) sed -E -i "s#image: $GITLAB_REPO_URL/$COMPONENT-gateway:${VERSION}#image: $IMAGE_URL#g" "$MANIFEST" else + VERSION=$(grep -i "${GITLAB_REPO_URL}/${COMPONENT}:" "$MANIFEST" | cut -d ":" -f4) if [ "$TFS_SKIP_BUILD" != "YES" ]; then IMAGE_URL=$(echo "$TFS_REGISTRY_IMAGES/$COMPONENT:$TFS_IMAGE_TAG" | sed 's,//,/,g' | sed 's,http:/,,g') - VERSION=$(grep -i "${GITLAB_REPO_URL}/${COMPONENT}:" "$MANIFEST" | cut -d ":" -f4) else - VERSION=$(grep -i "${GITLAB_REPO_URL}/${COMPONENT}:" "$MANIFEST" | cut -d ":" -f4) IMAGE_URL=$(echo "$TFS_REGISTRY_IMAGES/$COMPONENT:$VERSION" | sed 's,//,/,g' | sed 's,http:/,,g') fi sed -E -i "s#image: $GITLAB_REPO_URL/$COMPONENT:${VERSION}#image: $IMAGE_URL#g" "$MANIFEST" diff --git a/dev.logs b/dev.logs deleted file mode 100644 index 67d2890be09e3fdbe9718e9e236777004211cb8c..0000000000000000000000000000000000000000 --- a/dev.logs +++ /dev/null @@ -1,557 +0,0 @@ -[2024-09-13 12:09:42,326] INFO:__main__:Starting... -[2024-09-13 12:09:42,328] INFO:device.service.DeviceService:Starting Service (tentative endpoint: 0.0.0.0:2020, max_workers: 200)... -[2024-09-13 12:09:42,334] INFO:device.service.DeviceService:Listening on 0.0.0.0:2020... -[2024-09-13 12:09:42,336] INFO:__main__:Pre-loading drivers... -[2024-09-13 12:09:50,349] INFO:common.tools.client.RetryDecorator:Retry 1/15 after 5.000000 seconds... -[2024-09-13 12:13:00,367] INFO:device.service.DeviceServiceServicerImpl:connection_config_rules {'address': '172.17.254.41', 'port': '2022', 'settings': '{\n"allow_agent": false,\n"commit_per_rule": false,\n"device_params": {\n"name": "default"\n},\n"endpoints": [],\n"force_running": false,\n"hostkey_verify": false,\n"look_for_keys": false,\n"manager_params": {\n"timeout": 120\n},\n"password": "admin",\n"type": "optical-transponder",\n"username": "admin"\n}'} -[2024-09-13 12:13:00,367] INFO:device.service.DeviceServiceServicerImpl:lenght of connection_config_rules 3 -[2024-09-13 12:13:00,370] INFO:device.service.DeviceServiceServicerImpl:connection_config_rules {'address': '172.17.254.41', 'port': '2022', 'settings': '{\n"allow_agent": false,\n"commit_per_rule": false,\n"device_params": {\n"name": "default"\n},\n"endpoints": [],\n"force_running": false,\n"hostkey_verify": false,\n"look_for_keys": false,\n"manager_params": {\n"timeout": 120\n},\n"password": "admin",\n"type": "optical-transponder",\n"username": "admin"\n}'} -[2024-09-13 12:13:00,370] INFO:device.service.DeviceServiceServicerImpl:lenght of connection_config_rules 3 -[2024-09-13 12:13:00,372] INFO:device.service.DeviceServiceServicerImpl:connection_config_rules {'address': '172.17.254.41', 'port': '2022', 'settings': '{\n"allow_agent": false,\n"commit_per_rule": false,\n"device_params": {\n"name": "default"\n},\n"endpoints": [],\n"force_running": false,\n"hostkey_verify": false,\n"look_for_keys": false,\n"manager_params": {\n"timeout": 120\n},\n"password": "admin",\n"type": "optical-transponder",\n"username": "admin"\n}'} -[2024-09-13 12:13:00,372] INFO:device.service.DeviceServiceServicerImpl:lenght of connection_config_rules 3 -[2024-09-13 12:13:00,376] INFO:device.service.DeviceServiceServicerImpl:connection_config_rules {'address': '172.17.254.42', 'port': '2022', 'settings': '{\n"allow_agent": false,\n"commit_per_rule": false,\n"device_params": {\n"name": "default"\n},\n"endpoints": [],\n"force_running": false,\n"hostkey_verify": false,\n"look_for_keys": false,\n"manager_params": {\n"timeout": 120\n},\n"password": "admin",\n"type": "optical-transponder",\n"username": "admin"\n}'} -[2024-09-13 12:13:00,377] INFO:device.service.DeviceServiceServicerImpl:connection_config_rules {'address': '172.17.254.42', 'port': '2022', 'settings': '{\n"allow_agent": false,\n"commit_per_rule": false,\n"device_params": {\n"name": "default"\n},\n"endpoints": [],\n"force_running": false,\n"hostkey_verify": false,\n"look_for_keys": false,\n"manager_params": {\n"timeout": 120\n},\n"password": "admin",\n"type": "optical-transponder",\n"username": "admin"\n}'} -[2024-09-13 12:13:00,381] INFO:device.service.DeviceServiceServicerImpl:connection_config_rules {'address': '172.17.254.42', 'port': '2022', 'settings': '{\n"allow_agent": false,\n"commit_per_rule": false,\n"device_params": {\n"name": "default"\n},\n"endpoints": [],\n"force_running": false,\n"hostkey_verify": false,\n"look_for_keys": false,\n"manager_params": {\n"timeout": 120\n},\n"password": "admin",\n"type": "optical-transponder",\n"username": "admin"\n}'} -[2024-09-13 12:13:00,383] INFO:device.service.DeviceServiceServicerImpl:lenght of connection_config_rules 3 -[2024-09-13 12:13:00,383] INFO:device.service.DeviceServiceServicerImpl:lenght of connection_config_rules 3 -[2024-09-13 12:13:00,383] INFO:device.service.DeviceServiceServicerImpl:lenght of connection_config_rules 3 -[2024-09-13 12:13:00,385] INFO:device.service.DeviceServiceServicerImpl:connection_config_rules {'address': '172.17.254.21', 'port': '2022', 'settings': '{\n"allow_agent": false,\n"commit_per_rule": false,\n"device_params": {\n"name": "default"\n},\n"endpoints": [],\n"force_running": false,\n"hostkey_verify": false,\n"look_for_keys": false,\n"manager_params": {\n"timeout": 120\n},\n"password": "admin",\n"type": "optical-roadm",\n"username": "admin"\n}'} -[2024-09-13 12:13:00,386] INFO:device.service.DeviceServiceServicerImpl:connection_config_rules {'address': '172.17.254.22', 'port': '2022', 'settings': '{\n"allow_agent": false,\n"commit_per_rule": false,\n"device_params": {\n"name": "default"\n},\n"endpoints": [],\n"force_running": false,\n"hostkey_verify": false,\n"look_for_keys": false,\n"manager_params": {\n"timeout": 120\n},\n"password": "admin",\n"type": "optical-roadm",\n"username": "admin"\n}'} -[2024-09-13 12:13:00,390] INFO:device.service.DeviceServiceServicerImpl:lenght of connection_config_rules 3 -[2024-09-13 12:13:00,390] INFO:device.service.DeviceServiceServicerImpl:lenght of connection_config_rules 3 -[2024-09-13 12:13:00,567] INFO:device.service.driver_api.DriverInstanceCache:Selecting driver for device(68741528-2e94-5274-ab3c-fddcd8dc05ef) with filter_fields({'device_type': 'optical-roadm', 'driver': [11]})... -[2024-09-13 12:13:00,567] INFO:device.service.driver_api.DriverInstanceCache:Driver(OCDriver) selected for device(68741528-2e94-5274-ab3c-fddcd8dc05ef) with filter_fields({'device_type': 'optical-roadm', 'driver': [11]})... -[2024-09-13 12:13:00,686] INFO:root:setting ocdriver address 172.17.254.21 and 2022 {'allow_agent': False, 'commit_per_rule': False, 'device_params': {'name': 'default'}, 'endpoints': [], 'force_running': False, 'hostkey_verify': False, 'look_for_keys': False, 'manager_params': {'timeout': 120}, 'password': 'admin', 'type': 'optical-roadm', 'username': 'admin'} -[2024-09-13 12:13:01,705] ERROR:ncclient.transport.ssh:Exception (client): Error reading SSH protocol banner -[2024-09-13 12:13:01,716] ERROR:ncclient.transport.ssh:Traceback (most recent call last): -[2024-09-13 12:13:01,717] ERROR:ncclient.transport.ssh: File "/usr/local/lib/python3.9/site-packages/paramiko/transport.py", line 2270, in _check_banner -[2024-09-13 12:13:01,717] ERROR:ncclient.transport.ssh: buf = self.packetizer.readline(timeout) -[2024-09-13 12:13:01,717] ERROR:ncclient.transport.ssh: File "/usr/local/lib/python3.9/site-packages/paramiko/packet.py", line 380, in readline -[2024-09-13 12:13:01,717] ERROR:ncclient.transport.ssh: buf += self._read_timeout(timeout) -[2024-09-13 12:13:01,717] ERROR:ncclient.transport.ssh: File "/usr/local/lib/python3.9/site-packages/paramiko/packet.py", line 609, in _read_timeout -[2024-09-13 12:13:01,717] ERROR:ncclient.transport.ssh: raise EOFError() -[2024-09-13 12:13:01,717] ERROR:ncclient.transport.ssh:EOFError -[2024-09-13 12:13:01,718] ERROR:ncclient.transport.ssh: -[2024-09-13 12:13:01,718] ERROR:ncclient.transport.ssh:During handling of the above exception, another exception occurred: -[2024-09-13 12:13:01,718] ERROR:ncclient.transport.ssh: -[2024-09-13 12:13:01,718] ERROR:ncclient.transport.ssh:Traceback (most recent call last): -[2024-09-13 12:13:01,718] ERROR:ncclient.transport.ssh: File "/usr/local/lib/python3.9/site-packages/paramiko/transport.py", line 2093, in run -[2024-09-13 12:13:01,718] ERROR:ncclient.transport.ssh: self._check_banner() -[2024-09-13 12:13:01,718] ERROR:ncclient.transport.ssh: File "/usr/local/lib/python3.9/site-packages/paramiko/transport.py", line 2274, in _check_banner -[2024-09-13 12:13:01,718] ERROR:ncclient.transport.ssh: raise SSHException( -[2024-09-13 12:13:01,719] ERROR:ncclient.transport.ssh:paramiko.ssh_exception.SSHException: Error reading SSH protocol banner -[2024-09-13 12:13:01,719] ERROR:ncclient.transport.ssh: -[2024-09-13 12:13:01,719] ERROR:device.service.DeviceServiceServicerImpl:AddDevice exception -Traceback (most recent call last): - File "/usr/local/lib/python3.9/site-packages/paramiko/transport.py", line 2270, in _check_banner - buf = self.packetizer.readline(timeout) - File "/usr/local/lib/python3.9/site-packages/paramiko/packet.py", line 380, in readline - buf += self._read_timeout(timeout) - File "/usr/local/lib/python3.9/site-packages/paramiko/packet.py", line 609, in _read_timeout - raise EOFError() -EOFError - -During handling of the above exception, another exception occurred: - -Traceback (most recent call last): - File "/usr/local/lib/python3.9/site-packages/ncclient/transport/ssh.py", line 331, in connect - self._transport.start_client() - File "/usr/local/lib/python3.9/site-packages/paramiko/transport.py", line 698, in start_client - raise e - File "/usr/local/lib/python3.9/site-packages/paramiko/transport.py", line 2093, in run - self._check_banner() - File "/usr/local/lib/python3.9/site-packages/paramiko/transport.py", line 2274, in _check_banner - raise SSHException( -paramiko.ssh_exception.SSHException: Error reading SSH protocol banner - -During handling of the above exception, another exception occurred: - -Traceback (most recent call last): - File "/var/teraflow/common/method_wrappers/Decorator.py", line 220, in inner_wrapper - reply = func(self, request, grpc_context) - File "/var/teraflow/device/service/DeviceServiceServicerImpl.py", line 102, in AddDevice - driver : _Driver = get_driver(self.driver_instance_cache, device) - File "/var/teraflow/device/service/driver_api/DriverInstanceCache.py", line 105, in get_driver - driver : _Driver = driver_instance_cache.get( - File "/var/teraflow/device/service/driver_api/DriverInstanceCache.py", line 57, in get - driver_instance : _Driver = driver_class(address, port, device_uuid=device_uuid, **settings) - File "/var/teraflow/device/service/drivers/oc_driver/OCDriver.py", line 234, in __init__ - self.Connect() - File "/var/teraflow/device/service/drivers/oc_driver/OCDriver.py", line 240, in Connect - self.__netconf_handler.connect() - File "/var/teraflow/device/service/drivers/oc_driver/OCDriver.py", line 92, in connect - self.__manager = connect_ssh( - File "/usr/local/lib/python3.9/site-packages/ncclient/manager.py", line 143, in connect_ssh - session.connect(*args, **kwds) - File "/usr/local/lib/python3.9/site-packages/ncclient/transport/ssh.py", line 333, in connect - raise SSHError('Negotiation failed: %s' % e) -ncclient.transport.errors.SSHError: Negotiation failed: Error reading SSH protocol banner -[2024-09-13 12:13:01,722] INFO:device.service.driver_api.DriverInstanceCache:Selecting driver for device(87d74166-65e3-595e-b643-122b4fd0303f) with filter_fields({'device_type': 'optical-transponder', 'driver': [11]})... -[2024-09-13 12:13:01,723] INFO:device.service.driver_api.DriverInstanceCache:Driver(OCDriver) selected for device(87d74166-65e3-595e-b643-122b4fd0303f) with filter_fields({'device_type': 'optical-transponder', 'driver': [11]})... -[2024-09-13 12:13:01,724] INFO:root:setting ocdriver address 172.17.254.42 and 2022 {'allow_agent': False, 'commit_per_rule': False, 'device_params': {'name': 'default'}, 'endpoints': [], 'force_running': False, 'hostkey_verify': False, 'look_for_keys': False, 'manager_params': {'timeout': 120}, 'password': 'admin', 'type': 'optical-transponder', 'username': 'admin'} -[2024-09-13 12:13:02,726] ERROR:ncclient.transport.ssh:Exception (client): Error reading SSH protocol banner -[2024-09-13 12:13:02,727] ERROR:ncclient.transport.ssh:Traceback (most recent call last): -[2024-09-13 12:13:02,727] ERROR:ncclient.transport.ssh: File "/usr/local/lib/python3.9/site-packages/paramiko/transport.py", line 2270, in _check_banner -[2024-09-13 12:13:02,727] ERROR:ncclient.transport.ssh: buf = self.packetizer.readline(timeout) -[2024-09-13 12:13:02,727] ERROR:ncclient.transport.ssh: File "/usr/local/lib/python3.9/site-packages/paramiko/packet.py", line 380, in readline -[2024-09-13 12:13:02,727] ERROR:ncclient.transport.ssh: buf += self._read_timeout(timeout) -[2024-09-13 12:13:02,727] ERROR:ncclient.transport.ssh: File "/usr/local/lib/python3.9/site-packages/paramiko/packet.py", line 609, in _read_timeout -[2024-09-13 12:13:02,727] ERROR:ncclient.transport.ssh: raise EOFError() -[2024-09-13 12:13:02,727] ERROR:ncclient.transport.ssh:EOFError -[2024-09-13 12:13:02,727] ERROR:ncclient.transport.ssh: -[2024-09-13 12:13:02,727] ERROR:ncclient.transport.ssh:During handling of the above exception, another exception occurred: -[2024-09-13 12:13:02,728] ERROR:ncclient.transport.ssh: -[2024-09-13 12:13:02,728] ERROR:ncclient.transport.ssh:Traceback (most recent call last): -[2024-09-13 12:13:02,728] ERROR:ncclient.transport.ssh: File "/usr/local/lib/python3.9/site-packages/paramiko/transport.py", line 2093, in run -[2024-09-13 12:13:02,728] ERROR:ncclient.transport.ssh: self._check_banner() -[2024-09-13 12:13:02,728] ERROR:ncclient.transport.ssh: File "/usr/local/lib/python3.9/site-packages/paramiko/transport.py", line 2274, in _check_banner -[2024-09-13 12:13:02,728] ERROR:ncclient.transport.ssh: raise SSHException( -[2024-09-13 12:13:02,728] ERROR:ncclient.transport.ssh:paramiko.ssh_exception.SSHException: Error reading SSH protocol banner -[2024-09-13 12:13:02,728] ERROR:ncclient.transport.ssh: -[2024-09-13 12:13:02,728] ERROR:device.service.DeviceServiceServicerImpl:AddDevice exception -Traceback (most recent call last): - File "/usr/local/lib/python3.9/site-packages/paramiko/transport.py", line 2270, in _check_banner - buf = self.packetizer.readline(timeout) - File "/usr/local/lib/python3.9/site-packages/paramiko/packet.py", line 380, in readline - buf += self._read_timeout(timeout) - File "/usr/local/lib/python3.9/site-packages/paramiko/packet.py", line 609, in _read_timeout - raise EOFError() -EOFError - -During handling of the above exception, another exception occurred: - -Traceback (most recent call last): - File "/usr/local/lib/python3.9/site-packages/ncclient/transport/ssh.py", line 331, in connect - self._transport.start_client() - File "/usr/local/lib/python3.9/site-packages/paramiko/transport.py", line 698, in start_client - raise e - File "/usr/local/lib/python3.9/site-packages/paramiko/transport.py", line 2093, in run - self._check_banner() - File "/usr/local/lib/python3.9/site-packages/paramiko/transport.py", line 2274, in _check_banner - raise SSHException( -paramiko.ssh_exception.SSHException: Error reading SSH protocol banner - -During handling of the above exception, another exception occurred: - -Traceback (most recent call last): - File "/var/teraflow/common/method_wrappers/Decorator.py", line 220, in inner_wrapper - reply = func(self, request, grpc_context) - File "/var/teraflow/device/service/DeviceServiceServicerImpl.py", line 102, in AddDevice - driver : _Driver = get_driver(self.driver_instance_cache, device) - File "/var/teraflow/device/service/driver_api/DriverInstanceCache.py", line 105, in get_driver - driver : _Driver = driver_instance_cache.get( - File "/var/teraflow/device/service/driver_api/DriverInstanceCache.py", line 57, in get - driver_instance : _Driver = driver_class(address, port, device_uuid=device_uuid, **settings) - File "/var/teraflow/device/service/drivers/oc_driver/OCDriver.py", line 234, in __init__ - self.Connect() - File "/var/teraflow/device/service/drivers/oc_driver/OCDriver.py", line 240, in Connect - self.__netconf_handler.connect() - File "/var/teraflow/device/service/drivers/oc_driver/OCDriver.py", line 92, in connect - self.__manager = connect_ssh( - File "/usr/local/lib/python3.9/site-packages/ncclient/manager.py", line 143, in connect_ssh - session.connect(*args, **kwds) - File "/usr/local/lib/python3.9/site-packages/ncclient/transport/ssh.py", line 333, in connect - raise SSHError('Negotiation failed: %s' % e) -ncclient.transport.errors.SSHError: Negotiation failed: Error reading SSH protocol banner -[2024-09-13 12:13:02,729] INFO:device.service.driver_api.DriverInstanceCache:Selecting driver for device(012c4e67-0024-5f30-b527-55ec6daf2639) with filter_fields({'device_type': 'optical-transponder', 'driver': [11]})... -[2024-09-13 12:13:02,729] INFO:device.service.driver_api.DriverInstanceCache:Driver(OCDriver) selected for device(012c4e67-0024-5f30-b527-55ec6daf2639) with filter_fields({'device_type': 'optical-transponder', 'driver': [11]})... -[2024-09-13 12:13:02,730] INFO:root:setting ocdriver address 172.17.254.42 and 2022 {'allow_agent': False, 'commit_per_rule': False, 'device_params': {'name': 'default'}, 'endpoints': [], 'force_running': False, 'hostkey_verify': False, 'look_for_keys': False, 'manager_params': {'timeout': 120}, 'password': 'admin', 'type': 'optical-transponder', 'username': 'admin'} -[2024-09-13 12:13:03,732] ERROR:ncclient.transport.ssh:Exception (client): Error reading SSH protocol banner -[2024-09-13 12:13:03,733] ERROR:ncclient.transport.ssh:Traceback (most recent call last): -[2024-09-13 12:13:03,733] ERROR:ncclient.transport.ssh: File "/usr/local/lib/python3.9/site-packages/paramiko/transport.py", line 2270, in _check_banner -[2024-09-13 12:13:03,733] ERROR:ncclient.transport.ssh: buf = self.packetizer.readline(timeout) -[2024-09-13 12:13:03,733] ERROR:ncclient.transport.ssh: File "/usr/local/lib/python3.9/site-packages/paramiko/packet.py", line 380, in readline -[2024-09-13 12:13:03,733] ERROR:ncclient.transport.ssh: buf += self._read_timeout(timeout) -[2024-09-13 12:13:03,733] ERROR:ncclient.transport.ssh: File "/usr/local/lib/python3.9/site-packages/paramiko/packet.py", line 609, in _read_timeout -[2024-09-13 12:13:03,733] ERROR:ncclient.transport.ssh: raise EOFError() -[2024-09-13 12:13:03,733] ERROR:ncclient.transport.ssh:EOFError -[2024-09-13 12:13:03,733] ERROR:ncclient.transport.ssh: -[2024-09-13 12:13:03,733] ERROR:ncclient.transport.ssh:During handling of the above exception, another exception occurred: -[2024-09-13 12:13:03,733] ERROR:ncclient.transport.ssh: -[2024-09-13 12:13:03,733] ERROR:ncclient.transport.ssh:Traceback (most recent call last): -[2024-09-13 12:13:03,733] ERROR:ncclient.transport.ssh: File "/usr/local/lib/python3.9/site-packages/paramiko/transport.py", line 2093, in run -[2024-09-13 12:13:03,733] ERROR:ncclient.transport.ssh: self._check_banner() -[2024-09-13 12:13:03,734] ERROR:ncclient.transport.ssh: File "/usr/local/lib/python3.9/site-packages/paramiko/transport.py", line 2274, in _check_banner -[2024-09-13 12:13:03,734] ERROR:ncclient.transport.ssh: raise SSHException( -[2024-09-13 12:13:03,734] ERROR:ncclient.transport.ssh:paramiko.ssh_exception.SSHException: Error reading SSH protocol banner -[2024-09-13 12:13:03,734] ERROR:ncclient.transport.ssh: -[2024-09-13 12:13:03,737] ERROR:device.service.DeviceServiceServicerImpl:AddDevice exception -Traceback (most recent call last): - File "/usr/local/lib/python3.9/site-packages/paramiko/transport.py", line 2270, in _check_banner - buf = self.packetizer.readline(timeout) - File "/usr/local/lib/python3.9/site-packages/paramiko/packet.py", line 380, in readline - buf += self._read_timeout(timeout) - File "/usr/local/lib/python3.9/site-packages/paramiko/packet.py", line 609, in _read_timeout - raise EOFError() -EOFError - -During handling of the above exception, another exception occurred: - -Traceback (most recent call last): - File "/usr/local/lib/python3.9/site-packages/ncclient/transport/ssh.py", line 331, in connect - self._transport.start_client() - File "/usr/local/lib/python3.9/site-packages/paramiko/transport.py", line 698, in start_client - raise e - File "/usr/local/lib/python3.9/site-packages/paramiko/transport.py", line 2093, in run - self._check_banner() - File "/usr/local/lib/python3.9/site-packages/paramiko/transport.py", line 2274, in _check_banner - raise SSHException( -paramiko.ssh_exception.SSHException: Error reading SSH protocol banner - -During handling of the above exception, another exception occurred: - -Traceback (most recent call last): - File "/var/teraflow/common/method_wrappers/Decorator.py", line 220, in inner_wrapper - reply = func(self, request, grpc_context) - File "/var/teraflow/device/service/DeviceServiceServicerImpl.py", line 102, in AddDevice - driver : _Driver = get_driver(self.driver_instance_cache, device) - File "/var/teraflow/device/service/driver_api/DriverInstanceCache.py", line 105, in get_driver - driver : _Driver = driver_instance_cache.get( - File "/var/teraflow/device/service/driver_api/DriverInstanceCache.py", line 57, in get - driver_instance : _Driver = driver_class(address, port, device_uuid=device_uuid, **settings) - File "/var/teraflow/device/service/drivers/oc_driver/OCDriver.py", line 234, in __init__ - self.Connect() - File "/var/teraflow/device/service/drivers/oc_driver/OCDriver.py", line 240, in Connect - self.__netconf_handler.connect() - File "/var/teraflow/device/service/drivers/oc_driver/OCDriver.py", line 92, in connect - self.__manager = connect_ssh( - File "/usr/local/lib/python3.9/site-packages/ncclient/manager.py", line 143, in connect_ssh - session.connect(*args, **kwds) - File "/usr/local/lib/python3.9/site-packages/ncclient/transport/ssh.py", line 333, in connect - raise SSHError('Negotiation failed: %s' % e) -ncclient.transport.errors.SSHError: Negotiation failed: Error reading SSH protocol banner -[2024-09-13 12:13:03,737] INFO:device.service.driver_api.DriverInstanceCache:Selecting driver for device(4dbdc2d8-cbde-5e48-a3c0-5161387a58c7) with filter_fields({'device_type': 'optical-transponder', 'driver': [11]})... -[2024-09-13 12:13:03,738] INFO:device.service.driver_api.DriverInstanceCache:Driver(OCDriver) selected for device(4dbdc2d8-cbde-5e48-a3c0-5161387a58c7) with filter_fields({'device_type': 'optical-transponder', 'driver': [11]})... -[2024-09-13 12:13:03,739] INFO:root:setting ocdriver address 172.17.254.41 and 2022 {'allow_agent': False, 'commit_per_rule': False, 'device_params': {'name': 'default'}, 'endpoints': [], 'force_running': False, 'hostkey_verify': False, 'look_for_keys': False, 'manager_params': {'timeout': 120}, 'password': 'admin', 'type': 'optical-transponder', 'username': 'admin'} -[2024-09-13 12:13:04,742] ERROR:ncclient.transport.ssh:Exception (client): Error reading SSH protocol banner -[2024-09-13 12:13:04,743] ERROR:ncclient.transport.ssh:Traceback (most recent call last): -[2024-09-13 12:13:04,743] ERROR:ncclient.transport.ssh: File "/usr/local/lib/python3.9/site-packages/paramiko/transport.py", line 2270, in _check_banner -[2024-09-13 12:13:04,743] ERROR:ncclient.transport.ssh: buf = self.packetizer.readline(timeout) -[2024-09-13 12:13:04,743] ERROR:ncclient.transport.ssh: File "/usr/local/lib/python3.9/site-packages/paramiko/packet.py", line 380, in readline -[2024-09-13 12:13:04,743] ERROR:ncclient.transport.ssh: buf += self._read_timeout(timeout) -[2024-09-13 12:13:04,743] ERROR:ncclient.transport.ssh: File "/usr/local/lib/python3.9/site-packages/paramiko/packet.py", line 609, in _read_timeout -[2024-09-13 12:13:04,743] ERROR:ncclient.transport.ssh: raise EOFError() -[2024-09-13 12:13:04,743] ERROR:ncclient.transport.ssh:EOFError -[2024-09-13 12:13:04,743] ERROR:ncclient.transport.ssh: -[2024-09-13 12:13:04,743] ERROR:ncclient.transport.ssh:During handling of the above exception, another exception occurred: -[2024-09-13 12:13:04,743] ERROR:ncclient.transport.ssh: -[2024-09-13 12:13:04,743] ERROR:ncclient.transport.ssh:Traceback (most recent call last): -[2024-09-13 12:13:04,744] ERROR:ncclient.transport.ssh: File "/usr/local/lib/python3.9/site-packages/paramiko/transport.py", line 2093, in run -[2024-09-13 12:13:04,744] ERROR:ncclient.transport.ssh: self._check_banner() -[2024-09-13 12:13:04,744] ERROR:ncclient.transport.ssh: File "/usr/local/lib/python3.9/site-packages/paramiko/transport.py", line 2274, in _check_banner -[2024-09-13 12:13:04,744] ERROR:ncclient.transport.ssh: raise SSHException( -[2024-09-13 12:13:04,744] ERROR:ncclient.transport.ssh:paramiko.ssh_exception.SSHException: Error reading SSH protocol banner -[2024-09-13 12:13:04,744] ERROR:ncclient.transport.ssh: -[2024-09-13 12:13:04,744] ERROR:device.service.DeviceServiceServicerImpl:AddDevice exception -Traceback (most recent call last): - File "/usr/local/lib/python3.9/site-packages/paramiko/transport.py", line 2270, in _check_banner - buf = self.packetizer.readline(timeout) - File "/usr/local/lib/python3.9/site-packages/paramiko/packet.py", line 380, in readline - buf += self._read_timeout(timeout) - File "/usr/local/lib/python3.9/site-packages/paramiko/packet.py", line 609, in _read_timeout - raise EOFError() -EOFError - -During handling of the above exception, another exception occurred: - -Traceback (most recent call last): - File "/usr/local/lib/python3.9/site-packages/ncclient/transport/ssh.py", line 331, in connect - self._transport.start_client() - File "/usr/local/lib/python3.9/site-packages/paramiko/transport.py", line 698, in start_client - raise e - File "/usr/local/lib/python3.9/site-packages/paramiko/transport.py", line 2093, in run - self._check_banner() - File "/usr/local/lib/python3.9/site-packages/paramiko/transport.py", line 2274, in _check_banner - raise SSHException( -paramiko.ssh_exception.SSHException: Error reading SSH protocol banner - -During handling of the above exception, another exception occurred: - -Traceback (most recent call last): - File "/var/teraflow/common/method_wrappers/Decorator.py", line 220, in inner_wrapper - reply = func(self, request, grpc_context) - File "/var/teraflow/device/service/DeviceServiceServicerImpl.py", line 102, in AddDevice - driver : _Driver = get_driver(self.driver_instance_cache, device) - File "/var/teraflow/device/service/driver_api/DriverInstanceCache.py", line 105, in get_driver - driver : _Driver = driver_instance_cache.get( - File "/var/teraflow/device/service/driver_api/DriverInstanceCache.py", line 57, in get - driver_instance : _Driver = driver_class(address, port, device_uuid=device_uuid, **settings) - File "/var/teraflow/device/service/drivers/oc_driver/OCDriver.py", line 234, in __init__ - self.Connect() - File "/var/teraflow/device/service/drivers/oc_driver/OCDriver.py", line 240, in Connect - self.__netconf_handler.connect() - File "/var/teraflow/device/service/drivers/oc_driver/OCDriver.py", line 92, in connect - self.__manager = connect_ssh( - File "/usr/local/lib/python3.9/site-packages/ncclient/manager.py", line 143, in connect_ssh - session.connect(*args, **kwds) - File "/usr/local/lib/python3.9/site-packages/ncclient/transport/ssh.py", line 333, in connect - raise SSHError('Negotiation failed: %s' % e) -ncclient.transport.errors.SSHError: Negotiation failed: Error reading SSH protocol banner -[2024-09-13 12:13:04,744] INFO:device.service.driver_api.DriverInstanceCache:Selecting driver for device(cf618e18-c0a1-58c4-9827-943a2c0523d6) with filter_fields({'device_type': 'optical-transponder', 'driver': [11]})... -[2024-09-13 12:13:04,745] INFO:device.service.driver_api.DriverInstanceCache:Driver(OCDriver) selected for device(cf618e18-c0a1-58c4-9827-943a2c0523d6) with filter_fields({'device_type': 'optical-transponder', 'driver': [11]})... -[2024-09-13 12:13:04,746] INFO:root:setting ocdriver address 172.17.254.41 and 2022 {'allow_agent': False, 'commit_per_rule': False, 'device_params': {'name': 'default'}, 'endpoints': [], 'force_running': False, 'hostkey_verify': False, 'look_for_keys': False, 'manager_params': {'timeout': 120}, 'password': 'admin', 'type': 'optical-transponder', 'username': 'admin'} -[2024-09-13 12:13:05,748] ERROR:ncclient.transport.ssh:Exception (client): Error reading SSH protocol banner -[2024-09-13 12:13:05,748] ERROR:ncclient.transport.ssh:Traceback (most recent call last): -[2024-09-13 12:13:05,748] ERROR:ncclient.transport.ssh: File "/usr/local/lib/python3.9/site-packages/paramiko/transport.py", line 2270, in _check_banner -[2024-09-13 12:13:05,748] ERROR:ncclient.transport.ssh: buf = self.packetizer.readline(timeout) -[2024-09-13 12:13:05,749] ERROR:ncclient.transport.ssh: File "/usr/local/lib/python3.9/site-packages/paramiko/packet.py", line 380, in readline -[2024-09-13 12:13:05,749] ERROR:ncclient.transport.ssh: buf += self._read_timeout(timeout) -[2024-09-13 12:13:05,749] ERROR:ncclient.transport.ssh: File "/usr/local/lib/python3.9/site-packages/paramiko/packet.py", line 609, in _read_timeout -[2024-09-13 12:13:05,749] ERROR:ncclient.transport.ssh: raise EOFError() -[2024-09-13 12:13:05,749] ERROR:ncclient.transport.ssh:EOFError -[2024-09-13 12:13:05,749] ERROR:ncclient.transport.ssh: -[2024-09-13 12:13:05,750] ERROR:ncclient.transport.ssh:During handling of the above exception, another exception occurred: -[2024-09-13 12:13:05,750] ERROR:ncclient.transport.ssh: -[2024-09-13 12:13:05,750] ERROR:ncclient.transport.ssh:Traceback (most recent call last): -[2024-09-13 12:13:05,750] ERROR:ncclient.transport.ssh: File "/usr/local/lib/python3.9/site-packages/paramiko/transport.py", line 2093, in run -[2024-09-13 12:13:05,750] ERROR:ncclient.transport.ssh: self._check_banner() -[2024-09-13 12:13:05,751] ERROR:ncclient.transport.ssh: File "/usr/local/lib/python3.9/site-packages/paramiko/transport.py", line 2274, in _check_banner -[2024-09-13 12:13:05,751] ERROR:ncclient.transport.ssh: raise SSHException( -[2024-09-13 12:13:05,751] ERROR:ncclient.transport.ssh:paramiko.ssh_exception.SSHException: Error reading SSH protocol banner -[2024-09-13 12:13:05,751] ERROR:ncclient.transport.ssh: -[2024-09-13 12:13:05,752] ERROR:device.service.DeviceServiceServicerImpl:AddDevice exception -Traceback (most recent call last): - File "/usr/local/lib/python3.9/site-packages/paramiko/transport.py", line 2270, in _check_banner - buf = self.packetizer.readline(timeout) - File "/usr/local/lib/python3.9/site-packages/paramiko/packet.py", line 380, in readline - buf += self._read_timeout(timeout) - File "/usr/local/lib/python3.9/site-packages/paramiko/packet.py", line 609, in _read_timeout - raise EOFError() -EOFError - -During handling of the above exception, another exception occurred: - -Traceback (most recent call last): - File "/usr/local/lib/python3.9/site-packages/ncclient/transport/ssh.py", line 331, in connect - self._transport.start_client() - File "/usr/local/lib/python3.9/site-packages/paramiko/transport.py", line 698, in start_client - raise e - File "/usr/local/lib/python3.9/site-packages/paramiko/transport.py", line 2093, in run - self._check_banner() - File "/usr/local/lib/python3.9/site-packages/paramiko/transport.py", line 2274, in _check_banner - raise SSHException( -paramiko.ssh_exception.SSHException: Error reading SSH protocol banner - -During handling of the above exception, another exception occurred: - -Traceback (most recent call last): - File "/var/teraflow/common/method_wrappers/Decorator.py", line 220, in inner_wrapper - reply = func(self, request, grpc_context) - File "/var/teraflow/device/service/DeviceServiceServicerImpl.py", line 102, in AddDevice - driver : _Driver = get_driver(self.driver_instance_cache, device) - File "/var/teraflow/device/service/driver_api/DriverInstanceCache.py", line 105, in get_driver - driver : _Driver = driver_instance_cache.get( - File "/var/teraflow/device/service/driver_api/DriverInstanceCache.py", line 57, in get - driver_instance : _Driver = driver_class(address, port, device_uuid=device_uuid, **settings) - File "/var/teraflow/device/service/drivers/oc_driver/OCDriver.py", line 234, in __init__ - self.Connect() - File "/var/teraflow/device/service/drivers/oc_driver/OCDriver.py", line 240, in Connect - self.__netconf_handler.connect() - File "/var/teraflow/device/service/drivers/oc_driver/OCDriver.py", line 92, in connect - self.__manager = connect_ssh( - File "/usr/local/lib/python3.9/site-packages/ncclient/manager.py", line 143, in connect_ssh - session.connect(*args, **kwds) - File "/usr/local/lib/python3.9/site-packages/ncclient/transport/ssh.py", line 333, in connect - raise SSHError('Negotiation failed: %s' % e) -ncclient.transport.errors.SSHError: Negotiation failed: Error reading SSH protocol banner -[2024-09-13 12:13:05,752] INFO:device.service.driver_api.DriverInstanceCache:Selecting driver for device(27c2ed23-e74a-518f-820d-ae2c8ae23086) with filter_fields({'device_type': 'optical-transponder', 'driver': [11]})... -[2024-09-13 12:13:05,753] INFO:device.service.driver_api.DriverInstanceCache:Driver(OCDriver) selected for device(27c2ed23-e74a-518f-820d-ae2c8ae23086) with filter_fields({'device_type': 'optical-transponder', 'driver': [11]})... -[2024-09-13 12:13:05,754] INFO:root:setting ocdriver address 172.17.254.41 and 2022 {'allow_agent': False, 'commit_per_rule': False, 'device_params': {'name': 'default'}, 'endpoints': [], 'force_running': False, 'hostkey_verify': False, 'look_for_keys': False, 'manager_params': {'timeout': 120}, 'password': 'admin', 'type': 'optical-transponder', 'username': 'admin'} -[2024-09-13 12:13:06,756] ERROR:ncclient.transport.ssh:Exception (client): Error reading SSH protocol banner -[2024-09-13 12:13:06,756] ERROR:ncclient.transport.ssh:Traceback (most recent call last): -[2024-09-13 12:13:06,756] ERROR:ncclient.transport.ssh: File "/usr/local/lib/python3.9/site-packages/paramiko/transport.py", line 2270, in _check_banner -[2024-09-13 12:13:06,757] ERROR:ncclient.transport.ssh: buf = self.packetizer.readline(timeout) -[2024-09-13 12:13:06,757] ERROR:ncclient.transport.ssh: File "/usr/local/lib/python3.9/site-packages/paramiko/packet.py", line 380, in readline -[2024-09-13 12:13:06,757] ERROR:ncclient.transport.ssh: buf += self._read_timeout(timeout) -[2024-09-13 12:13:06,757] ERROR:ncclient.transport.ssh: File "/usr/local/lib/python3.9/site-packages/paramiko/packet.py", line 609, in _read_timeout -[2024-09-13 12:13:06,757] ERROR:ncclient.transport.ssh: raise EOFError() -[2024-09-13 12:13:06,757] ERROR:ncclient.transport.ssh:EOFError -[2024-09-13 12:13:06,757] ERROR:ncclient.transport.ssh: -[2024-09-13 12:13:06,757] ERROR:ncclient.transport.ssh:During handling of the above exception, another exception occurred: -[2024-09-13 12:13:06,758] ERROR:ncclient.transport.ssh: -[2024-09-13 12:13:06,758] ERROR:ncclient.transport.ssh:Traceback (most recent call last): -[2024-09-13 12:13:06,758] ERROR:ncclient.transport.ssh: File "/usr/local/lib/python3.9/site-packages/paramiko/transport.py", line 2093, in run -[2024-09-13 12:13:06,758] ERROR:ncclient.transport.ssh: self._check_banner() -[2024-09-13 12:13:06,758] ERROR:ncclient.transport.ssh: File "/usr/local/lib/python3.9/site-packages/paramiko/transport.py", line 2274, in _check_banner -[2024-09-13 12:13:06,758] ERROR:ncclient.transport.ssh: raise SSHException( -[2024-09-13 12:13:06,758] ERROR:ncclient.transport.ssh:paramiko.ssh_exception.SSHException: Error reading SSH protocol banner -[2024-09-13 12:13:06,758] ERROR:ncclient.transport.ssh: -[2024-09-13 12:13:06,759] ERROR:device.service.DeviceServiceServicerImpl:AddDevice exception -Traceback (most recent call last): - File "/usr/local/lib/python3.9/site-packages/paramiko/transport.py", line 2270, in _check_banner - buf = self.packetizer.readline(timeout) - File "/usr/local/lib/python3.9/site-packages/paramiko/packet.py", line 380, in readline - buf += self._read_timeout(timeout) - File "/usr/local/lib/python3.9/site-packages/paramiko/packet.py", line 609, in _read_timeout - raise EOFError() -EOFError - -During handling of the above exception, another exception occurred: - -Traceback (most recent call last): - File "/usr/local/lib/python3.9/site-packages/ncclient/transport/ssh.py", line 331, in connect - self._transport.start_client() - File "/usr/local/lib/python3.9/site-packages/paramiko/transport.py", line 698, in start_client - raise e - File "/usr/local/lib/python3.9/site-packages/paramiko/transport.py", line 2093, in run - self._check_banner() - File "/usr/local/lib/python3.9/site-packages/paramiko/transport.py", line 2274, in _check_banner - raise SSHException( -paramiko.ssh_exception.SSHException: Error reading SSH protocol banner - -During handling of the above exception, another exception occurred: - -Traceback (most recent call last): - File "/var/teraflow/common/method_wrappers/Decorator.py", line 220, in inner_wrapper - reply = func(self, request, grpc_context) - File "/var/teraflow/device/service/DeviceServiceServicerImpl.py", line 102, in AddDevice - driver : _Driver = get_driver(self.driver_instance_cache, device) - File "/var/teraflow/device/service/driver_api/DriverInstanceCache.py", line 105, in get_driver - driver : _Driver = driver_instance_cache.get( - File "/var/teraflow/device/service/driver_api/DriverInstanceCache.py", line 57, in get - driver_instance : _Driver = driver_class(address, port, device_uuid=device_uuid, **settings) - File "/var/teraflow/device/service/drivers/oc_driver/OCDriver.py", line 234, in __init__ - self.Connect() - File "/var/teraflow/device/service/drivers/oc_driver/OCDriver.py", line 240, in Connect - self.__netconf_handler.connect() - File "/var/teraflow/device/service/drivers/oc_driver/OCDriver.py", line 92, in connect - self.__manager = connect_ssh( - File "/usr/local/lib/python3.9/site-packages/ncclient/manager.py", line 143, in connect_ssh - session.connect(*args, **kwds) - File "/usr/local/lib/python3.9/site-packages/ncclient/transport/ssh.py", line 333, in connect - raise SSHError('Negotiation failed: %s' % e) -ncclient.transport.errors.SSHError: Negotiation failed: Error reading SSH protocol banner -[2024-09-13 12:13:06,759] INFO:device.service.driver_api.DriverInstanceCache:Selecting driver for device(c944aaeb-bbdf-5f2d-b31c-8cc8903045b6) with filter_fields({'device_type': 'optical-roadm', 'driver': [11]})... -[2024-09-13 12:13:06,760] INFO:device.service.driver_api.DriverInstanceCache:Driver(OCDriver) selected for device(c944aaeb-bbdf-5f2d-b31c-8cc8903045b6) with filter_fields({'device_type': 'optical-roadm', 'driver': [11]})... -[2024-09-13 12:13:06,760] INFO:root:setting ocdriver address 172.17.254.22 and 2022 {'allow_agent': False, 'commit_per_rule': False, 'device_params': {'name': 'default'}, 'endpoints': [], 'force_running': False, 'hostkey_verify': False, 'look_for_keys': False, 'manager_params': {'timeout': 120}, 'password': 'admin', 'type': 'optical-roadm', 'username': 'admin'} -[2024-09-13 12:13:07,763] ERROR:ncclient.transport.ssh:Exception (client): Error reading SSH protocol banner -[2024-09-13 12:13:07,764] ERROR:ncclient.transport.ssh:Traceback (most recent call last): -[2024-09-13 12:13:07,764] ERROR:ncclient.transport.ssh: File "/usr/local/lib/python3.9/site-packages/paramiko/transport.py", line 2270, in _check_banner -[2024-09-13 12:13:07,764] ERROR:ncclient.transport.ssh: buf = self.packetizer.readline(timeout) -[2024-09-13 12:13:07,764] ERROR:ncclient.transport.ssh: File "/usr/local/lib/python3.9/site-packages/paramiko/packet.py", line 380, in readline -[2024-09-13 12:13:07,764] ERROR:ncclient.transport.ssh: buf += self._read_timeout(timeout) -[2024-09-13 12:13:07,764] ERROR:ncclient.transport.ssh: File "/usr/local/lib/python3.9/site-packages/paramiko/packet.py", line 609, in _read_timeout -[2024-09-13 12:13:07,764] ERROR:ncclient.transport.ssh: raise EOFError() -[2024-09-13 12:13:07,764] ERROR:ncclient.transport.ssh:EOFError -[2024-09-13 12:13:07,764] ERROR:ncclient.transport.ssh: -[2024-09-13 12:13:07,765] ERROR:ncclient.transport.ssh:During handling of the above exception, another exception occurred: -[2024-09-13 12:13:07,765] ERROR:ncclient.transport.ssh: -[2024-09-13 12:13:07,765] ERROR:ncclient.transport.ssh:Traceback (most recent call last): -[2024-09-13 12:13:07,765] ERROR:ncclient.transport.ssh: File "/usr/local/lib/python3.9/site-packages/paramiko/transport.py", line 2093, in run -[2024-09-13 12:13:07,765] ERROR:ncclient.transport.ssh: self._check_banner() -[2024-09-13 12:13:07,765] ERROR:ncclient.transport.ssh: File "/usr/local/lib/python3.9/site-packages/paramiko/transport.py", line 2274, in _check_banner -[2024-09-13 12:13:07,765] ERROR:ncclient.transport.ssh: raise SSHException( -[2024-09-13 12:13:07,765] ERROR:ncclient.transport.ssh:paramiko.ssh_exception.SSHException: Error reading SSH protocol banner -[2024-09-13 12:13:07,765] ERROR:ncclient.transport.ssh: -[2024-09-13 12:13:07,765] ERROR:device.service.DeviceServiceServicerImpl:AddDevice exception -Traceback (most recent call last): - File "/usr/local/lib/python3.9/site-packages/paramiko/transport.py", line 2270, in _check_banner - buf = self.packetizer.readline(timeout) - File "/usr/local/lib/python3.9/site-packages/paramiko/packet.py", line 380, in readline - buf += self._read_timeout(timeout) - File "/usr/local/lib/python3.9/site-packages/paramiko/packet.py", line 609, in _read_timeout - raise EOFError() -EOFError - -During handling of the above exception, another exception occurred: - -Traceback (most recent call last): - File "/usr/local/lib/python3.9/site-packages/ncclient/transport/ssh.py", line 331, in connect - self._transport.start_client() - File "/usr/local/lib/python3.9/site-packages/paramiko/transport.py", line 698, in start_client - raise e - File "/usr/local/lib/python3.9/site-packages/paramiko/transport.py", line 2093, in run - self._check_banner() - File "/usr/local/lib/python3.9/site-packages/paramiko/transport.py", line 2274, in _check_banner - raise SSHException( -paramiko.ssh_exception.SSHException: Error reading SSH protocol banner - -During handling of the above exception, another exception occurred: - -Traceback (most recent call last): - File "/var/teraflow/common/method_wrappers/Decorator.py", line 220, in inner_wrapper - reply = func(self, request, grpc_context) - File "/var/teraflow/device/service/DeviceServiceServicerImpl.py", line 102, in AddDevice - driver : _Driver = get_driver(self.driver_instance_cache, device) - File "/var/teraflow/device/service/driver_api/DriverInstanceCache.py", line 105, in get_driver - driver : _Driver = driver_instance_cache.get( - File "/var/teraflow/device/service/driver_api/DriverInstanceCache.py", line 57, in get - driver_instance : _Driver = driver_class(address, port, device_uuid=device_uuid, **settings) - File "/var/teraflow/device/service/drivers/oc_driver/OCDriver.py", line 234, in __init__ - self.Connect() - File "/var/teraflow/device/service/drivers/oc_driver/OCDriver.py", line 240, in Connect - self.__netconf_handler.connect() - File "/var/teraflow/device/service/drivers/oc_driver/OCDriver.py", line 92, in connect - self.__manager = connect_ssh( - File "/usr/local/lib/python3.9/site-packages/ncclient/manager.py", line 143, in connect_ssh - session.connect(*args, **kwds) - File "/usr/local/lib/python3.9/site-packages/ncclient/transport/ssh.py", line 333, in connect - raise SSHError('Negotiation failed: %s' % e) -ncclient.transport.errors.SSHError: Negotiation failed: Error reading SSH protocol banner -[2024-09-13 12:13:07,766] INFO:device.service.driver_api.DriverInstanceCache:Selecting driver for device(ce0cdfdd-2182-5027-8177-676ca3244f9d) with filter_fields({'device_type': 'optical-transponder', 'driver': [11]})... -[2024-09-13 12:13:07,766] INFO:device.service.driver_api.DriverInstanceCache:Driver(OCDriver) selected for device(ce0cdfdd-2182-5027-8177-676ca3244f9d) with filter_fields({'device_type': 'optical-transponder', 'driver': [11]})... -[2024-09-13 12:13:07,767] INFO:root:setting ocdriver address 172.17.254.42 and 2022 {'allow_agent': False, 'commit_per_rule': False, 'device_params': {'name': 'default'}, 'endpoints': [], 'force_running': False, 'hostkey_verify': False, 'look_for_keys': False, 'manager_params': {'timeout': 120}, 'password': 'admin', 'type': 'optical-transponder', 'username': 'admin'} -[2024-09-13 12:13:08,769] ERROR:ncclient.transport.ssh:Exception (client): Error reading SSH protocol banner -[2024-09-13 12:13:08,769] ERROR:ncclient.transport.ssh:Traceback (most recent call last): -[2024-09-13 12:13:08,770] ERROR:ncclient.transport.ssh: File "/usr/local/lib/python3.9/site-packages/paramiko/transport.py", line 2270, in _check_banner -[2024-09-13 12:13:08,770] ERROR:ncclient.transport.ssh: buf = self.packetizer.readline(timeout) -[2024-09-13 12:13:08,770] ERROR:ncclient.transport.ssh: File "/usr/local/lib/python3.9/site-packages/paramiko/packet.py", line 380, in readline -[2024-09-13 12:13:08,770] ERROR:ncclient.transport.ssh: buf += self._read_timeout(timeout) -[2024-09-13 12:13:08,770] ERROR:ncclient.transport.ssh: File "/usr/local/lib/python3.9/site-packages/paramiko/packet.py", line 609, in _read_timeout -[2024-09-13 12:13:08,770] ERROR:ncclient.transport.ssh: raise EOFError() -[2024-09-13 12:13:08,770] ERROR:ncclient.transport.ssh:EOFError -[2024-09-13 12:13:08,770] ERROR:ncclient.transport.ssh: -[2024-09-13 12:13:08,770] ERROR:ncclient.transport.ssh:During handling of the above exception, another exception occurred: -[2024-09-13 12:13:08,770] ERROR:ncclient.transport.ssh: -[2024-09-13 12:13:08,770] ERROR:ncclient.transport.ssh:Traceback (most recent call last): -[2024-09-13 12:13:08,770] ERROR:ncclient.transport.ssh: File "/usr/local/lib/python3.9/site-packages/paramiko/transport.py", line 2093, in run -[2024-09-13 12:13:08,770] ERROR:ncclient.transport.ssh: self._check_banner() -[2024-09-13 12:13:08,771] ERROR:ncclient.transport.ssh: File "/usr/local/lib/python3.9/site-packages/paramiko/transport.py", line 2274, in _check_banner -[2024-09-13 12:13:08,771] ERROR:ncclient.transport.ssh: raise SSHException( -[2024-09-13 12:13:08,771] ERROR:ncclient.transport.ssh:paramiko.ssh_exception.SSHException: Error reading SSH protocol banner -[2024-09-13 12:13:08,771] ERROR:ncclient.transport.ssh: -[2024-09-13 12:13:08,771] ERROR:device.service.DeviceServiceServicerImpl:AddDevice exception -Traceback (most recent call last): - File "/usr/local/lib/python3.9/site-packages/paramiko/transport.py", line 2270, in _check_banner - buf = self.packetizer.readline(timeout) - File "/usr/local/lib/python3.9/site-packages/paramiko/packet.py", line 380, in readline - buf += self._read_timeout(timeout) - File "/usr/local/lib/python3.9/site-packages/paramiko/packet.py", line 609, in _read_timeout - raise EOFError() -EOFError - -During handling of the above exception, another exception occurred: - -Traceback (most recent call last): - File "/usr/local/lib/python3.9/site-packages/ncclient/transport/ssh.py", line 331, in connect - self._transport.start_client() - File "/usr/local/lib/python3.9/site-packages/paramiko/transport.py", line 698, in start_client - raise e - File "/usr/local/lib/python3.9/site-packages/paramiko/transport.py", line 2093, in run - self._check_banner() - File "/usr/local/lib/python3.9/site-packages/paramiko/transport.py", line 2274, in _check_banner - raise SSHException( -paramiko.ssh_exception.SSHException: Error reading SSH protocol banner - -During handling of the above exception, another exception occurred: - -Traceback (most recent call last): - File "/var/teraflow/common/method_wrappers/Decorator.py", line 220, in inner_wrapper - reply = func(self, request, grpc_context) - File "/var/teraflow/device/service/DeviceServiceServicerImpl.py", line 102, in AddDevice - driver : _Driver = get_driver(self.driver_instance_cache, device) - File "/var/teraflow/device/service/driver_api/DriverInstanceCache.py", line 105, in get_driver - driver : _Driver = driver_instance_cache.get( - File "/var/teraflow/device/service/driver_api/DriverInstanceCache.py", line 57, in get - driver_instance : _Driver = driver_class(address, port, device_uuid=device_uuid, **settings) - File "/var/teraflow/device/service/drivers/oc_driver/OCDriver.py", line 234, in __init__ - self.Connect() - File "/var/teraflow/device/service/drivers/oc_driver/OCDriver.py", line 240, in Connect - self.__netconf_handler.connect() - File "/var/teraflow/device/service/drivers/oc_driver/OCDriver.py", line 92, in connect - self.__manager = connect_ssh( - File "/usr/local/lib/python3.9/site-packages/ncclient/manager.py", line 143, in connect_ssh - session.connect(*args, **kwds) - File "/usr/local/lib/python3.9/site-packages/ncclient/transport/ssh.py", line 333, in connect - raise SSHError('Negotiation failed: %s' % e) -ncclient.transport.errors.SSHError: Negotiation failed: Error reading SSH protocol banner diff --git a/device b/device deleted file mode 100644 index ee73e7803b5af09156b1ab7969dfd67d7c454837..0000000000000000000000000000000000000000 --- a/device +++ /dev/null @@ -1,10754 +0,0 @@ -[2024-07-23 07:52:22,478] INFO:__main__:Starting... -[2024-07-23 07:52:22,513] INFO:device.service.DeviceService:Starting Service (tentative endpoint: 0.0.0.0:2020, max_workers: 200)... -[2024-07-23 07:52:22,628] INFO:device.service.DeviceService:Listening on 0.0.0.0:2020... -[2024-07-23 07:52:22,648] INFO:__main__:Pre-loading drivers... -[2024-07-23 07:53:39,977] INFO:device.service.DeviceServiceServicerImpl:connection_config_rules {'address': '172.17.254.41', 'port': '2022', 'settings': '{\n"allow_agent": false,\n"commit_per_rule": false,\n"device_params": {\n"name": "default"\n},\n"endpoints": [],\n"force_running": false,\n"hostkey_verify": false,\n"look_for_keys": false,\n"manager_params": {\n"timeout": 120\n},\n"password": "admin",\n"type": "optical-transponder",\n"username": "admin"\n}'} -[2024-07-23 07:53:39,977] INFO:device.service.DeviceServiceServicerImpl:lenght of connection_config_rules 3 -[2024-07-23 07:53:39,980] INFO:device.service.DeviceServiceServicerImpl:connection_config_rules {'address': '172.17.254.41', 'port': '2022', 'settings': '{\n"allow_agent": false,\n"commit_per_rule": false,\n"device_params": {\n"name": "default"\n},\n"endpoints": [],\n"force_running": false,\n"hostkey_verify": false,\n"look_for_keys": false,\n"manager_params": {\n"timeout": 120\n},\n"password": "admin",\n"type": "optical-transponder",\n"username": "admin"\n}'} -[2024-07-23 07:53:39,980] INFO:device.service.DeviceServiceServicerImpl:lenght of connection_config_rules 3 -[2024-07-23 07:53:39,982] INFO:device.service.DeviceServiceServicerImpl:connection_config_rules {'address': '172.17.254.41', 'port': '2022', 'settings': '{\n"allow_agent": false,\n"commit_per_rule": false,\n"device_params": {\n"name": "default"\n},\n"endpoints": [],\n"force_running": false,\n"hostkey_verify": false,\n"look_for_keys": false,\n"manager_params": {\n"timeout": 120\n},\n"password": "admin",\n"type": "optical-transponder",\n"username": "admin"\n}'} -[2024-07-23 07:53:39,982] INFO:device.service.DeviceServiceServicerImpl:lenght of connection_config_rules 3 -[2024-07-23 07:53:39,985] INFO:device.service.DeviceServiceServicerImpl:connection_config_rules {'address': '172.17.254.42', 'port': '2022', 'settings': '{\n"allow_agent": false,\n"commit_per_rule": false,\n"device_params": {\n"name": "default"\n},\n"endpoints": [],\n"force_running": false,\n"hostkey_verify": false,\n"look_for_keys": false,\n"manager_params": {\n"timeout": 120\n},\n"password": "admin",\n"type": "optical-transponder",\n"username": "admin"\n}'} -[2024-07-23 07:53:39,985] INFO:device.service.DeviceServiceServicerImpl:lenght of connection_config_rules 3 -[2024-07-23 07:53:39,993] INFO:device.service.DeviceServiceServicerImpl:connection_config_rules {'address': '172.17.254.22', 'port': '2022', 'settings': '{\n"allow_agent": false,\n"commit_per_rule": false,\n"device_params": {\n"name": "default"\n},\n"endpoints": [],\n"force_running": false,\n"hostkey_verify": false,\n"look_for_keys": false,\n"manager_params": {\n"timeout": 120\n},\n"password": "admin",\n"type": "optical-roadm",\n"username": "admin"\n}'} -[2024-07-23 07:53:39,993] INFO:device.service.DeviceServiceServicerImpl:lenght of connection_config_rules 3 -[2024-07-23 07:53:39,994] INFO:device.service.DeviceServiceServicerImpl:connection_config_rules {'address': '172.17.254.22', 'port': '2022', 'settings': '{\n"allow_agent": false,\n"commit_per_rule": false,\n"device_params": {\n"name": "default"\n},\n"endpoints": [],\n"force_running": false,\n"hostkey_verify": false,\n"look_for_keys": false,\n"manager_params": {\n"timeout": 120\n},\n"password": "admin",\n"type": "optical-roadm",\n"username": "admin"\n}'} -[2024-07-23 07:53:39,995] INFO:device.service.DeviceServiceServicerImpl:lenght of connection_config_rules 3 -[2024-07-23 07:53:39,997] INFO:device.service.DeviceServiceServicerImpl:connection_config_rules {'address': '172.17.254.42', 'port': '2022', 'settings': '{\n"allow_agent": false,\n"commit_per_rule": false,\n"device_params": {\n"name": "default"\n},\n"endpoints": [],\n"force_running": false,\n"hostkey_verify": false,\n"look_for_keys": false,\n"manager_params": {\n"timeout": 120\n},\n"password": "admin",\n"type": "optical-transponder",\n"username": "admin"\n}'} -[2024-07-23 07:53:39,997] INFO:device.service.DeviceServiceServicerImpl:lenght of connection_config_rules 3 -[2024-07-23 07:53:39,999] INFO:device.service.DeviceServiceServicerImpl:connection_config_rules {'address': '172.17.254.42', 'port': '2022', 'settings': '{\n"allow_agent": false,\n"commit_per_rule": false,\n"device_params": {\n"name": "default"\n},\n"endpoints": [],\n"force_running": false,\n"hostkey_verify": false,\n"look_for_keys": false,\n"manager_params": {\n"timeout": 120\n},\n"password": "admin",\n"type": "optical-transponder",\n"username": "admin"\n}'} -[2024-07-23 07:53:39,999] INFO:device.service.DeviceServiceServicerImpl:lenght of connection_config_rules 3 -[2024-07-23 07:53:41,991] INFO:device.service.driver_api.DriverInstanceCache:Selecting driver for device(cf618e18-c0a1-58c4-9827-943a2c0523d6) with filter_fields({'device_type': 'optical-transponder', 'driver': [11]})... -[2024-07-23 07:53:41,991] INFO:device.service.driver_api.DriverInstanceCache:Driver(OCDriver) selected for device(cf618e18-c0a1-58c4-9827-943a2c0523d6) with filter_fields({'device_type': 'optical-transponder', 'driver': [11]})... -[2024-07-23 07:53:42,112] INFO:root:setting ocdriver address 172.17.254.41 and 2022 {'allow_agent': False, 'commit_per_rule': False, 'device_params': {'name': 'default'}, 'endpoints': [], 'force_running': False, 'hostkey_verify': False, 'look_for_keys': False, 'manager_params': {'timeout': 120}, 'password': 'admin', 'type': 'optical-transponder', 'username': 'admin'} -[2024-07-23 07:53:42,481] INFO:root:settings {'allow_agent': False, 'commit_per_rule': False, 'device_params': {'name': 'default'}, 'endpoints': [], 'force_running': False, 'hostkey_verify': False, 'look_for_keys': False, 'manager_params': {'timeout': 120}, 'password': 'admin', 'type': 'optical-transponder', 'username': 'admin'} -[2024-07-23 07:53:42,482] INFO:ncclient.operations.rpc:[host 172.17.254.41 session-id 29] Requesting 'Get' -[2024-07-23 07:53:42,483] INFO:device.service.driver_api.DriverInstanceCache:Selecting driver for device(68741528-2e94-5274-ab3c-fddcd8dc05ef) with filter_fields({'device_type': 'optical-roadm', 'driver': [11]})... -[2024-07-23 07:53:42,483] INFO:device.service.driver_api.DriverInstanceCache:Driver(OCDriver) selected for device(68741528-2e94-5274-ab3c-fddcd8dc05ef) with filter_fields({'device_type': 'optical-roadm', 'driver': [11]})... -[2024-07-23 07:53:42,483] INFO:root:setting ocdriver address 172.17.254.22 and 2022 {'allow_agent': False, 'commit_per_rule': False, 'device_params': {'name': 'default'}, 'endpoints': [], 'force_running': False, 'hostkey_verify': False, 'look_for_keys': False, 'manager_params': {'timeout': 120}, 'password': 'admin', 'type': 'optical-roadm', 'username': 'admin'} -[2024-07-23 07:53:42,600] INFO:root:settings {'allow_agent': False, 'commit_per_rule': False, 'device_params': {'name': 'default'}, 'endpoints': [], 'force_running': False, 'hostkey_verify': False, 'look_for_keys': False, 'manager_params': {'timeout': 120}, 'password': 'admin', 'type': 'optical-roadm', 'username': 'admin'} -[2024-07-23 07:53:42,601] INFO:ncclient.operations.rpc:[host 172.17.254.22 session-id 85] Requesting 'Get' -[2024-07-23 07:53:42,601] INFO:device.service.driver_api.DriverInstanceCache:Selecting driver for device(4dbdc2d8-cbde-5e48-a3c0-5161387a58c7) with filter_fields({'device_type': 'optical-transponder', 'driver': [11]})... -[2024-07-23 07:53:42,601] INFO:device.service.driver_api.DriverInstanceCache:Driver(OCDriver) selected for device(4dbdc2d8-cbde-5e48-a3c0-5161387a58c7) with filter_fields({'device_type': 'optical-transponder', 'driver': [11]})... -[2024-07-23 07:53:42,602] INFO:root:setting ocdriver address 172.17.254.41 and 2022 {'allow_agent': False, 'commit_per_rule': False, 'device_params': {'name': 'default'}, 'endpoints': [], 'force_running': False, 'hostkey_verify': False, 'look_for_keys': False, 'manager_params': {'timeout': 120}, 'password': 'admin', 'type': 'optical-transponder', 'username': 'admin'} -[2024-07-23 07:53:42,833] INFO:root:settings {'allow_agent': False, 'commit_per_rule': False, 'device_params': {'name': 'default'}, 'endpoints': [], 'force_running': False, 'hostkey_verify': False, 'look_for_keys': False, 'manager_params': {'timeout': 120}, 'password': 'admin', 'type': 'optical-transponder', 'username': 'admin'} -[2024-07-23 07:53:42,834] INFO:ncclient.operations.rpc:[host 172.17.254.41 session-id 30] Requesting 'Get' -[2024-07-23 07:53:42,835] INFO:device.service.driver_api.DriverInstanceCache:Selecting driver for device(87d74166-65e3-595e-b643-122b4fd0303f) with filter_fields({'device_type': 'optical-transponder', 'driver': [11]})... -[2024-07-23 07:53:42,836] INFO:device.service.driver_api.DriverInstanceCache:Driver(OCDriver) selected for device(87d74166-65e3-595e-b643-122b4fd0303f) with filter_fields({'device_type': 'optical-transponder', 'driver': [11]})... -[2024-07-23 07:53:42,837] INFO:root:setting ocdriver address 172.17.254.42 and 2022 {'allow_agent': False, 'commit_per_rule': False, 'device_params': {'name': 'default'}, 'endpoints': [], 'force_running': False, 'hostkey_verify': False, 'look_for_keys': False, 'manager_params': {'timeout': 120}, 'password': 'admin', 'type': 'optical-transponder', 'username': 'admin'} -[2024-07-23 07:53:42,862] INFO:root:type optical-transponder -[2024-07-23 07:53:42,866] INFO:root:channel_names [{'index': 'channel-1'}, {'index': 'channel-2'}, {'index': 'channel-3'}, {'index': 'channel-4'}] -[2024-07-23 07:53:42,868] INFO:root:resource_key frequency and channgel_name {'index': 'channel-1'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-07-23 07:53:42,870] INFO:root:dic {'frequency': '191600000'} -[2024-07-23 07:53:42,870] INFO:root:resource_key target-output-power and channgel_name {'index': 'channel-1'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-07-23 07:53:42,871] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0'} -[2024-07-23 07:53:42,872] INFO:root:resource_key operational-mode and channgel_name {'index': 'channel-1'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-07-23 07:53:42,915] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0'} -[2024-07-23 07:53:42,916] INFO:root:resource_key line-port and channgel_name {'index': 'channel-1'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-07-23 07:53:42,918] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-1'} -[2024-07-23 07:53:42,920] INFO:root:resource_key frequency and channgel_name {'index': 'channel-2'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-07-23 07:53:42,921] INFO:root:dic {'frequency': '191600000'} -[2024-07-23 07:53:42,921] INFO:root:resource_key target-output-power and channgel_name {'index': 'channel-2'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-07-23 07:53:42,922] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0'} -[2024-07-23 07:53:42,923] INFO:root:resource_key operational-mode and channgel_name {'index': 'channel-2'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-07-23 07:53:42,924] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0'} -[2024-07-23 07:53:42,924] INFO:root:resource_key line-port and channgel_name {'index': 'channel-2'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-07-23 07:53:42,925] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-2'} -[2024-07-23 07:53:42,927] INFO:root:resource_key frequency and channgel_name {'index': 'channel-3'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-07-23 07:53:42,928] INFO:root:dic {'frequency': '191600000'} -[2024-07-23 07:53:42,929] INFO:root:resource_key target-output-power and channgel_name {'index': 'channel-3'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-07-23 07:53:42,930] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0'} -[2024-07-23 07:53:42,930] INFO:root:resource_key operational-mode and channgel_name {'index': 'channel-3'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-07-23 07:53:42,976] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0'} -[2024-07-23 07:53:42,978] INFO:root:resource_key line-port and channgel_name {'index': 'channel-3'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-07-23 07:53:42,982] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-3'} -[2024-07-23 07:53:42,984] INFO:root:resource_key frequency and channgel_name {'index': 'channel-4'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-07-23 07:53:42,986] INFO:root:dic {'frequency': '191600000'} -[2024-07-23 07:53:42,987] INFO:root:resource_key target-output-power and channgel_name {'index': 'channel-4'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-07-23 07:53:42,988] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0'} -[2024-07-23 07:53:42,989] INFO:root:resource_key operational-mode and channgel_name {'index': 'channel-4'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-07-23 07:53:42,990] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0'} -[2024-07-23 07:53:42,990] INFO:root:resource_key line-port and channgel_name {'index': 'channel-4'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-07-23 07:53:42,991] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-4'} -[2024-07-23 07:53:42,993] INFO:root:from OCDriver [('/opticalconfigs/opticalconfig/cf618e18-c0a1-58c4-9827-943a2c0523d6', {'opticalconfig': config: "{\"type\": \"optical-transponder\", \"channels\": [{\"frequency\": \"191600000\", \"target-output-power\": \"100.0\", \"operational-mode\": \"0\", \"line-port\": \"transceiver-1\", \"status\": \"DISABLED\", \"name\": {\"index\": \"channel-1\"}}, {\"frequency\": \"191600000\", \"target-output-power\": \"100.0\", \"operational-mode\": \"0\", \"line-port\": \"transceiver-2\", \"status\": \"DISABLED\", \"name\": {\"index\": \"channel-2\"}}, {\"frequency\": \"191600000\", \"target-output-power\": \"100.0\", \"operational-mode\": \"0\", \"line-port\": \"transceiver-3\", \"status\": \"DISABLED\", \"name\": {\"index\": \"channel-3\"}}, {\"frequency\": \"191600000\", \"target-output-power\": \"100.0\", \"operational-mode\": \"0\", \"line-port\": \"transceiver-4\", \"status\": \"DISABLED\", \"name\": {\"index\": \"channel-4\"}}], \"transceivers\": {\"transceiver\": []}, \"channel_namespace\": \"http://openconfig.net/yang/terminal-device\", \"endpoints\": [{\"endpoint_uuid\": {\"uuid\": {\"index\": \"channel-1\"}}}, {\"endpoint_uuid\": {\"uuid\": {\"index\": \"channel-2\"}}}, {\"endpoint_uuid\": {\"uuid\": {\"index\": \"channel-3\"}}}, {\"endpoint_uuid\": {\"uuid\": {\"index\": \"channel-4\"}}}], \"ports\": [[\"/endpoints/endpoint[1]\", {\"uuid\": \"1\", \"type\": \"port-1\"}], [\"/endpoints/endpoint[2]\", {\"uuid\": \"2\", \"type\": \"port-2\"}], [\"/endpoints/endpoint[3]\", {\"uuid\": \"3\", \"type\": \"port-3\"}], [\"/endpoints/endpoint[4]\", {\"uuid\": \"4\", \"type\": \"port-4\"}]]}" -device_id { - device_uuid { - uuid: "cf618e18-c0a1-58c4-9827-943a2c0523d6" - } -} -}), ('/endpoints/endpoint[1]', {'uuid': '1', 'type': 'port-1'}), ('/endpoints/endpoint[2]', {'uuid': '2', 'type': 'port-2'}), ('/endpoints/endpoint[3]', {'uuid': '3', 'type': 'port-3'}), ('/endpoints/endpoint[4]', {'uuid': '4', 'type': 'port-4'})] -[2024-07-23 07:53:42,994] INFO:device.service.Tools:results_getconfig = [('/opticalconfigs/opticalconfig/cf618e18-c0a1-58c4-9827-943a2c0523d6', {'opticalconfig': config: "{\"type\": \"optical-transponder\", \"channels\": [{\"frequency\": \"191600000\", \"target-output-power\": \"100.0\", \"operational-mode\": \"0\", \"line-port\": \"transceiver-1\", \"status\": \"DISABLED\", \"name\": {\"index\": \"channel-1\"}}, {\"frequency\": \"191600000\", \"target-output-power\": \"100.0\", \"operational-mode\": \"0\", \"line-port\": \"transceiver-2\", \"status\": \"DISABLED\", \"name\": {\"index\": \"channel-2\"}}, {\"frequency\": \"191600000\", \"target-output-power\": \"100.0\", \"operational-mode\": \"0\", \"line-port\": \"transceiver-3\", \"status\": \"DISABLED\", \"name\": {\"index\": \"channel-3\"}}, {\"frequency\": \"191600000\", \"target-output-power\": \"100.0\", \"operational-mode\": \"0\", \"line-port\": \"transceiver-4\", \"status\": \"DISABLED\", \"name\": {\"index\": \"channel-4\"}}], \"transceivers\": {\"transceiver\": []}, \"channel_namespace\": \"http://openconfig.net/yang/terminal-device\", \"endpoints\": [{\"endpoint_uuid\": {\"uuid\": {\"index\": \"channel-1\"}}}, {\"endpoint_uuid\": {\"uuid\": {\"index\": \"channel-2\"}}}, {\"endpoint_uuid\": {\"uuid\": {\"index\": \"channel-3\"}}}, {\"endpoint_uuid\": {\"uuid\": {\"index\": \"channel-4\"}}}], \"ports\": [[\"/endpoints/endpoint[1]\", {\"uuid\": \"1\", \"type\": \"port-1\"}], [\"/endpoints/endpoint[2]\", {\"uuid\": \"2\", \"type\": \"port-2\"}], [\"/endpoints/endpoint[3]\", {\"uuid\": \"3\", \"type\": \"port-3\"}], [\"/endpoints/endpoint[4]\", {\"uuid\": \"4\", \"type\": \"port-4\"}]]}" -device_id { - device_uuid { - uuid: "cf618e18-c0a1-58c4-9827-943a2c0523d6" - } -} -}), ('/endpoints/endpoint[1]', {'uuid': '1', 'type': 'port-1'}), ('/endpoints/endpoint[2]', {'uuid': '2', 'type': 'port-2'}), ('/endpoints/endpoint[3]', {'uuid': '3', 'type': 'port-3'}), ('/endpoints/endpoint[4]', {'uuid': '4', 'type': 'port-4'})] -[2024-07-23 07:53:42,994] INFO:device.service.DeviceServiceServicerImpl:add_device {'new_optical_config': {'opticalconfig': config: "{\"type\": \"optical-transponder\", \"channels\": [{\"frequency\": \"191600000\", \"target-output-power\": \"100.0\", \"operational-mode\": \"0\", \"line-port\": \"transceiver-1\", \"status\": \"DISABLED\", \"name\": {\"index\": \"channel-1\"}}, {\"frequency\": \"191600000\", \"target-output-power\": \"100.0\", \"operational-mode\": \"0\", \"line-port\": \"transceiver-2\", \"status\": \"DISABLED\", \"name\": {\"index\": \"channel-2\"}}, {\"frequency\": \"191600000\", \"target-output-power\": \"100.0\", \"operational-mode\": \"0\", \"line-port\": \"transceiver-3\", \"status\": \"DISABLED\", \"name\": {\"index\": \"channel-3\"}}, {\"frequency\": \"191600000\", \"target-output-power\": \"100.0\", \"operational-mode\": \"0\", \"line-port\": \"transceiver-4\", \"status\": \"DISABLED\", \"name\": {\"index\": \"channel-4\"}}], \"transceivers\": {\"transceiver\": []}, \"channel_namespace\": \"http://openconfig.net/yang/terminal-device\", \"endpoints\": [{\"endpoint_uuid\": {\"uuid\": {\"index\": \"channel-1\"}}}, {\"endpoint_uuid\": {\"uuid\": {\"index\": \"channel-2\"}}}, {\"endpoint_uuid\": {\"uuid\": {\"index\": \"channel-3\"}}}, {\"endpoint_uuid\": {\"uuid\": {\"index\": \"channel-4\"}}}], \"ports\": [[\"/endpoints/endpoint[1]\", {\"uuid\": \"1\", \"type\": \"port-1\"}], [\"/endpoints/endpoint[2]\", {\"uuid\": \"2\", \"type\": \"port-2\"}], [\"/endpoints/endpoint[3]\", {\"uuid\": \"3\", \"type\": \"port-3\"}], [\"/endpoints/endpoint[4]\", {\"uuid\": \"4\", \"type\": \"port-4\"}]]}" -device_id { - device_uuid { - uuid: "cf618e18-c0a1-58c4-9827-943a2c0523d6" - } -} -}} -[2024-07-23 07:53:43,052] INFO:root:settings {'allow_agent': False, 'commit_per_rule': False, 'device_params': {'name': 'default'}, 'endpoints': [], 'force_running': False, 'hostkey_verify': False, 'look_for_keys': False, 'manager_params': {'timeout': 120}, 'password': 'admin', 'type': 'optical-transponder', 'username': 'admin'} -[2024-07-23 07:53:43,052] INFO:ncclient.operations.rpc:[host 172.17.254.42 session-id 29] Requesting 'Get' -[2024-07-23 07:53:43,053] INFO:device.service.driver_api.DriverInstanceCache:Selecting driver for device(27c2ed23-e74a-518f-820d-ae2c8ae23086) with filter_fields({'device_type': 'optical-transponder', 'driver': [11]})... -[2024-07-23 07:53:43,053] INFO:device.service.driver_api.DriverInstanceCache:Driver(OCDriver) selected for device(27c2ed23-e74a-518f-820d-ae2c8ae23086) with filter_fields({'device_type': 'optical-transponder', 'driver': [11]})... -[2024-07-23 07:53:43,054] INFO:root:setting ocdriver address 172.17.254.41 and 2022 {'allow_agent': False, 'commit_per_rule': False, 'device_params': {'name': 'default'}, 'endpoints': [], 'force_running': False, 'hostkey_verify': False, 'look_for_keys': False, 'manager_params': {'timeout': 120}, 'password': 'admin', 'type': 'optical-transponder', 'username': 'admin'} -[2024-07-23 07:53:43,153] INFO:root:type optical-transponder -[2024-07-23 07:53:43,157] INFO:root:channel_names [{'index': 'channel-1'}, {'index': 'channel-2'}, {'index': 'channel-3'}, {'index': 'channel-4'}] -[2024-07-23 07:53:43,158] INFO:root:resource_key frequency and channgel_name {'index': 'channel-1'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-07-23 07:53:43,160] INFO:root:dic {'frequency': '191600000'} -[2024-07-23 07:53:43,160] INFO:root:resource_key target-output-power and channgel_name {'index': 'channel-1'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-07-23 07:53:43,161] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0'} -[2024-07-23 07:53:43,161] INFO:root:resource_key operational-mode and channgel_name {'index': 'channel-1'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-07-23 07:53:43,162] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0'} -[2024-07-23 07:53:43,163] INFO:root:resource_key line-port and channgel_name {'index': 'channel-1'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-07-23 07:53:43,164] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-1'} -[2024-07-23 07:53:43,166] INFO:root:resource_key frequency and channgel_name {'index': 'channel-2'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-07-23 07:53:43,167] INFO:root:dic {'frequency': '191600000'} -[2024-07-23 07:53:43,167] INFO:root:resource_key target-output-power and channgel_name {'index': 'channel-2'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-07-23 07:53:43,168] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0'} -[2024-07-23 07:53:43,169] INFO:root:resource_key operational-mode and channgel_name {'index': 'channel-2'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-07-23 07:53:43,170] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0'} -[2024-07-23 07:53:43,170] INFO:root:resource_key line-port and channgel_name {'index': 'channel-2'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-07-23 07:53:43,171] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-2'} -[2024-07-23 07:53:43,173] INFO:root:resource_key frequency and channgel_name {'index': 'channel-3'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-07-23 07:53:43,175] INFO:root:dic {'frequency': '191600000'} -[2024-07-23 07:53:43,175] INFO:root:resource_key target-output-power and channgel_name {'index': 'channel-3'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-07-23 07:53:43,176] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0'} -[2024-07-23 07:53:43,177] INFO:root:resource_key operational-mode and channgel_name {'index': 'channel-3'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-07-23 07:53:43,178] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0'} -[2024-07-23 07:53:43,178] INFO:root:resource_key line-port and channgel_name {'index': 'channel-3'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-07-23 07:53:43,179] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-3'} -[2024-07-23 07:53:43,181] INFO:root:resource_key frequency and channgel_name {'index': 'channel-4'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-07-23 07:53:43,182] INFO:root:dic {'frequency': '191600000'} -[2024-07-23 07:53:43,182] INFO:root:resource_key target-output-power and channgel_name {'index': 'channel-4'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-07-23 07:53:43,184] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0'} -[2024-07-23 07:53:43,184] INFO:root:resource_key operational-mode and channgel_name {'index': 'channel-4'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-07-23 07:53:43,185] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0'} -[2024-07-23 07:53:43,185] INFO:root:resource_key line-port and channgel_name {'index': 'channel-4'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-07-23 07:53:43,186] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-4'} -[2024-07-23 07:53:43,188] INFO:root:from OCDriver [('/opticalconfigs/opticalconfig/4dbdc2d8-cbde-5e48-a3c0-5161387a58c7', {'opticalconfig': config: "{\"type\": \"optical-transponder\", \"channels\": [{\"frequency\": \"191600000\", \"target-output-power\": \"100.0\", \"operational-mode\": \"0\", \"line-port\": \"transceiver-1\", \"status\": \"DISABLED\", \"name\": {\"index\": \"channel-1\"}}, {\"frequency\": \"191600000\", \"target-output-power\": \"100.0\", \"operational-mode\": \"0\", \"line-port\": \"transceiver-2\", \"status\": \"DISABLED\", \"name\": {\"index\": \"channel-2\"}}, {\"frequency\": \"191600000\", \"target-output-power\": \"100.0\", \"operational-mode\": \"0\", \"line-port\": \"transceiver-3\", \"status\": \"DISABLED\", \"name\": {\"index\": \"channel-3\"}}, {\"frequency\": \"191600000\", \"target-output-power\": \"100.0\", \"operational-mode\": \"0\", \"line-port\": \"transceiver-4\", \"status\": \"DISABLED\", \"name\": {\"index\": \"channel-4\"}}], \"transceivers\": {\"transceiver\": []}, \"channel_namespace\": \"http://openconfig.net/yang/terminal-device\", \"endpoints\": [{\"endpoint_uuid\": {\"uuid\": {\"index\": \"channel-1\"}}}, {\"endpoint_uuid\": {\"uuid\": {\"index\": \"channel-2\"}}}, {\"endpoint_uuid\": {\"uuid\": {\"index\": \"channel-3\"}}}, {\"endpoint_uuid\": {\"uuid\": {\"index\": \"channel-4\"}}}], \"ports\": [[\"/endpoints/endpoint[1]\", {\"uuid\": \"1\", \"type\": \"port-1\"}], [\"/endpoints/endpoint[2]\", {\"uuid\": \"2\", \"type\": \"port-2\"}], [\"/endpoints/endpoint[3]\", {\"uuid\": \"3\", \"type\": \"port-3\"}], [\"/endpoints/endpoint[4]\", {\"uuid\": \"4\", \"type\": \"port-4\"}]]}" -device_id { - device_uuid { - uuid: "4dbdc2d8-cbde-5e48-a3c0-5161387a58c7" - } -} -}), ('/endpoints/endpoint[1]', {'uuid': '1', 'type': 'port-1'}), ('/endpoints/endpoint[2]', {'uuid': '2', 'type': 'port-2'}), ('/endpoints/endpoint[3]', {'uuid': '3', 'type': 'port-3'}), ('/endpoints/endpoint[4]', {'uuid': '4', 'type': 'port-4'})] -[2024-07-23 07:53:43,189] INFO:device.service.Tools:results_getconfig = [('/opticalconfigs/opticalconfig/4dbdc2d8-cbde-5e48-a3c0-5161387a58c7', {'opticalconfig': config: "{\"type\": \"optical-transponder\", \"channels\": [{\"frequency\": \"191600000\", \"target-output-power\": \"100.0\", \"operational-mode\": \"0\", \"line-port\": \"transceiver-1\", \"status\": \"DISABLED\", \"name\": {\"index\": \"channel-1\"}}, {\"frequency\": \"191600000\", \"target-output-power\": \"100.0\", \"operational-mode\": \"0\", \"line-port\": \"transceiver-2\", \"status\": \"DISABLED\", \"name\": {\"index\": \"channel-2\"}}, {\"frequency\": \"191600000\", \"target-output-power\": \"100.0\", \"operational-mode\": \"0\", \"line-port\": \"transceiver-3\", \"status\": \"DISABLED\", \"name\": {\"index\": \"channel-3\"}}, {\"frequency\": \"191600000\", \"target-output-power\": \"100.0\", \"operational-mode\": \"0\", \"line-port\": \"transceiver-4\", \"status\": \"DISABLED\", \"name\": {\"index\": \"channel-4\"}}], \"transceivers\": {\"transceiver\": []}, \"channel_namespace\": \"http://openconfig.net/yang/terminal-device\", \"endpoints\": [{\"endpoint_uuid\": {\"uuid\": {\"index\": \"channel-1\"}}}, {\"endpoint_uuid\": {\"uuid\": {\"index\": \"channel-2\"}}}, {\"endpoint_uuid\": {\"uuid\": {\"index\": \"channel-3\"}}}, {\"endpoint_uuid\": {\"uuid\": {\"index\": \"channel-4\"}}}], \"ports\": [[\"/endpoints/endpoint[1]\", {\"uuid\": \"1\", \"type\": \"port-1\"}], [\"/endpoints/endpoint[2]\", {\"uuid\": \"2\", \"type\": \"port-2\"}], [\"/endpoints/endpoint[3]\", {\"uuid\": \"3\", \"type\": \"port-3\"}], [\"/endpoints/endpoint[4]\", {\"uuid\": \"4\", \"type\": \"port-4\"}]]}" -device_id { - device_uuid { - uuid: "4dbdc2d8-cbde-5e48-a3c0-5161387a58c7" - } -} -}), ('/endpoints/endpoint[1]', {'uuid': '1', 'type': 'port-1'}), ('/endpoints/endpoint[2]', {'uuid': '2', 'type': 'port-2'}), ('/endpoints/endpoint[3]', {'uuid': '3', 'type': 'port-3'}), ('/endpoints/endpoint[4]', {'uuid': '4', 'type': 'port-4'})] -[2024-07-23 07:53:43,189] INFO:device.service.DeviceServiceServicerImpl:add_device {'new_optical_config': {'opticalconfig': config: "{\"type\": \"optical-transponder\", \"channels\": [{\"frequency\": \"191600000\", \"target-output-power\": \"100.0\", \"operational-mode\": \"0\", \"line-port\": \"transceiver-1\", \"status\": \"DISABLED\", \"name\": {\"index\": \"channel-1\"}}, {\"frequency\": \"191600000\", \"target-output-power\": \"100.0\", \"operational-mode\": \"0\", \"line-port\": \"transceiver-2\", \"status\": \"DISABLED\", \"name\": {\"index\": \"channel-2\"}}, {\"frequency\": \"191600000\", \"target-output-power\": \"100.0\", \"operational-mode\": \"0\", \"line-port\": \"transceiver-3\", \"status\": \"DISABLED\", \"name\": {\"index\": \"channel-3\"}}, {\"frequency\": \"191600000\", \"target-output-power\": \"100.0\", \"operational-mode\": \"0\", \"line-port\": \"transceiver-4\", \"status\": \"DISABLED\", \"name\": {\"index\": \"channel-4\"}}], \"transceivers\": {\"transceiver\": []}, \"channel_namespace\": \"http://openconfig.net/yang/terminal-device\", \"endpoints\": [{\"endpoint_uuid\": {\"uuid\": {\"index\": \"channel-1\"}}}, {\"endpoint_uuid\": {\"uuid\": {\"index\": \"channel-2\"}}}, {\"endpoint_uuid\": {\"uuid\": {\"index\": \"channel-3\"}}}, {\"endpoint_uuid\": {\"uuid\": {\"index\": \"channel-4\"}}}], \"ports\": [[\"/endpoints/endpoint[1]\", {\"uuid\": \"1\", \"type\": \"port-1\"}], [\"/endpoints/endpoint[2]\", {\"uuid\": \"2\", \"type\": \"port-2\"}], [\"/endpoints/endpoint[3]\", {\"uuid\": \"3\", \"type\": \"port-3\"}], [\"/endpoints/endpoint[4]\", {\"uuid\": \"4\", \"type\": \"port-4\"}]]}" -device_id { - device_uuid { - uuid: "4dbdc2d8-cbde-5e48-a3c0-5161387a58c7" - } -} -}} -[2024-07-23 07:53:43,201] INFO:root:settings {'allow_agent': False, 'commit_per_rule': False, 'device_params': {'name': 'default'}, 'endpoints': [], 'force_running': False, 'hostkey_verify': False, 'look_for_keys': False, 'manager_params': {'timeout': 120}, 'password': 'admin', 'type': 'optical-transponder', 'username': 'admin'} -[2024-07-23 07:53:43,201] INFO:ncclient.operations.rpc:[host 172.17.254.41 session-id 31] Requesting 'Get' -[2024-07-23 07:53:43,201] INFO:device.service.driver_api.DriverInstanceCache:Selecting driver for device(c944aaeb-bbdf-5f2d-b31c-8cc8903045b6) with filter_fields({'device_type': 'optical-roadm', 'driver': [11]})... -[2024-07-23 07:53:43,202] INFO:device.service.driver_api.DriverInstanceCache:Driver(OCDriver) selected for device(c944aaeb-bbdf-5f2d-b31c-8cc8903045b6) with filter_fields({'device_type': 'optical-roadm', 'driver': [11]})... -[2024-07-23 07:53:43,202] INFO:root:setting ocdriver address 172.17.254.22 and 2022 {'allow_agent': False, 'commit_per_rule': False, 'device_params': {'name': 'default'}, 'endpoints': [], 'force_running': False, 'hostkey_verify': False, 'look_for_keys': False, 'manager_params': {'timeout': 120}, 'password': 'admin', 'type': 'optical-roadm', 'username': 'admin'} -[2024-07-23 07:53:43,313] INFO:root:settings {'allow_agent': False, 'commit_per_rule': False, 'device_params': {'name': 'default'}, 'endpoints': [], 'force_running': False, 'hostkey_verify': False, 'look_for_keys': False, 'manager_params': {'timeout': 120}, 'password': 'admin', 'type': 'optical-roadm', 'username': 'admin'} -[2024-07-23 07:53:43,313] INFO:ncclient.operations.rpc:[host 172.17.254.22 session-id 87] Requesting 'Get' -[2024-07-23 07:53:43,313] INFO:device.service.driver_api.DriverInstanceCache:Selecting driver for device(ce0cdfdd-2182-5027-8177-676ca3244f9d) with filter_fields({'device_type': 'optical-transponder', 'driver': [11]})... -[2024-07-23 07:53:43,314] INFO:device.service.driver_api.DriverInstanceCache:Driver(OCDriver) selected for device(ce0cdfdd-2182-5027-8177-676ca3244f9d) with filter_fields({'device_type': 'optical-transponder', 'driver': [11]})... -[2024-07-23 07:53:43,314] INFO:root:setting ocdriver address 172.17.254.42 and 2022 {'allow_agent': False, 'commit_per_rule': False, 'device_params': {'name': 'default'}, 'endpoints': [], 'force_running': False, 'hostkey_verify': False, 'look_for_keys': False, 'manager_params': {'timeout': 120}, 'password': 'admin', 'type': 'optical-transponder', 'username': 'admin'} -[2024-07-23 07:53:43,510] INFO:root:type optical-transponder -[2024-07-23 07:53:43,518] INFO:root:channel_names [{'index': 'channel-1'}, {'index': 'channel-2'}, {'index': 'channel-3'}, {'index': 'channel-4'}] -[2024-07-23 07:53:43,522] INFO:root:resource_key frequency and channgel_name {'index': 'channel-1'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-07-23 07:53:43,524] INFO:root:dic {'frequency': '191600000'} -[2024-07-23 07:53:43,525] INFO:root:resource_key target-output-power and channgel_name {'index': 'channel-1'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-07-23 07:53:43,528] INFO:root:type optical-transponder -[2024-07-23 07:53:43,540] INFO:root:channel_names [{'index': 'channel-1'}, {'index': 'channel-2'}, {'index': 'channel-3'}, {'index': 'channel-4'}] -[2024-07-23 07:53:43,544] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0'} -[2024-07-23 07:53:43,545] INFO:root:resource_key operational-mode and channgel_name {'index': 'channel-1'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-07-23 07:53:43,547] INFO:root:resource_key frequency and channgel_name {'index': 'channel-1'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-07-23 07:53:43,551] INFO:root:settings {'allow_agent': False, 'commit_per_rule': False, 'device_params': {'name': 'default'}, 'endpoints': [], 'force_running': False, 'hostkey_verify': False, 'look_for_keys': False, 'manager_params': {'timeout': 120}, 'password': 'admin', 'type': 'optical-transponder', 'username': 'admin'} -[2024-07-23 07:53:43,553] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0'} -[2024-07-23 07:53:43,557] INFO:ncclient.operations.rpc:[host 172.17.254.42 session-id 30] Requesting 'Get' -[2024-07-23 07:53:43,558] INFO:root:resource_key line-port and channgel_name {'index': 'channel-1'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-07-23 07:53:43,562] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-1'} -[2024-07-23 07:53:43,563] INFO:device.service.driver_api.DriverInstanceCache:Selecting driver for device(012c4e67-0024-5f30-b527-55ec6daf2639) with filter_fields({'device_type': 'optical-transponder', 'driver': [11]})... -[2024-07-23 07:53:43,563] INFO:device.service.driver_api.DriverInstanceCache:Driver(OCDriver) selected for device(012c4e67-0024-5f30-b527-55ec6daf2639) with filter_fields({'device_type': 'optical-transponder', 'driver': [11]})... -[2024-07-23 07:53:43,564] INFO:root:setting ocdriver address 172.17.254.42 and 2022 {'allow_agent': False, 'commit_per_rule': False, 'device_params': {'name': 'default'}, 'endpoints': [], 'force_running': False, 'hostkey_verify': False, 'look_for_keys': False, 'manager_params': {'timeout': 120}, 'password': 'admin', 'type': 'optical-transponder', 'username': 'admin'} -[2024-07-23 07:53:43,565] INFO:root:dic {'frequency': '191600000'} -[2024-07-23 07:53:43,565] INFO:root:resource_key target-output-power and channgel_name {'index': 'channel-1'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-07-23 07:53:43,567] INFO:root:resource_key frequency and channgel_name {'index': 'channel-2'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-07-23 07:53:43,569] INFO:root:dic {'frequency': '191600000'} -[2024-07-23 07:53:43,571] INFO:root:resource_key target-output-power and channgel_name {'index': 'channel-2'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-07-23 07:53:43,573] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0'} -[2024-07-23 07:53:43,574] INFO:root:resource_key operational-mode and channgel_name {'index': 'channel-2'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-07-23 07:53:43,577] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0'} -[2024-07-23 07:53:43,578] INFO:root:resource_key operational-mode and channgel_name {'index': 'channel-1'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-07-23 07:53:43,579] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0'} -[2024-07-23 07:53:43,580] INFO:root:resource_key line-port and channgel_name {'index': 'channel-2'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-07-23 07:53:43,582] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0'} -[2024-07-23 07:53:43,583] INFO:root:resource_key line-port and channgel_name {'index': 'channel-1'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-07-23 07:53:43,584] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-2'} -[2024-07-23 07:53:43,585] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-1'} -[2024-07-23 07:53:43,587] INFO:root:resource_key frequency and channgel_name {'index': 'channel-2'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-07-23 07:53:43,588] INFO:root:resource_key frequency and channgel_name {'index': 'channel-3'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-07-23 07:53:43,590] INFO:root:dic {'frequency': '191600000'} -[2024-07-23 07:53:43,590] INFO:root:resource_key target-output-power and channgel_name {'index': 'channel-3'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-07-23 07:53:43,593] INFO:root:dic {'frequency': '191600000'} -[2024-07-23 07:53:43,594] INFO:root:resource_key target-output-power and channgel_name {'index': 'channel-2'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-07-23 07:53:43,593] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0'} -[2024-07-23 07:53:43,595] INFO:root:resource_key operational-mode and channgel_name {'index': 'channel-3'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-07-23 07:53:43,596] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0'} -[2024-07-23 07:53:43,597] INFO:root:resource_key operational-mode and channgel_name {'index': 'channel-2'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-07-23 07:53:43,598] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0'} -[2024-07-23 07:53:43,598] INFO:root:resource_key line-port and channgel_name {'index': 'channel-3'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-07-23 07:53:43,599] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0'} -[2024-07-23 07:53:43,599] INFO:root:resource_key line-port and channgel_name {'index': 'channel-2'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-07-23 07:53:43,600] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-3'} -[2024-07-23 07:53:43,601] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-2'} -[2024-07-23 07:53:43,602] INFO:root:resource_key frequency and channgel_name {'index': 'channel-4'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-07-23 07:53:43,603] INFO:root:resource_key frequency and channgel_name {'index': 'channel-3'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-07-23 07:53:43,604] INFO:root:dic {'frequency': '191600000'} -[2024-07-23 07:53:43,605] INFO:root:resource_key target-output-power and channgel_name {'index': 'channel-4'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-07-23 07:53:43,606] INFO:root:dic {'frequency': '191600000'} -[2024-07-23 07:53:43,606] INFO:root:resource_key target-output-power and channgel_name {'index': 'channel-3'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-07-23 07:53:43,607] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0'} -[2024-07-23 07:53:43,608] INFO:root:resource_key operational-mode and channgel_name {'index': 'channel-4'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-07-23 07:53:43,609] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0'} -[2024-07-23 07:53:43,610] INFO:root:resource_key operational-mode and channgel_name {'index': 'channel-3'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-07-23 07:53:43,609] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0'} -[2024-07-23 07:53:43,610] INFO:root:resource_key line-port and channgel_name {'index': 'channel-4'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-07-23 07:53:43,611] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0'} -[2024-07-23 07:53:43,611] INFO:root:resource_key line-port and channgel_name {'index': 'channel-3'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-07-23 07:53:43,613] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-4'} -[2024-07-23 07:53:43,616] INFO:root:from OCDriver [('/opticalconfigs/opticalconfig/87d74166-65e3-595e-b643-122b4fd0303f', {'opticalconfig': config: "{\"type\": \"optical-transponder\", \"channels\": [{\"frequency\": \"191600000\", \"target-output-power\": \"100.0\", \"operational-mode\": \"0\", \"line-port\": \"transceiver-1\", \"status\": \"DISABLED\", \"name\": {\"index\": \"channel-1\"}}, {\"frequency\": \"191600000\", \"target-output-power\": \"100.0\", \"operational-mode\": \"0\", \"line-port\": \"transceiver-2\", \"status\": \"DISABLED\", \"name\": {\"index\": \"channel-2\"}}, {\"frequency\": \"191600000\", \"target-output-power\": \"100.0\", \"operational-mode\": \"0\", \"line-port\": \"transceiver-3\", \"status\": \"DISABLED\", \"name\": {\"index\": \"channel-3\"}}, {\"frequency\": \"191600000\", \"target-output-power\": \"100.0\", \"operational-mode\": \"0\", \"line-port\": \"transceiver-4\", \"status\": \"DISABLED\", \"name\": {\"index\": \"channel-4\"}}], \"transceivers\": {\"transceiver\": []}, \"channel_namespace\": \"http://openconfig.net/yang/terminal-device\", \"endpoints\": [{\"endpoint_uuid\": {\"uuid\": {\"index\": \"channel-1\"}}}, {\"endpoint_uuid\": {\"uuid\": {\"index\": \"channel-2\"}}}, {\"endpoint_uuid\": {\"uuid\": {\"index\": \"channel-3\"}}}, {\"endpoint_uuid\": {\"uuid\": {\"index\": \"channel-4\"}}}], \"ports\": [[\"/endpoints/endpoint[1]\", {\"uuid\": \"1\", \"type\": \"port-1\"}], [\"/endpoints/endpoint[2]\", {\"uuid\": \"2\", \"type\": \"port-2\"}], [\"/endpoints/endpoint[3]\", {\"uuid\": \"3\", \"type\": \"port-3\"}], [\"/endpoints/endpoint[4]\", {\"uuid\": \"4\", \"type\": \"port-4\"}]]}" -device_id { - device_uuid { - uuid: "87d74166-65e3-595e-b643-122b4fd0303f" - } -} -}), ('/endpoints/endpoint[1]', {'uuid': '1', 'type': 'port-1'}), ('/endpoints/endpoint[2]', {'uuid': '2', 'type': 'port-2'}), ('/endpoints/endpoint[3]', {'uuid': '3', 'type': 'port-3'}), ('/endpoints/endpoint[4]', {'uuid': '4', 'type': 'port-4'})] -[2024-07-23 07:53:43,616] INFO:device.service.Tools:results_getconfig = [('/opticalconfigs/opticalconfig/87d74166-65e3-595e-b643-122b4fd0303f', {'opticalconfig': config: "{\"type\": \"optical-transponder\", \"channels\": [{\"frequency\": \"191600000\", \"target-output-power\": \"100.0\", \"operational-mode\": \"0\", \"line-port\": \"transceiver-1\", \"status\": \"DISABLED\", \"name\": {\"index\": \"channel-1\"}}, {\"frequency\": \"191600000\", \"target-output-power\": \"100.0\", \"operational-mode\": \"0\", \"line-port\": \"transceiver-2\", \"status\": \"DISABLED\", \"name\": {\"index\": \"channel-2\"}}, {\"frequency\": \"191600000\", \"target-output-power\": \"100.0\", \"operational-mode\": \"0\", \"line-port\": \"transceiver-3\", \"status\": \"DISABLED\", \"name\": {\"index\": \"channel-3\"}}, {\"frequency\": \"191600000\", \"target-output-power\": \"100.0\", \"operational-mode\": \"0\", \"line-port\": \"transceiver-4\", \"status\": \"DISABLED\", \"name\": {\"index\": \"channel-4\"}}], \"transceivers\": {\"transceiver\": []}, \"channel_namespace\": \"http://openconfig.net/yang/terminal-device\", \"endpoints\": [{\"endpoint_uuid\": {\"uuid\": {\"index\": \"channel-1\"}}}, {\"endpoint_uuid\": {\"uuid\": {\"index\": \"channel-2\"}}}, {\"endpoint_uuid\": {\"uuid\": {\"index\": \"channel-3\"}}}, {\"endpoint_uuid\": {\"uuid\": {\"index\": \"channel-4\"}}}], \"ports\": [[\"/endpoints/endpoint[1]\", {\"uuid\": \"1\", \"type\": \"port-1\"}], [\"/endpoints/endpoint[2]\", {\"uuid\": \"2\", \"type\": \"port-2\"}], [\"/endpoints/endpoint[3]\", {\"uuid\": \"3\", \"type\": \"port-3\"}], [\"/endpoints/endpoint[4]\", {\"uuid\": \"4\", \"type\": \"port-4\"}]]}" -device_id { - device_uuid { - uuid: "87d74166-65e3-595e-b643-122b4fd0303f" - } -} -}), ('/endpoints/endpoint[1]', {'uuid': '1', 'type': 'port-1'}), ('/endpoints/endpoint[2]', {'uuid': '2', 'type': 'port-2'}), ('/endpoints/endpoint[3]', {'uuid': '3', 'type': 'port-3'}), ('/endpoints/endpoint[4]', {'uuid': '4', 'type': 'port-4'})] -[2024-07-23 07:53:43,617] INFO:device.service.DeviceServiceServicerImpl:add_device {'new_optical_config': {'opticalconfig': config: "{\"type\": \"optical-transponder\", \"channels\": [{\"frequency\": \"191600000\", \"target-output-power\": \"100.0\", \"operational-mode\": \"0\", \"line-port\": \"transceiver-1\", \"status\": \"DISABLED\", \"name\": {\"index\": \"channel-1\"}}, {\"frequency\": \"191600000\", \"target-output-power\": \"100.0\", \"operational-mode\": \"0\", \"line-port\": \"transceiver-2\", \"status\": \"DISABLED\", \"name\": {\"index\": \"channel-2\"}}, {\"frequency\": \"191600000\", \"target-output-power\": \"100.0\", \"operational-mode\": \"0\", \"line-port\": \"transceiver-3\", \"status\": \"DISABLED\", \"name\": {\"index\": \"channel-3\"}}, {\"frequency\": \"191600000\", \"target-output-power\": \"100.0\", \"operational-mode\": \"0\", \"line-port\": \"transceiver-4\", \"status\": \"DISABLED\", \"name\": {\"index\": \"channel-4\"}}], \"transceivers\": {\"transceiver\": []}, \"channel_namespace\": \"http://openconfig.net/yang/terminal-device\", \"endpoints\": [{\"endpoint_uuid\": {\"uuid\": {\"index\": \"channel-1\"}}}, {\"endpoint_uuid\": {\"uuid\": {\"index\": \"channel-2\"}}}, {\"endpoint_uuid\": {\"uuid\": {\"index\": \"channel-3\"}}}, {\"endpoint_uuid\": {\"uuid\": {\"index\": \"channel-4\"}}}], \"ports\": [[\"/endpoints/endpoint[1]\", {\"uuid\": \"1\", \"type\": \"port-1\"}], [\"/endpoints/endpoint[2]\", {\"uuid\": \"2\", \"type\": \"port-2\"}], [\"/endpoints/endpoint[3]\", {\"uuid\": \"3\", \"type\": \"port-3\"}], [\"/endpoints/endpoint[4]\", {\"uuid\": \"4\", \"type\": \"port-4\"}]]}" -device_id { - device_uuid { - uuid: "87d74166-65e3-595e-b643-122b4fd0303f" - } -} -}} -[2024-07-23 07:53:43,617] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-3'} -[2024-07-23 07:53:43,619] INFO:root:resource_key frequency and channgel_name {'index': 'channel-4'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-07-23 07:53:43,620] INFO:root:dic {'frequency': '191600000'} -[2024-07-23 07:53:43,621] INFO:root:resource_key target-output-power and channgel_name {'index': 'channel-4'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-07-23 07:53:43,623] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0'} -[2024-07-23 07:53:43,623] INFO:root:resource_key operational-mode and channgel_name {'index': 'channel-4'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-07-23 07:53:43,624] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0'} -[2024-07-23 07:53:43,629] INFO:root:resource_key line-port and channgel_name {'index': 'channel-4'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-07-23 07:53:43,698] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-4'} -[2024-07-23 07:53:43,702] INFO:root:from OCDriver [('/opticalconfigs/opticalconfig/27c2ed23-e74a-518f-820d-ae2c8ae23086', {'opticalconfig': config: "{\"type\": \"optical-transponder\", \"channels\": [{\"frequency\": \"191600000\", \"target-output-power\": \"100.0\", \"operational-mode\": \"0\", \"line-port\": \"transceiver-1\", \"status\": \"DISABLED\", \"name\": {\"index\": \"channel-1\"}}, {\"frequency\": \"191600000\", \"target-output-power\": \"100.0\", \"operational-mode\": \"0\", \"line-port\": \"transceiver-2\", \"status\": \"DISABLED\", \"name\": {\"index\": \"channel-2\"}}, {\"frequency\": \"191600000\", \"target-output-power\": \"100.0\", \"operational-mode\": \"0\", \"line-port\": \"transceiver-3\", \"status\": \"DISABLED\", \"name\": {\"index\": \"channel-3\"}}, {\"frequency\": \"191600000\", \"target-output-power\": \"100.0\", \"operational-mode\": \"0\", \"line-port\": \"transceiver-4\", \"status\": \"DISABLED\", \"name\": {\"index\": \"channel-4\"}}], \"transceivers\": {\"transceiver\": []}, \"channel_namespace\": \"http://openconfig.net/yang/terminal-device\", \"endpoints\": [{\"endpoint_uuid\": {\"uuid\": {\"index\": \"channel-1\"}}}, {\"endpoint_uuid\": {\"uuid\": {\"index\": \"channel-2\"}}}, {\"endpoint_uuid\": {\"uuid\": {\"index\": \"channel-3\"}}}, {\"endpoint_uuid\": {\"uuid\": {\"index\": \"channel-4\"}}}], \"ports\": [[\"/endpoints/endpoint[1]\", {\"uuid\": \"1\", \"type\": \"port-1\"}], [\"/endpoints/endpoint[2]\", {\"uuid\": \"2\", \"type\": \"port-2\"}], [\"/endpoints/endpoint[3]\", {\"uuid\": \"3\", \"type\": \"port-3\"}], [\"/endpoints/endpoint[4]\", {\"uuid\": \"4\", \"type\": \"port-4\"}]]}" -device_id { - device_uuid { - uuid: "27c2ed23-e74a-518f-820d-ae2c8ae23086" - } -} -}), ('/endpoints/endpoint[1]', {'uuid': '1', 'type': 'port-1'}), ('/endpoints/endpoint[2]', {'uuid': '2', 'type': 'port-2'}), ('/endpoints/endpoint[3]', {'uuid': '3', 'type': 'port-3'}), ('/endpoints/endpoint[4]', {'uuid': '4', 'type': 'port-4'})] -[2024-07-23 07:53:43,702] INFO:device.service.Tools:results_getconfig = [('/opticalconfigs/opticalconfig/27c2ed23-e74a-518f-820d-ae2c8ae23086', {'opticalconfig': config: "{\"type\": \"optical-transponder\", \"channels\": [{\"frequency\": \"191600000\", \"target-output-power\": \"100.0\", \"operational-mode\": \"0\", \"line-port\": \"transceiver-1\", \"status\": \"DISABLED\", \"name\": {\"index\": \"channel-1\"}}, {\"frequency\": \"191600000\", \"target-output-power\": \"100.0\", \"operational-mode\": \"0\", \"line-port\": \"transceiver-2\", \"status\": \"DISABLED\", \"name\": {\"index\": \"channel-2\"}}, {\"frequency\": \"191600000\", \"target-output-power\": \"100.0\", \"operational-mode\": \"0\", \"line-port\": \"transceiver-3\", \"status\": \"DISABLED\", \"name\": {\"index\": \"channel-3\"}}, {\"frequency\": \"191600000\", \"target-output-power\": \"100.0\", \"operational-mode\": \"0\", \"line-port\": \"transceiver-4\", \"status\": \"DISABLED\", \"name\": {\"index\": \"channel-4\"}}], \"transceivers\": {\"transceiver\": []}, \"channel_namespace\": \"http://openconfig.net/yang/terminal-device\", \"endpoints\": [{\"endpoint_uuid\": {\"uuid\": {\"index\": \"channel-1\"}}}, {\"endpoint_uuid\": {\"uuid\": {\"index\": \"channel-2\"}}}, {\"endpoint_uuid\": {\"uuid\": {\"index\": \"channel-3\"}}}, {\"endpoint_uuid\": {\"uuid\": {\"index\": \"channel-4\"}}}], \"ports\": [[\"/endpoints/endpoint[1]\", {\"uuid\": \"1\", \"type\": \"port-1\"}], [\"/endpoints/endpoint[2]\", {\"uuid\": \"2\", \"type\": \"port-2\"}], [\"/endpoints/endpoint[3]\", {\"uuid\": \"3\", \"type\": \"port-3\"}], [\"/endpoints/endpoint[4]\", {\"uuid\": \"4\", \"type\": \"port-4\"}]]}" -device_id { - device_uuid { - uuid: "27c2ed23-e74a-518f-820d-ae2c8ae23086" - } -} -}), ('/endpoints/endpoint[1]', {'uuid': '1', 'type': 'port-1'}), ('/endpoints/endpoint[2]', {'uuid': '2', 'type': 'port-2'}), ('/endpoints/endpoint[3]', {'uuid': '3', 'type': 'port-3'}), ('/endpoints/endpoint[4]', {'uuid': '4', 'type': 'port-4'})] -[2024-07-23 07:53:43,702] INFO:device.service.DeviceServiceServicerImpl:add_device {'new_optical_config': {'opticalconfig': config: "{\"type\": \"optical-transponder\", \"channels\": [{\"frequency\": \"191600000\", \"target-output-power\": \"100.0\", \"operational-mode\": \"0\", \"line-port\": \"transceiver-1\", \"status\": \"DISABLED\", \"name\": {\"index\": \"channel-1\"}}, {\"frequency\": \"191600000\", \"target-output-power\": \"100.0\", \"operational-mode\": \"0\", \"line-port\": \"transceiver-2\", \"status\": \"DISABLED\", \"name\": {\"index\": \"channel-2\"}}, {\"frequency\": \"191600000\", \"target-output-power\": \"100.0\", \"operational-mode\": \"0\", \"line-port\": \"transceiver-3\", \"status\": \"DISABLED\", \"name\": {\"index\": \"channel-3\"}}, {\"frequency\": \"191600000\", \"target-output-power\": \"100.0\", \"operational-mode\": \"0\", \"line-port\": \"transceiver-4\", \"status\": \"DISABLED\", \"name\": {\"index\": \"channel-4\"}}], \"transceivers\": {\"transceiver\": []}, \"channel_namespace\": \"http://openconfig.net/yang/terminal-device\", \"endpoints\": [{\"endpoint_uuid\": {\"uuid\": {\"index\": \"channel-1\"}}}, {\"endpoint_uuid\": {\"uuid\": {\"index\": \"channel-2\"}}}, {\"endpoint_uuid\": {\"uuid\": {\"index\": \"channel-3\"}}}, {\"endpoint_uuid\": {\"uuid\": {\"index\": \"channel-4\"}}}], \"ports\": [[\"/endpoints/endpoint[1]\", {\"uuid\": \"1\", \"type\": \"port-1\"}], [\"/endpoints/endpoint[2]\", {\"uuid\": \"2\", \"type\": \"port-2\"}], [\"/endpoints/endpoint[3]\", {\"uuid\": \"3\", \"type\": \"port-3\"}], [\"/endpoints/endpoint[4]\", {\"uuid\": \"4\", \"type\": \"port-4\"}]]}" -device_id { - device_uuid { - uuid: "27c2ed23-e74a-518f-820d-ae2c8ae23086" - } -} -}} -[2024-07-23 07:53:43,870] INFO:root:type optical-transponder -[2024-07-23 07:53:43,891] INFO:root:channel_names [{'index': 'channel-1'}, {'index': 'channel-2'}, {'index': 'channel-3'}, {'index': 'channel-4'}] -[2024-07-23 07:53:43,896] INFO:root:resource_key frequency and channgel_name {'index': 'channel-1'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-07-23 07:53:43,900] INFO:root:dic {'frequency': '191600000'} -[2024-07-23 07:53:43,901] INFO:root:resource_key target-output-power and channgel_name {'index': 'channel-1'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-07-23 07:53:43,906] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0'} -[2024-07-23 07:53:43,907] INFO:root:settings {'allow_agent': False, 'commit_per_rule': False, 'device_params': {'name': 'default'}, 'endpoints': [], 'force_running': False, 'hostkey_verify': False, 'look_for_keys': False, 'manager_params': {'timeout': 120}, 'password': 'admin', 'type': 'optical-transponder', 'username': 'admin'} -[2024-07-23 07:53:43,908] INFO:ncclient.operations.rpc:[host 172.17.254.42 session-id 31] Requesting 'Get' -[2024-07-23 07:53:43,908] INFO:root:resource_key operational-mode and channgel_name {'index': 'channel-1'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-07-23 07:53:43,913] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0'} -[2024-07-23 07:53:43,915] INFO:root:resource_key line-port and channgel_name {'index': 'channel-1'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-07-23 07:53:43,921] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-1'} -[2024-07-23 07:53:43,923] INFO:root:resource_key frequency and channgel_name {'index': 'channel-2'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-07-23 07:53:43,924] INFO:root:dic {'frequency': '191600000'} -[2024-07-23 07:53:43,924] INFO:root:resource_key target-output-power and channgel_name {'index': 'channel-2'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-07-23 07:53:43,925] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0'} -[2024-07-23 07:53:43,926] INFO:root:resource_key operational-mode and channgel_name {'index': 'channel-2'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-07-23 07:53:43,927] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0'} -[2024-07-23 07:53:43,927] INFO:root:resource_key line-port and channgel_name {'index': 'channel-2'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-07-23 07:53:43,928] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-2'} -[2024-07-23 07:53:43,930] INFO:root:resource_key frequency and channgel_name {'index': 'channel-3'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-07-23 07:53:43,934] INFO:root:dic {'frequency': '191600000'} -[2024-07-23 07:53:43,934] INFO:root:resource_key target-output-power and channgel_name {'index': 'channel-3'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-07-23 07:53:43,936] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0'} -[2024-07-23 07:53:43,936] INFO:root:resource_key operational-mode and channgel_name {'index': 'channel-3'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-07-23 07:53:43,937] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0'} -[2024-07-23 07:53:43,937] INFO:root:resource_key line-port and channgel_name {'index': 'channel-3'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-07-23 07:53:43,939] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-3'} -[2024-07-23 07:53:43,940] INFO:root:resource_key frequency and channgel_name {'index': 'channel-4'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-07-23 07:53:43,943] INFO:root:dic {'frequency': '191600000'} -[2024-07-23 07:53:43,943] INFO:root:resource_key target-output-power and channgel_name {'index': 'channel-4'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-07-23 07:53:43,945] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0'} -[2024-07-23 07:53:43,945] INFO:root:resource_key operational-mode and channgel_name {'index': 'channel-4'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-07-23 07:53:43,949] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0'} -[2024-07-23 07:53:43,949] INFO:root:resource_key line-port and channgel_name {'index': 'channel-4'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-07-23 07:53:43,950] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-4'} -[2024-07-23 07:53:43,952] INFO:root:from OCDriver [('/opticalconfigs/opticalconfig/ce0cdfdd-2182-5027-8177-676ca3244f9d', {'opticalconfig': config: "{\"type\": \"optical-transponder\", \"channels\": [{\"frequency\": \"191600000\", \"target-output-power\": \"100.0\", \"operational-mode\": \"0\", \"line-port\": \"transceiver-1\", \"status\": \"DISABLED\", \"name\": {\"index\": \"channel-1\"}}, {\"frequency\": \"191600000\", \"target-output-power\": \"100.0\", \"operational-mode\": \"0\", \"line-port\": \"transceiver-2\", \"status\": \"DISABLED\", \"name\": {\"index\": \"channel-2\"}}, {\"frequency\": \"191600000\", \"target-output-power\": \"100.0\", \"operational-mode\": \"0\", \"line-port\": \"transceiver-3\", \"status\": \"DISABLED\", \"name\": {\"index\": \"channel-3\"}}, {\"frequency\": \"191600000\", \"target-output-power\": \"100.0\", \"operational-mode\": \"0\", \"line-port\": \"transceiver-4\", \"status\": \"DISABLED\", \"name\": {\"index\": \"channel-4\"}}], \"transceivers\": {\"transceiver\": []}, \"channel_namespace\": \"http://openconfig.net/yang/terminal-device\", \"endpoints\": [{\"endpoint_uuid\": {\"uuid\": {\"index\": \"channel-1\"}}}, {\"endpoint_uuid\": {\"uuid\": {\"index\": \"channel-2\"}}}, {\"endpoint_uuid\": {\"uuid\": {\"index\": \"channel-3\"}}}, {\"endpoint_uuid\": {\"uuid\": {\"index\": \"channel-4\"}}}], \"ports\": [[\"/endpoints/endpoint[1]\", {\"uuid\": \"1\", \"type\": \"port-1\"}], [\"/endpoints/endpoint[2]\", {\"uuid\": \"2\", \"type\": \"port-2\"}], [\"/endpoints/endpoint[3]\", {\"uuid\": \"3\", \"type\": \"port-3\"}], [\"/endpoints/endpoint[4]\", {\"uuid\": \"4\", \"type\": \"port-4\"}]]}" -device_id { - device_uuid { - uuid: "ce0cdfdd-2182-5027-8177-676ca3244f9d" - } -} -}), ('/endpoints/endpoint[1]', {'uuid': '1', 'type': 'port-1'}), ('/endpoints/endpoint[2]', {'uuid': '2', 'type': 'port-2'}), ('/endpoints/endpoint[3]', {'uuid': '3', 'type': 'port-3'}), ('/endpoints/endpoint[4]', {'uuid': '4', 'type': 'port-4'})] -[2024-07-23 07:53:43,953] INFO:device.service.Tools:results_getconfig = [('/opticalconfigs/opticalconfig/ce0cdfdd-2182-5027-8177-676ca3244f9d', {'opticalconfig': config: "{\"type\": \"optical-transponder\", \"channels\": [{\"frequency\": \"191600000\", \"target-output-power\": \"100.0\", \"operational-mode\": \"0\", \"line-port\": \"transceiver-1\", \"status\": \"DISABLED\", \"name\": {\"index\": \"channel-1\"}}, {\"frequency\": \"191600000\", \"target-output-power\": \"100.0\", \"operational-mode\": \"0\", \"line-port\": \"transceiver-2\", \"status\": \"DISABLED\", \"name\": {\"index\": \"channel-2\"}}, {\"frequency\": \"191600000\", \"target-output-power\": \"100.0\", \"operational-mode\": \"0\", \"line-port\": \"transceiver-3\", \"status\": \"DISABLED\", \"name\": {\"index\": \"channel-3\"}}, {\"frequency\": \"191600000\", \"target-output-power\": \"100.0\", \"operational-mode\": \"0\", \"line-port\": \"transceiver-4\", \"status\": \"DISABLED\", \"name\": {\"index\": \"channel-4\"}}], \"transceivers\": {\"transceiver\": []}, \"channel_namespace\": \"http://openconfig.net/yang/terminal-device\", \"endpoints\": [{\"endpoint_uuid\": {\"uuid\": {\"index\": \"channel-1\"}}}, {\"endpoint_uuid\": {\"uuid\": {\"index\": \"channel-2\"}}}, {\"endpoint_uuid\": {\"uuid\": {\"index\": \"channel-3\"}}}, {\"endpoint_uuid\": {\"uuid\": {\"index\": \"channel-4\"}}}], \"ports\": [[\"/endpoints/endpoint[1]\", {\"uuid\": \"1\", \"type\": \"port-1\"}], [\"/endpoints/endpoint[2]\", {\"uuid\": \"2\", \"type\": \"port-2\"}], [\"/endpoints/endpoint[3]\", {\"uuid\": \"3\", \"type\": \"port-3\"}], [\"/endpoints/endpoint[4]\", {\"uuid\": \"4\", \"type\": \"port-4\"}]]}" -device_id { - device_uuid { - uuid: "ce0cdfdd-2182-5027-8177-676ca3244f9d" - } -} -}), ('/endpoints/endpoint[1]', {'uuid': '1', 'type': 'port-1'}), ('/endpoints/endpoint[2]', {'uuid': '2', 'type': 'port-2'}), ('/endpoints/endpoint[3]', {'uuid': '3', 'type': 'port-3'}), ('/endpoints/endpoint[4]', {'uuid': '4', 'type': 'port-4'})] -[2024-07-23 07:53:43,953] INFO:device.service.DeviceServiceServicerImpl:add_device {'new_optical_config': {'opticalconfig': config: "{\"type\": \"optical-transponder\", \"channels\": [{\"frequency\": \"191600000\", \"target-output-power\": \"100.0\", \"operational-mode\": \"0\", \"line-port\": \"transceiver-1\", \"status\": \"DISABLED\", \"name\": {\"index\": \"channel-1\"}}, {\"frequency\": \"191600000\", \"target-output-power\": \"100.0\", \"operational-mode\": \"0\", \"line-port\": \"transceiver-2\", \"status\": \"DISABLED\", \"name\": {\"index\": \"channel-2\"}}, {\"frequency\": \"191600000\", \"target-output-power\": \"100.0\", \"operational-mode\": \"0\", \"line-port\": \"transceiver-3\", \"status\": \"DISABLED\", \"name\": {\"index\": \"channel-3\"}}, {\"frequency\": \"191600000\", \"target-output-power\": \"100.0\", \"operational-mode\": \"0\", \"line-port\": \"transceiver-4\", \"status\": \"DISABLED\", \"name\": {\"index\": \"channel-4\"}}], \"transceivers\": {\"transceiver\": []}, \"channel_namespace\": \"http://openconfig.net/yang/terminal-device\", \"endpoints\": [{\"endpoint_uuid\": {\"uuid\": {\"index\": \"channel-1\"}}}, {\"endpoint_uuid\": {\"uuid\": {\"index\": \"channel-2\"}}}, {\"endpoint_uuid\": {\"uuid\": {\"index\": \"channel-3\"}}}, {\"endpoint_uuid\": {\"uuid\": {\"index\": \"channel-4\"}}}], \"ports\": [[\"/endpoints/endpoint[1]\", {\"uuid\": \"1\", \"type\": \"port-1\"}], [\"/endpoints/endpoint[2]\", {\"uuid\": \"2\", \"type\": \"port-2\"}], [\"/endpoints/endpoint[3]\", {\"uuid\": \"3\", \"type\": \"port-3\"}], [\"/endpoints/endpoint[4]\", {\"uuid\": \"4\", \"type\": \"port-4\"}]]}" -device_id { - device_uuid { - uuid: "ce0cdfdd-2182-5027-8177-676ca3244f9d" - } -} -}} -[2024-07-23 07:53:44,207] INFO:root:type optical-transponder -[2024-07-23 07:53:44,211] INFO:root:channel_names [{'index': 'channel-1'}, {'index': 'channel-2'}, {'index': 'channel-3'}, {'index': 'channel-4'}] -[2024-07-23 07:53:44,213] INFO:root:resource_key frequency and channgel_name {'index': 'channel-1'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-07-23 07:53:44,224] INFO:root:dic {'frequency': '191600000'} -[2024-07-23 07:53:44,224] INFO:root:resource_key target-output-power and channgel_name {'index': 'channel-1'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-07-23 07:53:44,225] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0'} -[2024-07-23 07:53:44,226] INFO:root:resource_key operational-mode and channgel_name {'index': 'channel-1'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-07-23 07:53:44,227] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0'} -[2024-07-23 07:53:44,227] INFO:root:resource_key line-port and channgel_name {'index': 'channel-1'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-07-23 07:53:44,229] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-1'} -[2024-07-23 07:53:44,230] INFO:root:resource_key frequency and channgel_name {'index': 'channel-2'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-07-23 07:53:44,232] INFO:root:dic {'frequency': '191600000'} -[2024-07-23 07:53:44,232] INFO:root:resource_key target-output-power and channgel_name {'index': 'channel-2'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-07-23 07:53:44,239] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0'} -[2024-07-23 07:53:44,239] INFO:root:resource_key operational-mode and channgel_name {'index': 'channel-2'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-07-23 07:53:44,240] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0'} -[2024-07-23 07:53:44,241] INFO:root:resource_key line-port and channgel_name {'index': 'channel-2'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-07-23 07:53:44,242] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-2'} -[2024-07-23 07:53:44,244] INFO:root:resource_key frequency and channgel_name {'index': 'channel-3'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-07-23 07:53:44,245] INFO:root:dic {'frequency': '191600000'} -[2024-07-23 07:53:44,246] INFO:root:resource_key target-output-power and channgel_name {'index': 'channel-3'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-07-23 07:53:44,249] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0'} -[2024-07-23 07:53:44,250] INFO:root:resource_key operational-mode and channgel_name {'index': 'channel-3'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-07-23 07:53:44,251] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0'} -[2024-07-23 07:53:44,251] INFO:root:resource_key line-port and channgel_name {'index': 'channel-3'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-07-23 07:53:44,256] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-3'} -[2024-07-23 07:53:44,259] INFO:root:resource_key frequency and channgel_name {'index': 'channel-4'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-07-23 07:53:44,261] INFO:root:dic {'frequency': '191600000'} -[2024-07-23 07:53:44,261] INFO:root:resource_key target-output-power and channgel_name {'index': 'channel-4'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-07-23 07:53:44,263] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0'} -[2024-07-23 07:53:44,264] INFO:root:resource_key operational-mode and channgel_name {'index': 'channel-4'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-07-23 07:53:44,266] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0'} -[2024-07-23 07:53:44,266] INFO:root:resource_key line-port and channgel_name {'index': 'channel-4'} and channel_namespace http://openconfig.net/yang/terminal-device -[2024-07-23 07:53:44,273] INFO:root:dic {'frequency': '191600000', 'target-output-power': '100.0', 'operational-mode': '0', 'line-port': 'transceiver-4'} -[2024-07-23 07:53:44,277] INFO:root:from OCDriver [('/opticalconfigs/opticalconfig/012c4e67-0024-5f30-b527-55ec6daf2639', {'opticalconfig': config: "{\"type\": \"optical-transponder\", \"channels\": [{\"frequency\": \"191600000\", \"target-output-power\": \"100.0\", \"operational-mode\": \"0\", \"line-port\": \"transceiver-1\", \"status\": \"DISABLED\", \"name\": {\"index\": \"channel-1\"}}, {\"frequency\": \"191600000\", \"target-output-power\": \"100.0\", \"operational-mode\": \"0\", \"line-port\": \"transceiver-2\", \"status\": \"DISABLED\", \"name\": {\"index\": \"channel-2\"}}, {\"frequency\": \"191600000\", \"target-output-power\": \"100.0\", \"operational-mode\": \"0\", \"line-port\": \"transceiver-3\", \"status\": \"DISABLED\", \"name\": {\"index\": \"channel-3\"}}, {\"frequency\": \"191600000\", \"target-output-power\": \"100.0\", \"operational-mode\": \"0\", \"line-port\": \"transceiver-4\", \"status\": \"DISABLED\", \"name\": {\"index\": \"channel-4\"}}], \"transceivers\": {\"transceiver\": []}, \"channel_namespace\": \"http://openconfig.net/yang/terminal-device\", \"endpoints\": [{\"endpoint_uuid\": {\"uuid\": {\"index\": \"channel-1\"}}}, {\"endpoint_uuid\": {\"uuid\": {\"index\": \"channel-2\"}}}, {\"endpoint_uuid\": {\"uuid\": {\"index\": \"channel-3\"}}}, {\"endpoint_uuid\": {\"uuid\": {\"index\": \"channel-4\"}}}], \"ports\": [[\"/endpoints/endpoint[1]\", {\"uuid\": \"1\", \"type\": \"port-1\"}], [\"/endpoints/endpoint[2]\", {\"uuid\": \"2\", \"type\": \"port-2\"}], [\"/endpoints/endpoint[3]\", {\"uuid\": \"3\", \"type\": \"port-3\"}], [\"/endpoints/endpoint[4]\", {\"uuid\": \"4\", \"type\": \"port-4\"}]]}" -device_id { - device_uuid { - uuid: "012c4e67-0024-5f30-b527-55ec6daf2639" - } -} -}), ('/endpoints/endpoint[1]', {'uuid': '1', 'type': 'port-1'}), ('/endpoints/endpoint[2]', {'uuid': '2', 'type': 'port-2'}), ('/endpoints/endpoint[3]', {'uuid': '3', 'type': 'port-3'}), ('/endpoints/endpoint[4]', {'uuid': '4', 'type': 'port-4'})] -[2024-07-23 07:53:44,278] INFO:device.service.Tools:results_getconfig = [('/opticalconfigs/opticalconfig/012c4e67-0024-5f30-b527-55ec6daf2639', {'opticalconfig': config: "{\"type\": \"optical-transponder\", \"channels\": [{\"frequency\": \"191600000\", \"target-output-power\": \"100.0\", \"operational-mode\": \"0\", \"line-port\": \"transceiver-1\", \"status\": \"DISABLED\", \"name\": {\"index\": \"channel-1\"}}, {\"frequency\": \"191600000\", \"target-output-power\": \"100.0\", \"operational-mode\": \"0\", \"line-port\": \"transceiver-2\", \"status\": \"DISABLED\", \"name\": {\"index\": \"channel-2\"}}, {\"frequency\": \"191600000\", \"target-output-power\": \"100.0\", \"operational-mode\": \"0\", \"line-port\": \"transceiver-3\", \"status\": \"DISABLED\", \"name\": {\"index\": \"channel-3\"}}, {\"frequency\": \"191600000\", \"target-output-power\": \"100.0\", \"operational-mode\": \"0\", \"line-port\": \"transceiver-4\", \"status\": \"DISABLED\", \"name\": {\"index\": \"channel-4\"}}], \"transceivers\": {\"transceiver\": []}, \"channel_namespace\": \"http://openconfig.net/yang/terminal-device\", \"endpoints\": [{\"endpoint_uuid\": {\"uuid\": {\"index\": \"channel-1\"}}}, {\"endpoint_uuid\": {\"uuid\": {\"index\": \"channel-2\"}}}, {\"endpoint_uuid\": {\"uuid\": {\"index\": \"channel-3\"}}}, {\"endpoint_uuid\": {\"uuid\": {\"index\": \"channel-4\"}}}], \"ports\": [[\"/endpoints/endpoint[1]\", {\"uuid\": \"1\", \"type\": \"port-1\"}], [\"/endpoints/endpoint[2]\", {\"uuid\": \"2\", \"type\": \"port-2\"}], [\"/endpoints/endpoint[3]\", {\"uuid\": \"3\", \"type\": \"port-3\"}], [\"/endpoints/endpoint[4]\", {\"uuid\": \"4\", \"type\": \"port-4\"}]]}" -device_id { - device_uuid { - uuid: "012c4e67-0024-5f30-b527-55ec6daf2639" - } -} -}), ('/endpoints/endpoint[1]', {'uuid': '1', 'type': 'port-1'}), ('/endpoints/endpoint[2]', {'uuid': '2', 'type': 'port-2'}), ('/endpoints/endpoint[3]', {'uuid': '3', 'type': 'port-3'}), ('/endpoints/endpoint[4]', {'uuid': '4', 'type': 'port-4'})] -[2024-07-23 07:53:44,278] INFO:device.service.DeviceServiceServicerImpl:add_device {'new_optical_config': {'opticalconfig': config: "{\"type\": \"optical-transponder\", \"channels\": [{\"frequency\": \"191600000\", \"target-output-power\": \"100.0\", \"operational-mode\": \"0\", \"line-port\": \"transceiver-1\", \"status\": \"DISABLED\", \"name\": {\"index\": \"channel-1\"}}, {\"frequency\": \"191600000\", \"target-output-power\": \"100.0\", \"operational-mode\": \"0\", \"line-port\": \"transceiver-2\", \"status\": \"DISABLED\", \"name\": {\"index\": \"channel-2\"}}, {\"frequency\": \"191600000\", \"target-output-power\": \"100.0\", \"operational-mode\": \"0\", \"line-port\": \"transceiver-3\", \"status\": \"DISABLED\", \"name\": {\"index\": \"channel-3\"}}, {\"frequency\": \"191600000\", \"target-output-power\": \"100.0\", \"operational-mode\": \"0\", \"line-port\": \"transceiver-4\", \"status\": \"DISABLED\", \"name\": {\"index\": \"channel-4\"}}], \"transceivers\": {\"transceiver\": []}, \"channel_namespace\": \"http://openconfig.net/yang/terminal-device\", \"endpoints\": [{\"endpoint_uuid\": {\"uuid\": {\"index\": \"channel-1\"}}}, {\"endpoint_uuid\": {\"uuid\": {\"index\": \"channel-2\"}}}, {\"endpoint_uuid\": {\"uuid\": {\"index\": \"channel-3\"}}}, {\"endpoint_uuid\": {\"uuid\": {\"index\": \"channel-4\"}}}], \"ports\": [[\"/endpoints/endpoint[1]\", {\"uuid\": \"1\", \"type\": \"port-1\"}], [\"/endpoints/endpoint[2]\", {\"uuid\": \"2\", \"type\": \"port-2\"}], [\"/endpoints/endpoint[3]\", {\"uuid\": \"3\", \"type\": \"port-3\"}], [\"/endpoints/endpoint[4]\", {\"uuid\": \"4\", \"type\": \"port-4\"}]]}" -device_id { - device_uuid { - uuid: "012c4e67-0024-5f30-b527-55ec6daf2639" - } -} -}} -[2024-07-23 07:53:47,397] INFO:root:type optical-roadm -[2024-07-23 07:53:47,485] INFO:root:optical_bands <Element {http://flex-scale-project.eu/yang/flex-scale-mg-on}optical-bands at 0x7fbd6c2535c0> -[2024-07-23 07:53:47,502] INFO:root:from OCDriver [('/opticalconfigs/opticalconfig/68741528-2e94-5274-ab3c-fddcd8dc05ef', {'opticalconfig': config: "{\"type\": \"optical-roadm\", \"optical_bands\": [{\"band_name\": \"C-BAND\", \"lower_frequency\": \"193000000\", \"upper_frequency\": \"194000000\", \"status\": \"ENABLED\", \"src_port\": \"ADD\", \"dest_port\": \"port-1-out\", \"channel_index\": \"1\"}], \"media_channels\": [{\"band_name\": \"TEST \", \"lower_frequency\": \"193210000\", \"upper_frequency\": \"193300000\", \"status\": \"ENABLED\", \"src_port\": \"port-36-in\", \"dest_port\": \"None\", \"optical_band_parent\": \"1\", \"channel_index\": \"3\"}]}" -device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } -} -}), ('/endpoints/endpoint[port-1-in]', {'uuid': 'port-1-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND'}), ('/endpoints/endpoint[port-1-out]', {'uuid': 'port-1-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND'}), ('/endpoints/endpoint[port-10-in]', {'uuid': 'port-10-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND'}), ('/endpoints/endpoint[port-10-out]', {'uuid': 'port-10-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND'}), ('/endpoints/endpoint[port-11-in]', {'uuid': 'port-11-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND'}), ('/endpoints/endpoint[port-11-out]', {'uuid': 'port-11-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND'}), ('/endpoints/endpoint[port-12-in]', {'uuid': 'port-12-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND'}), ('/endpoints/endpoint[port-12-out]', {'uuid': 'port-12-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND'}), ('/endpoints/endpoint[port-13-in]', {'uuid': 'port-13-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND'}), ('/endpoints/endpoint[port-13-out]', {'uuid': 'port-13-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND'}), ('/endpoints/endpoint[port-14-in]', {'uuid': 'port-14-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND'}), ('/endpoints/endpoint[port-14-out]', {'uuid': 'port-14-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND'}), ('/endpoints/endpoint[port-15-in]', {'uuid': 'port-15-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND'}), ('/endpoints/endpoint[port-15-out]', {'uuid': 'port-15-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND'}), ('/endpoints/endpoint[port-16-in]', {'uuid': 'port-16-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND'}), ('/endpoints/endpoint[port-16-out]', {'uuid': 'port-16-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND'}), ('/endpoints/endpoint[port-17-in]', {'uuid': 'port-17-in', 'type': 'MG_ON_OPTICAL_PORT_FIBER'}), ('/endpoints/endpoint[port-17-out]', {'uuid': 'port-17-out', 'type': 'MG_ON_OPTICAL_PORT_FIBER'}), ('/endpoints/endpoint[port-18-in]', {'uuid': 'port-18-in', 'type': 'MG_ON_OPTICAL_PORT_FIBER'}), ('/endpoints/endpoint[port-18-out]', {'uuid': 'port-18-out', 'type': 'MG_ON_OPTICAL_PORT_FIBER'}), ('/endpoints/endpoint[port-19-in]', {'uuid': 'port-19-in', 'type': 'MG_ON_OPTICAL_PORT_FIBER'}), ('/endpoints/endpoint[port-19-out]', {'uuid': 'port-19-out', 'type': 'MG_ON_OPTICAL_PORT_FIBER'}), ('/endpoints/endpoint[port-2-in]', {'uuid': 'port-2-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND'}), ('/endpoints/endpoint[port-2-out]', {'uuid': 'port-2-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND'}), ('/endpoints/endpoint[port-20-in]', {'uuid': 'port-20-in', 'type': 'MG_ON_OPTICAL_PORT_FIBER'}), ('/endpoints/endpoint[port-20-out]', {'uuid': 'port-20-out', 'type': 'MG_ON_OPTICAL_PORT_FIBER'}), ('/endpoints/endpoint[port-21-in]', {'uuid': 'port-21-in', 'type': 'MG_ON_OPTICAL_PORT_FIBER'}), ('/endpoints/endpoint[port-21-out]', {'uuid': 'port-21-out', 'type': 'MG_ON_OPTICAL_PORT_FIBER'}), ('/endpoints/endpoint[port-22-in]', {'uuid': 'port-22-in', 'type': 'MG_ON_OPTICAL_PORT_FIBER'}), ('/endpoints/endpoint[port-22-out]', {'uuid': 'port-22-out', 'type': 'MG_ON_OPTICAL_PORT_FIBER'}), ('/endpoints/endpoint[port-23-in]', {'uuid': 'port-23-in', 'type': 'MG_ON_OPTICAL_PORT_FIBER'}), ('/endpoints/endpoint[port-23-out]', {'uuid': 'port-23-out', 'type': 'MG_ON_OPTICAL_PORT_FIBER'}), ('/endpoints/endpoint[port-24-in]', {'uuid': 'port-24-in', 'type': 'MG_ON_OPTICAL_PORT_FIBER'}), ('/endpoints/endpoint[port-24-out]', {'uuid': 'port-24-out', 'type': 'MG_ON_OPTICAL_PORT_FIBER'}), ('/endpoints/endpoint[port-25-in]', {'uuid': 'port-25-in', 'type': 'MG_ON_OPTICAL_PORT_FIBER'}), ('/endpoints/endpoint[port-25-out]', {'uuid': 'port-25-out', 'type': 'MG_ON_OPTICAL_PORT_FIBER'}), ('/endpoints/endpoint[port-26-in]', {'uuid': 'port-26-in', 'type': 'MG_ON_OPTICAL_PORT_FIBER'}), ('/endpoints/endpoint[port-26-out]', {'uuid': 'port-26-out', 'type': 'MG_ON_OPTICAL_PORT_FIBER'}), ('/endpoints/endpoint[port-27-in]', {'uuid': 'port-27-in', 'type': 'MG_ON_OPTICAL_PORT_FIBER'}), ('/endpoints/endpoint[port-27-out]', {'uuid': 'port-27-out', 'type': 'MG_ON_OPTICAL_PORT_FIBER'}), ('/endpoints/endpoint[port-28-in]', {'uuid': 'port-28-in', 'type': 'MG_ON_OPTICAL_PORT_FIBER'}), ('/endpoints/endpoint[port-28-out]', {'uuid': 'port-28-out', 'type': 'MG_ON_OPTICAL_PORT_FIBER'}), ('/endpoints/endpoint[port-29-in]', {'uuid': 'port-29-in', 'type': 'MG_ON_OPTICAL_PORT_FIBER'}), ('/endpoints/endpoint[port-29-out]', {'uuid': 'port-29-out', 'type': 'MG_ON_OPTICAL_PORT_FIBER'}), ('/endpoints/endpoint[port-3-in]', {'uuid': 'port-3-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND'}), ('/endpoints/endpoint[port-3-out]', {'uuid': 'port-3-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND'}), ('/endpoints/endpoint[port-30-in]', {'uuid': 'port-30-in', 'type': 'MG_ON_OPTICAL_PORT_FIBER'}), ('/endpoints/endpoint[port-30-out]', {'uuid': 'port-30-out', 'type': 'MG_ON_OPTICAL_PORT_FIBER'}), ('/endpoints/endpoint[port-31-in]', {'uuid': 'port-31-in', 'type': 'MG_ON_OPTICAL_PORT_FIBER'}), ('/endpoints/endpoint[port-31-out]', {'uuid': 'port-31-out', 'type': 'MG_ON_OPTICAL_PORT_FIBER'}), ('/endpoints/endpoint[port-32-in]', {'uuid': 'port-32-in', 'type': 'MG_ON_OPTICAL_PORT_FIBER'}), ('/endpoints/endpoint[port-32-out]', {'uuid': 'port-32-out', 'type': 'MG_ON_OPTICAL_PORT_FIBER'}), ('/endpoints/endpoint[port-33-in]', {'uuid': 'port-33-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL'}), ('/endpoints/endpoint[port-33-out]', {'uuid': 'port-33-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL'}), ('/endpoints/endpoint[port-34-in]', {'uuid': 'port-34-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL'}), ('/endpoints/endpoint[port-34-out]', {'uuid': 'port-34-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL'}), ('/endpoints/endpoint[port-35-in]', {'uuid': 'port-35-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL'}), ('/endpoints/endpoint[port-35-out]', {'uuid': 'port-35-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL'}), ('/endpoints/endpoint[port-36-in]', {'uuid': 'port-36-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL'}), ('/endpoints/endpoint[port-36-out]', {'uuid': 'port-36-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL'}), ('/endpoints/endpoint[port-37-in]', {'uuid': 'port-37-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL'}), ('/endpoints/endpoint[port-37-out]', {'uuid': 'port-37-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL'}), ('/endpoints/endpoint[port-38-in]', {'uuid': 'port-38-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL'}), ('/endpoints/endpoint[port-38-out]', {'uuid': 'port-38-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL'}), ('/endpoints/endpoint[port-39-in]', {'uuid': 'port-39-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL'}), ('/endpoints/endpoint[port-39-out]', {'uuid': 'port-39-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL'}), ('/endpoints/endpoint[port-4-in]', {'uuid': 'port-4-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND'}), ('/endpoints/endpoint[port-4-out]', {'uuid': 'port-4-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND'}), ('/endpoints/endpoint[port-40-in]', {'uuid': 'port-40-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL'}), ('/endpoints/endpoint[port-40-out]', {'uuid': 'port-40-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL'}), ('/endpoints/endpoint[port-41-in]', {'uuid': 'port-41-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL'}), ('/endpoints/endpoint[port-41-out]', {'uuid': 'port-41-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL'}), ('/endpoints/endpoint[port-42-in]', {'uuid': 'port-42-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL'}), ('/endpoints/endpoint[port-42-out]', {'uuid': 'port-42-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL'}), ('/endpoints/endpoint[port-43-in]', {'uuid': 'port-43-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL'}), ('/endpoints/endpoint[port-43-out]', {'uuid': 'port-43-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL'}), ('/endpoints/endpoint[port-44-in]', {'uuid': 'port-44-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL'}), ('/endpoints/endpoint[port-44-out]', {'uuid': 'port-44-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL'}), ('/endpoints/endpoint[port-45-in]', {'uuid': 'port-45-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL'}), ('/endpoints/endpoint[port-45-out]', {'uuid': 'port-45-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL'}), ('/endpoints/endpoint[port-46-in]', {'uuid': 'port-46-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL'}), ('/endpoints/endpoint[port-46-out]', {'uuid': 'port-46-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL'}), ('/endpoints/endpoint[port-47-in]', {'uuid': 'port-47-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL'}), ('/endpoints/endpoint[port-47-out]', {'uuid': 'port-47-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL'}), ('/endpoints/endpoint[port-48-in]', {'uuid': 'port-48-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL'}), ('/endpoints/endpoint[port-48-out]', {'uuid': 'port-48-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL'}), ('/endpoints/endpoint[port-5-in]', {'uuid': 'port-5-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND'}), ('/endpoints/endpoint[port-5-out]', {'uuid': 'port-5-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND'}), ('/endpoints/endpoint[port-6-in]', {'uuid': 'port-6-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND'}), ('/endpoints/endpoint[port-6-out]', {'uuid': 'port-6-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND'}), ('/endpoints/endpoint[port-7-in]', {'uuid': 'port-7-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND'}), ('/endpoints/endpoint[port-7-out]', {'uuid': 'port-7-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND'}), ('/endpoints/endpoint[port-8-in]', {'uuid': 'port-8-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND'}), ('/endpoints/endpoint[port-8-out]', {'uuid': 'port-8-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND'}), ('/endpoints/endpoint[port-9-in]', {'uuid': 'port-9-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND'}), ('/endpoints/endpoint[port-9-out]', {'uuid': 'port-9-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND'})] -[2024-07-23 07:53:47,504] INFO:device.service.Tools:results_getconfig = [('/opticalconfigs/opticalconfig/68741528-2e94-5274-ab3c-fddcd8dc05ef', {'opticalconfig': config: "{\"type\": \"optical-roadm\", \"optical_bands\": [{\"band_name\": \"C-BAND\", \"lower_frequency\": \"193000000\", \"upper_frequency\": \"194000000\", \"status\": \"ENABLED\", \"src_port\": \"ADD\", \"dest_port\": \"port-1-out\", \"channel_index\": \"1\"}], \"media_channels\": [{\"band_name\": \"TEST \", \"lower_frequency\": \"193210000\", \"upper_frequency\": \"193300000\", \"status\": \"ENABLED\", \"src_port\": \"port-36-in\", \"dest_port\": \"None\", \"optical_band_parent\": \"1\", \"channel_index\": \"3\"}]}" -device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } -} -}), ('/endpoints/endpoint[port-1-in]', {'uuid': 'port-1-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND'}), ('/endpoints/endpoint[port-1-out]', {'uuid': 'port-1-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND'}), ('/endpoints/endpoint[port-10-in]', {'uuid': 'port-10-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND'}), ('/endpoints/endpoint[port-10-out]', {'uuid': 'port-10-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND'}), ('/endpoints/endpoint[port-11-in]', {'uuid': 'port-11-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND'}), ('/endpoints/endpoint[port-11-out]', {'uuid': 'port-11-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND'}), ('/endpoints/endpoint[port-12-in]', {'uuid': 'port-12-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND'}), ('/endpoints/endpoint[port-12-out]', {'uuid': 'port-12-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND'}), ('/endpoints/endpoint[port-13-in]', {'uuid': 'port-13-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND'}), ('/endpoints/endpoint[port-13-out]', {'uuid': 'port-13-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND'}), ('/endpoints/endpoint[port-14-in]', {'uuid': 'port-14-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND'}), ('/endpoints/endpoint[port-14-out]', {'uuid': 'port-14-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND'}), ('/endpoints/endpoint[port-15-in]', {'uuid': 'port-15-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND'}), ('/endpoints/endpoint[port-15-out]', {'uuid': 'port-15-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND'}), ('/endpoints/endpoint[port-16-in]', {'uuid': 'port-16-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND'}), ('/endpoints/endpoint[port-16-out]', {'uuid': 'port-16-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND'}), ('/endpoints/endpoint[port-17-in]', {'uuid': 'port-17-in', 'type': 'MG_ON_OPTICAL_PORT_FIBER'}), ('/endpoints/endpoint[port-17-out]', {'uuid': 'port-17-out', 'type': 'MG_ON_OPTICAL_PORT_FIBER'}), ('/endpoints/endpoint[port-18-in]', {'uuid': 'port-18-in', 'type': 'MG_ON_OPTICAL_PORT_FIBER'}), ('/endpoints/endpoint[port-18-out]', {'uuid': 'port-18-out', 'type': 'MG_ON_OPTICAL_PORT_FIBER'}), ('/endpoints/endpoint[port-19-in]', {'uuid': 'port-19-in', 'type': 'MG_ON_OPTICAL_PORT_FIBER'}), ('/endpoints/endpoint[port-19-out]', {'uuid': 'port-19-out', 'type': 'MG_ON_OPTICAL_PORT_FIBER'}), ('/endpoints/endpoint[port-2-in]', {'uuid': 'port-2-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND'}), ('/endpoints/endpoint[port-2-out]', {'uuid': 'port-2-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND'}), ('/endpoints/endpoint[port-20-in]', {'uuid': 'port-20-in', 'type': 'MG_ON_OPTICAL_PORT_FIBER'}), ('/endpoints/endpoint[port-20-out]', {'uuid': 'port-20-out', 'type': 'MG_ON_OPTICAL_PORT_FIBER'}), ('/endpoints/endpoint[port-21-in]', {'uuid': 'port-21-in', 'type': 'MG_ON_OPTICAL_PORT_FIBER'}), ('/endpoints/endpoint[port-21-out]', {'uuid': 'port-21-out', 'type': 'MG_ON_OPTICAL_PORT_FIBER'}), ('/endpoints/endpoint[port-22-in]', {'uuid': 'port-22-in', 'type': 'MG_ON_OPTICAL_PORT_FIBER'}), ('/endpoints/endpoint[port-22-out]', {'uuid': 'port-22-out', 'type': 'MG_ON_OPTICAL_PORT_FIBER'}), ('/endpoints/endpoint[port-23-in]', {'uuid': 'port-23-in', 'type': 'MG_ON_OPTICAL_PORT_FIBER'}), ('/endpoints/endpoint[port-23-out]', {'uuid': 'port-23-out', 'type': 'MG_ON_OPTICAL_PORT_FIBER'}), ('/endpoints/endpoint[port-24-in]', {'uuid': 'port-24-in', 'type': 'MG_ON_OPTICAL_PORT_FIBER'}), ('/endpoints/endpoint[port-24-out]', {'uuid': 'port-24-out', 'type': 'MG_ON_OPTICAL_PORT_FIBER'}), ('/endpoints/endpoint[port-25-in]', {'uuid': 'port-25-in', 'type': 'MG_ON_OPTICAL_PORT_FIBER'}), ('/endpoints/endpoint[port-25-out]', {'uuid': 'port-25-out', 'type': 'MG_ON_OPTICAL_PORT_FIBER'}), ('/endpoints/endpoint[port-26-in]', {'uuid': 'port-26-in', 'type': 'MG_ON_OPTICAL_PORT_FIBER'}), ('/endpoints/endpoint[port-26-out]', {'uuid': 'port-26-out', 'type': 'MG_ON_OPTICAL_PORT_FIBER'}), ('/endpoints/endpoint[port-27-in]', {'uuid': 'port-27-in', 'type': 'MG_ON_OPTICAL_PORT_FIBER'}), ('/endpoints/endpoint[port-27-out]', {'uuid': 'port-27-out', 'type': 'MG_ON_OPTICAL_PORT_FIBER'}), ('/endpoints/endpoint[port-28-in]', {'uuid': 'port-28-in', 'type': 'MG_ON_OPTICAL_PORT_FIBER'}), ('/endpoints/endpoint[port-28-out]', {'uuid': 'port-28-out', 'type': 'MG_ON_OPTICAL_PORT_FIBER'}), ('/endpoints/endpoint[port-29-in]', {'uuid': 'port-29-in', 'type': 'MG_ON_OPTICAL_PORT_FIBER'}), ('/endpoints/endpoint[port-29-out]', {'uuid': 'port-29-out', 'type': 'MG_ON_OPTICAL_PORT_FIBER'}), ('/endpoints/endpoint[port-3-in]', {'uuid': 'port-3-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND'}), ('/endpoints/endpoint[port-3-out]', {'uuid': 'port-3-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND'}), ('/endpoints/endpoint[port-30-in]', {'uuid': 'port-30-in', 'type': 'MG_ON_OPTICAL_PORT_FIBER'}), ('/endpoints/endpoint[port-30-out]', {'uuid': 'port-30-out', 'type': 'MG_ON_OPTICAL_PORT_FIBER'}), ('/endpoints/endpoint[port-31-in]', {'uuid': 'port-31-in', 'type': 'MG_ON_OPTICAL_PORT_FIBER'}), ('/endpoints/endpoint[port-31-out]', {'uuid': 'port-31-out', 'type': 'MG_ON_OPTICAL_PORT_FIBER'}), ('/endpoints/endpoint[port-32-in]', {'uuid': 'port-32-in', 'type': 'MG_ON_OPTICAL_PORT_FIBER'}), ('/endpoints/endpoint[port-32-out]', {'uuid': 'port-32-out', 'type': 'MG_ON_OPTICAL_PORT_FIBER'}), ('/endpoints/endpoint[port-33-in]', {'uuid': 'port-33-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL'}), ('/endpoints/endpoint[port-33-out]', {'uuid': 'port-33-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL'}), ('/endpoints/endpoint[port-34-in]', {'uuid': 'port-34-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL'}), ('/endpoints/endpoint[port-34-out]', {'uuid': 'port-34-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL'}), ('/endpoints/endpoint[port-35-in]', {'uuid': 'port-35-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL'}), ('/endpoints/endpoint[port-35-out]', {'uuid': 'port-35-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL'}), ('/endpoints/endpoint[port-36-in]', {'uuid': 'port-36-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL'}), ('/endpoints/endpoint[port-36-out]', {'uuid': 'port-36-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL'}), ('/endpoints/endpoint[port-37-in]', {'uuid': 'port-37-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL'}), ('/endpoints/endpoint[port-37-out]', {'uuid': 'port-37-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL'}), ('/endpoints/endpoint[port-38-in]', {'uuid': 'port-38-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL'}), ('/endpoints/endpoint[port-38-out]', {'uuid': 'port-38-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL'}), ('/endpoints/endpoint[port-39-in]', {'uuid': 'port-39-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL'}), ('/endpoints/endpoint[port-39-out]', {'uuid': 'port-39-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL'}), ('/endpoints/endpoint[port-4-in]', {'uuid': 'port-4-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND'}), ('/endpoints/endpoint[port-4-out]', {'uuid': 'port-4-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND'}), ('/endpoints/endpoint[port-40-in]', {'uuid': 'port-40-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL'}), ('/endpoints/endpoint[port-40-out]', {'uuid': 'port-40-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL'}), ('/endpoints/endpoint[port-41-in]', {'uuid': 'port-41-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL'}), ('/endpoints/endpoint[port-41-out]', {'uuid': 'port-41-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL'}), ('/endpoints/endpoint[port-42-in]', {'uuid': 'port-42-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL'}), ('/endpoints/endpoint[port-42-out]', {'uuid': 'port-42-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL'}), ('/endpoints/endpoint[port-43-in]', {'uuid': 'port-43-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL'}), ('/endpoints/endpoint[port-43-out]', {'uuid': 'port-43-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL'}), ('/endpoints/endpoint[port-44-in]', {'uuid': 'port-44-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL'}), ('/endpoints/endpoint[port-44-out]', {'uuid': 'port-44-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL'}), ('/endpoints/endpoint[port-45-in]', {'uuid': 'port-45-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL'}), ('/endpoints/endpoint[port-45-out]', {'uuid': 'port-45-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL'}), ('/endpoints/endpoint[port-46-in]', {'uuid': 'port-46-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL'}), ('/endpoints/endpoint[port-46-out]', {'uuid': 'port-46-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL'}), ('/endpoints/endpoint[port-47-in]', {'uuid': 'port-47-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL'}), ('/endpoints/endpoint[port-47-out]', {'uuid': 'port-47-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL'}), ('/endpoints/endpoint[port-48-in]', {'uuid': 'port-48-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL'}), ('/endpoints/endpoint[port-48-out]', {'uuid': 'port-48-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL'}), ('/endpoints/endpoint[port-5-in]', {'uuid': 'port-5-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND'}), ('/endpoints/endpoint[port-5-out]', {'uuid': 'port-5-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND'}), ('/endpoints/endpoint[port-6-in]', {'uuid': 'port-6-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND'}), ('/endpoints/endpoint[port-6-out]', {'uuid': 'port-6-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND'}), ('/endpoints/endpoint[port-7-in]', {'uuid': 'port-7-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND'}), ('/endpoints/endpoint[port-7-out]', {'uuid': 'port-7-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND'}), ('/endpoints/endpoint[port-8-in]', {'uuid': 'port-8-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND'}), ('/endpoints/endpoint[port-8-out]', {'uuid': 'port-8-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND'}), ('/endpoints/endpoint[port-9-in]', {'uuid': 'port-9-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND'}), ('/endpoints/endpoint[port-9-out]', {'uuid': 'port-9-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND'})] -[2024-07-23 07:53:47,506] INFO:device.service.DeviceServiceServicerImpl:add_device {'new_optical_config': {'opticalconfig': config: "{\"type\": \"optical-roadm\", \"optical_bands\": [{\"band_name\": \"C-BAND\", \"lower_frequency\": \"193000000\", \"upper_frequency\": \"194000000\", \"status\": \"ENABLED\", \"src_port\": \"ADD\", \"dest_port\": \"port-1-out\", \"channel_index\": \"1\"}], \"media_channels\": [{\"band_name\": \"TEST \", \"lower_frequency\": \"193210000\", \"upper_frequency\": \"193300000\", \"status\": \"ENABLED\", \"src_port\": \"port-36-in\", \"dest_port\": \"None\", \"optical_band_parent\": \"1\", \"channel_index\": \"3\"}]}" -device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } -} -}} -[2024-07-23 07:53:48,061] INFO:root:type optical-roadm -[2024-07-23 07:53:48,142] INFO:root:optical_bands <Element {http://flex-scale-project.eu/yang/flex-scale-mg-on}optical-bands at 0x7fbd6c19cc80> -[2024-07-23 07:53:48,156] INFO:root:from OCDriver [('/opticalconfigs/opticalconfig/c944aaeb-bbdf-5f2d-b31c-8cc8903045b6', {'opticalconfig': config: "{\"type\": \"optical-roadm\", \"optical_bands\": [{\"band_name\": \"C-BAND\", \"lower_frequency\": \"193000000\", \"upper_frequency\": \"194000000\", \"status\": \"ENABLED\", \"src_port\": \"ADD\", \"dest_port\": \"port-1-out\", \"channel_index\": \"1\"}], \"media_channels\": [{\"band_name\": \"TEST \", \"lower_frequency\": \"193210000\", \"upper_frequency\": \"193300000\", \"status\": \"ENABLED\", \"src_port\": \"port-36-in\", \"dest_port\": \"None\", \"optical_band_parent\": \"1\", \"channel_index\": \"3\"}]}" -device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } -} -}), ('/endpoints/endpoint[port-1-in]', {'uuid': 'port-1-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND'}), ('/endpoints/endpoint[port-1-out]', {'uuid': 'port-1-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND'}), ('/endpoints/endpoint[port-10-in]', {'uuid': 'port-10-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND'}), ('/endpoints/endpoint[port-10-out]', {'uuid': 'port-10-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND'}), ('/endpoints/endpoint[port-11-in]', {'uuid': 'port-11-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND'}), ('/endpoints/endpoint[port-11-out]', {'uuid': 'port-11-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND'}), ('/endpoints/endpoint[port-12-in]', {'uuid': 'port-12-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND'}), ('/endpoints/endpoint[port-12-out]', {'uuid': 'port-12-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND'}), ('/endpoints/endpoint[port-13-in]', {'uuid': 'port-13-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND'}), ('/endpoints/endpoint[port-13-out]', {'uuid': 'port-13-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND'}), ('/endpoints/endpoint[port-14-in]', {'uuid': 'port-14-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND'}), ('/endpoints/endpoint[port-14-out]', {'uuid': 'port-14-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND'}), ('/endpoints/endpoint[port-15-in]', {'uuid': 'port-15-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND'}), ('/endpoints/endpoint[port-15-out]', {'uuid': 'port-15-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND'}), ('/endpoints/endpoint[port-16-in]', {'uuid': 'port-16-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND'}), ('/endpoints/endpoint[port-16-out]', {'uuid': 'port-16-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND'}), ('/endpoints/endpoint[port-17-in]', {'uuid': 'port-17-in', 'type': 'MG_ON_OPTICAL_PORT_FIBER'}), ('/endpoints/endpoint[port-17-out]', {'uuid': 'port-17-out', 'type': 'MG_ON_OPTICAL_PORT_FIBER'}), ('/endpoints/endpoint[port-18-in]', {'uuid': 'port-18-in', 'type': 'MG_ON_OPTICAL_PORT_FIBER'}), ('/endpoints/endpoint[port-18-out]', {'uuid': 'port-18-out', 'type': 'MG_ON_OPTICAL_PORT_FIBER'}), ('/endpoints/endpoint[port-19-in]', {'uuid': 'port-19-in', 'type': 'MG_ON_OPTICAL_PORT_FIBER'}), ('/endpoints/endpoint[port-19-out]', {'uuid': 'port-19-out', 'type': 'MG_ON_OPTICAL_PORT_FIBER'}), ('/endpoints/endpoint[port-2-in]', {'uuid': 'port-2-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND'}), ('/endpoints/endpoint[port-2-out]', {'uuid': 'port-2-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND'}), ('/endpoints/endpoint[port-20-in]', {'uuid': 'port-20-in', 'type': 'MG_ON_OPTICAL_PORT_FIBER'}), ('/endpoints/endpoint[port-20-out]', {'uuid': 'port-20-out', 'type': 'MG_ON_OPTICAL_PORT_FIBER'}), ('/endpoints/endpoint[port-21-in]', {'uuid': 'port-21-in', 'type': 'MG_ON_OPTICAL_PORT_FIBER'}), ('/endpoints/endpoint[port-21-out]', {'uuid': 'port-21-out', 'type': 'MG_ON_OPTICAL_PORT_FIBER'}), ('/endpoints/endpoint[port-22-in]', {'uuid': 'port-22-in', 'type': 'MG_ON_OPTICAL_PORT_FIBER'}), ('/endpoints/endpoint[port-22-out]', {'uuid': 'port-22-out', 'type': 'MG_ON_OPTICAL_PORT_FIBER'}), ('/endpoints/endpoint[port-23-in]', {'uuid': 'port-23-in', 'type': 'MG_ON_OPTICAL_PORT_FIBER'}), ('/endpoints/endpoint[port-23-out]', {'uuid': 'port-23-out', 'type': 'MG_ON_OPTICAL_PORT_FIBER'}), ('/endpoints/endpoint[port-24-in]', {'uuid': 'port-24-in', 'type': 'MG_ON_OPTICAL_PORT_FIBER'}), ('/endpoints/endpoint[port-24-out]', {'uuid': 'port-24-out', 'type': 'MG_ON_OPTICAL_PORT_FIBER'}), ('/endpoints/endpoint[port-25-in]', {'uuid': 'port-25-in', 'type': 'MG_ON_OPTICAL_PORT_FIBER'}), ('/endpoints/endpoint[port-25-out]', {'uuid': 'port-25-out', 'type': 'MG_ON_OPTICAL_PORT_FIBER'}), ('/endpoints/endpoint[port-26-in]', {'uuid': 'port-26-in', 'type': 'MG_ON_OPTICAL_PORT_FIBER'}), ('/endpoints/endpoint[port-26-out]', {'uuid': 'port-26-out', 'type': 'MG_ON_OPTICAL_PORT_FIBER'}), ('/endpoints/endpoint[port-27-in]', {'uuid': 'port-27-in', 'type': 'MG_ON_OPTICAL_PORT_FIBER'}), ('/endpoints/endpoint[port-27-out]', {'uuid': 'port-27-out', 'type': 'MG_ON_OPTICAL_PORT_FIBER'}), ('/endpoints/endpoint[port-28-in]', {'uuid': 'port-28-in', 'type': 'MG_ON_OPTICAL_PORT_FIBER'}), ('/endpoints/endpoint[port-28-out]', {'uuid': 'port-28-out', 'type': 'MG_ON_OPTICAL_PORT_FIBER'}), ('/endpoints/endpoint[port-29-in]', {'uuid': 'port-29-in', 'type': 'MG_ON_OPTICAL_PORT_FIBER'}), ('/endpoints/endpoint[port-29-out]', {'uuid': 'port-29-out', 'type': 'MG_ON_OPTICAL_PORT_FIBER'}), ('/endpoints/endpoint[port-3-in]', {'uuid': 'port-3-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND'}), ('/endpoints/endpoint[port-3-out]', {'uuid': 'port-3-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND'}), ('/endpoints/endpoint[port-30-in]', {'uuid': 'port-30-in', 'type': 'MG_ON_OPTICAL_PORT_FIBER'}), ('/endpoints/endpoint[port-30-out]', {'uuid': 'port-30-out', 'type': 'MG_ON_OPTICAL_PORT_FIBER'}), ('/endpoints/endpoint[port-31-in]', {'uuid': 'port-31-in', 'type': 'MG_ON_OPTICAL_PORT_FIBER'}), ('/endpoints/endpoint[port-31-out]', {'uuid': 'port-31-out', 'type': 'MG_ON_OPTICAL_PORT_FIBER'}), ('/endpoints/endpoint[port-32-in]', {'uuid': 'port-32-in', 'type': 'MG_ON_OPTICAL_PORT_FIBER'}), ('/endpoints/endpoint[port-32-out]', {'uuid': 'port-32-out', 'type': 'MG_ON_OPTICAL_PORT_FIBER'}), ('/endpoints/endpoint[port-33-in]', {'uuid': 'port-33-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL'}), ('/endpoints/endpoint[port-33-out]', {'uuid': 'port-33-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL'}), ('/endpoints/endpoint[port-34-in]', {'uuid': 'port-34-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL'}), ('/endpoints/endpoint[port-34-out]', {'uuid': 'port-34-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL'}), ('/endpoints/endpoint[port-35-in]', {'uuid': 'port-35-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL'}), ('/endpoints/endpoint[port-35-out]', {'uuid': 'port-35-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL'}), ('/endpoints/endpoint[port-36-in]', {'uuid': 'port-36-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL'}), ('/endpoints/endpoint[port-36-out]', {'uuid': 'port-36-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL'}), ('/endpoints/endpoint[port-37-in]', {'uuid': 'port-37-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL'}), ('/endpoints/endpoint[port-37-out]', {'uuid': 'port-37-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL'}), ('/endpoints/endpoint[port-38-in]', {'uuid': 'port-38-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL'}), ('/endpoints/endpoint[port-38-out]', {'uuid': 'port-38-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL'}), ('/endpoints/endpoint[port-39-in]', {'uuid': 'port-39-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL'}), ('/endpoints/endpoint[port-39-out]', {'uuid': 'port-39-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL'}), ('/endpoints/endpoint[port-4-in]', {'uuid': 'port-4-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND'}), ('/endpoints/endpoint[port-4-out]', {'uuid': 'port-4-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND'}), ('/endpoints/endpoint[port-40-in]', {'uuid': 'port-40-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL'}), ('/endpoints/endpoint[port-40-out]', {'uuid': 'port-40-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL'}), ('/endpoints/endpoint[port-41-in]', {'uuid': 'port-41-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL'}), ('/endpoints/endpoint[port-41-out]', {'uuid': 'port-41-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL'}), ('/endpoints/endpoint[port-42-in]', {'uuid': 'port-42-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL'}), ('/endpoints/endpoint[port-42-out]', {'uuid': 'port-42-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL'}), ('/endpoints/endpoint[port-43-in]', {'uuid': 'port-43-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL'}), ('/endpoints/endpoint[port-43-out]', {'uuid': 'port-43-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL'}), ('/endpoints/endpoint[port-44-in]', {'uuid': 'port-44-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL'}), ('/endpoints/endpoint[port-44-out]', {'uuid': 'port-44-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL'}), ('/endpoints/endpoint[port-45-in]', {'uuid': 'port-45-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL'}), ('/endpoints/endpoint[port-45-out]', {'uuid': 'port-45-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL'}), ('/endpoints/endpoint[port-46-in]', {'uuid': 'port-46-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL'}), ('/endpoints/endpoint[port-46-out]', {'uuid': 'port-46-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL'}), ('/endpoints/endpoint[port-47-in]', {'uuid': 'port-47-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL'}), ('/endpoints/endpoint[port-47-out]', {'uuid': 'port-47-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL'}), ('/endpoints/endpoint[port-48-in]', {'uuid': 'port-48-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL'}), ('/endpoints/endpoint[port-48-out]', {'uuid': 'port-48-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL'}), ('/endpoints/endpoint[port-5-in]', {'uuid': 'port-5-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND'}), ('/endpoints/endpoint[port-5-out]', {'uuid': 'port-5-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND'}), ('/endpoints/endpoint[port-6-in]', {'uuid': 'port-6-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND'}), ('/endpoints/endpoint[port-6-out]', {'uuid': 'port-6-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND'}), ('/endpoints/endpoint[port-7-in]', {'uuid': 'port-7-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND'}), ('/endpoints/endpoint[port-7-out]', {'uuid': 'port-7-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND'}), ('/endpoints/endpoint[port-8-in]', {'uuid': 'port-8-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND'}), ('/endpoints/endpoint[port-8-out]', {'uuid': 'port-8-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND'}), ('/endpoints/endpoint[port-9-in]', {'uuid': 'port-9-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND'}), ('/endpoints/endpoint[port-9-out]', {'uuid': 'port-9-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND'})] -[2024-07-23 07:53:48,156] INFO:device.service.Tools:results_getconfig = [('/opticalconfigs/opticalconfig/c944aaeb-bbdf-5f2d-b31c-8cc8903045b6', {'opticalconfig': config: "{\"type\": \"optical-roadm\", \"optical_bands\": [{\"band_name\": \"C-BAND\", \"lower_frequency\": \"193000000\", \"upper_frequency\": \"194000000\", \"status\": \"ENABLED\", \"src_port\": \"ADD\", \"dest_port\": \"port-1-out\", \"channel_index\": \"1\"}], \"media_channels\": [{\"band_name\": \"TEST \", \"lower_frequency\": \"193210000\", \"upper_frequency\": \"193300000\", \"status\": \"ENABLED\", \"src_port\": \"port-36-in\", \"dest_port\": \"None\", \"optical_band_parent\": \"1\", \"channel_index\": \"3\"}]}" -device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } -} -}), ('/endpoints/endpoint[port-1-in]', {'uuid': 'port-1-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND'}), ('/endpoints/endpoint[port-1-out]', {'uuid': 'port-1-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND'}), ('/endpoints/endpoint[port-10-in]', {'uuid': 'port-10-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND'}), ('/endpoints/endpoint[port-10-out]', {'uuid': 'port-10-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND'}), ('/endpoints/endpoint[port-11-in]', {'uuid': 'port-11-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND'}), ('/endpoints/endpoint[port-11-out]', {'uuid': 'port-11-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND'}), ('/endpoints/endpoint[port-12-in]', {'uuid': 'port-12-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND'}), ('/endpoints/endpoint[port-12-out]', {'uuid': 'port-12-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND'}), ('/endpoints/endpoint[port-13-in]', {'uuid': 'port-13-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND'}), ('/endpoints/endpoint[port-13-out]', {'uuid': 'port-13-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND'}), ('/endpoints/endpoint[port-14-in]', {'uuid': 'port-14-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND'}), ('/endpoints/endpoint[port-14-out]', {'uuid': 'port-14-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND'}), ('/endpoints/endpoint[port-15-in]', {'uuid': 'port-15-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND'}), ('/endpoints/endpoint[port-15-out]', {'uuid': 'port-15-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND'}), ('/endpoints/endpoint[port-16-in]', {'uuid': 'port-16-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND'}), ('/endpoints/endpoint[port-16-out]', {'uuid': 'port-16-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND'}), ('/endpoints/endpoint[port-17-in]', {'uuid': 'port-17-in', 'type': 'MG_ON_OPTICAL_PORT_FIBER'}), ('/endpoints/endpoint[port-17-out]', {'uuid': 'port-17-out', 'type': 'MG_ON_OPTICAL_PORT_FIBER'}), ('/endpoints/endpoint[port-18-in]', {'uuid': 'port-18-in', 'type': 'MG_ON_OPTICAL_PORT_FIBER'}), ('/endpoints/endpoint[port-18-out]', {'uuid': 'port-18-out', 'type': 'MG_ON_OPTICAL_PORT_FIBER'}), ('/endpoints/endpoint[port-19-in]', {'uuid': 'port-19-in', 'type': 'MG_ON_OPTICAL_PORT_FIBER'}), ('/endpoints/endpoint[port-19-out]', {'uuid': 'port-19-out', 'type': 'MG_ON_OPTICAL_PORT_FIBER'}), ('/endpoints/endpoint[port-2-in]', {'uuid': 'port-2-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND'}), ('/endpoints/endpoint[port-2-out]', {'uuid': 'port-2-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND'}), ('/endpoints/endpoint[port-20-in]', {'uuid': 'port-20-in', 'type': 'MG_ON_OPTICAL_PORT_FIBER'}), ('/endpoints/endpoint[port-20-out]', {'uuid': 'port-20-out', 'type': 'MG_ON_OPTICAL_PORT_FIBER'}), ('/endpoints/endpoint[port-21-in]', {'uuid': 'port-21-in', 'type': 'MG_ON_OPTICAL_PORT_FIBER'}), ('/endpoints/endpoint[port-21-out]', {'uuid': 'port-21-out', 'type': 'MG_ON_OPTICAL_PORT_FIBER'}), ('/endpoints/endpoint[port-22-in]', {'uuid': 'port-22-in', 'type': 'MG_ON_OPTICAL_PORT_FIBER'}), ('/endpoints/endpoint[port-22-out]', {'uuid': 'port-22-out', 'type': 'MG_ON_OPTICAL_PORT_FIBER'}), ('/endpoints/endpoint[port-23-in]', {'uuid': 'port-23-in', 'type': 'MG_ON_OPTICAL_PORT_FIBER'}), ('/endpoints/endpoint[port-23-out]', {'uuid': 'port-23-out', 'type': 'MG_ON_OPTICAL_PORT_FIBER'}), ('/endpoints/endpoint[port-24-in]', {'uuid': 'port-24-in', 'type': 'MG_ON_OPTICAL_PORT_FIBER'}), ('/endpoints/endpoint[port-24-out]', {'uuid': 'port-24-out', 'type': 'MG_ON_OPTICAL_PORT_FIBER'}), ('/endpoints/endpoint[port-25-in]', {'uuid': 'port-25-in', 'type': 'MG_ON_OPTICAL_PORT_FIBER'}), ('/endpoints/endpoint[port-25-out]', {'uuid': 'port-25-out', 'type': 'MG_ON_OPTICAL_PORT_FIBER'}), ('/endpoints/endpoint[port-26-in]', {'uuid': 'port-26-in', 'type': 'MG_ON_OPTICAL_PORT_FIBER'}), ('/endpoints/endpoint[port-26-out]', {'uuid': 'port-26-out', 'type': 'MG_ON_OPTICAL_PORT_FIBER'}), ('/endpoints/endpoint[port-27-in]', {'uuid': 'port-27-in', 'type': 'MG_ON_OPTICAL_PORT_FIBER'}), ('/endpoints/endpoint[port-27-out]', {'uuid': 'port-27-out', 'type': 'MG_ON_OPTICAL_PORT_FIBER'}), ('/endpoints/endpoint[port-28-in]', {'uuid': 'port-28-in', 'type': 'MG_ON_OPTICAL_PORT_FIBER'}), ('/endpoints/endpoint[port-28-out]', {'uuid': 'port-28-out', 'type': 'MG_ON_OPTICAL_PORT_FIBER'}), ('/endpoints/endpoint[port-29-in]', {'uuid': 'port-29-in', 'type': 'MG_ON_OPTICAL_PORT_FIBER'}), ('/endpoints/endpoint[port-29-out]', {'uuid': 'port-29-out', 'type': 'MG_ON_OPTICAL_PORT_FIBER'}), ('/endpoints/endpoint[port-3-in]', {'uuid': 'port-3-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND'}), ('/endpoints/endpoint[port-3-out]', {'uuid': 'port-3-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND'}), ('/endpoints/endpoint[port-30-in]', {'uuid': 'port-30-in', 'type': 'MG_ON_OPTICAL_PORT_FIBER'}), ('/endpoints/endpoint[port-30-out]', {'uuid': 'port-30-out', 'type': 'MG_ON_OPTICAL_PORT_FIBER'}), ('/endpoints/endpoint[port-31-in]', {'uuid': 'port-31-in', 'type': 'MG_ON_OPTICAL_PORT_FIBER'}), ('/endpoints/endpoint[port-31-out]', {'uuid': 'port-31-out', 'type': 'MG_ON_OPTICAL_PORT_FIBER'}), ('/endpoints/endpoint[port-32-in]', {'uuid': 'port-32-in', 'type': 'MG_ON_OPTICAL_PORT_FIBER'}), ('/endpoints/endpoint[port-32-out]', {'uuid': 'port-32-out', 'type': 'MG_ON_OPTICAL_PORT_FIBER'}), ('/endpoints/endpoint[port-33-in]', {'uuid': 'port-33-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL'}), ('/endpoints/endpoint[port-33-out]', {'uuid': 'port-33-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL'}), ('/endpoints/endpoint[port-34-in]', {'uuid': 'port-34-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL'}), ('/endpoints/endpoint[port-34-out]', {'uuid': 'port-34-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL'}), ('/endpoints/endpoint[port-35-in]', {'uuid': 'port-35-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL'}), ('/endpoints/endpoint[port-35-out]', {'uuid': 'port-35-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL'}), ('/endpoints/endpoint[port-36-in]', {'uuid': 'port-36-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL'}), ('/endpoints/endpoint[port-36-out]', {'uuid': 'port-36-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL'}), ('/endpoints/endpoint[port-37-in]', {'uuid': 'port-37-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL'}), ('/endpoints/endpoint[port-37-out]', {'uuid': 'port-37-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL'}), ('/endpoints/endpoint[port-38-in]', {'uuid': 'port-38-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL'}), ('/endpoints/endpoint[port-38-out]', {'uuid': 'port-38-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL'}), ('/endpoints/endpoint[port-39-in]', {'uuid': 'port-39-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL'}), ('/endpoints/endpoint[port-39-out]', {'uuid': 'port-39-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL'}), ('/endpoints/endpoint[port-4-in]', {'uuid': 'port-4-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND'}), ('/endpoints/endpoint[port-4-out]', {'uuid': 'port-4-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND'}), ('/endpoints/endpoint[port-40-in]', {'uuid': 'port-40-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL'}), ('/endpoints/endpoint[port-40-out]', {'uuid': 'port-40-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL'}), ('/endpoints/endpoint[port-41-in]', {'uuid': 'port-41-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL'}), ('/endpoints/endpoint[port-41-out]', {'uuid': 'port-41-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL'}), ('/endpoints/endpoint[port-42-in]', {'uuid': 'port-42-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL'}), ('/endpoints/endpoint[port-42-out]', {'uuid': 'port-42-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL'}), ('/endpoints/endpoint[port-43-in]', {'uuid': 'port-43-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL'}), ('/endpoints/endpoint[port-43-out]', {'uuid': 'port-43-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL'}), ('/endpoints/endpoint[port-44-in]', {'uuid': 'port-44-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL'}), ('/endpoints/endpoint[port-44-out]', {'uuid': 'port-44-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL'}), ('/endpoints/endpoint[port-45-in]', {'uuid': 'port-45-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL'}), ('/endpoints/endpoint[port-45-out]', {'uuid': 'port-45-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL'}), ('/endpoints/endpoint[port-46-in]', {'uuid': 'port-46-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL'}), ('/endpoints/endpoint[port-46-out]', {'uuid': 'port-46-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL'}), ('/endpoints/endpoint[port-47-in]', {'uuid': 'port-47-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL'}), ('/endpoints/endpoint[port-47-out]', {'uuid': 'port-47-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL'}), ('/endpoints/endpoint[port-48-in]', {'uuid': 'port-48-in', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL'}), ('/endpoints/endpoint[port-48-out]', {'uuid': 'port-48-out', 'type': 'MG_ON_OPTICAL_PORT_MEDIACHANNEL'}), ('/endpoints/endpoint[port-5-in]', {'uuid': 'port-5-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND'}), ('/endpoints/endpoint[port-5-out]', {'uuid': 'port-5-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND'}), ('/endpoints/endpoint[port-6-in]', {'uuid': 'port-6-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND'}), ('/endpoints/endpoint[port-6-out]', {'uuid': 'port-6-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND'}), ('/endpoints/endpoint[port-7-in]', {'uuid': 'port-7-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND'}), ('/endpoints/endpoint[port-7-out]', {'uuid': 'port-7-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND'}), ('/endpoints/endpoint[port-8-in]', {'uuid': 'port-8-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND'}), ('/endpoints/endpoint[port-8-out]', {'uuid': 'port-8-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND'}), ('/endpoints/endpoint[port-9-in]', {'uuid': 'port-9-in', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND'}), ('/endpoints/endpoint[port-9-out]', {'uuid': 'port-9-out', 'type': 'MG_ON_OPTICAL_PORT_WAVEBAND'})] -[2024-07-23 07:53:48,157] INFO:device.service.DeviceServiceServicerImpl:add_device {'new_optical_config': {'opticalconfig': config: "{\"type\": \"optical-roadm\", \"optical_bands\": [{\"band_name\": \"C-BAND\", \"lower_frequency\": \"193000000\", \"upper_frequency\": \"194000000\", \"status\": \"ENABLED\", \"src_port\": \"ADD\", \"dest_port\": \"port-1-out\", \"channel_index\": \"1\"}], \"media_channels\": [{\"band_name\": \"TEST \", \"lower_frequency\": \"193210000\", \"upper_frequency\": \"193300000\", \"status\": \"ENABLED\", \"src_port\": \"port-36-in\", \"dest_port\": \"None\", \"optical_band_parent\": \"1\", \"channel_index\": \"3\"}]}" -device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } -} -}} -[2024-07-23 08:12:48,572] INFO:device.service.OpenConfigServicer: config from openconfigservicer {'channel_namespace': None, 'endpoints': [], 'device_name': 'R1', 'type': 'optical-roadm', 'channels': [{'band_name': 'TEST ', 'lower_frequency': 193210000, 'upper_frequency': 193300000, 'type': 'media_channel', 'src_port': 'port-36-in', 'dest_port': 'None', 'status': 'ENABLED', 'optical_band_parent': '1', 'channel_index': '3'}, {'band_name': 'C-BAND', 'lower_frequency': 193000000, 'upper_frequency': 194000000, 'type': 'optical_band', 'src_port': 'ADD', 'dest_port': 'port-1-out', 'status': 'ENABLED', 'optical_band_parent': None, 'channel_index': '1'}], 'roadm_uuid': {'roadm_uuid': '3d63c018-2661-5872-8bdd-f1e6a6e3313b'}, 'new_config': {'band_type': 'C_BAND', 'low-freq': 192006250, 'up-freq': 192381250, 'frequency': 192193750, 'band': 375000, 'ob_id': 1}, 'is_opticalband': True, 'flow': [['0', '77df46fd-6d6e-5726-9960-ca439c925dea']]} -[2024-07-23 08:12:48,626] INFO:device.service.OpenConfigServicer:device is device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } -} -name: "R1" -device_type: "optical-roadm" -device_operational_status: DEVICEOPERATIONALSTATUS_ENABLED -device_drivers: DEVICEDRIVER_OC -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "02c19f3c-73ac-55b9-b4c2-7def7e7df9fe" - } - } - name: "port-48-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "0332be2a-9b4e-52d7-ac7b-3ea58bf00375" - } - } - name: "port-12-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "08da1aa7-9253-5e92-bf2c-6e66ffe7a4ff" - } - } - name: "port-38-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "0b1c4d0e-5140-5085-ab66-2def390b650f" - } - } - name: "port-33-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "12b4419f-9ae9-5839-ad52-9684b1f30878" - } - } - name: "port-34-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "1485c127-2228-52b1-87e6-48c6b1366c46" - } - } - name: "port-20-in" - endpoint_type: "MG_ON_OPTICAL_PORT_FIBER" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "15c058d8-c5ed-5878-81cb-f76630ea6bfb" - } - } - name: "port-18-out" - endpoint_type: "MG_ON_OPTICAL_PORT_FIBER" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "188af412-9ac2-588f-8f00-a956aa6b2ae5" - } - } - name: "port-43-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "18a51dcf-905d-5104-9ef1-f24740fd6d78" - } - } - name: "port-12-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "1e02e33d-4b14-502d-9806-988f64cccb5d" - } - } - name: "port-43-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "21b8ccaa-9f7b-5bc5-9fc0-6f32025eb8a6" - } - } - name: "port-41-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "22d287ab-7935-55cb-b681-944a064726a9" - } - } - name: "port-11-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "266777cb-fa7b-50d7-aed7-333854581a55" - } - } - name: "port-31-out" - endpoint_type: "MG_ON_OPTICAL_PORT_FIBER" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "28666b3c-4b96-5cb6-8006-eba13ca8ab6e" - } - } - name: "port-9-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "29e8b36f-6989-5651-99fe-b3cb2ee5b4b8" - } - } - name: "port-40-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "2b646bf7-3120-5254-a4fb-748294c61a71" - } - } - name: "port-2-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "35aaee89-81a3-56b1-b1ba-33f972d0af49" - } - } - name: "port-36-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "385bc8da-171b-574c-9d4f-d9b08f29c469" - } - } - name: "port-40-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "38f57fc2-4b25-5b8e-8ab0-e2676594b652" - } - } - name: "port-39-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "3972ab17-4386-5a0c-92db-fc8096433068" - } - } - name: "port-38-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "3a49ceb2-fd5b-59e2-975a-b065c4e127a4" - } - } - name: "port-7-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "3b1551b2-3c17-54f6-8990-308ee42b421d" - } - } - name: "port-15-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "3f8b1948-619c-5130-a158-b7beb838434c" - } - } - name: "port-14-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "40b898c7-94f2-5c5d-b94a-e712c1a49fcb" - } - } - name: "port-24-out" - endpoint_type: "MG_ON_OPTICAL_PORT_FIBER" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "42040a55-feb4-53ee-941d-9a7ebd5da9db" - } - } - name: "port-27-in" - endpoint_type: "MG_ON_OPTICAL_PORT_FIBER" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "435a198b-cd6f-5d29-a72d-ea4f04cb658a" - } - } - name: "port-35-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "436bb32a-c8a0-5718-bbdb-382c79d96587" - } - } - name: "port-1-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "4b197fb8-d26e-59fb-a96c-d347ba017b28" - } - } - name: "port-46-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "4f2223e0-64c3-55d3-a870-f3a48c91b929" - } - } - name: "port-23-out" - endpoint_type: "MG_ON_OPTICAL_PORT_FIBER" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "509ffffc-2d4a-50b4-9da0-2b84b697c8a3" - } - } - name: "port-30-in" - endpoint_type: "MG_ON_OPTICAL_PORT_FIBER" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "53e3c997-d487-5d96-a6c4-998a562dcb96" - } - } - name: "port-5-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "55684f06-7aab-5061-aa0d-2e37b45e5ec7" - } - } - name: "port-2-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "56c81904-047c-5d7c-a765-79b9e4b7abf2" - } - } - name: "port-3-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "570aec35-99c9-53e2-a266-a38ef45499ed" - } - } - name: "port-30-out" - endpoint_type: "MG_ON_OPTICAL_PORT_FIBER" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "59871dc1-872d-5df1-9392-2537a591c86c" - } - } - name: "port-45-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "59fcacb0-1840-5dd3-9dfa-a07cf4f91bd2" - } - } - name: "port-3-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "5ac999c3-3df8-53c4-8f4a-52e5943f5c4c" - } - } - name: "port-14-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "5d38aff6-fc93-5ebe-9083-fae282f414d1" - } - } - name: "port-31-in" - endpoint_type: "MG_ON_OPTICAL_PORT_FIBER" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "5eb515c2-03ef-5aa2-9e39-f4b22a2f39c5" - } - } - name: "port-29-out" - endpoint_type: "MG_ON_OPTICAL_PORT_FIBER" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "6079c57b-70de-533a-9b81-bf3817906b62" - } - } - name: "port-32-out" - endpoint_type: "MG_ON_OPTICAL_PORT_FIBER" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "60d6af55-2f67-53a8-adb7-bceb6e7874eb" - } - } - name: "port-20-out" - endpoint_type: "MG_ON_OPTICAL_PORT_FIBER" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "62099377-4f4f-5ffb-aa37-6dec3319a21e" - } - } - name: "port-13-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "6a6dc5d4-567c-5104-b50d-6820768d2699" - } - } - name: "port-46-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "758d5906-6065-57dc-b424-d8366cedb18d" - } - } - name: "port-29-in" - endpoint_type: "MG_ON_OPTICAL_PORT_FIBER" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "763eff4b-7483-5e3a-9194-a160c72d42d1" - } - } - name: "port-17-in" - endpoint_type: "MG_ON_OPTICAL_PORT_FIBER" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "77df46fd-6d6e-5726-9960-ca439c925dea" - } - } - name: "port-1-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "7a5876a9-17bb-5b17-a5a5-67978191ca5f" - } - } - name: "port-24-in" - endpoint_type: "MG_ON_OPTICAL_PORT_FIBER" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "7be48ef0-2357-55fa-aca6-a1aeeeb3267a" - } - } - name: "port-42-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "7ce13dc8-d5f1-5233-beec-1d99416c9164" - } - } - name: "port-44-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "83916805-1162-57cc-955c-5ee28c2b85b7" - } - } - name: "port-28-in" - endpoint_type: "MG_ON_OPTICAL_PORT_FIBER" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "883609be-6125-5bbf-91ac-2a30e75a7d1e" - } - } - name: "port-16-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "8d0c4ac4-c522-5992-a206-45e8bf8389c6" - } - } - name: "port-7-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "904c4b18-10a6-512b-9bb2-8ec81e74fda4" - } - } - name: "port-34-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "91492a21-2f88-5acc-a427-2a57230eb2ea" - } - } - name: "port-15-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "927b0db8-602b-54d5-acd9-c1cd6395425f" - } - } - name: "port-39-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "94718a3d-1217-5fcc-900d-d4c2f7c1f811" - } - } - name: "port-28-out" - endpoint_type: "MG_ON_OPTICAL_PORT_FIBER" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "a18a7eb1-811d-5d27-be08-db212d83f25e" - } - } - name: "port-45-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "a299822d-4960-503f-9796-6f19cfbfd95c" - } - } - name: "port-25-out" - endpoint_type: "MG_ON_OPTICAL_PORT_FIBER" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "a7058178-97da-5b95-b969-abe5ab7a8e6f" - } - } - name: "port-42-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "a7d33ece-9565-59ec-999f-4c995d142f83" - } - } - name: "port-4-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "a9061634-e9a7-5d13-bc96-09fbf31cd610" - } - } - name: "port-41-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "b5354091-162e-5073-aeb2-ec5debcfcf9f" - } - } - name: "port-16-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "b9fbeed8-e304-5bd5-90e1-3e43c6af5a16" - } - } - name: "port-35-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "bff92ac5-9ccb-522c-8cd1-bb22aa005f10" - } - } - name: "port-21-out" - endpoint_type: "MG_ON_OPTICAL_PORT_FIBER" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "c31537c8-13df-503d-bf91-64e860e6b573" - } - } - name: "port-48-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "ca4f5f60-37ba-567b-a474-ff8951033342" - } - } - name: "port-47-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "cc197d41-625f-50d1-94d8-c6c63a31ccfb" - } - } - name: "port-8-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "ccb07637-f7d6-5b4a-9fc6-8510ef694cd9" - } - } - name: "port-4-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "cd539095-12a6-5460-8b07-481ec1901c9a" - } - } - name: "port-33-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "cfe60fca-3fe5-5747-ace8-ca7913e26d81" - } - } - name: "port-13-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "d1949523-6b88-5845-b031-5789801b4938" - } - } - name: "port-32-in" - endpoint_type: "MG_ON_OPTICAL_PORT_FIBER" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "d1de8f6d-68ef-5217-a5cd-2c059d4ac358" - } - } - name: "port-21-in" - endpoint_type: "MG_ON_OPTICAL_PORT_FIBER" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "d71c4276-624a-584f-aca3-1aa3c1243da0" - } - } - name: "port-19-in" - endpoint_type: "MG_ON_OPTICAL_PORT_FIBER" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "d9d6ffdf-2cb3-558d-8fe7-a7c08525727c" - } - } - name: "port-25-in" - endpoint_type: "MG_ON_OPTICAL_PORT_FIBER" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "dc3777d3-50b0-518c-8abb-044debaad10b" - } - } - name: "port-18-in" - endpoint_type: "MG_ON_OPTICAL_PORT_FIBER" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "dda83a5d-29b7-5f96-9b0a-bd1f39e1db2f" - } - } - name: "port-37-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "e2500678-0f36-555a-9133-7cd04d3ad63a" - } - } - name: "port-6-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "e49a30ee-8421-5b02-b925-55470fc65226" - } - } - name: "port-26-out" - endpoint_type: "MG_ON_OPTICAL_PORT_FIBER" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "e5265cb0-2e80-5ea1-80d8-333749bb7f14" - } - } - name: "port-5-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "e5681c7e-92d1-516d-b7fb-fcc74cde7090" - } - } - name: "port-27-out" - endpoint_type: "MG_ON_OPTICAL_PORT_FIBER" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "e9d0dac3-11f2-5b84-9125-d0300ccd8eeb" - } - } - name: "port-37-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "e9d4bff3-76ac-5490-b897-a30b9a42a8b1" - } - } - name: "port-44-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "ea73d8c4-1077-55c9-87f1-9c377cee196f" - } - } - name: "port-9-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "eb38e3cd-e42a-54b2-846c-82207a95e8e3" - } - } - name: "port-10-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "ebb8394d-98c3-5f28-8c43-a28c62dac297" - } - } - name: "port-22-in" - endpoint_type: "MG_ON_OPTICAL_PORT_FIBER" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "ebfe571c-77b2-5f66-9efe-25583cc1f587" - } - } - name: "port-36-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "ed7f9c49-538f-5763-a20a-b3241e3fd385" - } - } - name: "port-26-in" - endpoint_type: "MG_ON_OPTICAL_PORT_FIBER" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "ee4df110-8657-571c-aa20-a70ec79db01f" - } - } - name: "port-47-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "f0350e3c-7fcc-54e3-b9f4-ac457631920e" - } - } - name: "port-23-in" - endpoint_type: "MG_ON_OPTICAL_PORT_FIBER" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "f1522932-650f-5ac3-a1d3-081d4a7e79a9" - } - } - name: "port-17-out" - endpoint_type: "MG_ON_OPTICAL_PORT_FIBER" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "f206246e-cb90-56b4-b908-1dc3daa7ac3f" - } - } - name: "port-11-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "f333e69e-6c91-5b65-8fea-a9bd49f8c657" - } - } - name: "port-22-out" - endpoint_type: "MG_ON_OPTICAL_PORT_FIBER" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "f7052fb4-fab8-5821-95e0-d407043742d8" - } - } - name: "port-8-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "f894fb5e-fd1e-5424-904e-c879dedd9f8a" - } - } - name: "port-19-out" - endpoint_type: "MG_ON_OPTICAL_PORT_FIBER" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "f8bd2b7e-6d37-5bbc-92f4-9b9b2e0ce22c" - } - } - name: "port-10-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "ff51524f-7b51-5efd-af6b-6bc8541d3716" - } - } - name: "port-6-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND" - endpoint_location { - } -} -controller_id { -} - -[2024-07-23 08:12:48,630] INFO:device.service.OpenConfigServicer:from openconfigservicer [{'resource_key': 'channel_namespace', 'value': None}, {'resource_key': 'add_transceiver', 'value': None}, {'resource_key': 'source_port', 'value': [None]}, {'resource_key': 'destination_port', 'value': ['port-1-out']}, {'resource_key': 'handled_flow', 'value': [(None, 'port-1-out')]}, {'resource_key': 'target-output-power', 'value': None}, {'resource_key': 'frequency', 'value': 192193750}, {'resource_key': 'operational-mode', 'value': None}, {'resource_key': 'line-port', 'value': None}, {'resource_key': 'admin-state', 'value': None}, {'resource_key': 'name', 'value': 'C_BAND'}, {'resource_key': 'optical-band-parent', 'value': 1}, {'resource_key': 'index', 'value': 1}, {'resource_key': 'lower-frequency', 'value': 192006250}, {'resource_key': 'upper-frequency', 'value': 192381250}] and conditions {'is_opticalband': True, 'edit_type': 'optical-band'} -[2024-07-23 08:12:48,630] INFO:root:from setConfig [{'resource_key': 'channel_namespace', 'value': None}, {'resource_key': 'add_transceiver', 'value': None}, {'resource_key': 'source_port', 'value': [None]}, {'resource_key': 'destination_port', 'value': ['port-1-out']}, {'resource_key': 'handled_flow', 'value': [(None, 'port-1-out')]}, {'resource_key': 'target-output-power', 'value': None}, {'resource_key': 'frequency', 'value': 192193750}, {'resource_key': 'operational-mode', 'value': None}, {'resource_key': 'line-port', 'value': None}, {'resource_key': 'admin-state', 'value': None}, {'resource_key': 'name', 'value': 'C_BAND'}, {'resource_key': 'optical-band-parent', 'value': 1}, {'resource_key': 'index', 'value': 1}, {'resource_key': 'lower-frequency', 'value': 192006250}, {'resource_key': 'upper-frequency', 'value': 192381250}] -[2024-07-23 08:12:48,630] INFO:root:from setConfig condititons {'is_opticalband': True, 'edit_type': 'optical-band'} -[2024-07-23 08:12:48,637] INFO:root: edit messages ['<config xmlns="urn:ietf:params:xml:ns:netconf:base:1.0"> <wavelength-router xmlns="http://openconfig.net/yang/wavelength-router"> <optical-bands xmlns="http://flex-scale-project.eu/yang/flex-scale-mg-on"> <optical-band> <index>1</index> <config> <name>C_BAND</name> <index>1</index> <lower-frequency>192006250</lower-frequency> <upper-frequency>192381250</upper-frequency> <admin-status>ENABLED</admin-status> </config> <dest> <config> <port-name>port-1-out</port-name> </config> </dest> </optical-band> </optical-bands> </wavelength-router></config>'] -[2024-07-23 08:12:48,644] INFO:ncclient.operations.rpc:[host 172.17.254.22 session-id 85] Requesting 'EditConfig' -[2024-07-23 08:12:48,995] INFO:device.service.OpenConfigServicer:error in configuring /oc-wave-router:wavelength-router/fsmgon:optical-bands/optical-band[index='1']/config/upper-frequency: Illegal value of upper freq -[2024-07-23 08:12:49,027] INFO:device.service.OpenConfigServicer: config from openconfigservicer {'channel_namespace': None, 'endpoints': [], 'device_name': 'R2', 'type': 'optical-roadm', 'channels': [{'band_name': 'TEST ', 'lower_frequency': 193210000, 'upper_frequency': 193300000, 'type': 'media_channel', 'src_port': 'port-36-in', 'dest_port': 'None', 'status': 'ENABLED', 'optical_band_parent': '1', 'channel_index': '3'}, {'band_name': 'C-BAND', 'lower_frequency': 193000000, 'upper_frequency': 194000000, 'type': 'optical_band', 'src_port': 'ADD', 'dest_port': 'port-1-out', 'status': 'ENABLED', 'optical_band_parent': None, 'channel_index': '1'}], 'roadm_uuid': {'roadm_uuid': 'c5b3429f-4331-5182-9745-cfdc0a5aaf29'}, 'new_config': {'band_type': 'C_BAND', 'low-freq': 192006250, 'up-freq': 192381250, 'frequency': 192193750, 'band': 375000, 'ob_id': 1}, 'is_opticalband': True, 'flow': [['bcfb768c-e8fb-5e0b-9559-821d120b5410', '0']]} -[2024-07-23 08:12:49,090] INFO:device.service.OpenConfigServicer:device is device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } -} -name: "R2" -device_type: "optical-roadm" -device_operational_status: DEVICEOPERATIONALSTATUS_ENABLED -device_drivers: DEVICEDRIVER_OC -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "004742bc-6ade-5c22-b02a-a154632d126e" - } - } - name: "port-20-out" - endpoint_type: "MG_ON_OPTICAL_PORT_FIBER" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "039ec3bc-372e-5683-a58d-4815f9e21a2c" - } - } - name: "port-30-in" - endpoint_type: "MG_ON_OPTICAL_PORT_FIBER" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "053a62f6-2760-562a-b285-15a9b159c2c5" - } - } - name: "port-46-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "05a86087-1205-51ff-a6a0-c66f07805fec" - } - } - name: "port-23-in" - endpoint_type: "MG_ON_OPTICAL_PORT_FIBER" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "06bb01cb-0d99-5223-8215-cfa120b6afcb" - } - } - name: "port-17-in" - endpoint_type: "MG_ON_OPTICAL_PORT_FIBER" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "073f30f3-bf6a-532b-bcb6-5bd23e6923a1" - } - } - name: "port-19-out" - endpoint_type: "MG_ON_OPTICAL_PORT_FIBER" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "0a9b56db-32f8-5c60-83af-7ceaa39c618e" - } - } - name: "port-2-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "0be94d49-51fd-556c-869f-7d49a7c9cce8" - } - } - name: "port-17-out" - endpoint_type: "MG_ON_OPTICAL_PORT_FIBER" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "0d103312-7c8c-5e8a-980f-f6863b42d0d3" - } - } - name: "port-10-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "0ee5d330-9700-5684-92c1-bcb6c4c8a3bc" - } - } - name: "port-8-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "115ed444-0128-53f1-aa1a-ce8129a55f67" - } - } - name: "port-9-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "12ea85fc-4388-59c1-9cb9-b480ee06e01a" - } - } - name: "port-45-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "134dc1db-a258-5452-8e02-5d56af61a138" - } - } - name: "port-29-out" - endpoint_type: "MG_ON_OPTICAL_PORT_FIBER" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "14bb0e42-db22-5dfb-b618-4caa72a8e8cc" - } - } - name: "port-42-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "18a7b3b1-d4a3-590a-a5a9-b7db5293ac61" - } - } - name: "port-48-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "19041fc0-6807-5b8f-9b26-7e7eed556980" - } - } - name: "port-6-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "1950275c-e218-5190-8ca5-6a2228c4a87b" - } - } - name: "port-10-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "20c3e2c5-d7b9-5761-9c9f-443b8c406d91" - } - } - name: "port-18-out" - endpoint_type: "MG_ON_OPTICAL_PORT_FIBER" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "21db5850-b53e-57de-ba2a-bf578bffb1ea" - } - } - name: "port-46-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "261a53b4-d257-5f35-bf5b-b2f975d7d2ed" - } - } - name: "port-35-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "266dc3a1-0892-5454-a917-3fa62190c6c2" - } - } - name: "port-8-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "2c6d6f19-df32-59bd-a481-9bdf46fd6f5e" - } - } - name: "port-31-out" - endpoint_type: "MG_ON_OPTICAL_PORT_FIBER" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "2e4f4523-3fb0-5704-9a47-1cf467d70bc8" - } - } - name: "port-13-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "2f6d500b-2407-516f-9468-4f059b218f4b" - } - } - name: "port-43-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "3062d499-cf08-5f02-94c6-8906ebdf756b" - } - } - name: "port-41-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "31060d00-8617-55c3-92f2-f42b876478c1" - } - } - name: "port-4-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "324051b0-762b-5847-aba4-42ce1d8baa3b" - } - } - name: "port-27-in" - endpoint_type: "MG_ON_OPTICAL_PORT_FIBER" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "399d3645-5565-502b-bfc8-3ea9cf68a83b" - } - } - name: "port-36-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "3ba5f6db-ffde-59d9-a7ae-af06e96a9674" - } - } - name: "port-40-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "3e17084e-d2b4-5cb2-b31a-7f6d80feb60e" - } - } - name: "port-5-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "3e74aa2a-cf0d-51ce-b406-dcf1b96ae5d5" - } - } - name: "port-11-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "3efedbc2-7363-53cf-a0b9-fc4a2bcbd245" - } - } - name: "port-1-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "48a917ad-12d8-5ec4-aaab-84b35337abfe" - } - } - name: "port-14-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "5047aede-f784-58ab-b80a-454386a43c64" - } - } - name: "port-12-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "50b41e11-e2f7-5720-b2b0-bc2a43eb7b95" - } - } - name: "port-38-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "51756532-a2d3-5731-898c-9d7333573a39" - } - } - name: "port-31-in" - endpoint_type: "MG_ON_OPTICAL_PORT_FIBER" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "5a91d3d9-58f9-53be-9bda-44a56e1e6dfd" - } - } - name: "port-21-in" - endpoint_type: "MG_ON_OPTICAL_PORT_FIBER" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "5aeb719f-e322-5185-be08-a2f837992a4f" - } - } - name: "port-44-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "5cfa4f91-cbce-5721-b612-e6b5eaa76721" - } - } - name: "port-35-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "5d5cb9d0-e675-55b7-8a76-5649f4c95c81" - } - } - name: "port-39-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "5dd55ad7-b980-562e-b579-d724a3655d31" - } - } - name: "port-34-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "5eba7909-6f11-5154-b6e9-e2a2bbc75bb0" - } - } - name: "port-48-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "625560d9-4809-5f40-b3cf-23ec59efe71a" - } - } - name: "port-38-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "630a400f-dd0c-51d0-8049-c281881190b0" - } - } - name: "port-3-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "6a2d629b-9dfe-58af-bc5b-96277a127512" - } - } - name: "port-41-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "6e621543-9616-57bf-806c-2564047f234b" - } - } - name: "port-15-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "6e9b83ef-b9a4-5898-9495-38c45635aac7" - } - } - name: "port-34-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "72fabf2f-0121-5198-a4bf-ab82034d7da9" - } - } - name: "port-16-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "743daf39-41eb-500c-b61b-d7b473249022" - } - } - name: "port-47-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "76d3c064-04eb-5edf-95ac-645cb6348b61" - } - } - name: "port-33-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "77d8c722-2ad2-5a7c-8669-fb900f1166e1" - } - } - name: "port-45-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "7ec03972-acf4-5299-a5ec-e3e1a686a8bb" - } - } - name: "port-32-in" - endpoint_type: "MG_ON_OPTICAL_PORT_FIBER" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "8657516b-33f4-5d1c-839d-51acbc6fb93d" - } - } - name: "port-36-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "86f6b3e0-3e7e-5db2-bb71-6e05229c97eb" - } - } - name: "port-3-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "922a952b-50b6-5985-bf44-3afeb53f396e" - } - } - name: "port-44-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "928a811e-4f2d-57cd-a0ec-f0c66fb348ee" - } - } - name: "port-28-out" - endpoint_type: "MG_ON_OPTICAL_PORT_FIBER" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "94ae7ec2-0cba-55ea-a36f-2143b205ed64" - } - } - name: "port-43-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "994c45dd-b2b8-53c4-957d-4834f45e0e1f" - } - } - name: "port-13-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "9f6698ad-957c-561b-a8ec-9cb70fa53612" - } - } - name: "port-28-in" - endpoint_type: "MG_ON_OPTICAL_PORT_FIBER" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "9faee558-3880-5e8a-b94c-6893b041c7dd" - } - } - name: "port-20-in" - endpoint_type: "MG_ON_OPTICAL_PORT_FIBER" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "a08ab669-238c-5e9e-9e86-780d39111595" - } - } - name: "port-40-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "a263560e-0ea2-54f4-8765-7f9ac33f4c16" - } - } - name: "port-32-out" - endpoint_type: "MG_ON_OPTICAL_PORT_FIBER" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "a751a510-e108-5819-bafb-3d3e6881b4eb" - } - } - name: "port-12-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "a7c97f50-0539-57cc-aa9b-491aac1e8698" - } - } - name: "port-25-out" - endpoint_type: "MG_ON_OPTICAL_PORT_FIBER" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "ac0a40d5-6eb5-5831-bfbd-109511e00e0d" - } - } - name: "port-30-out" - endpoint_type: "MG_ON_OPTICAL_PORT_FIBER" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "acf1d5af-164f-50af-983f-80e0f99c1de0" - } - } - name: "port-24-out" - endpoint_type: "MG_ON_OPTICAL_PORT_FIBER" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "b22d517e-2d36-518b-9e3e-c75c625f06ef" - } - } - name: "port-7-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "b3ab2b45-ed47-5c14-801d-b1104dd9d619" - } - } - name: "port-6-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "b6788cd9-089a-56e3-b388-4b53f0d994a9" - } - } - name: "port-24-in" - endpoint_type: "MG_ON_OPTICAL_PORT_FIBER" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "b7198f68-38c3-5c7f-b865-2fc809abf094" - } - } - name: "port-21-out" - endpoint_type: "MG_ON_OPTICAL_PORT_FIBER" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "b71a78da-69db-5260-8a15-8de81d02a20d" - } - } - name: "port-9-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "bb1b9200-d62e-5f21-8436-595e37eee2ac" - } - } - name: "port-19-in" - endpoint_type: "MG_ON_OPTICAL_PORT_FIBER" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "bc82f789-cbb1-5f3e-b989-88dab185ea0d" - } - } - name: "port-37-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "bcfb768c-e8fb-5e0b-9559-821d120b5410" - } - } - name: "port-1-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "bd08db44-134e-5902-bb24-b2453bf21db4" - } - } - name: "port-5-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "be1b3bb0-8aed-569a-be91-e888b0c0985d" - } - } - name: "port-33-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "c027a391-2cf6-5b96-bba3-051e01c63f43" - } - } - name: "port-7-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "c2d5ac50-2faf-5608-a6ae-7c023bceb289" - } - } - name: "port-39-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "c4568f02-d291-5c95-b9bc-846278862db9" - } - } - name: "port-4-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "c506f9c2-4f46-5b1c-8218-3a2d9825cdf7" - } - } - name: "port-27-out" - endpoint_type: "MG_ON_OPTICAL_PORT_FIBER" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "c559fb60-6495-5992-b339-ac7a590e337c" - } - } - name: "port-16-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "c8399dca-5e70-58f5-8048-737eaa5732a2" - } - } - name: "port-18-in" - endpoint_type: "MG_ON_OPTICAL_PORT_FIBER" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "cace07d7-0ca3-51be-bef1-b58db0ccba6f" - } - } - name: "port-2-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "caf865b8-df54-5601-9163-1cdbe8f7a599" - } - } - name: "port-47-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "cb54a3bd-13f9-505f-9f3c-8c55a2738a35" - } - } - name: "port-26-out" - endpoint_type: "MG_ON_OPTICAL_PORT_FIBER" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "cbb42426-c8e3-5f61-b50d-bcd1147a7861" - } - } - name: "port-22-in" - endpoint_type: "MG_ON_OPTICAL_PORT_FIBER" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "cc5064c4-bc42-5c50-b5b0-9b2ad1405bd8" - } - } - name: "port-42-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "d5a10fec-ce9a-575b-a526-53b52ddd33a5" - } - } - name: "port-22-out" - endpoint_type: "MG_ON_OPTICAL_PORT_FIBER" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "d91ef51b-7b99-5486-9b2e-3830ebb96e2b" - } - } - name: "port-25-in" - endpoint_type: "MG_ON_OPTICAL_PORT_FIBER" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "e391da48-9b66-5924-b571-d27e85663462" - } - } - name: "port-23-out" - endpoint_type: "MG_ON_OPTICAL_PORT_FIBER" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "e5a04509-2cf6-5d51-8004-0a07e2b6a260" - } - } - name: "port-29-in" - endpoint_type: "MG_ON_OPTICAL_PORT_FIBER" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "e650eba7-019d-5c4f-9d75-14d47a711f2f" - } - } - name: "port-14-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "e7566eac-9fa0-5137-929a-7cf2485babea" - } - } - name: "port-37-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "ea7812b2-db7c-5504-a415-6b4299ae090f" - } - } - name: "port-11-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "eb2a89f8-04c5-598d-b10e-c4509317a07f" - } - } - name: "port-26-in" - endpoint_type: "MG_ON_OPTICAL_PORT_FIBER" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "fd4d5404-baf3-5f5f-b7b7-a825c90e5f2a" - } - } - name: "port-15-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND" - endpoint_location { - } -} -controller_id { -} - -[2024-07-23 08:12:49,092] INFO:device.service.OpenConfigServicer:from openconfigservicer [{'resource_key': 'channel_namespace', 'value': None}, {'resource_key': 'add_transceiver', 'value': None}, {'resource_key': 'source_port', 'value': ['port-1-in']}, {'resource_key': 'destination_port', 'value': [None]}, {'resource_key': 'handled_flow', 'value': [('port-1-in', None)]}, {'resource_key': 'target-output-power', 'value': None}, {'resource_key': 'frequency', 'value': 192193750}, {'resource_key': 'operational-mode', 'value': None}, {'resource_key': 'line-port', 'value': None}, {'resource_key': 'admin-state', 'value': None}, {'resource_key': 'name', 'value': 'C_BAND'}, {'resource_key': 'optical-band-parent', 'value': 1}, {'resource_key': 'index', 'value': 1}, {'resource_key': 'lower-frequency', 'value': 192006250}, {'resource_key': 'upper-frequency', 'value': 192381250}] and conditions {'is_opticalband': True, 'edit_type': 'optical-band'} -[2024-07-23 08:12:49,092] INFO:root:from setConfig [{'resource_key': 'channel_namespace', 'value': None}, {'resource_key': 'add_transceiver', 'value': None}, {'resource_key': 'source_port', 'value': ['port-1-in']}, {'resource_key': 'destination_port', 'value': [None]}, {'resource_key': 'handled_flow', 'value': [('port-1-in', None)]}, {'resource_key': 'target-output-power', 'value': None}, {'resource_key': 'frequency', 'value': 192193750}, {'resource_key': 'operational-mode', 'value': None}, {'resource_key': 'line-port', 'value': None}, {'resource_key': 'admin-state', 'value': None}, {'resource_key': 'name', 'value': 'C_BAND'}, {'resource_key': 'optical-band-parent', 'value': 1}, {'resource_key': 'index', 'value': 1}, {'resource_key': 'lower-frequency', 'value': 192006250}, {'resource_key': 'upper-frequency', 'value': 192381250}] -[2024-07-23 08:12:49,092] INFO:root:from setConfig condititons {'is_opticalband': True, 'edit_type': 'optical-band'} -[2024-07-23 08:12:49,093] INFO:root: edit messages ['<config xmlns="urn:ietf:params:xml:ns:netconf:base:1.0"> <wavelength-router xmlns="http://openconfig.net/yang/wavelength-router"> <optical-bands xmlns="http://flex-scale-project.eu/yang/flex-scale-mg-on"> <optical-band> <index>1</index> <config> <name>C_BAND</name> <index>1</index> <lower-frequency>192006250</lower-frequency> <upper-frequency>192381250</upper-frequency> <admin-status>ENABLED</admin-status> </config> <source> <config> <port-name>port-1-in</port-name> </config> </source> </optical-band> </optical-bands> </wavelength-router></config>'] -[2024-07-23 08:12:49,094] INFO:ncclient.operations.rpc:[host 172.17.254.22 session-id 87] Requesting 'EditConfig' -[2024-07-23 08:12:49,216] INFO:device.service.OpenConfigServicer:error in configuring /oc-wave-router:wavelength-router/fsmgon:optical-bands/optical-band[index='1']/config/upper-frequency: Illegal value of upper freq -[2024-07-23 08:12:49,340] INFO:device.service.OpenConfigServicer: config from openconfigservicer {'channel_namespace': 'http://openconfig.net/yang/terminal-device', 'endpoints': [{'endpoint_uuid': {'uuid': {'index': 'channel-1'}}}, {'endpoint_uuid': {'uuid': {'index': 'channel-2'}}}, {'endpoint_uuid': {'uuid': {'index': 'channel-3'}}}, {'endpoint_uuid': {'uuid': {'index': 'channel-4'}}}], 'device_name': 'T1.3', 'type': 'optical-transponder', 'channels': [{'name': {'index': 'channel-3'}, 'frequency': 191600000, 'target-output-power': '100.0', 'operational-mode': 0, 'status': 'DISABLED'}, {'name': {'index': 'channel-1'}, 'frequency': 191600000, 'target-output-power': '100.0', 'operational-mode': 0, 'status': 'DISABLED'}, {'name': {'index': 'channel-4'}, 'frequency': 191600000, 'target-output-power': '100.0', 'operational-mode': 0, 'status': 'DISABLED'}, {'name': {'index': 'channel-2'}, 'frequency': 191600000, 'target-output-power': '100.0', 'operational-mode': 0, 'status': 'DISABLED'}], 'transceivers': {'transceiver': []}, 'interfaces': {'interface': ''}, 'trasponder_uuid': {'transponder_uuid': '02b07a17-68ee-5341-ad5b-3b613bce9883'}, 'new_config': {'target-output-power': '1.0', 'frequency': 192056250, 'operational-mode': 8, 'band': 100000, 'flow_id': 1, 'ob_id': 1, 'band_type': 'C_BAND', 'status': 'ENABLED'}, 'is_opticalband': False, 'flow': [['0', 'bbdfc5ef-4f8b-5921-9d1f-33dd9a5f18c8']]} -[2024-07-23 08:12:49,360] INFO:device.service.OpenConfigServicer:device is device_id { - device_uuid { - uuid: "cf618e18-c0a1-58c4-9827-943a2c0523d6" - } -} -name: "T1.3" -device_type: "optical-transponder" -device_operational_status: DEVICEOPERATIONALSTATUS_ENABLED -device_drivers: DEVICEDRIVER_OC -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "cf618e18-c0a1-58c4-9827-943a2c0523d6" - } - } - endpoint_uuid { - uuid: "15a02a82-64d0-5929-ac72-14585a8f01c6" - } - } - name: "4" - endpoint_type: "port-4" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "cf618e18-c0a1-58c4-9827-943a2c0523d6" - } - } - endpoint_uuid { - uuid: "b727350a-c291-56e8-b1c6-b46ec8d994f4" - } - } - name: "2" - endpoint_type: "port-2" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "cf618e18-c0a1-58c4-9827-943a2c0523d6" - } - } - endpoint_uuid { - uuid: "bbdfc5ef-4f8b-5921-9d1f-33dd9a5f18c8" - } - } - name: "3" - endpoint_type: "port-3" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "cf618e18-c0a1-58c4-9827-943a2c0523d6" - } - } - endpoint_uuid { - uuid: "dcaae3e3-42c5-50b5-bafb-d3097d567d09" - } - } - name: "1" - endpoint_type: "port-1" - endpoint_location { - } -} -controller_id { -} - -[2024-07-23 08:12:49,360] INFO:device.service.OpenConfigServicer:from openconfigservicer [{'resource_key': 'channel_namespace', 'value': 'http://openconfig.net/yang/terminal-device'}, {'resource_key': 'add_transceiver', 'value': None}, {'resource_key': 'source_port', 'value': [None]}, {'resource_key': 'destination_port', 'value': ['3']}, {'resource_key': 'handled_flow', 'value': [(None, '3')]}, {'resource_key': 'target-output-power', 'value': '1.0'}, {'resource_key': 'frequency', 'value': 192056250}, {'resource_key': 'operational-mode', 'value': 8}, {'resource_key': 'line-port', 'value': None}, {'resource_key': 'admin-state', 'value': 'ENABLED'}, {'resource_key': 'name', 'value': 'C_BAND'}, {'resource_key': 'optical-band-parent', 'value': 1}, {'resource_key': 'lower-frequency', 'value': None}, {'resource_key': 'upper-frequency', 'value': None}] and conditions {'is_opticalband': False, 'edit_type': 'optical-channel'} -[2024-07-23 08:12:49,360] INFO:root:from setConfig [{'resource_key': 'channel_namespace', 'value': 'http://openconfig.net/yang/terminal-device'}, {'resource_key': 'add_transceiver', 'value': None}, {'resource_key': 'source_port', 'value': [None]}, {'resource_key': 'destination_port', 'value': ['3']}, {'resource_key': 'handled_flow', 'value': [(None, '3')]}, {'resource_key': 'target-output-power', 'value': '1.0'}, {'resource_key': 'frequency', 'value': 192056250}, {'resource_key': 'operational-mode', 'value': 8}, {'resource_key': 'line-port', 'value': None}, {'resource_key': 'admin-state', 'value': 'ENABLED'}, {'resource_key': 'name', 'value': 'C_BAND'}, {'resource_key': 'optical-band-parent', 'value': 1}, {'resource_key': 'lower-frequency', 'value': None}, {'resource_key': 'upper-frequency', 'value': None}] -[2024-07-23 08:12:49,360] INFO:root:from setConfig condititons {'is_opticalband': False, 'edit_type': 'optical-channel'} -[2024-07-23 08:12:49,361] INFO:root:building xml [{'resource_key': 'channel_namespace', 'value': 'http://openconfig.net/yang/terminal-device'}, {'resource_key': 'add_transceiver', 'value': None}, {'resource_key': 'source_port', 'value': [None]}, {'resource_key': 'destination_port', 'value': ['3']}, {'resource_key': 'handled_flow', 'value': [(None, '3')]}, {'resource_key': 'target-output-power', 'value': '1.0'}, {'resource_key': 'frequency', 'value': 192056250}, {'resource_key': 'operational-mode', 'value': 8}, {'resource_key': 'line-port', 'value': None}, {'resource_key': 'admin-state', 'value': 'ENABLED'}, {'resource_key': 'name', 'value': 'C_BAND'}, {'resource_key': 'optical-band-parent', 'value': 1}, {'resource_key': 'lower-frequency', 'value': None}, {'resource_key': 'upper-frequency', 'value': None}] -[2024-07-23 08:12:49,361] INFO:root:config_xml [{'resource_key': 'target-output-power', 'value': '1.0'}, {'resource_key': 'frequency', 'value': 192056250}, {'resource_key': 'operational-mode', 'value': 8}] -[2024-07-23 08:12:49,361] INFO:root:ports_xml {'source_port': [None], 'destination_port': ['3']} -[2024-07-23 08:12:49,361] INFO:root:ports are {'source_port': [None], 'destination_port': ['3']} -[2024-07-23 08:12:49,362] INFO:root: edit messages ['<config xmlns="urn:ietf:params:xml:ns:netconf:base:1.0"> <components xmlns="http://openconfig.net/yang/platform"> <component> <name>channel-3</name> <config> <name>channel-3</name> </config> <optical-channel xmlns="http://openconfig.net/yang/terminal-device"> <config> <target-output-power>1.0</target-output-power> <frequency>192056250</frequency> <operational-mode>8</operational-mode> </config> </optical-channel> </component> </components> <terminal-device xmlns="http://openconfig.net/yang/terminal-device"> <logical-channels> <channel> <index>3</index> <config> <index>3</index> <admin-state>ENABLED</admin-state> </config> </channel> </logical-channels> </terminal-device></config>'] -[2024-07-23 08:12:49,363] INFO:ncclient.operations.rpc:[host 172.17.254.41 session-id 29] Requesting 'EditConfig' -[2024-07-23 08:12:49,866] INFO:root:resonse from edit <?xml version="1.0" encoding="UTF-8"?> -<rpc-reply xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="urn:uuid:aca7e76c-22ec-4289-95c2-1af789337de1" xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0"><ok/></rpc-reply> -[2024-07-23 08:12:49,866] INFO:device.service.OpenConfigServicer:resluts [True] and is_all_good True -[2024-07-23 08:12:49,866] INFO:device.service.OpenConfigServicer:flow_handled {'resource_key': 'handled_flow', 'value': [(None, '3')]} -[2024-07-23 08:12:49,983] INFO:device.service.OpenConfigServicer: config from openconfigservicer {'channel_namespace': None, 'endpoints': [], 'device_name': 'R1', 'type': 'optical-roadm', 'channels': [{'band_name': 'TEST ', 'lower_frequency': 193210000, 'upper_frequency': 193300000, 'type': 'media_channel', 'src_port': 'port-36-in', 'dest_port': 'None', 'status': 'ENABLED', 'optical_band_parent': '1', 'channel_index': '3'}, {'band_name': 'C-BAND', 'lower_frequency': 193000000, 'upper_frequency': 194000000, 'type': 'optical_band', 'src_port': 'ADD', 'dest_port': 'port-1-out', 'status': 'ENABLED', 'optical_band_parent': None, 'channel_index': '1'}], 'roadm_uuid': {'roadm_uuid': '3d63c018-2661-5872-8bdd-f1e6a6e3313b'}, 'new_config': {'target-output-power': '1.0', 'frequency': 192056250, 'operational-mode': 8, 'band': 100000, 'flow_id': 1, 'ob_id': 1, 'band_type': 'C_BAND', 'status': 'ENABLED'}, 'is_opticalband': False, 'flow': [['435a198b-cd6f-5d29-a72d-ea4f04cb658a', '77df46fd-6d6e-5726-9960-ca439c925dea']]} -[2024-07-23 08:12:50,035] INFO:device.service.OpenConfigServicer:device is device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } -} -name: "R1" -device_type: "optical-roadm" -device_operational_status: DEVICEOPERATIONALSTATUS_ENABLED -device_drivers: DEVICEDRIVER_OC -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "02c19f3c-73ac-55b9-b4c2-7def7e7df9fe" - } - } - name: "port-48-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "0332be2a-9b4e-52d7-ac7b-3ea58bf00375" - } - } - name: "port-12-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "08da1aa7-9253-5e92-bf2c-6e66ffe7a4ff" - } - } - name: "port-38-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "0b1c4d0e-5140-5085-ab66-2def390b650f" - } - } - name: "port-33-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "12b4419f-9ae9-5839-ad52-9684b1f30878" - } - } - name: "port-34-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "1485c127-2228-52b1-87e6-48c6b1366c46" - } - } - name: "port-20-in" - endpoint_type: "MG_ON_OPTICAL_PORT_FIBER" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "15c058d8-c5ed-5878-81cb-f76630ea6bfb" - } - } - name: "port-18-out" - endpoint_type: "MG_ON_OPTICAL_PORT_FIBER" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "188af412-9ac2-588f-8f00-a956aa6b2ae5" - } - } - name: "port-43-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "18a51dcf-905d-5104-9ef1-f24740fd6d78" - } - } - name: "port-12-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "1e02e33d-4b14-502d-9806-988f64cccb5d" - } - } - name: "port-43-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "21b8ccaa-9f7b-5bc5-9fc0-6f32025eb8a6" - } - } - name: "port-41-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "22d287ab-7935-55cb-b681-944a064726a9" - } - } - name: "port-11-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "266777cb-fa7b-50d7-aed7-333854581a55" - } - } - name: "port-31-out" - endpoint_type: "MG_ON_OPTICAL_PORT_FIBER" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "28666b3c-4b96-5cb6-8006-eba13ca8ab6e" - } - } - name: "port-9-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "29e8b36f-6989-5651-99fe-b3cb2ee5b4b8" - } - } - name: "port-40-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "2b646bf7-3120-5254-a4fb-748294c61a71" - } - } - name: "port-2-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "35aaee89-81a3-56b1-b1ba-33f972d0af49" - } - } - name: "port-36-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "385bc8da-171b-574c-9d4f-d9b08f29c469" - } - } - name: "port-40-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "38f57fc2-4b25-5b8e-8ab0-e2676594b652" - } - } - name: "port-39-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "3972ab17-4386-5a0c-92db-fc8096433068" - } - } - name: "port-38-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "3a49ceb2-fd5b-59e2-975a-b065c4e127a4" - } - } - name: "port-7-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "3b1551b2-3c17-54f6-8990-308ee42b421d" - } - } - name: "port-15-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "3f8b1948-619c-5130-a158-b7beb838434c" - } - } - name: "port-14-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "40b898c7-94f2-5c5d-b94a-e712c1a49fcb" - } - } - name: "port-24-out" - endpoint_type: "MG_ON_OPTICAL_PORT_FIBER" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "42040a55-feb4-53ee-941d-9a7ebd5da9db" - } - } - name: "port-27-in" - endpoint_type: "MG_ON_OPTICAL_PORT_FIBER" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "435a198b-cd6f-5d29-a72d-ea4f04cb658a" - } - } - name: "port-35-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "436bb32a-c8a0-5718-bbdb-382c79d96587" - } - } - name: "port-1-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "4b197fb8-d26e-59fb-a96c-d347ba017b28" - } - } - name: "port-46-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "4f2223e0-64c3-55d3-a870-f3a48c91b929" - } - } - name: "port-23-out" - endpoint_type: "MG_ON_OPTICAL_PORT_FIBER" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "509ffffc-2d4a-50b4-9da0-2b84b697c8a3" - } - } - name: "port-30-in" - endpoint_type: "MG_ON_OPTICAL_PORT_FIBER" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "53e3c997-d487-5d96-a6c4-998a562dcb96" - } - } - name: "port-5-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "55684f06-7aab-5061-aa0d-2e37b45e5ec7" - } - } - name: "port-2-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "56c81904-047c-5d7c-a765-79b9e4b7abf2" - } - } - name: "port-3-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "570aec35-99c9-53e2-a266-a38ef45499ed" - } - } - name: "port-30-out" - endpoint_type: "MG_ON_OPTICAL_PORT_FIBER" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "59871dc1-872d-5df1-9392-2537a591c86c" - } - } - name: "port-45-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "59fcacb0-1840-5dd3-9dfa-a07cf4f91bd2" - } - } - name: "port-3-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "5ac999c3-3df8-53c4-8f4a-52e5943f5c4c" - } - } - name: "port-14-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "5d38aff6-fc93-5ebe-9083-fae282f414d1" - } - } - name: "port-31-in" - endpoint_type: "MG_ON_OPTICAL_PORT_FIBER" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "5eb515c2-03ef-5aa2-9e39-f4b22a2f39c5" - } - } - name: "port-29-out" - endpoint_type: "MG_ON_OPTICAL_PORT_FIBER" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "6079c57b-70de-533a-9b81-bf3817906b62" - } - } - name: "port-32-out" - endpoint_type: "MG_ON_OPTICAL_PORT_FIBER" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "60d6af55-2f67-53a8-adb7-bceb6e7874eb" - } - } - name: "port-20-out" - endpoint_type: "MG_ON_OPTICAL_PORT_FIBER" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "62099377-4f4f-5ffb-aa37-6dec3319a21e" - } - } - name: "port-13-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "6a6dc5d4-567c-5104-b50d-6820768d2699" - } - } - name: "port-46-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "758d5906-6065-57dc-b424-d8366cedb18d" - } - } - name: "port-29-in" - endpoint_type: "MG_ON_OPTICAL_PORT_FIBER" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "763eff4b-7483-5e3a-9194-a160c72d42d1" - } - } - name: "port-17-in" - endpoint_type: "MG_ON_OPTICAL_PORT_FIBER" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "77df46fd-6d6e-5726-9960-ca439c925dea" - } - } - name: "port-1-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "7a5876a9-17bb-5b17-a5a5-67978191ca5f" - } - } - name: "port-24-in" - endpoint_type: "MG_ON_OPTICAL_PORT_FIBER" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "7be48ef0-2357-55fa-aca6-a1aeeeb3267a" - } - } - name: "port-42-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "7ce13dc8-d5f1-5233-beec-1d99416c9164" - } - } - name: "port-44-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "83916805-1162-57cc-955c-5ee28c2b85b7" - } - } - name: "port-28-in" - endpoint_type: "MG_ON_OPTICAL_PORT_FIBER" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "883609be-6125-5bbf-91ac-2a30e75a7d1e" - } - } - name: "port-16-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "8d0c4ac4-c522-5992-a206-45e8bf8389c6" - } - } - name: "port-7-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "904c4b18-10a6-512b-9bb2-8ec81e74fda4" - } - } - name: "port-34-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "91492a21-2f88-5acc-a427-2a57230eb2ea" - } - } - name: "port-15-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "927b0db8-602b-54d5-acd9-c1cd6395425f" - } - } - name: "port-39-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "94718a3d-1217-5fcc-900d-d4c2f7c1f811" - } - } - name: "port-28-out" - endpoint_type: "MG_ON_OPTICAL_PORT_FIBER" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "a18a7eb1-811d-5d27-be08-db212d83f25e" - } - } - name: "port-45-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "a299822d-4960-503f-9796-6f19cfbfd95c" - } - } - name: "port-25-out" - endpoint_type: "MG_ON_OPTICAL_PORT_FIBER" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "a7058178-97da-5b95-b969-abe5ab7a8e6f" - } - } - name: "port-42-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "a7d33ece-9565-59ec-999f-4c995d142f83" - } - } - name: "port-4-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "a9061634-e9a7-5d13-bc96-09fbf31cd610" - } - } - name: "port-41-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "b5354091-162e-5073-aeb2-ec5debcfcf9f" - } - } - name: "port-16-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "b9fbeed8-e304-5bd5-90e1-3e43c6af5a16" - } - } - name: "port-35-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "bff92ac5-9ccb-522c-8cd1-bb22aa005f10" - } - } - name: "port-21-out" - endpoint_type: "MG_ON_OPTICAL_PORT_FIBER" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "c31537c8-13df-503d-bf91-64e860e6b573" - } - } - name: "port-48-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "ca4f5f60-37ba-567b-a474-ff8951033342" - } - } - name: "port-47-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "cc197d41-625f-50d1-94d8-c6c63a31ccfb" - } - } - name: "port-8-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "ccb07637-f7d6-5b4a-9fc6-8510ef694cd9" - } - } - name: "port-4-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "cd539095-12a6-5460-8b07-481ec1901c9a" - } - } - name: "port-33-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "cfe60fca-3fe5-5747-ace8-ca7913e26d81" - } - } - name: "port-13-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "d1949523-6b88-5845-b031-5789801b4938" - } - } - name: "port-32-in" - endpoint_type: "MG_ON_OPTICAL_PORT_FIBER" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "d1de8f6d-68ef-5217-a5cd-2c059d4ac358" - } - } - name: "port-21-in" - endpoint_type: "MG_ON_OPTICAL_PORT_FIBER" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "d71c4276-624a-584f-aca3-1aa3c1243da0" - } - } - name: "port-19-in" - endpoint_type: "MG_ON_OPTICAL_PORT_FIBER" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "d9d6ffdf-2cb3-558d-8fe7-a7c08525727c" - } - } - name: "port-25-in" - endpoint_type: "MG_ON_OPTICAL_PORT_FIBER" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "dc3777d3-50b0-518c-8abb-044debaad10b" - } - } - name: "port-18-in" - endpoint_type: "MG_ON_OPTICAL_PORT_FIBER" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "dda83a5d-29b7-5f96-9b0a-bd1f39e1db2f" - } - } - name: "port-37-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "e2500678-0f36-555a-9133-7cd04d3ad63a" - } - } - name: "port-6-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "e49a30ee-8421-5b02-b925-55470fc65226" - } - } - name: "port-26-out" - endpoint_type: "MG_ON_OPTICAL_PORT_FIBER" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "e5265cb0-2e80-5ea1-80d8-333749bb7f14" - } - } - name: "port-5-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "e5681c7e-92d1-516d-b7fb-fcc74cde7090" - } - } - name: "port-27-out" - endpoint_type: "MG_ON_OPTICAL_PORT_FIBER" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "e9d0dac3-11f2-5b84-9125-d0300ccd8eeb" - } - } - name: "port-37-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "e9d4bff3-76ac-5490-b897-a30b9a42a8b1" - } - } - name: "port-44-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "ea73d8c4-1077-55c9-87f1-9c377cee196f" - } - } - name: "port-9-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "eb38e3cd-e42a-54b2-846c-82207a95e8e3" - } - } - name: "port-10-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "ebb8394d-98c3-5f28-8c43-a28c62dac297" - } - } - name: "port-22-in" - endpoint_type: "MG_ON_OPTICAL_PORT_FIBER" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "ebfe571c-77b2-5f66-9efe-25583cc1f587" - } - } - name: "port-36-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "ed7f9c49-538f-5763-a20a-b3241e3fd385" - } - } - name: "port-26-in" - endpoint_type: "MG_ON_OPTICAL_PORT_FIBER" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "ee4df110-8657-571c-aa20-a70ec79db01f" - } - } - name: "port-47-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "f0350e3c-7fcc-54e3-b9f4-ac457631920e" - } - } - name: "port-23-in" - endpoint_type: "MG_ON_OPTICAL_PORT_FIBER" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "f1522932-650f-5ac3-a1d3-081d4a7e79a9" - } - } - name: "port-17-out" - endpoint_type: "MG_ON_OPTICAL_PORT_FIBER" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "f206246e-cb90-56b4-b908-1dc3daa7ac3f" - } - } - name: "port-11-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "f333e69e-6c91-5b65-8fea-a9bd49f8c657" - } - } - name: "port-22-out" - endpoint_type: "MG_ON_OPTICAL_PORT_FIBER" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "f7052fb4-fab8-5821-95e0-d407043742d8" - } - } - name: "port-8-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "f894fb5e-fd1e-5424-904e-c879dedd9f8a" - } - } - name: "port-19-out" - endpoint_type: "MG_ON_OPTICAL_PORT_FIBER" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "f8bd2b7e-6d37-5bbc-92f4-9b9b2e0ce22c" - } - } - name: "port-10-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - } - endpoint_uuid { - uuid: "ff51524f-7b51-5efd-af6b-6bc8541d3716" - } - } - name: "port-6-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND" - endpoint_location { - } -} -controller_id { -} - -[2024-07-23 08:12:50,036] INFO:device.service.OpenConfigServicer:from openconfigservicer [{'resource_key': 'channel_namespace', 'value': None}, {'resource_key': 'add_transceiver', 'value': None}, {'resource_key': 'source_port', 'value': ['port-35-in']}, {'resource_key': 'destination_port', 'value': ['port-1-out']}, {'resource_key': 'handled_flow', 'value': [('port-35-in', 'port-1-out')]}, {'resource_key': 'target-output-power', 'value': '1.0'}, {'resource_key': 'frequency', 'value': 192056250}, {'resource_key': 'operational-mode', 'value': 8}, {'resource_key': 'line-port', 'value': None}, {'resource_key': 'admin-state', 'value': 'ENABLED'}, {'resource_key': 'name', 'value': 'C_BAND'}, {'resource_key': 'optical-band-parent', 'value': 1}, {'resource_key': 'index', 'value': 1}, {'resource_key': 'lower-frequency', 'value': 192006250}, {'resource_key': 'upper-frequency', 'value': 192106250}] and conditions {'is_opticalband': False, 'edit_type': 'media-channel'} -[2024-07-23 08:12:50,036] INFO:root:from setConfig [{'resource_key': 'channel_namespace', 'value': None}, {'resource_key': 'add_transceiver', 'value': None}, {'resource_key': 'source_port', 'value': ['port-35-in']}, {'resource_key': 'destination_port', 'value': ['port-1-out']}, {'resource_key': 'handled_flow', 'value': [('port-35-in', 'port-1-out')]}, {'resource_key': 'target-output-power', 'value': '1.0'}, {'resource_key': 'frequency', 'value': 192056250}, {'resource_key': 'operational-mode', 'value': 8}, {'resource_key': 'line-port', 'value': None}, {'resource_key': 'admin-state', 'value': 'ENABLED'}, {'resource_key': 'name', 'value': 'C_BAND'}, {'resource_key': 'optical-band-parent', 'value': 1}, {'resource_key': 'index', 'value': 1}, {'resource_key': 'lower-frequency', 'value': 192006250}, {'resource_key': 'upper-frequency', 'value': 192106250}] -[2024-07-23 08:12:50,036] INFO:root:from setConfig condititons {'is_opticalband': False, 'edit_type': 'media-channel'} -[2024-07-23 08:12:50,037] INFO:root: edit messages ['<wavelength-router xmlns="http://openconfig.net/yang/wavelength-router"> <media-channels> <channel operation="create"> <index>1</index> <config> <name>C_BAND</name> <optical-band-parent xmlns="http://flex-scale-project.eu/yang/flex-scale-mg-on">1</optical-band-parent> <index>1</index> <lower-frequency>192006250</lower-frequency> <upper-frequency>192106250</upper-frequency> </config> <dest> <config> <port-name>port-1-out</port-name> </config> </dest> <source> <config> <port-name>port-35-in</port-name> </config> </source> </channel> </media-channels></wavelength-router>'] -[2024-07-23 08:12:50,037] INFO:device.service.OpenConfigServicer:error in configuring Element [{http://openconfig.net/yang/wavelength-router}wavelength-router] does not meet requirement -[2024-07-23 08:12:50,071] INFO:device.service.OpenConfigServicer: config from openconfigservicer {'channel_namespace': None, 'endpoints': [], 'device_name': 'R2', 'type': 'optical-roadm', 'channels': [{'band_name': 'TEST ', 'lower_frequency': 193210000, 'upper_frequency': 193300000, 'type': 'media_channel', 'src_port': 'port-36-in', 'dest_port': 'None', 'status': 'ENABLED', 'optical_band_parent': '1', 'channel_index': '3'}, {'band_name': 'C-BAND', 'lower_frequency': 193000000, 'upper_frequency': 194000000, 'type': 'optical_band', 'src_port': 'ADD', 'dest_port': 'port-1-out', 'status': 'ENABLED', 'optical_band_parent': None, 'channel_index': '1'}], 'roadm_uuid': {'roadm_uuid': 'c5b3429f-4331-5182-9745-cfdc0a5aaf29'}, 'new_config': {'target-output-power': '1.0', 'frequency': 192056250, 'operational-mode': 8, 'band': 100000, 'flow_id': 1, 'ob_id': 1, 'band_type': 'C_BAND', 'status': 'ENABLED'}, 'is_opticalband': False, 'flow': [['bcfb768c-e8fb-5e0b-9559-821d120b5410', '261a53b4-d257-5f35-bf5b-b2f975d7d2ed']]} -[2024-07-23 08:12:50,113] INFO:device.service.OpenConfigServicer:device is device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } -} -name: "R2" -device_type: "optical-roadm" -device_operational_status: DEVICEOPERATIONALSTATUS_ENABLED -device_drivers: DEVICEDRIVER_OC -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "004742bc-6ade-5c22-b02a-a154632d126e" - } - } - name: "port-20-out" - endpoint_type: "MG_ON_OPTICAL_PORT_FIBER" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "039ec3bc-372e-5683-a58d-4815f9e21a2c" - } - } - name: "port-30-in" - endpoint_type: "MG_ON_OPTICAL_PORT_FIBER" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "053a62f6-2760-562a-b285-15a9b159c2c5" - } - } - name: "port-46-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "05a86087-1205-51ff-a6a0-c66f07805fec" - } - } - name: "port-23-in" - endpoint_type: "MG_ON_OPTICAL_PORT_FIBER" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "06bb01cb-0d99-5223-8215-cfa120b6afcb" - } - } - name: "port-17-in" - endpoint_type: "MG_ON_OPTICAL_PORT_FIBER" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "073f30f3-bf6a-532b-bcb6-5bd23e6923a1" - } - } - name: "port-19-out" - endpoint_type: "MG_ON_OPTICAL_PORT_FIBER" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "0a9b56db-32f8-5c60-83af-7ceaa39c618e" - } - } - name: "port-2-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "0be94d49-51fd-556c-869f-7d49a7c9cce8" - } - } - name: "port-17-out" - endpoint_type: "MG_ON_OPTICAL_PORT_FIBER" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "0d103312-7c8c-5e8a-980f-f6863b42d0d3" - } - } - name: "port-10-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "0ee5d330-9700-5684-92c1-bcb6c4c8a3bc" - } - } - name: "port-8-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "115ed444-0128-53f1-aa1a-ce8129a55f67" - } - } - name: "port-9-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "12ea85fc-4388-59c1-9cb9-b480ee06e01a" - } - } - name: "port-45-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "134dc1db-a258-5452-8e02-5d56af61a138" - } - } - name: "port-29-out" - endpoint_type: "MG_ON_OPTICAL_PORT_FIBER" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "14bb0e42-db22-5dfb-b618-4caa72a8e8cc" - } - } - name: "port-42-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "18a7b3b1-d4a3-590a-a5a9-b7db5293ac61" - } - } - name: "port-48-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "19041fc0-6807-5b8f-9b26-7e7eed556980" - } - } - name: "port-6-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "1950275c-e218-5190-8ca5-6a2228c4a87b" - } - } - name: "port-10-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "20c3e2c5-d7b9-5761-9c9f-443b8c406d91" - } - } - name: "port-18-out" - endpoint_type: "MG_ON_OPTICAL_PORT_FIBER" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "21db5850-b53e-57de-ba2a-bf578bffb1ea" - } - } - name: "port-46-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "261a53b4-d257-5f35-bf5b-b2f975d7d2ed" - } - } - name: "port-35-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "266dc3a1-0892-5454-a917-3fa62190c6c2" - } - } - name: "port-8-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "2c6d6f19-df32-59bd-a481-9bdf46fd6f5e" - } - } - name: "port-31-out" - endpoint_type: "MG_ON_OPTICAL_PORT_FIBER" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "2e4f4523-3fb0-5704-9a47-1cf467d70bc8" - } - } - name: "port-13-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "2f6d500b-2407-516f-9468-4f059b218f4b" - } - } - name: "port-43-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "3062d499-cf08-5f02-94c6-8906ebdf756b" - } - } - name: "port-41-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "31060d00-8617-55c3-92f2-f42b876478c1" - } - } - name: "port-4-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "324051b0-762b-5847-aba4-42ce1d8baa3b" - } - } - name: "port-27-in" - endpoint_type: "MG_ON_OPTICAL_PORT_FIBER" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "399d3645-5565-502b-bfc8-3ea9cf68a83b" - } - } - name: "port-36-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "3ba5f6db-ffde-59d9-a7ae-af06e96a9674" - } - } - name: "port-40-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "3e17084e-d2b4-5cb2-b31a-7f6d80feb60e" - } - } - name: "port-5-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "3e74aa2a-cf0d-51ce-b406-dcf1b96ae5d5" - } - } - name: "port-11-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "3efedbc2-7363-53cf-a0b9-fc4a2bcbd245" - } - } - name: "port-1-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "48a917ad-12d8-5ec4-aaab-84b35337abfe" - } - } - name: "port-14-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "5047aede-f784-58ab-b80a-454386a43c64" - } - } - name: "port-12-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "50b41e11-e2f7-5720-b2b0-bc2a43eb7b95" - } - } - name: "port-38-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "51756532-a2d3-5731-898c-9d7333573a39" - } - } - name: "port-31-in" - endpoint_type: "MG_ON_OPTICAL_PORT_FIBER" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "5a91d3d9-58f9-53be-9bda-44a56e1e6dfd" - } - } - name: "port-21-in" - endpoint_type: "MG_ON_OPTICAL_PORT_FIBER" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "5aeb719f-e322-5185-be08-a2f837992a4f" - } - } - name: "port-44-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "5cfa4f91-cbce-5721-b612-e6b5eaa76721" - } - } - name: "port-35-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "5d5cb9d0-e675-55b7-8a76-5649f4c95c81" - } - } - name: "port-39-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "5dd55ad7-b980-562e-b579-d724a3655d31" - } - } - name: "port-34-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "5eba7909-6f11-5154-b6e9-e2a2bbc75bb0" - } - } - name: "port-48-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "625560d9-4809-5f40-b3cf-23ec59efe71a" - } - } - name: "port-38-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "630a400f-dd0c-51d0-8049-c281881190b0" - } - } - name: "port-3-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "6a2d629b-9dfe-58af-bc5b-96277a127512" - } - } - name: "port-41-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "6e621543-9616-57bf-806c-2564047f234b" - } - } - name: "port-15-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "6e9b83ef-b9a4-5898-9495-38c45635aac7" - } - } - name: "port-34-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "72fabf2f-0121-5198-a4bf-ab82034d7da9" - } - } - name: "port-16-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "743daf39-41eb-500c-b61b-d7b473249022" - } - } - name: "port-47-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "76d3c064-04eb-5edf-95ac-645cb6348b61" - } - } - name: "port-33-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "77d8c722-2ad2-5a7c-8669-fb900f1166e1" - } - } - name: "port-45-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "7ec03972-acf4-5299-a5ec-e3e1a686a8bb" - } - } - name: "port-32-in" - endpoint_type: "MG_ON_OPTICAL_PORT_FIBER" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "8657516b-33f4-5d1c-839d-51acbc6fb93d" - } - } - name: "port-36-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "86f6b3e0-3e7e-5db2-bb71-6e05229c97eb" - } - } - name: "port-3-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "922a952b-50b6-5985-bf44-3afeb53f396e" - } - } - name: "port-44-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "928a811e-4f2d-57cd-a0ec-f0c66fb348ee" - } - } - name: "port-28-out" - endpoint_type: "MG_ON_OPTICAL_PORT_FIBER" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "94ae7ec2-0cba-55ea-a36f-2143b205ed64" - } - } - name: "port-43-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "994c45dd-b2b8-53c4-957d-4834f45e0e1f" - } - } - name: "port-13-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "9f6698ad-957c-561b-a8ec-9cb70fa53612" - } - } - name: "port-28-in" - endpoint_type: "MG_ON_OPTICAL_PORT_FIBER" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "9faee558-3880-5e8a-b94c-6893b041c7dd" - } - } - name: "port-20-in" - endpoint_type: "MG_ON_OPTICAL_PORT_FIBER" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "a08ab669-238c-5e9e-9e86-780d39111595" - } - } - name: "port-40-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "a263560e-0ea2-54f4-8765-7f9ac33f4c16" - } - } - name: "port-32-out" - endpoint_type: "MG_ON_OPTICAL_PORT_FIBER" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "a751a510-e108-5819-bafb-3d3e6881b4eb" - } - } - name: "port-12-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "a7c97f50-0539-57cc-aa9b-491aac1e8698" - } - } - name: "port-25-out" - endpoint_type: "MG_ON_OPTICAL_PORT_FIBER" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "ac0a40d5-6eb5-5831-bfbd-109511e00e0d" - } - } - name: "port-30-out" - endpoint_type: "MG_ON_OPTICAL_PORT_FIBER" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "acf1d5af-164f-50af-983f-80e0f99c1de0" - } - } - name: "port-24-out" - endpoint_type: "MG_ON_OPTICAL_PORT_FIBER" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "b22d517e-2d36-518b-9e3e-c75c625f06ef" - } - } - name: "port-7-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "b3ab2b45-ed47-5c14-801d-b1104dd9d619" - } - } - name: "port-6-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "b6788cd9-089a-56e3-b388-4b53f0d994a9" - } - } - name: "port-24-in" - endpoint_type: "MG_ON_OPTICAL_PORT_FIBER" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "b7198f68-38c3-5c7f-b865-2fc809abf094" - } - } - name: "port-21-out" - endpoint_type: "MG_ON_OPTICAL_PORT_FIBER" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "b71a78da-69db-5260-8a15-8de81d02a20d" - } - } - name: "port-9-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "bb1b9200-d62e-5f21-8436-595e37eee2ac" - } - } - name: "port-19-in" - endpoint_type: "MG_ON_OPTICAL_PORT_FIBER" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "bc82f789-cbb1-5f3e-b989-88dab185ea0d" - } - } - name: "port-37-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "bcfb768c-e8fb-5e0b-9559-821d120b5410" - } - } - name: "port-1-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "bd08db44-134e-5902-bb24-b2453bf21db4" - } - } - name: "port-5-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "be1b3bb0-8aed-569a-be91-e888b0c0985d" - } - } - name: "port-33-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "c027a391-2cf6-5b96-bba3-051e01c63f43" - } - } - name: "port-7-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "c2d5ac50-2faf-5608-a6ae-7c023bceb289" - } - } - name: "port-39-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "c4568f02-d291-5c95-b9bc-846278862db9" - } - } - name: "port-4-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "c506f9c2-4f46-5b1c-8218-3a2d9825cdf7" - } - } - name: "port-27-out" - endpoint_type: "MG_ON_OPTICAL_PORT_FIBER" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "c559fb60-6495-5992-b339-ac7a590e337c" - } - } - name: "port-16-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "c8399dca-5e70-58f5-8048-737eaa5732a2" - } - } - name: "port-18-in" - endpoint_type: "MG_ON_OPTICAL_PORT_FIBER" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "cace07d7-0ca3-51be-bef1-b58db0ccba6f" - } - } - name: "port-2-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "caf865b8-df54-5601-9163-1cdbe8f7a599" - } - } - name: "port-47-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "cb54a3bd-13f9-505f-9f3c-8c55a2738a35" - } - } - name: "port-26-out" - endpoint_type: "MG_ON_OPTICAL_PORT_FIBER" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "cbb42426-c8e3-5f61-b50d-bcd1147a7861" - } - } - name: "port-22-in" - endpoint_type: "MG_ON_OPTICAL_PORT_FIBER" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "cc5064c4-bc42-5c50-b5b0-9b2ad1405bd8" - } - } - name: "port-42-in" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "d5a10fec-ce9a-575b-a526-53b52ddd33a5" - } - } - name: "port-22-out" - endpoint_type: "MG_ON_OPTICAL_PORT_FIBER" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "d91ef51b-7b99-5486-9b2e-3830ebb96e2b" - } - } - name: "port-25-in" - endpoint_type: "MG_ON_OPTICAL_PORT_FIBER" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "e391da48-9b66-5924-b571-d27e85663462" - } - } - name: "port-23-out" - endpoint_type: "MG_ON_OPTICAL_PORT_FIBER" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "e5a04509-2cf6-5d51-8004-0a07e2b6a260" - } - } - name: "port-29-in" - endpoint_type: "MG_ON_OPTICAL_PORT_FIBER" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "e650eba7-019d-5c4f-9d75-14d47a711f2f" - } - } - name: "port-14-out" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "e7566eac-9fa0-5137-929a-7cf2485babea" - } - } - name: "port-37-out" - endpoint_type: "MG_ON_OPTICAL_PORT_MEDIACHANNEL" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "ea7812b2-db7c-5504-a415-6b4299ae090f" - } - } - name: "port-11-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "eb2a89f8-04c5-598d-b10e-c4509317a07f" - } - } - name: "port-26-in" - endpoint_type: "MG_ON_OPTICAL_PORT_FIBER" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - } - endpoint_uuid { - uuid: "fd4d5404-baf3-5f5f-b7b7-a825c90e5f2a" - } - } - name: "port-15-in" - endpoint_type: "MG_ON_OPTICAL_PORT_WAVEBAND" - endpoint_location { - } -} -controller_id { -} - -[2024-07-23 08:12:50,114] INFO:device.service.OpenConfigServicer:from openconfigservicer [{'resource_key': 'channel_namespace', 'value': None}, {'resource_key': 'add_transceiver', 'value': None}, {'resource_key': 'source_port', 'value': ['port-1-in']}, {'resource_key': 'destination_port', 'value': ['port-35-out']}, {'resource_key': 'handled_flow', 'value': [('port-1-in', 'port-35-out')]}, {'resource_key': 'target-output-power', 'value': '1.0'}, {'resource_key': 'frequency', 'value': 192056250}, {'resource_key': 'operational-mode', 'value': 8}, {'resource_key': 'line-port', 'value': None}, {'resource_key': 'admin-state', 'value': 'ENABLED'}, {'resource_key': 'name', 'value': 'C_BAND'}, {'resource_key': 'optical-band-parent', 'value': 1}, {'resource_key': 'index', 'value': 1}, {'resource_key': 'lower-frequency', 'value': 192006250}, {'resource_key': 'upper-frequency', 'value': 192106250}] and conditions {'is_opticalband': False, 'edit_type': 'media-channel'} -[2024-07-23 08:12:50,114] INFO:root:from setConfig [{'resource_key': 'channel_namespace', 'value': None}, {'resource_key': 'add_transceiver', 'value': None}, {'resource_key': 'source_port', 'value': ['port-1-in']}, {'resource_key': 'destination_port', 'value': ['port-35-out']}, {'resource_key': 'handled_flow', 'value': [('port-1-in', 'port-35-out')]}, {'resource_key': 'target-output-power', 'value': '1.0'}, {'resource_key': 'frequency', 'value': 192056250}, {'resource_key': 'operational-mode', 'value': 8}, {'resource_key': 'line-port', 'value': None}, {'resource_key': 'admin-state', 'value': 'ENABLED'}, {'resource_key': 'name', 'value': 'C_BAND'}, {'resource_key': 'optical-band-parent', 'value': 1}, {'resource_key': 'index', 'value': 1}, {'resource_key': 'lower-frequency', 'value': 192006250}, {'resource_key': 'upper-frequency', 'value': 192106250}] -[2024-07-23 08:12:50,114] INFO:root:from setConfig condititons {'is_opticalband': False, 'edit_type': 'media-channel'} -[2024-07-23 08:12:50,115] INFO:root: edit messages ['<wavelength-router xmlns="http://openconfig.net/yang/wavelength-router"> <media-channels> <channel operation="create"> <index>1</index> <config> <name>C_BAND</name> <optical-band-parent xmlns="http://flex-scale-project.eu/yang/flex-scale-mg-on">1</optical-band-parent> <index>1</index> <lower-frequency>192006250</lower-frequency> <upper-frequency>192106250</upper-frequency> </config> <dest> <config> <port-name>port-35-out</port-name> </config> </dest> <source> <config> <port-name>port-1-in</port-name> </config> </source> </channel> </media-channels></wavelength-router>'] -[2024-07-23 08:12:50,115] INFO:device.service.OpenConfigServicer:error in configuring Element [{http://openconfig.net/yang/wavelength-router}wavelength-router] does not meet requirement -[2024-07-23 08:12:50,135] INFO:device.service.OpenConfigServicer: config from openconfigservicer {'channel_namespace': 'http://openconfig.net/yang/terminal-device', 'endpoints': [{'endpoint_uuid': {'uuid': {'index': 'channel-1'}}}, {'endpoint_uuid': {'uuid': {'index': 'channel-2'}}}, {'endpoint_uuid': {'uuid': {'index': 'channel-3'}}}, {'endpoint_uuid': {'uuid': {'index': 'channel-4'}}}], 'device_name': 'T2.3', 'type': 'optical-transponder', 'channels': [{'name': {'index': 'channel-3'}, 'frequency': 191600000, 'target-output-power': '100.0', 'operational-mode': 0, 'status': 'DISABLED'}, {'name': {'index': 'channel-1'}, 'frequency': 191600000, 'target-output-power': '100.0', 'operational-mode': 0, 'status': 'DISABLED'}, {'name': {'index': 'channel-4'}, 'frequency': 191600000, 'target-output-power': '100.0', 'operational-mode': 0, 'status': 'DISABLED'}, {'name': {'index': 'channel-2'}, 'frequency': 191600000, 'target-output-power': '100.0', 'operational-mode': 0, 'status': 'DISABLED'}], 'transceivers': {'transceiver': []}, 'interfaces': {'interface': ''}, 'trasponder_uuid': {'transponder_uuid': '1ca1bd99-2aec-5765-876a-39f5ea7ad8b2'}, 'new_config': {'target-output-power': '1.0', 'frequency': 192056250, 'operational-mode': 8, 'band': 100000, 'flow_id': 1, 'ob_id': 1, 'band_type': 'C_BAND', 'status': 'ENABLED'}, 'is_opticalband': False, 'flow': [['b1acaee3-904d-5106-ac3d-5ae6c42b5333', '0']]} -[2024-07-23 08:12:50,150] INFO:device.service.OpenConfigServicer:device is device_id { - device_uuid { - uuid: "ce0cdfdd-2182-5027-8177-676ca3244f9d" - } -} -name: "T2.3" -device_type: "optical-transponder" -device_operational_status: DEVICEOPERATIONALSTATUS_ENABLED -device_drivers: DEVICEDRIVER_OC -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "ce0cdfdd-2182-5027-8177-676ca3244f9d" - } - } - endpoint_uuid { - uuid: "2a1a216d-8b90-5fb5-a076-a483e91b7dfa" - } - } - name: "4" - endpoint_type: "port-4" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "ce0cdfdd-2182-5027-8177-676ca3244f9d" - } - } - endpoint_uuid { - uuid: "44f394cf-e1da-56d5-b850-3329382f2436" - } - } - name: "2" - endpoint_type: "port-2" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "ce0cdfdd-2182-5027-8177-676ca3244f9d" - } - } - endpoint_uuid { - uuid: "b1acaee3-904d-5106-ac3d-5ae6c42b5333" - } - } - name: "3" - endpoint_type: "port-3" - endpoint_location { - } -} -device_endpoints { - endpoint_id { - topology_id { - context_id { - context_uuid { - uuid: "43813baf-195e-5da6-af20-b3d0922e71a7" - } - } - topology_uuid { - uuid: "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - } - device_id { - device_uuid { - uuid: "ce0cdfdd-2182-5027-8177-676ca3244f9d" - } - } - endpoint_uuid { - uuid: "f16c3478-2dfd-512f-a52d-92c42bb72e10" - } - } - name: "1" - endpoint_type: "port-1" - endpoint_location { - } -} -controller_id { -} - -[2024-07-23 08:12:50,150] INFO:device.service.OpenConfigServicer:from openconfigservicer [{'resource_key': 'channel_namespace', 'value': 'http://openconfig.net/yang/terminal-device'}, {'resource_key': 'add_transceiver', 'value': None}, {'resource_key': 'source_port', 'value': ['3']}, {'resource_key': 'destination_port', 'value': [None]}, {'resource_key': 'handled_flow', 'value': [('3', None)]}, {'resource_key': 'target-output-power', 'value': '1.0'}, {'resource_key': 'frequency', 'value': 192056250}, {'resource_key': 'operational-mode', 'value': 8}, {'resource_key': 'line-port', 'value': None}, {'resource_key': 'admin-state', 'value': 'ENABLED'}, {'resource_key': 'name', 'value': 'C_BAND'}, {'resource_key': 'optical-band-parent', 'value': 1}, {'resource_key': 'lower-frequency', 'value': None}, {'resource_key': 'upper-frequency', 'value': None}] and conditions {'is_opticalband': False, 'edit_type': 'optical-channel'} -[2024-07-23 08:12:50,150] INFO:root:from setConfig [{'resource_key': 'channel_namespace', 'value': 'http://openconfig.net/yang/terminal-device'}, {'resource_key': 'add_transceiver', 'value': None}, {'resource_key': 'source_port', 'value': ['3']}, {'resource_key': 'destination_port', 'value': [None]}, {'resource_key': 'handled_flow', 'value': [('3', None)]}, {'resource_key': 'target-output-power', 'value': '1.0'}, {'resource_key': 'frequency', 'value': 192056250}, {'resource_key': 'operational-mode', 'value': 8}, {'resource_key': 'line-port', 'value': None}, {'resource_key': 'admin-state', 'value': 'ENABLED'}, {'resource_key': 'name', 'value': 'C_BAND'}, {'resource_key': 'optical-band-parent', 'value': 1}, {'resource_key': 'lower-frequency', 'value': None}, {'resource_key': 'upper-frequency', 'value': None}] -[2024-07-23 08:12:50,150] INFO:root:from setConfig condititons {'is_opticalband': False, 'edit_type': 'optical-channel'} -[2024-07-23 08:12:50,151] INFO:root:building xml [{'resource_key': 'channel_namespace', 'value': 'http://openconfig.net/yang/terminal-device'}, {'resource_key': 'add_transceiver', 'value': None}, {'resource_key': 'source_port', 'value': ['3']}, {'resource_key': 'destination_port', 'value': [None]}, {'resource_key': 'handled_flow', 'value': [('3', None)]}, {'resource_key': 'target-output-power', 'value': '1.0'}, {'resource_key': 'frequency', 'value': 192056250}, {'resource_key': 'operational-mode', 'value': 8}, {'resource_key': 'line-port', 'value': None}, {'resource_key': 'admin-state', 'value': 'ENABLED'}, {'resource_key': 'name', 'value': 'C_BAND'}, {'resource_key': 'optical-band-parent', 'value': 1}, {'resource_key': 'lower-frequency', 'value': None}, {'resource_key': 'upper-frequency', 'value': None}] -[2024-07-23 08:12:50,151] INFO:root:config_xml [{'resource_key': 'target-output-power', 'value': '1.0'}, {'resource_key': 'frequency', 'value': 192056250}, {'resource_key': 'operational-mode', 'value': 8}] -[2024-07-23 08:12:50,151] INFO:root:ports_xml {'source_port': ['3'], 'destination_port': [None]} -[2024-07-23 08:12:50,151] INFO:root:ports are {'source_port': ['3'], 'destination_port': [None]} -[2024-07-23 08:12:50,152] INFO:root: edit messages ['<config xmlns="urn:ietf:params:xml:ns:netconf:base:1.0"> <components xmlns="http://openconfig.net/yang/platform"> <component> <name>channel-3</name> <config> <name>channel-3</name> </config> <optical-channel xmlns="http://openconfig.net/yang/terminal-device"> <config> <target-output-power>1.0</target-output-power> <frequency>192056250</frequency> <operational-mode>8</operational-mode> </config> </optical-channel> </component> </components> <terminal-device xmlns="http://openconfig.net/yang/terminal-device"> <logical-channels> <channel> <index>3</index> <config> <index>3</index> <admin-state>ENABLED</admin-state> </config> </channel> </logical-channels> </terminal-device></config>'] -[2024-07-23 08:12:50,152] INFO:ncclient.operations.rpc:[host 172.17.254.42 session-id 30] Requesting 'EditConfig' -[2024-07-23 08:12:50,474] INFO:root:resonse from edit <?xml version="1.0" encoding="UTF-8"?> -<rpc-reply xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="urn:uuid:670ab248-dc0f-4adf-8b68-c1711e9bf811" xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0"><ok/></rpc-reply> -[2024-07-23 08:12:50,474] INFO:device.service.OpenConfigServicer:resluts [True] and is_all_good True -[2024-07-23 08:12:50,474] INFO:device.service.OpenConfigServicer:flow_handled {'resource_key': 'handled_flow', 'value': [('3', None)]} diff --git a/ecoc24 b/ecoc24 new file mode 120000 index 0000000000000000000000000000000000000000..37c97d3a77727ec098303cc9a5e04d711a30fcec --- /dev/null +++ b/ecoc24 @@ -0,0 +1 @@ +src/tests/ecoc24/ \ No newline at end of file diff --git a/links.json b/links.json deleted file mode 100644 index 70b08939ac979fed8682aad7e03ea8bee6cdceec..0000000000000000000000000000000000000000 --- a/links.json +++ /dev/null @@ -1,1712 +0,0 @@ -{ - "optical_links": [ - { - "name": "R2-T2.1", - "optical_details": { - "src_port": "2", - "dst_port": "6", - "local_peer_port": "12", - "remote_peer_port": "6", - "c_slots": { - "1": 1, - "2": 1, - "3": 1, - "4": 1, - "5": 1, - "6": 1, - "7": 1, - "8": 1, - "9": 1, - "10": 1, - "11": 1, - "12": 1, - "13": 1, - "14": 1, - "15": 1, - "16": 1, - "17": 1, - "18": 1, - "19": 1, - "20": 1 - }, - "l_slots": { - "101": 1, - "102": 1, - "103": 1, - "104": 1, - "105": 1, - "106": 1, - "107": 1, - "108": 1, - "109": 1, - "110": 1, - "111": 1, - "112": 1, - "113": 1, - "114": 1, - "115": 1, - "116": 1, - "117": 1, - "118": 1, - "119": 1, - "120": 1 - }, - "s_slots": { - "501": 1, - "502": 1, - "503": 1, - "504": 1, - "505": 1, - "506": 1, - "507": 1, - "508": 1, - "509": 1, - "510": 1, - "511": 1, - "512": 1, - "513": 1, - "514": 1, - "515": 1, - "516": 1, - "517": 1, - "518": 1, - "519": 1, - "520": 1 - } - }, - "link_id": { - "link_uuid": { - "uuid": "5ba1d9b6-120a-5680-b745-2ea24aec1cc3" - } - }, - "link_endpoint_ids": [ - { - "topology_id": { - "context_id": { - "context_uuid": { - "uuid": "43813baf-195e-5da6-af20-b3d0922e71a7" - } - }, - "topology_uuid": { - "uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - }, - "device_id": { - "device_uuid": { - "uuid": "87d74166-65e3-595e-b643-122b4fd0303f" - } - }, - "endpoint_uuid": { - "uuid": "61fd51ea-9896-5528-bcf3-3202a7668efb" - } - }, - { - "topology_id": { - "context_id": { - "context_uuid": { - "uuid": "43813baf-195e-5da6-af20-b3d0922e71a7" - } - }, - "topology_uuid": { - "uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - }, - "device_id": { - "device_uuid": { - "uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - }, - "endpoint_uuid": { - "uuid": "d1e7e6c7-f1d7-56f3-be32-8982a72966f6" - } - } - ] - }, - { - "name": "R2-T2.2", - "optical_details": { - "src_port": "3", - "dst_port": "6", - "local_peer_port": "13", - "remote_peer_port": "6", - "c_slots": { - "1": 1, - "2": 1, - "3": 1, - "4": 1, - "5": 1, - "6": 1, - "7": 1, - "8": 1, - "9": 1, - "10": 1, - "11": 1, - "12": 1, - "13": 1, - "14": 1, - "15": 1, - "16": 1, - "17": 1, - "18": 1, - "19": 1, - "20": 1 - }, - "l_slots": { - "101": 1, - "102": 1, - "103": 1, - "104": 1, - "105": 1, - "106": 1, - "107": 1, - "108": 1, - "109": 1, - "110": 1, - "111": 1, - "112": 1, - "113": 1, - "114": 1, - "115": 1, - "116": 1, - "117": 1, - "118": 1, - "119": 1, - "120": 1 - }, - "s_slots": { - "501": 1, - "502": 1, - "503": 1, - "504": 1, - "505": 1, - "506": 1, - "507": 1, - "508": 1, - "509": 1, - "510": 1, - "511": 1, - "512": 1, - "513": 1, - "514": 1, - "515": 1, - "516": 1, - "517": 1, - "518": 1, - "519": 1, - "520": 1 - } - }, - "link_id": { - "link_uuid": { - "uuid": "5f9f4309-d24d-52e0-9d60-ba84839a5bda" - } - }, - "link_endpoint_ids": [ - { - "topology_id": { - "context_id": { - "context_uuid": { - "uuid": "43813baf-195e-5da6-af20-b3d0922e71a7" - } - }, - "topology_uuid": { - "uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - }, - "device_id": { - "device_uuid": { - "uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - }, - "endpoint_uuid": { - "uuid": "463f5b52-bb8e-54e7-a63d-aeb4ad4b72bc" - } - }, - { - "topology_id": { - "context_id": { - "context_uuid": { - "uuid": "43813baf-195e-5da6-af20-b3d0922e71a7" - } - }, - "topology_uuid": { - "uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - }, - "device_id": { - "device_uuid": { - "uuid": "012c4e67-0024-5f30-b527-55ec6daf2639" - } - }, - "endpoint_uuid": { - "uuid": "f2c1749b-0052-5ecb-931f-1b7889d7ed4d" - } - } - ] - }, - { - "name": "R1-T1.1", - "optical_details": { - "src_port": "2", - "dst_port": "1", - "local_peer_port": "12", - "remote_peer_port": "1", - "c_slots": { - "1": 1, - "2": 1, - "3": 1, - "4": 1, - "5": 1, - "6": 1, - "7": 1, - "8": 1, - "9": 1, - "10": 1, - "11": 1, - "12": 1, - "13": 1, - "14": 1, - "15": 1, - "16": 1, - "17": 1, - "18": 1, - "19": 1, - "20": 1 - }, - "l_slots": { - "101": 1, - "102": 1, - "103": 1, - "104": 1, - "105": 1, - "106": 1, - "107": 1, - "108": 1, - "109": 1, - "110": 1, - "111": 1, - "112": 1, - "113": 1, - "114": 1, - "115": 1, - "116": 1, - "117": 1, - "118": 1, - "119": 1, - "120": 1 - }, - "s_slots": { - "501": 1, - "502": 1, - "503": 1, - "504": 1, - "505": 1, - "506": 1, - "507": 1, - "508": 1, - "509": 1, - "510": 1, - "511": 1, - "512": 1, - "513": 1, - "514": 1, - "515": 1, - "516": 1, - "517": 1, - "518": 1, - "519": 1, - "520": 1 - } - }, - "link_id": { - "link_uuid": { - "uuid": "63c6a257-f171-59f8-b1e8-e3c4086ba36a" - } - }, - "link_endpoint_ids": [ - { - "topology_id": { - "context_id": { - "context_uuid": { - "uuid": "43813baf-195e-5da6-af20-b3d0922e71a7" - } - }, - "topology_uuid": { - "uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - }, - "device_id": { - "device_uuid": { - "uuid": "4dbdc2d8-cbde-5e48-a3c0-5161387a58c7" - } - }, - "endpoint_uuid": { - "uuid": "5eb4f156-7811-53f3-9172-8402127cf7b9" - } - }, - { - "topology_id": { - "context_id": { - "context_uuid": { - "uuid": "43813baf-195e-5da6-af20-b3d0922e71a7" - } - }, - "topology_uuid": { - "uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - }, - "device_id": { - "device_uuid": { - "uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - }, - "endpoint_uuid": { - "uuid": "c7b7a565-0469-5463-809b-8ef4851d89c4" - } - } - ] - }, - { - "name": "T1.2-R1", - "optical_details": { - "src_port": "1", - "dst_port": "13", - "local_peer_port": "1", - "remote_peer_port": "3", - "c_slots": { - "1": 1, - "2": 1, - "3": 1, - "4": 1, - "5": 1, - "6": 1, - "7": 1, - "8": 1, - "9": 1, - "10": 1, - "11": 1, - "12": 1, - "13": 1, - "14": 1, - "15": 1, - "16": 1, - "17": 1, - "18": 1, - "19": 1, - "20": 1 - }, - "l_slots": { - "101": 1, - "102": 1, - "103": 1, - "104": 1, - "105": 1, - "106": 1, - "107": 1, - "108": 1, - "109": 1, - "110": 1, - "111": 1, - "112": 1, - "113": 1, - "114": 1, - "115": 1, - "116": 1, - "117": 1, - "118": 1, - "119": 1, - "120": 1 - }, - "s_slots": { - "501": 1, - "502": 1, - "503": 1, - "504": 1, - "505": 1, - "506": 1, - "507": 1, - "508": 1, - "509": 1, - "510": 1, - "511": 1, - "512": 1, - "513": 1, - "514": 1, - "515": 1, - "516": 1, - "517": 1, - "518": 1, - "519": 1, - "520": 1 - } - }, - "link_id": { - "link_uuid": { - "uuid": "817a2fcb-5dfd-55a6-b669-a141014cc38d" - } - }, - "link_endpoint_ids": [ - { - "topology_id": { - "context_id": { - "context_uuid": { - "uuid": "43813baf-195e-5da6-af20-b3d0922e71a7" - } - }, - "topology_uuid": { - "uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - }, - "device_id": { - "device_uuid": { - "uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - }, - "endpoint_uuid": { - "uuid": "27b6ed2a-b0d1-5be9-b9be-cc9a540ac0d1" - } - }, - { - "topology_id": { - "context_id": { - "context_uuid": { - "uuid": "43813baf-195e-5da6-af20-b3d0922e71a7" - } - }, - "topology_uuid": { - "uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - }, - "device_id": { - "device_uuid": { - "uuid": "27c2ed23-e74a-518f-820d-ae2c8ae23086" - } - }, - "endpoint_uuid": { - "uuid": "cef46beb-6533-5a93-8541-ed5adc875452" - } - } - ] - }, - { - "name": "T2.2-R2", - "optical_details": { - "src_port": "6", - "dst_port": "13", - "local_peer_port": "6", - "remote_peer_port": "3", - "c_slots": { - "1": 1, - "2": 1, - "3": 1, - "4": 1, - "5": 1, - "6": 1, - "7": 1, - "8": 1, - "9": 1, - "10": 1, - "11": 1, - "12": 1, - "13": 1, - "14": 1, - "15": 1, - "16": 1, - "17": 1, - "18": 1, - "19": 1, - "20": 1 - }, - "l_slots": { - "101": 1, - "102": 1, - "103": 1, - "104": 1, - "105": 1, - "106": 1, - "107": 1, - "108": 1, - "109": 1, - "110": 1, - "111": 1, - "112": 1, - "113": 1, - "114": 1, - "115": 1, - "116": 1, - "117": 1, - "118": 1, - "119": 1, - "120": 1 - }, - "s_slots": { - "501": 1, - "502": 1, - "503": 1, - "504": 1, - "505": 1, - "506": 1, - "507": 1, - "508": 1, - "509": 1, - "510": 1, - "511": 1, - "512": 1, - "513": 1, - "514": 1, - "515": 1, - "516": 1, - "517": 1, - "518": 1, - "519": 1, - "520": 1 - } - }, - "link_id": { - "link_uuid": { - "uuid": "884c6c6a-ad1b-5228-a48f-e9db4bc174df" - } - }, - "link_endpoint_ids": [ - { - "topology_id": { - "context_id": { - "context_uuid": { - "uuid": "43813baf-195e-5da6-af20-b3d0922e71a7" - } - }, - "topology_uuid": { - "uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - }, - "device_id": { - "device_uuid": { - "uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - }, - "endpoint_uuid": { - "uuid": "be24d4af-c784-50cc-baa4-976a499fcd5a" - } - }, - { - "topology_id": { - "context_id": { - "context_uuid": { - "uuid": "43813baf-195e-5da6-af20-b3d0922e71a7" - } - }, - "topology_uuid": { - "uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - }, - "device_id": { - "device_uuid": { - "uuid": "012c4e67-0024-5f30-b527-55ec6daf2639" - } - }, - "endpoint_uuid": { - "uuid": "f2c1749b-0052-5ecb-931f-1b7889d7ed4d" - } - } - ] - }, - { - "name": "R1-T1.3", - "optical_details": { - "src_port": "4", - "dst_port": "1", - "local_peer_port": "14", - "remote_peer_port": "1", - "c_slots": { - "1": 1, - "2": 1, - "3": 1, - "4": 1, - "5": 1, - "6": 1, - "7": 1, - "8": 1, - "9": 1, - "10": 1, - "11": 1, - "12": 1, - "13": 1, - "14": 1, - "15": 1, - "16": 1, - "17": 1, - "18": 1, - "19": 1, - "20": 1 - }, - "l_slots": { - "101": 1, - "102": 1, - "103": 1, - "104": 1, - "105": 1, - "106": 1, - "107": 1, - "108": 1, - "109": 1, - "110": 1, - "111": 1, - "112": 1, - "113": 1, - "114": 1, - "115": 1, - "116": 1, - "117": 1, - "118": 1, - "119": 1, - "120": 1 - }, - "s_slots": { - "501": 1, - "502": 1, - "503": 1, - "504": 1, - "505": 1, - "506": 1, - "507": 1, - "508": 1, - "509": 1, - "510": 1, - "511": 1, - "512": 1, - "513": 1, - "514": 1, - "515": 1, - "516": 1, - "517": 1, - "518": 1, - "519": 1, - "520": 1 - } - }, - "link_id": { - "link_uuid": { - "uuid": "89e3a6c6-d613-55bf-925c-c817ee24a133" - } - }, - "link_endpoint_ids": [ - { - "topology_id": { - "context_id": { - "context_uuid": { - "uuid": "43813baf-195e-5da6-af20-b3d0922e71a7" - } - }, - "topology_uuid": { - "uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - }, - "device_id": { - "device_uuid": { - "uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - }, - "endpoint_uuid": { - "uuid": "4fca89b8-237c-52bd-8131-9129316b524f" - } - }, - { - "topology_id": { - "context_id": { - "context_uuid": { - "uuid": "43813baf-195e-5da6-af20-b3d0922e71a7" - } - }, - "topology_uuid": { - "uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - }, - "device_id": { - "device_uuid": { - "uuid": "cf618e18-c0a1-58c4-9827-943a2c0523d6" - } - }, - "endpoint_uuid": { - "uuid": "dcaae3e3-42c5-50b5-bafb-d3097d567d09" - } - } - ] - }, - { - "name": "R1-T1.2", - "optical_details": { - "src_port": "3", - "dst_port": "1", - "local_peer_port": "13", - "remote_peer_port": "1", - "c_slots": { - "1": 1, - "2": 1, - "3": 1, - "4": 1, - "5": 1, - "6": 1, - "7": 1, - "8": 1, - "9": 1, - "10": 1, - "11": 1, - "12": 1, - "13": 1, - "14": 1, - "15": 1, - "16": 1, - "17": 1, - "18": 1, - "19": 1, - "20": 1 - }, - "l_slots": { - "101": 1, - "102": 1, - "103": 1, - "104": 1, - "105": 1, - "106": 1, - "107": 1, - "108": 1, - "109": 1, - "110": 1, - "111": 1, - "112": 1, - "113": 1, - "114": 1, - "115": 1, - "116": 1, - "117": 1, - "118": 1, - "119": 1, - "120": 1 - }, - "s_slots": { - "501": 1, - "502": 1, - "503": 1, - "504": 1, - "505": 1, - "506": 1, - "507": 1, - "508": 1, - "509": 1, - "510": 1, - "511": 1, - "512": 1, - "513": 1, - "514": 1, - "515": 1, - "516": 1, - "517": 1, - "518": 1, - "519": 1, - "520": 1 - } - }, - "link_id": { - "link_uuid": { - "uuid": "b11e2e7b-ef00-5c11-9dc6-5fd34bd11f6e" - } - }, - "link_endpoint_ids": [ - { - "topology_id": { - "context_id": { - "context_uuid": { - "uuid": "43813baf-195e-5da6-af20-b3d0922e71a7" - } - }, - "topology_uuid": { - "uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - }, - "device_id": { - "device_uuid": { - "uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - }, - "endpoint_uuid": { - "uuid": "1a8d66e2-5d94-520f-b94a-0aca4cfd891f" - } - }, - { - "topology_id": { - "context_id": { - "context_uuid": { - "uuid": "43813baf-195e-5da6-af20-b3d0922e71a7" - } - }, - "topology_uuid": { - "uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - }, - "device_id": { - "device_uuid": { - "uuid": "27c2ed23-e74a-518f-820d-ae2c8ae23086" - } - }, - "endpoint_uuid": { - "uuid": "cef46beb-6533-5a93-8541-ed5adc875452" - } - } - ] - }, - { - "name": "T2.3-R2", - "optical_details": { - "src_port": "6", - "dst_port": "14", - "local_peer_port": "6", - "remote_peer_port": "4", - "c_slots": { - "1": 1, - "2": 1, - "3": 1, - "4": 1, - "5": 1, - "6": 1, - "7": 1, - "8": 1, - "9": 1, - "10": 1, - "11": 1, - "12": 1, - "13": 1, - "14": 1, - "15": 1, - "16": 1, - "17": 1, - "18": 1, - "19": 1, - "20": 1 - }, - "l_slots": { - "101": 1, - "102": 1, - "103": 1, - "104": 1, - "105": 1, - "106": 1, - "107": 1, - "108": 1, - "109": 1, - "110": 1, - "111": 1, - "112": 1, - "113": 1, - "114": 1, - "115": 1, - "116": 1, - "117": 1, - "118": 1, - "119": 1, - "120": 1 - }, - "s_slots": { - "501": 1, - "502": 1, - "503": 1, - "504": 1, - "505": 1, - "506": 1, - "507": 1, - "508": 1, - "509": 1, - "510": 1, - "511": 1, - "512": 1, - "513": 1, - "514": 1, - "515": 1, - "516": 1, - "517": 1, - "518": 1, - "519": 1, - "520": 1 - } - }, - "link_id": { - "link_uuid": { - "uuid": "be7afc05-6e45-5899-896b-b331d6ab65c8" - } - }, - "link_endpoint_ids": [ - { - "topology_id": { - "context_id": { - "context_uuid": { - "uuid": "43813baf-195e-5da6-af20-b3d0922e71a7" - } - }, - "topology_uuid": { - "uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - }, - "device_id": { - "device_uuid": { - "uuid": "ce0cdfdd-2182-5027-8177-676ca3244f9d" - } - }, - "endpoint_uuid": { - "uuid": "615c29eb-3528-5e70-9f43-2491aeb6478b" - } - }, - { - "topology_id": { - "context_id": { - "context_uuid": { - "uuid": "43813baf-195e-5da6-af20-b3d0922e71a7" - } - }, - "topology_uuid": { - "uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - }, - "device_id": { - "device_uuid": { - "uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - }, - "endpoint_uuid": { - "uuid": "ac9e9079-6cf5-5d21-834d-1940c76fd78d" - } - } - ] - }, - { - "name": "R2-T2.3", - "optical_details": { - "src_port": "4", - "dst_port": "6", - "local_peer_port": "14", - "remote_peer_port": "6", - "c_slots": { - "1": 1, - "2": 1, - "3": 1, - "4": 1, - "5": 1, - "6": 1, - "7": 1, - "8": 1, - "9": 1, - "10": 1, - "11": 1, - "12": 1, - "13": 1, - "14": 1, - "15": 1, - "16": 1, - "17": 1, - "18": 1, - "19": 1, - "20": 1 - }, - "l_slots": { - "101": 1, - "102": 1, - "103": 1, - "104": 1, - "105": 1, - "106": 1, - "107": 1, - "108": 1, - "109": 1, - "110": 1, - "111": 1, - "112": 1, - "113": 1, - "114": 1, - "115": 1, - "116": 1, - "117": 1, - "118": 1, - "119": 1, - "120": 1 - }, - "s_slots": { - "501": 1, - "502": 1, - "503": 1, - "504": 1, - "505": 1, - "506": 1, - "507": 1, - "508": 1, - "509": 1, - "510": 1, - "511": 1, - "512": 1, - "513": 1, - "514": 1, - "515": 1, - "516": 1, - "517": 1, - "518": 1, - "519": 1, - "520": 1 - } - }, - "link_id": { - "link_uuid": { - "uuid": "d4e89764-11c5-5f59-b7d6-a3aa2dab43df" - } - }, - "link_endpoint_ids": [ - { - "topology_id": { - "context_id": { - "context_uuid": { - "uuid": "43813baf-195e-5da6-af20-b3d0922e71a7" - } - }, - "topology_uuid": { - "uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - }, - "device_id": { - "device_uuid": { - "uuid": "ce0cdfdd-2182-5027-8177-676ca3244f9d" - } - }, - "endpoint_uuid": { - "uuid": "615c29eb-3528-5e70-9f43-2491aeb6478b" - } - }, - { - "topology_id": { - "context_id": { - "context_uuid": { - "uuid": "43813baf-195e-5da6-af20-b3d0922e71a7" - } - }, - "topology_uuid": { - "uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - }, - "device_id": { - "device_uuid": { - "uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - }, - "endpoint_uuid": { - "uuid": "88a0bc2f-1ebf-5aca-b472-c339a1c302f9" - } - } - ] - }, - { - "name": "R1-R2", - "optical_details": { - "src_port": "101", - "dst_port": "111", - "local_peer_port": "111", - "remote_peer_port": "101", - "c_slots": { - "1": 1, - "2": 1, - "3": 1, - "4": 1, - "5": 1, - "6": 1, - "7": 1, - "8": 1, - "9": 1, - "10": 1, - "11": 1, - "12": 1, - "13": 1, - "14": 1, - "15": 1, - "16": 1, - "17": 1, - "18": 1, - "19": 1, - "20": 1 - }, - "l_slots": { - "101": 1, - "102": 1, - "103": 1, - "104": 1, - "105": 1, - "106": 1, - "107": 1, - "108": 1, - "109": 1, - "110": 1, - "111": 1, - "112": 1, - "113": 1, - "114": 1, - "115": 1, - "116": 1, - "117": 1, - "118": 1, - "119": 1, - "120": 1 - }, - "s_slots": { - "501": 1, - "502": 1, - "503": 1, - "504": 1, - "505": 1, - "506": 1, - "507": 1, - "508": 1, - "509": 1, - "510": 1, - "511": 1, - "512": 1, - "513": 1, - "514": 1, - "515": 1, - "516": 1, - "517": 1, - "518": 1, - "519": 1, - "520": 1 - } - }, - "link_id": { - "link_uuid": { - "uuid": "e273644c-0dfa-5053-8850-0722995e7ba3" - } - }, - "link_endpoint_ids": [ - { - "topology_id": { - "context_id": { - "context_uuid": { - "uuid": "43813baf-195e-5da6-af20-b3d0922e71a7" - } - }, - "topology_uuid": { - "uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - }, - "device_id": { - "device_uuid": { - "uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - }, - "endpoint_uuid": { - "uuid": "811b34f9-112c-5cc5-a4e0-6e5f5e0bdada" - } - }, - { - "topology_id": { - "context_id": { - "context_uuid": { - "uuid": "43813baf-195e-5da6-af20-b3d0922e71a7" - } - }, - "topology_uuid": { - "uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - }, - "device_id": { - "device_uuid": { - "uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - }, - "endpoint_uuid": { - "uuid": "d777e553-af96-5ee7-a957-ce70b49e36ac" - } - } - ] - }, - { - "name": "T1.1-R1", - "optical_details": { - "src_port": "1", - "dst_port": "12", - "local_peer_port": "1", - "remote_peer_port": "2", - "c_slots": { - "1": 1, - "2": 1, - "3": 1, - "4": 1, - "5": 1, - "6": 1, - "7": 1, - "8": 1, - "9": 1, - "10": 1, - "11": 1, - "12": 1, - "13": 1, - "14": 1, - "15": 1, - "16": 1, - "17": 1, - "18": 1, - "19": 1, - "20": 1 - }, - "l_slots": { - "101": 1, - "102": 1, - "103": 1, - "104": 1, - "105": 1, - "106": 1, - "107": 1, - "108": 1, - "109": 1, - "110": 1, - "111": 1, - "112": 1, - "113": 1, - "114": 1, - "115": 1, - "116": 1, - "117": 1, - "118": 1, - "119": 1, - "120": 1 - }, - "s_slots": { - "501": 1, - "502": 1, - "503": 1, - "504": 1, - "505": 1, - "506": 1, - "507": 1, - "508": 1, - "509": 1, - "510": 1, - "511": 1, - "512": 1, - "513": 1, - "514": 1, - "515": 1, - "516": 1, - "517": 1, - "518": 1, - "519": 1, - "520": 1 - } - }, - "link_id": { - "link_uuid": { - "uuid": "e8bd9082-ebad-55b8-b110-7c21fddaf1cf" - } - }, - "link_endpoint_ids": [ - { - "topology_id": { - "context_id": { - "context_uuid": { - "uuid": "43813baf-195e-5da6-af20-b3d0922e71a7" - } - }, - "topology_uuid": { - "uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - }, - "device_id": { - "device_uuid": { - "uuid": "4dbdc2d8-cbde-5e48-a3c0-5161387a58c7" - } - }, - "endpoint_uuid": { - "uuid": "5eb4f156-7811-53f3-9172-8402127cf7b9" - } - }, - { - "topology_id": { - "context_id": { - "context_uuid": { - "uuid": "43813baf-195e-5da6-af20-b3d0922e71a7" - } - }, - "topology_uuid": { - "uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - }, - "device_id": { - "device_uuid": { - "uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - }, - "endpoint_uuid": { - "uuid": "690284c6-a8f7-54a0-82ed-19e721976221" - } - } - ] - }, - { - "name": "R2-R1", - "optical_details": { - "src_port": "101", - "dst_port": "111", - "local_peer_port": "111", - "remote_peer_port": "101", - "c_slots": { - "1": 1, - "2": 1, - "3": 1, - "4": 1, - "5": 1, - "6": 1, - "7": 1, - "8": 1, - "9": 1, - "10": 1, - "11": 1, - "12": 1, - "13": 1, - "14": 1, - "15": 1, - "16": 1, - "17": 1, - "18": 1, - "19": 1, - "20": 1 - }, - "l_slots": { - "101": 1, - "102": 1, - "103": 1, - "104": 1, - "105": 1, - "106": 1, - "107": 1, - "108": 1, - "109": 1, - "110": 1, - "111": 1, - "112": 1, - "113": 1, - "114": 1, - "115": 1, - "116": 1, - "117": 1, - "118": 1, - "119": 1, - "120": 1 - }, - "s_slots": { - "501": 1, - "502": 1, - "503": 1, - "504": 1, - "505": 1, - "506": 1, - "507": 1, - "508": 1, - "509": 1, - "510": 1, - "511": 1, - "512": 1, - "513": 1, - "514": 1, - "515": 1, - "516": 1, - "517": 1, - "518": 1, - "519": 1, - "520": 1 - } - }, - "link_id": { - "link_uuid": { - "uuid": "eae23f48-40de-5aae-b3d1-fa3cda231678" - } - }, - "link_endpoint_ids": [ - { - "topology_id": { - "context_id": { - "context_uuid": { - "uuid": "43813baf-195e-5da6-af20-b3d0922e71a7" - } - }, - "topology_uuid": { - "uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - }, - "device_id": { - "device_uuid": { - "uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - }, - "endpoint_uuid": { - "uuid": "4255273d-5038-512d-9838-d5dd921cb858" - } - }, - { - "topology_id": { - "context_id": { - "context_uuid": { - "uuid": "43813baf-195e-5da6-af20-b3d0922e71a7" - } - }, - "topology_uuid": { - "uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - }, - "device_id": { - "device_uuid": { - "uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - }, - "endpoint_uuid": { - "uuid": "f45593bb-41b1-50af-8944-524212ca012a" - } - } - ] - }, - { - "name": "T2.1-R2", - "optical_details": { - "src_port": "6", - "dst_port": "12", - "local_peer_port": "6", - "remote_peer_port": "2", - "c_slots": { - "1": 1, - "2": 1, - "3": 1, - "4": 1, - "5": 1, - "6": 1, - "7": 1, - "8": 1, - "9": 1, - "10": 1, - "11": 1, - "12": 1, - "13": 1, - "14": 1, - "15": 1, - "16": 1, - "17": 1, - "18": 1, - "19": 1, - "20": 1 - }, - "l_slots": { - "101": 1, - "102": 1, - "103": 1, - "104": 1, - "105": 1, - "106": 1, - "107": 1, - "108": 1, - "109": 1, - "110": 1, - "111": 1, - "112": 1, - "113": 1, - "114": 1, - "115": 1, - "116": 1, - "117": 1, - "118": 1, - "119": 1, - "120": 1 - }, - "s_slots": { - "501": 1, - "502": 1, - "503": 1, - "504": 1, - "505": 1, - "506": 1, - "507": 1, - "508": 1, - "509": 1, - "510": 1, - "511": 1, - "512": 1, - "513": 1, - "514": 1, - "515": 1, - "516": 1, - "517": 1, - "518": 1, - "519": 1, - "520": 1 - } - }, - "link_id": { - "link_uuid": { - "uuid": "ebb2ca0f-d4c1-51c4-ab41-dceea90f811f" - } - }, - "link_endpoint_ids": [ - { - "topology_id": { - "context_id": { - "context_uuid": { - "uuid": "43813baf-195e-5da6-af20-b3d0922e71a7" - } - }, - "topology_uuid": { - "uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - }, - "device_id": { - "device_uuid": { - "uuid": "c944aaeb-bbdf-5f2d-b31c-8cc8903045b6" - } - }, - "endpoint_uuid": { - "uuid": "1b9f85aa-8cc9-5b9d-99dc-8f0eec714d67" - } - }, - { - "topology_id": { - "context_id": { - "context_uuid": { - "uuid": "43813baf-195e-5da6-af20-b3d0922e71a7" - } - }, - "topology_uuid": { - "uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - }, - "device_id": { - "device_uuid": { - "uuid": "87d74166-65e3-595e-b643-122b4fd0303f" - } - }, - "endpoint_uuid": { - "uuid": "61fd51ea-9896-5528-bcf3-3202a7668efb" - } - } - ] - }, - { - "name": "T1.3-R1", - "optical_details": { - "src_port": "1", - "dst_port": "14", - "local_peer_port": "1", - "remote_peer_port": "4", - "c_slots": { - "1": 1, - "2": 1, - "3": 1, - "4": 1, - "5": 1, - "6": 1, - "7": 1, - "8": 1, - "9": 1, - "10": 1, - "11": 1, - "12": 1, - "13": 1, - "14": 1, - "15": 1, - "16": 1, - "17": 1, - "18": 1, - "19": 1, - "20": 1 - }, - "l_slots": { - "101": 1, - "102": 1, - "103": 1, - "104": 1, - "105": 1, - "106": 1, - "107": 1, - "108": 1, - "109": 1, - "110": 1, - "111": 1, - "112": 1, - "113": 1, - "114": 1, - "115": 1, - "116": 1, - "117": 1, - "118": 1, - "119": 1, - "120": 1 - }, - "s_slots": { - "501": 1, - "502": 1, - "503": 1, - "504": 1, - "505": 1, - "506": 1, - "507": 1, - "508": 1, - "509": 1, - "510": 1, - "511": 1, - "512": 1, - "513": 1, - "514": 1, - "515": 1, - "516": 1, - "517": 1, - "518": 1, - "519": 1, - "520": 1 - } - }, - "link_id": { - "link_uuid": { - "uuid": "f79a817c-a6a0-55d5-9398-a582a9835be9" - } - }, - "link_endpoint_ids": [ - { - "topology_id": { - "context_id": { - "context_uuid": { - "uuid": "43813baf-195e-5da6-af20-b3d0922e71a7" - } - }, - "topology_uuid": { - "uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - }, - "device_id": { - "device_uuid": { - "uuid": "68741528-2e94-5274-ab3c-fddcd8dc05ef" - } - }, - "endpoint_uuid": { - "uuid": "dad62073-9e4f-5b05-947d-571e6c3a6068" - } - }, - { - "topology_id": { - "context_id": { - "context_uuid": { - "uuid": "43813baf-195e-5da6-af20-b3d0922e71a7" - } - }, - "topology_uuid": { - "uuid": "c76135e3-24a8-5e92-9bed-c3c9139359c8" - } - }, - "device_id": { - "device_uuid": { - "uuid": "cf618e18-c0a1-58c4-9827-943a2c0523d6" - } - }, - "endpoint_uuid": { - "uuid": "dcaae3e3-42c5-50b5-bafb-d3097d567d09" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/logs b/logs deleted file mode 100644 index 23fec6611c4fe46a93f3f9287effce3dd02be68c..0000000000000000000000000000000000000000 --- a/logs +++ /dev/null @@ -1,179 +0,0 @@ - * Serving Flask app "OpticalController" (lazy loading) - * Environment: production - WARNING: This is a development server. Do not use it in a production deployment. - Use a production WSGI server instead. - * Debug mode: off - * Running on http://0.0.0.0:10060/ (Press CTRL+C to quit) -topog_id context_id { - context_uuid { - uuid: "admin" - } -} -topology_uuid { - uuid: "admin" -} - -{'name': 'R2-T2.1', 'optical_details': {'src_port': '2', 'dst_port': '1', 'local_peer_port': '12', 'remote_peer_port': '1', 'c_slots': {'3': 1, '18': 1, '10': 1, '5': 1, '8': 1, '20': 1, '14': 1, '17': 1, '15': 1, '1': 1, '11': 1, '13': 1, '9': 1, '12': 1, '4': 1, '19': 1, '16': 1, '6': 1, '7': 1, '2': 1}, 'l_slots': {'112': 1, '106': 1, '108': 1, '111': 1, '104': 1, '102': 1, '101': 1, '105': 1, '118': 1, '119': 1, '117': 1, '113': 1, '116': 1, '115': 1, '109': 1, '110': 1, '107': 1, '103': 1, '120': 1, '114': 1}, 's_slots': {'508': 1, '501': 1, '515': 1, '513': 1, '507': 1, '510': 1, '511': 1, '517': 1, '512': 1, '518': 1, '509': 1, '504': 1, '502': 1, '514': 1, '516': 1, '503': 1, '506': 1, '505': 1, '520': 1, '519': 1}}, 'link_id': {'link_uuid': {'uuid': '5ba1d9b6-120a-5680-b745-2ea24aec1cc3'}}, 'link_endpoint_ids': [{'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': '87d74166-65e3-595e-b643-122b4fd0303f'}}, 'endpoint_uuid': {'uuid': '2a307a8e-d326-5ea2-9437-b0320fb4c2a6'}}, {'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': 'c944aaeb-bbdf-5f2d-b31c-8cc8903045b6'}}, 'endpoint_uuid': {'uuid': 'd1e7e6c7-f1d7-56f3-be32-8982a72966f6'}}]} -{'name': 'R2-T2.2', 'optical_details': {'src_port': '3', 'dst_port': '2', 'local_peer_port': '13', 'remote_peer_port': '2', 'c_slots': {'19': 1, '11': 1, '20': 1, '6': 1, '1': 1, '15': 1, '5': 1, '17': 1, '13': 1, '7': 1, '9': 1, '8': 1, '10': 1, '18': 1, '4': 1, '2': 1, '14': 1, '16': 1, '3': 1, '12': 1}, 'l_slots': {'103': 1, '120': 1, '114': 1, '110': 1, '115': 1, '108': 1, '109': 1, '107': 1, '104': 1, '112': 1, '119': 1, '118': 1, '117': 1, '101': 1, '106': 1, '113': 1, '111': 1, '105': 1, '116': 1, '102': 1}, 's_slots': {'510': 1, '503': 1, '502': 1, '512': 1, '514': 1, '515': 1, '505': 1, '504': 1, '501': 1, '507': 1, '516': 1, '519': 1, '518': 1, '508': 1, '513': 1, '517': 1, '506': 1, '520': 1, '509': 1, '511': 1}}, 'link_id': {'link_uuid': {'uuid': '5f9f4309-d24d-52e0-9d60-ba84839a5bda'}}, 'link_endpoint_ids': [{'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': 'c944aaeb-bbdf-5f2d-b31c-8cc8903045b6'}}, 'endpoint_uuid': {'uuid': '463f5b52-bb8e-54e7-a63d-aeb4ad4b72bc'}}, {'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': '012c4e67-0024-5f30-b527-55ec6daf2639'}}, 'endpoint_uuid': {'uuid': 'c4b8eb66-2fcf-5f66-802f-6cd9590fe70b'}}]} -{'name': 'R1-T1.1', 'optical_details': {'src_port': '2', 'dst_port': '1', 'local_peer_port': '12', 'remote_peer_port': '1', 'c_slots': {'14': 1, '6': 1, '10': 1, '9': 1, '4': 1, '19': 1, '1': 1, '17': 1, '15': 1, '12': 1, '8': 1, '18': 1, '7': 1, '13': 1, '16': 1, '3': 1, '20': 1, '5': 1, '2': 1, '11': 1}, 'l_slots': {'102': 1, '110': 1, '116': 1, '118': 1, '108': 1, '114': 1, '115': 1, '104': 1, '105': 1, '113': 1, '112': 1, '117': 1, '101': 1, '103': 1, '106': 1, '119': 1, '120': 1, '111': 1, '107': 1, '109': 1}, 's_slots': {'506': 1, '503': 1, '502': 1, '507': 1, '511': 1, '504': 1, '513': 1, '517': 1, '512': 1, '520': 1, '515': 1, '501': 1, '505': 1, '514': 1, '510': 1, '518': 1, '509': 1, '508': 1, '519': 1, '516': 1}}, 'link_id': {'link_uuid': {'uuid': '63c6a257-f171-59f8-b1e8-e3c4086ba36a'}}, 'link_endpoint_ids': [{'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': '4dbdc2d8-cbde-5e48-a3c0-5161387a58c7'}}, 'endpoint_uuid': {'uuid': '5eb4f156-7811-53f3-9172-8402127cf7b9'}}, {'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': '68741528-2e94-5274-ab3c-fddcd8dc05ef'}}, 'endpoint_uuid': {'uuid': 'c7b7a565-0469-5463-809b-8ef4851d89c4'}}]} -{'name': 'T1.2-R1', 'optical_details': {'src_port': '2', 'dst_port': '13', 'local_peer_port': '2', 'remote_peer_port': '3', 'c_slots': {'8': 1, '2': 1, '13': 1, '14': 1, '1': 1, '4': 1, '16': 1, '9': 1, '5': 1, '19': 1, '17': 1, '3': 1, '15': 1, '10': 1, '18': 1, '11': 1, '7': 1, '12': 1, '6': 1, '20': 1}, 'l_slots': {'103': 1, '117': 1, '112': 1, '101': 1, '110': 1, '115': 1, '109': 1, '102': 1, '116': 1, '111': 1, '113': 1, '114': 1, '119': 1, '120': 1, '106': 1, '107': 1, '105': 1, '118': 1, '104': 1, '108': 1}, 's_slots': {'515': 1, '516': 1, '510': 1, '511': 1, '519': 1, '513': 1, '505': 1, '502': 1, '501': 1, '504': 1, '506': 1, '508': 1, '507': 1, '517': 1, '514': 1, '503': 1, '509': 1, '520': 1, '518': 1, '512': 1}}, 'link_id': {'link_uuid': {'uuid': '817a2fcb-5dfd-55a6-b669-a141014cc38d'}}, 'link_endpoint_ids': [{'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': '68741528-2e94-5274-ab3c-fddcd8dc05ef'}}, 'endpoint_uuid': {'uuid': '27b6ed2a-b0d1-5be9-b9be-cc9a540ac0d1'}}, {'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': '27c2ed23-e74a-518f-820d-ae2c8ae23086'}}, 'endpoint_uuid': {'uuid': '7dc65d0e-af57-5d3c-9ba6-f6ec81a354c6'}}]} -{'name': 'T2.2-R2', 'optical_details': {'src_port': '2', 'dst_port': '13', 'local_peer_port': '2', 'remote_peer_port': '3', 'c_slots': {'8': 1, '5': 1, '12': 1, '2': 1, '9': 1, '10': 1, '11': 1, '20': 1, '7': 1, '6': 1, '1': 1, '18': 1, '4': 1, '14': 1, '17': 1, '13': 1, '19': 1, '16': 1, '3': 1, '15': 1}, 'l_slots': {'109': 1, '101': 1, '113': 1, '118': 1, '119': 1, '110': 1, '108': 1, '105': 1, '102': 1, '114': 1, '112': 1, '111': 1, '103': 1, '107': 1, '120': 1, '106': 1, '115': 1, '117': 1, '116': 1, '104': 1}, 's_slots': {'517': 1, '508': 1, '519': 1, '511': 1, '515': 1, '504': 1, '512': 1, '506': 1, '520': 1, '505': 1, '516': 1, '501': 1, '503': 1, '510': 1, '502': 1, '513': 1, '509': 1, '507': 1, '514': 1, '518': 1}}, 'link_id': {'link_uuid': {'uuid': '884c6c6a-ad1b-5228-a48f-e9db4bc174df'}}, 'link_endpoint_ids': [{'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': 'c944aaeb-bbdf-5f2d-b31c-8cc8903045b6'}}, 'endpoint_uuid': {'uuid': 'be24d4af-c784-50cc-baa4-976a499fcd5a'}}, {'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': '012c4e67-0024-5f30-b527-55ec6daf2639'}}, 'endpoint_uuid': {'uuid': 'c4b8eb66-2fcf-5f66-802f-6cd9590fe70b'}}]} -{'name': 'R1-T1.3', 'optical_details': {'src_port': '4', 'dst_port': '3', 'local_peer_port': '14', 'remote_peer_port': '3', 'c_slots': {'10': 1, '17': 1, '11': 1, '2': 1, '4': 1, '18': 1, '3': 1, '16': 1, '5': 1, '8': 1, '13': 1, '14': 1, '12': 1, '15': 1, '9': 1, '7': 1, '1': 1, '20': 1, '19': 1, '6': 1}, 'l_slots': {'101': 1, '109': 1, '106': 1, '103': 1, '102': 1, '113': 1, '107': 1, '119': 1, '117': 1, '116': 1, '115': 1, '120': 1, '108': 1, '112': 1, '104': 1, '118': 1, '110': 1, '105': 1, '114': 1, '111': 1}, 's_slots': {'510': 1, '519': 1, '518': 1, '504': 1, '508': 1, '520': 1, '516': 1, '512': 1, '515': 1, '502': 1, '505': 1, '513': 1, '506': 1, '514': 1, '503': 1, '511': 1, '517': 1, '509': 1, '507': 1, '501': 1}}, 'link_id': {'link_uuid': {'uuid': '89e3a6c6-d613-55bf-925c-c817ee24a133'}}, 'link_endpoint_ids': [{'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': '68741528-2e94-5274-ab3c-fddcd8dc05ef'}}, 'endpoint_uuid': {'uuid': '4fca89b8-237c-52bd-8131-9129316b524f'}}, {'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': 'cf618e18-c0a1-58c4-9827-943a2c0523d6'}}, 'endpoint_uuid': {'uuid': 'bbdfc5ef-4f8b-5921-9d1f-33dd9a5f18c8'}}]} -{'name': 'R1-T1.2', 'optical_details': {'src_port': '3', 'dst_port': '2', 'local_peer_port': '13', 'remote_peer_port': '2', 'c_slots': {'17': 1, '3': 1, '14': 1, '9': 1, '11': 1, '8': 1, '1': 1, '18': 1, '12': 1, '6': 1, '19': 1, '20': 1, '7': 1, '2': 1, '5': 1, '15': 1, '10': 1, '16': 1, '13': 1, '4': 1}, 'l_slots': {'107': 1, '103': 1, '115': 1, '105': 1, '102': 1, '112': 1, '119': 1, '104': 1, '111': 1, '117': 1, '113': 1, '116': 1, '106': 1, '114': 1, '118': 1, '120': 1, '108': 1, '110': 1, '101': 1, '109': 1}, 's_slots': {'518': 1, '509': 1, '504': 1, '513': 1, '519': 1, '515': 1, '516': 1, '508': 1, '502': 1, '514': 1, '503': 1, '506': 1, '517': 1, '520': 1, '507': 1, '501': 1, '512': 1, '511': 1, '510': 1, '505': 1}}, 'link_id': {'link_uuid': {'uuid': 'b11e2e7b-ef00-5c11-9dc6-5fd34bd11f6e'}}, 'link_endpoint_ids': [{'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': '68741528-2e94-5274-ab3c-fddcd8dc05ef'}}, 'endpoint_uuid': {'uuid': '1a8d66e2-5d94-520f-b94a-0aca4cfd891f'}}, {'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': '27c2ed23-e74a-518f-820d-ae2c8ae23086'}}, 'endpoint_uuid': {'uuid': '7dc65d0e-af57-5d3c-9ba6-f6ec81a354c6'}}]} -{'name': 'T2.3-R2', 'optical_details': {'src_port': '3', 'dst_port': '14', 'local_peer_port': '3', 'remote_peer_port': '4', 'c_slots': {'17': 1, '18': 1, '13': 1, '12': 1, '6': 1, '14': 1, '11': 1, '3': 1, '8': 1, '4': 1, '10': 1, '1': 1, '9': 1, '19': 1, '7': 1, '15': 1, '20': 1, '16': 1, '5': 1, '2': 1}, 'l_slots': {'116': 1, '115': 1, '114': 1, '113': 1, '101': 1, '107': 1, '118': 1, '106': 1, '104': 1, '105': 1, '103': 1, '120': 1, '109': 1, '119': 1, '112': 1, '111': 1, '117': 1, '102': 1, '110': 1, '108': 1}, 's_slots': {'515': 1, '520': 1, '507': 1, '514': 1, '503': 1, '505': 1, '502': 1, '518': 1, '501': 1, '508': 1, '519': 1, '516': 1, '504': 1, '511': 1, '509': 1, '513': 1, '517': 1, '506': 1, '512': 1, '510': 1}}, 'link_id': {'link_uuid': {'uuid': 'be7afc05-6e45-5899-896b-b331d6ab65c8'}}, 'link_endpoint_ids': [{'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': 'c944aaeb-bbdf-5f2d-b31c-8cc8903045b6'}}, 'endpoint_uuid': {'uuid': 'ac9e9079-6cf5-5d21-834d-1940c76fd78d'}}, {'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': 'ce0cdfdd-2182-5027-8177-676ca3244f9d'}}, 'endpoint_uuid': {'uuid': 'b1acaee3-904d-5106-ac3d-5ae6c42b5333'}}]} -{'name': 'R2-T2.3', 'optical_details': {'src_port': '4', 'dst_port': '3', 'local_peer_port': '14', 'remote_peer_port': '3', 'c_slots': {'20': 1, '1': 1, '19': 1, '3': 1, '11': 1, '13': 1, '4': 1, '10': 1, '8': 1, '7': 1, '14': 1, '6': 1, '16': 1, '9': 1, '12': 1, '2': 1, '18': 1, '17': 1, '15': 1, '5': 1}, 'l_slots': {'118': 1, '111': 1, '113': 1, '108': 1, '114': 1, '117': 1, '115': 1, '106': 1, '112': 1, '109': 1, '103': 1, '101': 1, '104': 1, '105': 1, '102': 1, '110': 1, '120': 1, '119': 1, '116': 1, '107': 1}, 's_slots': {'504': 1, '515': 1, '509': 1, '514': 1, '508': 1, '501': 1, '510': 1, '519': 1, '518': 1, '512': 1, '516': 1, '511': 1, '507': 1, '503': 1, '520': 1, '502': 1, '505': 1, '513': 1, '506': 1, '517': 1}}, 'link_id': {'link_uuid': {'uuid': 'd4e89764-11c5-5f59-b7d6-a3aa2dab43df'}}, 'link_endpoint_ids': [{'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': 'c944aaeb-bbdf-5f2d-b31c-8cc8903045b6'}}, 'endpoint_uuid': {'uuid': '88a0bc2f-1ebf-5aca-b472-c339a1c302f9'}}, {'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': 'ce0cdfdd-2182-5027-8177-676ca3244f9d'}}, 'endpoint_uuid': {'uuid': 'b1acaee3-904d-5106-ac3d-5ae6c42b5333'}}]} -{'name': 'R1-R2', 'optical_details': {'src_port': '101', 'dst_port': '111', 'local_peer_port': '111', 'remote_peer_port': '101', 'c_slots': {'16': 1, '6': 1, '19': 1, '11': 1, '20': 1, '2': 1, '4': 1, '8': 1, '5': 1, '9': 1, '18': 1, '10': 1, '17': 1, '1': 1, '13': 1, '7': 1, '15': 1, '12': 1, '14': 1, '3': 1}, 'l_slots': {'111': 1, '115': 1, '105': 1, '106': 1, '108': 1, '101': 1, '109': 1, '104': 1, '103': 1, '102': 1, '113': 1, '116': 1, '118': 1, '119': 1, '117': 1, '110': 1, '114': 1, '120': 1, '107': 1, '112': 1}, 's_slots': {'512': 1, '514': 1, '503': 1, '519': 1, '513': 1, '507': 1, '516': 1, '509': 1, '511': 1, '505': 1, '517': 1, '506': 1, '520': 1, '501': 1, '515': 1, '518': 1, '502': 1, '510': 1, '504': 1, '508': 1}}, 'link_id': {'link_uuid': {'uuid': 'e273644c-0dfa-5053-8850-0722995e7ba3'}}, 'link_endpoint_ids': [{'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': '68741528-2e94-5274-ab3c-fddcd8dc05ef'}}, 'endpoint_uuid': {'uuid': '811b34f9-112c-5cc5-a4e0-6e5f5e0bdada'}}, {'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': 'c944aaeb-bbdf-5f2d-b31c-8cc8903045b6'}}, 'endpoint_uuid': {'uuid': 'd777e553-af96-5ee7-a957-ce70b49e36ac'}}]} -10.1.83.219 - - [25/Apr/2024 18:04:29] "GET /OpticalTFS/GetTopology/admin/admin HTTP/1.1" 200 - -INFO:werkzeug:10.1.83.219 - - [25/Apr/2024 18:04:29] "GET /OpticalTFS/GetTopology/admin/admin HTTP/1.1" 200 - -{'name': 'T1.1-R1', 'optical_details': {'src_port': '1', 'dst_port': '12', 'local_peer_port': '1', 'remote_peer_port': '2', 'c_slots': {'14': 1, '6': 1, '8': 1, '11': 1, '20': 1, '13': 1, '4': 1, '19': 1, '17': 1, '15': 1, '12': 1, '9': 1, '10': 1, '2': 1, '1': 1, '3': 1, '16': 1, '5': 1, '18': 1, '7': 1}, 'l_slots': {'108': 1, '103': 1, '110': 1, '115': 1, '105': 1, '111': 1, '119': 1, '106': 1, '107': 1, '120': 1, '114': 1, '116': 1, '109': 1, '113': 1, '102': 1, '101': 1, '112': 1, '104': 1, '118': 1, '117': 1}, 's_slots': {'502': 1, '517': 1, '514': 1, '513': 1, '509': 1, '520': 1, '501': 1, '516': 1, '512': 1, '503': 1, '510': 1, '519': 1, '506': 1, '507': 1, '508': 1, '505': 1, '518': 1, '515': 1, '504': 1, '511': 1}}, 'link_id': {'link_uuid': {'uuid': 'e8bd9082-ebad-55b8-b110-7c21fddaf1cf'}}, 'link_endpoint_ids': [{'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': '4dbdc2d8-cbde-5e48-a3c0-5161387a58c7'}}, 'endpoint_uuid': {'uuid': '5eb4f156-7811-53f3-9172-8402127cf7b9'}}, {'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': '68741528-2e94-5274-ab3c-fddcd8dc05ef'}}, 'endpoint_uuid': {'uuid': '690284c6-a8f7-54a0-82ed-19e721976221'}}]} -{'name': 'R2-R1', 'optical_details': {'src_port': '101', 'dst_port': '111', 'local_peer_port': '111', 'remote_peer_port': '101', 'c_slots': {'15': 1, '13': 1, '2': 1, '8': 1, '5': 1, '1': 1, '9': 1, '11': 1, '7': 1, '17': 1, '19': 1, '3': 1, '12': 1, '10': 1, '18': 1, '14': 1, '20': 1, '4': 1, '6': 1, '16': 1}, 'l_slots': {'115': 1, '110': 1, '117': 1, '106': 1, '108': 1, '112': 1, '104': 1, '107': 1, '103': 1, '114': 1, '119': 1, '111': 1, '102': 1, '109': 1, '105': 1, '118': 1, '120': 1, '101': 1, '113': 1, '116': 1}, 's_slots': {'507': 1, '517': 1, '504': 1, '514': 1, '505': 1, '509': 1, '515': 1, '503': 1, '508': 1, '510': 1, '520': 1, '518': 1, '519': 1, '501': 1, '511': 1, '506': 1, '502': 1, '513': 1, '512': 1, '516': 1}}, 'link_id': {'link_uuid': {'uuid': 'eae23f48-40de-5aae-b3d1-fa3cda231678'}}, 'link_endpoint_ids': [{'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': '68741528-2e94-5274-ab3c-fddcd8dc05ef'}}, 'endpoint_uuid': {'uuid': '4255273d-5038-512d-9838-d5dd921cb858'}}, {'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': 'c944aaeb-bbdf-5f2d-b31c-8cc8903045b6'}}, 'endpoint_uuid': {'uuid': 'f45593bb-41b1-50af-8944-524212ca012a'}}]} -{'name': 'T2.1-R2', 'optical_details': {'src_port': '1', 'dst_port': '12', 'local_peer_port': '1', 'remote_peer_port': '2', 'c_slots': {'2': 1, '1': 1, '20': 1, '12': 1, '18': 1, '5': 1, '6': 1, '14': 1, '19': 1, '11': 1, '17': 1, '8': 1, '7': 1, '13': 1, '15': 1, '3': 1, '9': 1, '4': 1, '16': 1, '10': 1}, 'l_slots': {'111': 1, '116': 1, '117': 1, '106': 1, '120': 1, '119': 1, '105': 1, '108': 1, '101': 1, '104': 1, '115': 1, '110': 1, '113': 1, '109': 1, '114': 1, '118': 1, '112': 1, '103': 1, '102': 1, '107': 1}, 's_slots': {'510': 1, '504': 1, '508': 1, '516': 1, '513': 1, '520': 1, '515': 1, '517': 1, '509': 1, '505': 1, '512': 1, '518': 1, '502': 1, '501': 1, '506': 1, '511': 1, '514': 1, '507': 1, '503': 1, '519': 1}}, 'link_id': {'link_uuid': {'uuid': 'ebb2ca0f-d4c1-51c4-ab41-dceea90f811f'}}, 'link_endpoint_ids': [{'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': 'c944aaeb-bbdf-5f2d-b31c-8cc8903045b6'}}, 'endpoint_uuid': {'uuid': '1b9f85aa-8cc9-5b9d-99dc-8f0eec714d67'}}, {'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': '87d74166-65e3-595e-b643-122b4fd0303f'}}, 'endpoint_uuid': {'uuid': '2a307a8e-d326-5ea2-9437-b0320fb4c2a6'}}]} -{'name': 'T1.3-R1', 'optical_details': {'src_port': '3', 'dst_port': '14', 'local_peer_port': '3', 'remote_peer_port': '4', 'c_slots': {'2': 1, '16': 1, '7': 1, '3': 1, '9': 1, '11': 1, '12': 1, '17': 1, '10': 1, '14': 1, '13': 1, '15': 1, '1': 1, '5': 1, '20': 1, '6': 1, '8': 1, '18': 1, '19': 1, '4': 1}, 'l_slots': {'117': 1, '116': 1, '113': 1, '115': 1, '101': 1, '114': 1, '112': 1, '106': 1, '119': 1, '110': 1, '103': 1, '111': 1, '102': 1, '104': 1, '105': 1, '107': 1, '118': 1, '109': 1, '120': 1, '108': 1}, 's_slots': {'518': 1, '519': 1, '508': 1, '520': 1, '510': 1, '507': 1, '502': 1, '511': 1, '503': 1, '517': 1, '514': 1, '516': 1, '505': 1, '512': 1, '513': 1, '515': 1, '501': 1, '504': 1, '506': 1, '509': 1}}, 'link_id': {'link_uuid': {'uuid': 'f79a817c-a6a0-55d5-9398-a582a9835be9'}}, 'link_endpoint_ids': [{'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': 'cf618e18-c0a1-58c4-9827-943a2c0523d6'}}, 'endpoint_uuid': {'uuid': 'bbdfc5ef-4f8b-5921-9d1f-33dd9a5f18c8'}}, {'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': '68741528-2e94-5274-ab3c-fddcd8dc05ef'}}, 'endpoint_uuid': {'uuid': 'dad62073-9e4f-5b05-947d-571e6c3a6068'}}]} -INFO: Graph initiated.2 -( T2.2 , R2, 2, 13, 1, 1) -( T1.2 , R1, 2, 3, 1, 1) -( T1.1 , R1, 1, 12, 1, 1) -( R1 , T1.1, 12, 1, 1, 1) -( R1 , T1.2, 3, 2, 1, 1) -( R1 , T1.3, 14, 3, 1, 1) -( R1 , R2, 111, 101, 1, 1) -( T2.1 , R2, 1, 12, 1, 1) -( R2 , T2.1, 12, 1, 1, 1) -( R2 , T2.2, 13, 2, 1, 1) -( R2 , T2.3, 4, 3, 1, 1) -( R2 , R1, 101, 111, 1, 1) -( T2.3 , R2, 3, 4, 1, 1) -( T1.3 , R1, 3, 14, 1, 1) -20,20,20 -topog_id context_id { - context_uuid { - uuid: "admin" - } -} -topology_uuid { - uuid: "admin" -} - -{'name': 'R2-T2.1', 'optical_details': {'src_port': '2', 'dst_port': '1', 'local_peer_port': '12', 'remote_peer_port': '1', 'c_slots': {'5': 1, '18': 1, '9': 1, '20': 1, '16': 1, '11': 1, '19': 1, '17': 1, '10': 1, '15': 1, '12': 1, '13': 1, '6': 1, '1': 1, '4': 1, '7': 1, '2': 1, '14': 1, '8': 1, '3': 1}, 'l_slots': {'109': 1, '112': 1, '106': 1, '110': 1, '101': 1, '111': 1, '119': 1, '115': 1, '108': 1, '103': 1, '118': 1, '102': 1, '104': 1, '105': 1, '114': 1, '116': 1, '117': 1, '120': 1, '113': 1, '107': 1}, 's_slots': {'513': 1, '505': 1, '502': 1, '507': 1, '516': 1, '508': 1, '501': 1, '517': 1, '503': 1, '506': 1, '520': 1, '518': 1, '504': 1, '512': 1, '510': 1, '515': 1, '511': 1, '519': 1, '514': 1, '509': 1}}, 'link_id': {'link_uuid': {'uuid': '5ba1d9b6-120a-5680-b745-2ea24aec1cc3'}}, 'link_endpoint_ids': [{'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': '87d74166-65e3-595e-b643-122b4fd0303f'}}, 'endpoint_uuid': {'uuid': '2a307a8e-d326-5ea2-9437-b0320fb4c2a6'}}, {'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': 'c944aaeb-bbdf-5f2d-b31c-8cc8903045b6'}}, 'endpoint_uuid': {'uuid': 'd1e7e6c7-f1d7-56f3-be32-8982a72966f6'}}]} -{'name': 'R2-T2.2', 'optical_details': {'src_port': '3', 'dst_port': '2', 'local_peer_port': '13', 'remote_peer_port': '2', 'c_slots': {'17': 1, '16': 1, '3': 1, '18': 1, '4': 1, '5': 1, '8': 1, '15': 1, '6': 1, '1': 1, '2': 1, '10': 1, '19': 1, '9': 1, '13': 1, '12': 1, '14': 1, '11': 1, '7': 1, '20': 1}, 'l_slots': {'113': 1, '119': 1, '102': 1, '115': 1, '114': 1, '104': 1, '107': 1, '120': 1, '112': 1, '118': 1, '116': 1, '109': 1, '108': 1, '105': 1, '110': 1, '103': 1, '111': 1, '101': 1, '117': 1, '106': 1}, 's_slots': {'517': 1, '501': 1, '520': 1, '508': 1, '503': 1, '504': 1, '510': 1, '511': 1, '514': 1, '513': 1, '505': 1, '518': 1, '502': 1, '509': 1, '507': 1, '506': 1, '516': 1, '515': 1, '512': 1, '519': 1}}, 'link_id': {'link_uuid': {'uuid': '5f9f4309-d24d-52e0-9d60-ba84839a5bda'}}, 'link_endpoint_ids': [{'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': 'c944aaeb-bbdf-5f2d-b31c-8cc8903045b6'}}, 'endpoint_uuid': {'uuid': '463f5b52-bb8e-54e7-a63d-aeb4ad4b72bc'}}, {'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': '012c4e67-0024-5f30-b527-55ec6daf2639'}}, 'endpoint_uuid': {'uuid': 'c4b8eb66-2fcf-5f66-802f-6cd9590fe70b'}}]} -{'name': 'R1-T1.1', 'optical_details': {'src_port': '2', 'dst_port': '1', 'local_peer_port': '12', 'remote_peer_port': '1', 'c_slots': {'11': 1, '12': 1, '1': 1, '4': 1, '7': 1, '15': 1, '10': 1, '9': 1, '8': 1, '3': 1, '6': 1, '19': 1, '14': 1, '2': 1, '16': 1, '13': 1, '17': 1, '18': 1, '5': 1, '20': 1}, 'l_slots': {'118': 1, '112': 1, '107': 1, '115': 1, '108': 1, '101': 1, '113': 1, '103': 1, '117': 1, '114': 1, '109': 1, '120': 1, '119': 1, '105': 1, '110': 1, '104': 1, '106': 1, '111': 1, '102': 1, '116': 1}, 's_slots': {'509': 1, '504': 1, '503': 1, '505': 1, '520': 1, '507': 1, '502': 1, '511': 1, '513': 1, '519': 1, '508': 1, '510': 1, '516': 1, '517': 1, '506': 1, '501': 1, '518': 1, '515': 1, '514': 1, '512': 1}}, 'link_id': {'link_uuid': {'uuid': '63c6a257-f171-59f8-b1e8-e3c4086ba36a'}}, 'link_endpoint_ids': [{'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': '4dbdc2d8-cbde-5e48-a3c0-5161387a58c7'}}, 'endpoint_uuid': {'uuid': '5eb4f156-7811-53f3-9172-8402127cf7b9'}}, {'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': '68741528-2e94-5274-ab3c-fddcd8dc05ef'}}, 'endpoint_uuid': {'uuid': 'c7b7a565-0469-5463-809b-8ef4851d89c4'}}]} -{'name': 'T1.2-R1', 'optical_details': {'src_port': '2', 'dst_port': '13', 'local_peer_port': '2', 'remote_peer_port': '3', 'c_slots': {'2': 1, '1': 1, '7': 1, '10': 1, '13': 1, '19': 1, '11': 1, '15': 1, '16': 1, '18': 1, '9': 1, '20': 1, '12': 1, '5': 1, '14': 1, '4': 1, '8': 1, '17': 1, '3': 1, '6': 1}, 'l_slots': {'110': 1, '102': 1, '109': 1, '119': 1, '113': 1, '117': 1, '120': 1, '105': 1, '114': 1, '103': 1, '104': 1, '118': 1, '108': 1, '112': 1, '101': 1, '116': 1, '115': 1, '111': 1, '106': 1, '107': 1}, 's_slots': {'510': 1, '506': 1, '505': 1, '512': 1, '502': 1, '516': 1, '507': 1, '514': 1, '511': 1, '517': 1, '513': 1, '503': 1, '508': 1, '519': 1, '518': 1, '504': 1, '501': 1, '515': 1, '520': 1, '509': 1}}, 'link_id': {'link_uuid': {'uuid': '817a2fcb-5dfd-55a6-b669-a141014cc38d'}}, 'link_endpoint_ids': [{'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': '68741528-2e94-5274-ab3c-fddcd8dc05ef'}}, 'endpoint_uuid': {'uuid': '27b6ed2a-b0d1-5be9-b9be-cc9a540ac0d1'}}, {'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': '27c2ed23-e74a-518f-820d-ae2c8ae23086'}}, 'endpoint_uuid': {'uuid': '7dc65d0e-af57-5d3c-9ba6-f6ec81a354c6'}}]} -{'name': 'T2.2-R2', 'optical_details': {'src_port': '2', 'dst_port': '13', 'local_peer_port': '2', 'remote_peer_port': '3', 'c_slots': {'18': 1, '14': 1, '2': 1, '8': 1, '4': 1, '5': 1, '17': 1, '20': 1, '9': 1, '19': 1, '11': 1, '12': 1, '1': 1, '15': 1, '16': 1, '3': 1, '7': 1, '10': 1, '6': 1, '13': 1}, 'l_slots': {'120': 1, '118': 1, '111': 1, '110': 1, '116': 1, '104': 1, '117': 1, '102': 1, '109': 1, '114': 1, '119': 1, '103': 1, '115': 1, '113': 1, '107': 1, '105': 1, '106': 1, '108': 1, '101': 1, '112': 1}, 's_slots': {'513': 1, '506': 1, '510': 1, '504': 1, '502': 1, '512': 1, '515': 1, '501': 1, '507': 1, '518': 1, '520': 1, '511': 1, '505': 1, '514': 1, '503': 1, '519': 1, '516': 1, '508': 1, '509': 1, '517': 1}}, 'link_id': {'link_uuid': {'uuid': '884c6c6a-ad1b-5228-a48f-e9db4bc174df'}}, 'link_endpoint_ids': [{'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': 'c944aaeb-bbdf-5f2d-b31c-8cc8903045b6'}}, 'endpoint_uuid': {'uuid': 'be24d4af-c784-50cc-baa4-976a499fcd5a'}}, {'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': '012c4e67-0024-5f30-b527-55ec6daf2639'}}, 'endpoint_uuid': {'uuid': 'c4b8eb66-2fcf-5f66-802f-6cd9590fe70b'}}]} -{'name': 'R1-T1.3', 'optical_details': {'src_port': '4', 'dst_port': '3', 'local_peer_port': '14', 'remote_peer_port': '3', 'c_slots': {'18': 1, '14': 1, '15': 1, '7': 1, '4': 1, '5': 1, '12': 1, '8': 1, '2': 1, '13': 1, '20': 1, '16': 1, '17': 1, '1': 1, '19': 1, '9': 1, '11': 1, '6': 1, '10': 1, '3': 1}, 'l_slots': {'119': 1, '107': 1, '103': 1, '108': 1, '116': 1, '105': 1, '120': 1, '113': 1, '114': 1, '106': 1, '104': 1, '109': 1, '110': 1, '101': 1, '112': 1, '111': 1, '117': 1, '102': 1, '115': 1, '118': 1}, 's_slots': {'505': 1, '501': 1, '519': 1, '503': 1, '502': 1, '510': 1, '517': 1, '518': 1, '506': 1, '515': 1, '514': 1, '507': 1, '511': 1, '504': 1, '512': 1, '516': 1, '508': 1, '509': 1, '520': 1, '513': 1}}, 'link_id': {'link_uuid': {'uuid': '89e3a6c6-d613-55bf-925c-c817ee24a133'}}, 'link_endpoint_ids': [{'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': '68741528-2e94-5274-ab3c-fddcd8dc05ef'}}, 'endpoint_uuid': {'uuid': '4fca89b8-237c-52bd-8131-9129316b524f'}}, {'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': 'cf618e18-c0a1-58c4-9827-943a2c0523d6'}}, 'endpoint_uuid': {'uuid': 'bbdfc5ef-4f8b-5921-9d1f-33dd9a5f18c8'}}]} -{'name': 'R1-T1.2', 'optical_details': {'src_port': '3', 'dst_port': '2', 'local_peer_port': '13', 'remote_peer_port': '2', 'c_slots': {'4': 1, '15': 1, '14': 1, '11': 1, '19': 1, '6': 1, '12': 1, '2': 1, '20': 1, '9': 1, '13': 1, '10': 1, '17': 1, '5': 1, '8': 1, '16': 1, '3': 1, '1': 1, '7': 1, '18': 1}, 'l_slots': {'118': 1, '104': 1, '103': 1, '112': 1, '107': 1, '102': 1, '105': 1, '109': 1, '110': 1, '108': 1, '120': 1, '106': 1, '114': 1, '117': 1, '101': 1, '119': 1, '113': 1, '111': 1, '116': 1, '115': 1}, 's_slots': {'502': 1, '501': 1, '508': 1, '514': 1, '506': 1, '509': 1, '513': 1, '518': 1, '504': 1, '505': 1, '515': 1, '517': 1, '520': 1, '519': 1, '512': 1, '510': 1, '516': 1, '507': 1, '503': 1, '511': 1}}, 'link_id': {'link_uuid': {'uuid': 'b11e2e7b-ef00-5c11-9dc6-5fd34bd11f6e'}}, 'link_endpoint_ids': [{'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': '68741528-2e94-5274-ab3c-fddcd8dc05ef'}}, 'endpoint_uuid': {'uuid': '1a8d66e2-5d94-520f-b94a-0aca4cfd891f'}}, {'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': '27c2ed23-e74a-518f-820d-ae2c8ae23086'}}, 'endpoint_uuid': {'uuid': '7dc65d0e-af57-5d3c-9ba6-f6ec81a354c6'}}]} -{'name': 'T2.3-R2', 'optical_details': {'src_port': '3', 'dst_port': '14', 'local_peer_port': '3', 'remote_peer_port': '4', 'c_slots': {'20': 1, '11': 1, '8': 1, '9': 1, '1': 1, '19': 1, '5': 1, '14': 1, '12': 1, '6': 1, '18': 1, '3': 1, '4': 1, '2': 1, '15': 1, '16': 1, '7': 1, '13': 1, '17': 1, '10': 1}, 'l_slots': {'119': 1, '111': 1, '120': 1, '113': 1, '115': 1, '105': 1, '117': 1, '108': 1, '104': 1, '106': 1, '103': 1, '107': 1, '114': 1, '109': 1, '116': 1, '101': 1, '102': 1, '112': 1, '110': 1, '118': 1}, 's_slots': {'504': 1, '508': 1, '506': 1, '512': 1, '502': 1, '507': 1, '520': 1, '501': 1, '516': 1, '514': 1, '511': 1, '518': 1, '510': 1, '503': 1, '517': 1, '515': 1, '519': 1, '505': 1, '513': 1, '509': 1}}, 'link_id': {'link_uuid': {'uuid': 'be7afc05-6e45-5899-896b-b331d6ab65c8'}}, 'link_endpoint_ids': [{'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': 'c944aaeb-bbdf-5f2d-b31c-8cc8903045b6'}}, 'endpoint_uuid': {'uuid': 'ac9e9079-6cf5-5d21-834d-1940c76fd78d'}}, {'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': 'ce0cdfdd-2182-5027-8177-676ca3244f9d'}}, 'endpoint_uuid': {'uuid': 'b1acaee3-904d-5106-ac3d-5ae6c42b5333'}}]} -{'name': 'R2-T2.3', 'optical_details': {'src_port': '4', 'dst_port': '3', 'local_peer_port': '14', 'remote_peer_port': '3', 'c_slots': {'17': 1, '10': 1, '16': 1, '9': 1, '2': 1, '3': 1, '7': 1, '13': 1, '6': 1, '1': 1, '8': 1, '11': 1, '15': 1, '14': 1, '12': 1, '18': 1, '19': 1, '4': 1, '20': 1, '5': 1}, 'l_slots': {'103': 1, '102': 1, '114': 1, '111': 1, '117': 1, '115': 1, '108': 1, '113': 1, '109': 1, '116': 1, '118': 1, '120': 1, '110': 1, '104': 1, '112': 1, '119': 1, '106': 1, '101': 1, '105': 1, '107': 1}, 's_slots': {'512': 1, '518': 1, '503': 1, '516': 1, '504': 1, '520': 1, '513': 1, '511': 1, '501': 1, '517': 1, '519': 1, '514': 1, '507': 1, '506': 1, '509': 1, '505': 1, '502': 1, '510': 1, '508': 1, '515': 1}}, 'link_id': {'link_uuid': {'uuid': 'd4e89764-11c5-5f59-b7d6-a3aa2dab43df'}}, 'link_endpoint_ids': [{'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': 'c944aaeb-bbdf-5f2d-b31c-8cc8903045b6'}}, 'endpoint_uuid': {'uuid': '88a0bc2f-1ebf-5aca-b472-c339a1c302f9'}}, {'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': 'ce0cdfdd-2182-5027-8177-676ca3244f9d'}}, 'endpoint_uuid': {'uuid': 'b1acaee3-904d-5106-ac3d-5ae6c42b5333'}}]} -{'name': 'R1-R2', 'optical_details': {'src_port': '101', 'dst_port': '111', 'local_peer_port': '111', 'remote_peer_port': '101', 'c_slots': {'3': 1, '20': 1, '16': 1, '9': 1, '6': 1, '14': 1, '13': 1, '12': 1, '1': 1, '15': 1, '7': 1, '2': 1, '8': 1, '4': 1, '5': 1, '18': 1, '10': 1, '11': 1, '17': 1, '19': 1}, 'l_slots': {'112': 1, '110': 1, '101': 1, '105': 1, '109': 1, '104': 1, '108': 1, '118': 1, '106': 1, '119': 1, '103': 1, '107': 1, '120': 1, '114': 1, '113': 1, '102': 1, '115': 1, '117': 1, '116': 1, '111': 1}, 's_slots': {'519': 1, '520': 1, '512': 1, '502': 1, '515': 1, '507': 1, '513': 1, '516': 1, '505': 1, '517': 1, '508': 1, '518': 1, '509': 1, '506': 1, '503': 1, '514': 1, '511': 1, '501': 1, '504': 1, '510': 1}}, 'link_id': {'link_uuid': {'uuid': 'e273644c-0dfa-5053-8850-0722995e7ba3'}}, 'link_endpoint_ids': [{'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': '68741528-2e94-5274-ab3c-fddcd8dc05ef'}}, 'endpoint_uuid': {'uuid': '811b34f9-112c-5cc5-a4e0-6e5f5e0bdada'}}, {'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': 'c944aaeb-bbdf-5f2d-b31c-8cc8903045b6'}}, 'endpoint_uuid': {'uuid': 'd777e553-af96-5ee7-a957-ce70b49e36ac'}}]} -{'name': 'T1.1-R1', 'optical_details': {'src_port': '1', 'dst_port': '12', 'local_peer_port': '1', 'remote_peer_port': '2', 'c_slots': {'4': 1, '3': 1, '10': 1, '9': 1, '2': 1, '13': 1, '8': 1, '6': 1, '17': 1, '5': 1, '20': 1, '1': 1, '18': 1, '14': 1, '19': 1, '11': 1, '15': 1, '12': 1, '7': 1, '16': 1}, 'l_slots': {'114': 1, '105': 1, '120': 1, '106': 1, '113': 1, '102': 1, '117': 1, '107': 1, '116': 1, '119': 1, '115': 1, '109': 1, '101': 1, '110': 1, '103': 1, '118': 1, '111': 1, '112': 1, '108': 1, '104': 1}, 's_slots': {'504': 1, '518': 1, '516': 1, '509': 1, '503': 1, '506': 1, '520': 1, '510': 1, '514': 1, '511': 1, '507': 1, '517': 1, '502': 1, '508': 1, '519': 1, '505': 1, '515': 1, '513': 1, '512': 1, '501': 1}}, 'link_id': {'link_uuid': {'uuid': 'e8bd9082-ebad-55b8-b110-7c21fddaf1cf'}}, 'link_endpoint_ids': [{'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': '4dbdc2d8-cbde-5e48-a3c0-5161387a58c7'}}, 'endpoint_uuid': {'uuid': '5eb4f156-7811-53f3-9172-8402127cf7b9'}}, {'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': '68741528-2e94-5274-ab3c-fddcd8dc05ef'}}, 'endpoint_uuid': {'uuid': '690284c6-a8f7-54a0-82ed-19e721976221'}}]} -10.1.83.219 - - [25/Apr/2024 18:04:52] "GET /OpticalTFS/GetTopology/admin/admin HTTP/1.1" 200 - -INFO:werkzeug:10.1.83.219 - - [25/Apr/2024 18:04:52] "GET /OpticalTFS/GetTopology/admin/admin HTTP/1.1" 200 - -{'name': 'R2-R1', 'optical_details': {'src_port': '101', 'dst_port': '111', 'local_peer_port': '111', 'remote_peer_port': '101', 'c_slots': {'9': 1, '20': 1, '10': 1, '11': 1, '17': 1, '19': 1, '5': 1, '1': 1, '15': 1, '3': 1, '2': 1, '6': 1, '14': 1, '13': 1, '18': 1, '12': 1, '4': 1, '7': 1, '16': 1, '8': 1}, 'l_slots': {'101': 1, '119': 1, '111': 1, '116': 1, '109': 1, '103': 1, '110': 1, '106': 1, '105': 1, '102': 1, '108': 1, '114': 1, '113': 1, '112': 1, '104': 1, '117': 1, '118': 1, '107': 1, '120': 1, '115': 1}, 's_slots': {'518': 1, '505': 1, '506': 1, '514': 1, '516': 1, '502': 1, '501': 1, '508': 1, '509': 1, '519': 1, '520': 1, '517': 1, '515': 1, '512': 1, '511': 1, '504': 1, '503': 1, '510': 1, '507': 1, '513': 1}}, 'link_id': {'link_uuid': {'uuid': 'eae23f48-40de-5aae-b3d1-fa3cda231678'}}, 'link_endpoint_ids': [{'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': '68741528-2e94-5274-ab3c-fddcd8dc05ef'}}, 'endpoint_uuid': {'uuid': '4255273d-5038-512d-9838-d5dd921cb858'}}, {'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': 'c944aaeb-bbdf-5f2d-b31c-8cc8903045b6'}}, 'endpoint_uuid': {'uuid': 'f45593bb-41b1-50af-8944-524212ca012a'}}]} -{'name': 'T2.1-R2', 'optical_details': {'src_port': '1', 'dst_port': '12', 'local_peer_port': '1', 'remote_peer_port': '2', 'c_slots': {'18': 1, '6': 1, '16': 1, '7': 1, '2': 1, '4': 1, '3': 1, '17': 1, '11': 1, '20': 1, '15': 1, '19': 1, '10': 1, '9': 1, '5': 1, '13': 1, '8': 1, '1': 1, '12': 1, '14': 1}, 'l_slots': {'107': 1, '109': 1, '103': 1, '108': 1, '102': 1, '119': 1, '110': 1, '105': 1, '111': 1, '101': 1, '114': 1, '117': 1, '112': 1, '116': 1, '115': 1, '113': 1, '120': 1, '118': 1, '104': 1, '106': 1}, 's_slots': {'518': 1, '505': 1, '520': 1, '510': 1, '507': 1, '511': 1, '513': 1, '506': 1, '515': 1, '504': 1, '503': 1, '519': 1, '508': 1, '512': 1, '501': 1, '502': 1, '509': 1, '516': 1, '517': 1, '514': 1}}, 'link_id': {'link_uuid': {'uuid': 'ebb2ca0f-d4c1-51c4-ab41-dceea90f811f'}}, 'link_endpoint_ids': [{'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': 'c944aaeb-bbdf-5f2d-b31c-8cc8903045b6'}}, 'endpoint_uuid': {'uuid': '1b9f85aa-8cc9-5b9d-99dc-8f0eec714d67'}}, {'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': '87d74166-65e3-595e-b643-122b4fd0303f'}}, 'endpoint_uuid': {'uuid': '2a307a8e-d326-5ea2-9437-b0320fb4c2a6'}}]} -{'name': 'T1.3-R1', 'optical_details': {'src_port': '3', 'dst_port': '14', 'local_peer_port': '3', 'remote_peer_port': '4', 'c_slots': {'5': 1, '9': 1, '4': 1, '2': 1, '10': 1, '16': 1, '17': 1, '8': 1, '19': 1, '11': 1, '20': 1, '7': 1, '14': 1, '1': 1, '12': 1, '3': 1, '6': 1, '18': 1, '15': 1, '13': 1}, 'l_slots': {'101': 1, '117': 1, '111': 1, '113': 1, '116': 1, '102': 1, '118': 1, '107': 1, '103': 1, '112': 1, '120': 1, '106': 1, '105': 1, '119': 1, '109': 1, '108': 1, '115': 1, '110': 1, '114': 1, '104': 1}, 's_slots': {'518': 1, '519': 1, '517': 1, '501': 1, '507': 1, '511': 1, '514': 1, '510': 1, '512': 1, '516': 1, '506': 1, '515': 1, '508': 1, '502': 1, '520': 1, '503': 1, '513': 1, '505': 1, '509': 1, '504': 1}}, 'link_id': {'link_uuid': {'uuid': 'f79a817c-a6a0-55d5-9398-a582a9835be9'}}, 'link_endpoint_ids': [{'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': 'cf618e18-c0a1-58c4-9827-943a2c0523d6'}}, 'endpoint_uuid': {'uuid': 'bbdfc5ef-4f8b-5921-9d1f-33dd9a5f18c8'}}, {'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': '68741528-2e94-5274-ab3c-fddcd8dc05ef'}}, 'endpoint_uuid': {'uuid': 'dad62073-9e4f-5b05-947d-571e6c3a6068'}}]} -INFO: Graph initiated.2 -( T2.2 , R2, 2, 13, 1, 1) -( T1.2 , R1, 2, 3, 1, 1) -( T1.1 , R1, 1, 12, 1, 1) -( R1 , T1.1, 12, 1, 1, 1) -( R1 , T1.2, 3, 2, 1, 1) -( R1 , T1.3, 14, 3, 1, 1) -( R1 , R2, 111, 101, 1, 1) -( T2.1 , R2, 1, 12, 1, 1) -( R2 , T2.1, 12, 1, 1, 1) -( R2 , T2.2, 13, 2, 1, 1) -( R2 , T2.3, 4, 3, 1, 1) -( R2 , R1, 101, 111, 1, 1) -( T2.3 , R2, 3, 4, 1, 1) -( T1.3 , R1, 3, 14, 1, 1) -20,20,20 -INFO: New FlexLightpath request from T1.1 to T2.1 with rate 100 -( T2.2 , R2, 2, 13, 1, 1) -( T1.2 , R1, 2, 3, 1, 1) -( T1.1 , R1, 1, 12, 1, 1) -( R1 , T1.1, 12, 1, 1, 1) -( R1 , T1.2, 3, 2, 1, 1) -( R1 , T1.3, 14, 3, 1, 1) -( R1 , R2, 111, 101, 1, 1) -( T2.1 , R2, 1, 12, 1, 1) -( R2 , T2.1, 12, 1, 1, 1) -( R2 , T2.2, 13, 2, 1, 1) -( R2 , T2.3, 4, 3, 1, 1) -( R2 , R1, 101, 111, 1, 1) -( T2.3 , R2, 3, 4, 1, 1) -( T1.3 , R1, 3, 14, 1, 1) -100 8 -INFO: TP to TP connection -INFO: optical-band width specified -INFO: Path from T1.1 to T2.1 with distance: 3 -['T1.1', 'R1', 'R2', 'T2.1'] -T1.1 -{'name': 'T1.1-R1', 'optical_details': {'src_port': '1', 'dst_port': '12', 'local_peer_port': '1', 'remote_peer_port': '2', 'c_slots': {'4': 1, '3': 1, '10': 1, '9': 1, '2': 1, '13': 1, '8': 1, '6': 1, '17': 1, '5': 1, '20': 1, '1': 1, '18': 1, '14': 1, '19': 1, '11': 1, '15': 1, '12': 1, '7': 1, '16': 1}, 'l_slots': {'114': 1, '105': 1, '120': 1, '106': 1, '113': 1, '102': 1, '117': 1, '107': 1, '116': 1, '119': 1, '115': 1, '109': 1, '101': 1, '110': 1, '103': 1, '118': 1, '111': 1, '112': 1, '108': 1, '104': 1}, 's_slots': {'504': 1, '518': 1, '516': 1, '509': 1, '503': 1, '506': 1, '520': 1, '510': 1, '514': 1, '511': 1, '507': 1, '517': 1, '502': 1, '508': 1, '519': 1, '505': 1, '515': 1, '513': 1, '512': 1, '501': 1}}, 'link_id': {'link_uuid': {'uuid': 'e8bd9082-ebad-55b8-b110-7c21fddaf1cf'}}, 'link_endpoint_ids': [{'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': '4dbdc2d8-cbde-5e48-a3c0-5161387a58c7'}}, 'endpoint_uuid': {'uuid': '5eb4f156-7811-53f3-9172-8402127cf7b9'}}, {'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': '68741528-2e94-5274-ab3c-fddcd8dc05ef'}}, 'endpoint_uuid': {'uuid': '690284c6-a8f7-54a0-82ed-19e721976221'}}]} -T1.1-R1 {'name': 'T1.1-R1', 'optical_details': {'src_port': '1', 'dst_port': '12', 'local_peer_port': '1', 'remote_peer_port': '2', 'c_slots': {'4': 1, '3': 1, '10': 1, '9': 1, '2': 1, '13': 1, '8': 1, '6': 1, '17': 1, '5': 1, '20': 1, '1': 1, '18': 1, '14': 1, '19': 1, '11': 1, '15': 1, '12': 1, '7': 1, '16': 1}, 'l_slots': {'114': 1, '105': 1, '120': 1, '106': 1, '113': 1, '102': 1, '117': 1, '107': 1, '116': 1, '119': 1, '115': 1, '109': 1, '101': 1, '110': 1, '103': 1, '118': 1, '111': 1, '112': 1, '108': 1, '104': 1}, 's_slots': {'504': 1, '518': 1, '516': 1, '509': 1, '503': 1, '506': 1, '520': 1, '510': 1, '514': 1, '511': 1, '507': 1, '517': 1, '502': 1, '508': 1, '519': 1, '505': 1, '515': 1, '513': 1, '512': 1, '501': 1}}, 'link_id': {'link_uuid': {'uuid': 'e8bd9082-ebad-55b8-b110-7c21fddaf1cf'}}, 'link_endpoint_ids': [{'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': '4dbdc2d8-cbde-5e48-a3c0-5161387a58c7'}}, 'endpoint_uuid': {'uuid': '5eb4f156-7811-53f3-9172-8402127cf7b9'}}, {'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': '68741528-2e94-5274-ab3c-fddcd8dc05ef'}}, 'endpoint_uuid': {'uuid': '690284c6-a8f7-54a0-82ed-19e721976221'}}]} -R1 -{'name': 'R1-R2', 'optical_details': {'src_port': '101', 'dst_port': '111', 'local_peer_port': '111', 'remote_peer_port': '101', 'c_slots': {'3': 1, '20': 1, '16': 1, '9': 1, '6': 1, '14': 1, '13': 1, '12': 1, '1': 1, '15': 1, '7': 1, '2': 1, '8': 1, '4': 1, '5': 1, '18': 1, '10': 1, '11': 1, '17': 1, '19': 1}, 'l_slots': {'112': 1, '110': 1, '101': 1, '105': 1, '109': 1, '104': 1, '108': 1, '118': 1, '106': 1, '119': 1, '103': 1, '107': 1, '120': 1, '114': 1, '113': 1, '102': 1, '115': 1, '117': 1, '116': 1, '111': 1}, 's_slots': {'519': 1, '520': 1, '512': 1, '502': 1, '515': 1, '507': 1, '513': 1, '516': 1, '505': 1, '517': 1, '508': 1, '518': 1, '509': 1, '506': 1, '503': 1, '514': 1, '511': 1, '501': 1, '504': 1, '510': 1}}, 'link_id': {'link_uuid': {'uuid': 'e273644c-0dfa-5053-8850-0722995e7ba3'}}, 'link_endpoint_ids': [{'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': '68741528-2e94-5274-ab3c-fddcd8dc05ef'}}, 'endpoint_uuid': {'uuid': '811b34f9-112c-5cc5-a4e0-6e5f5e0bdada'}}, {'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': 'c944aaeb-bbdf-5f2d-b31c-8cc8903045b6'}}, 'endpoint_uuid': {'uuid': 'd777e553-af96-5ee7-a957-ce70b49e36ac'}}]} -R1-R2 {'name': 'R1-R2', 'optical_details': {'src_port': '101', 'dst_port': '111', 'local_peer_port': '111', 'remote_peer_port': '101', 'c_slots': {'3': 1, '20': 1, '16': 1, '9': 1, '6': 1, '14': 1, '13': 1, '12': 1, '1': 1, '15': 1, '7': 1, '2': 1, '8': 1, '4': 1, '5': 1, '18': 1, '10': 1, '11': 1, '17': 1, '19': 1}, 'l_slots': {'112': 1, '110': 1, '101': 1, '105': 1, '109': 1, '104': 1, '108': 1, '118': 1, '106': 1, '119': 1, '103': 1, '107': 1, '120': 1, '114': 1, '113': 1, '102': 1, '115': 1, '117': 1, '116': 1, '111': 1}, 's_slots': {'519': 1, '520': 1, '512': 1, '502': 1, '515': 1, '507': 1, '513': 1, '516': 1, '505': 1, '517': 1, '508': 1, '518': 1, '509': 1, '506': 1, '503': 1, '514': 1, '511': 1, '501': 1, '504': 1, '510': 1}}, 'link_id': {'link_uuid': {'uuid': 'e273644c-0dfa-5053-8850-0722995e7ba3'}}, 'link_endpoint_ids': [{'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': '68741528-2e94-5274-ab3c-fddcd8dc05ef'}}, 'endpoint_uuid': {'uuid': '811b34f9-112c-5cc5-a4e0-6e5f5e0bdada'}}, {'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': 'c944aaeb-bbdf-5f2d-b31c-8cc8903045b6'}}, 'endpoint_uuid': {'uuid': 'd777e553-af96-5ee7-a957-ce70b49e36ac'}}]} -R2 -{'name': 'R2-T2.1', 'optical_details': {'src_port': '2', 'dst_port': '1', 'local_peer_port': '12', 'remote_peer_port': '1', 'c_slots': {'5': 1, '18': 1, '9': 1, '20': 1, '16': 1, '11': 1, '19': 1, '17': 1, '10': 1, '15': 1, '12': 1, '13': 1, '6': 1, '1': 1, '4': 1, '7': 1, '2': 1, '14': 1, '8': 1, '3': 1}, 'l_slots': {'109': 1, '112': 1, '106': 1, '110': 1, '101': 1, '111': 1, '119': 1, '115': 1, '108': 1, '103': 1, '118': 1, '102': 1, '104': 1, '105': 1, '114': 1, '116': 1, '117': 1, '120': 1, '113': 1, '107': 1}, 's_slots': {'513': 1, '505': 1, '502': 1, '507': 1, '516': 1, '508': 1, '501': 1, '517': 1, '503': 1, '506': 1, '520': 1, '518': 1, '504': 1, '512': 1, '510': 1, '515': 1, '511': 1, '519': 1, '514': 1, '509': 1}}, 'link_id': {'link_uuid': {'uuid': '5ba1d9b6-120a-5680-b745-2ea24aec1cc3'}}, 'link_endpoint_ids': [{'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': '87d74166-65e3-595e-b643-122b4fd0303f'}}, 'endpoint_uuid': {'uuid': '2a307a8e-d326-5ea2-9437-b0320fb4c2a6'}}, {'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': 'c944aaeb-bbdf-5f2d-b31c-8cc8903045b6'}}, 'endpoint_uuid': {'uuid': 'd1e7e6c7-f1d7-56f3-be32-8982a72966f6'}}]} -R2-T2.1 {'name': 'R2-T2.1', 'optical_details': {'src_port': '2', 'dst_port': '1', 'local_peer_port': '12', 'remote_peer_port': '1', 'c_slots': {'5': 1, '18': 1, '9': 1, '20': 1, '16': 1, '11': 1, '19': 1, '17': 1, '10': 1, '15': 1, '12': 1, '13': 1, '6': 1, '1': 1, '4': 1, '7': 1, '2': 1, '14': 1, '8': 1, '3': 1}, 'l_slots': {'109': 1, '112': 1, '106': 1, '110': 1, '101': 1, '111': 1, '119': 1, '115': 1, '108': 1, '103': 1, '118': 1, '102': 1, '104': 1, '105': 1, '114': 1, '116': 1, '117': 1, '120': 1, '113': 1, '107': 1}, 's_slots': {'513': 1, '505': 1, '502': 1, '507': 1, '516': 1, '508': 1, '501': 1, '517': 1, '503': 1, '506': 1, '520': 1, '518': 1, '504': 1, '512': 1, '510': 1, '515': 1, '511': 1, '519': 1, '514': 1, '509': 1}}, 'link_id': {'link_uuid': {'uuid': '5ba1d9b6-120a-5680-b745-2ea24aec1cc3'}}, 'link_endpoint_ids': [{'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': '87d74166-65e3-595e-b643-122b4fd0303f'}}, 'endpoint_uuid': {'uuid': '2a307a8e-d326-5ea2-9437-b0320fb4c2a6'}}, {'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': 'c944aaeb-bbdf-5f2d-b31c-8cc8903045b6'}}, 'endpoint_uuid': {'uuid': 'd1e7e6c7-f1d7-56f3-be32-8982a72966f6'}}]} -INFO: Creating optical-band of 8 slots -{'name': 'R1-R2', 'optical_details': {'src_port': '101', 'dst_port': '111', 'local_peer_port': '111', 'remote_peer_port': '101', 'c_slots': {'3': 1, '20': 1, '16': 1, '9': 1, '6': 1, '14': 1, '13': 1, '12': 1, '1': 1, '15': 1, '7': 1, '2': 1, '8': 1, '4': 1, '5': 1, '18': 1, '10': 1, '11': 1, '17': 1, '19': 1}, 'l_slots': {'112': 1, '110': 1, '101': 1, '105': 1, '109': 1, '104': 1, '108': 1, '118': 1, '106': 1, '119': 1, '103': 1, '107': 1, '120': 1, '114': 1, '113': 1, '102': 1, '115': 1, '117': 1, '116': 1, '111': 1}, 's_slots': {'519': 1, '520': 1, '512': 1, '502': 1, '515': 1, '507': 1, '513': 1, '516': 1, '505': 1, '517': 1, '508': 1, '518': 1, '509': 1, '506': 1, '503': 1, '514': 1, '511': 1, '501': 1, '504': 1, '510': 1}}, 'link_id': {'link_uuid': {'uuid': 'e273644c-0dfa-5053-8850-0722995e7ba3'}}, 'link_endpoint_ids': [{'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': '68741528-2e94-5274-ab3c-fddcd8dc05ef'}}, 'endpoint_uuid': {'uuid': '811b34f9-112c-5cc5-a4e0-6e5f5e0bdada'}}, {'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': 'c944aaeb-bbdf-5f2d-b31c-8cc8903045b6'}}, 'endpoint_uuid': {'uuid': 'd777e553-af96-5ee7-a957-ce70b49e36ac'}}]} -R1-R2 [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20] -1 -R1-R2 -[1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20] -[101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120] -[501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520] -['R1-R2'] 8 [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20] [101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120] [501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520] 0 20 20 20 -c_slots [1, 2, 3, 4, 5, 6, 7, 8] -INFO: Path forward computation completed -{'name': 'R1-R2', 'optical_details': {'src_port': '101', 'dst_port': '111', 'local_peer_port': '111', 'remote_peer_port': '101', 'c_slots': {'3': 0, '20': 1, '16': 1, '9': 1, '6': 0, '14': 1, '13': 1, '12': 1, '1': 0, '15': 1, '7': 0, '2': 0, '8': 0, '4': 0, '5': 0, '18': 1, '10': 1, '11': 1, '17': 1, '19': 1}, 'l_slots': {'112': 1, '110': 1, '101': 1, '105': 1, '109': 1, '104': 1, '108': 1, '118': 1, '106': 1, '119': 1, '103': 1, '107': 1, '120': 1, '114': 1, '113': 1, '102': 1, '115': 1, '117': 1, '116': 1, '111': 1}, 's_slots': {'519': 1, '520': 1, '512': 1, '502': 1, '515': 1, '507': 1, '513': 1, '516': 1, '505': 1, '517': 1, '508': 1, '518': 1, '509': 1, '506': 1, '503': 1, '514': 1, '511': 1, '501': 1, '504': 1, '510': 1}}, 'link_id': {'link_uuid': {'uuid': 'e273644c-0dfa-5053-8850-0722995e7ba3'}}, 'link_endpoint_ids': [{'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': '68741528-2e94-5274-ab3c-fddcd8dc05ef'}}, 'endpoint_uuid': {'uuid': '811b34f9-112c-5cc5-a4e0-6e5f5e0bdada'}}, {'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': 'c944aaeb-bbdf-5f2d-b31c-8cc8903045b6'}}, 'endpoint_uuid': {'uuid': 'd777e553-af96-5ee7-a957-ce70b49e36ac'}}]} -{'optical_links': [{'name': 'R2-T2.1', 'optical_details': {'src_port': '2', 'dst_port': '1', 'local_peer_port': '12', 'remote_peer_port': '1', 'c_slots': {'5': 1, '18': 1, '9': 1, '20': 1, '16': 1, '11': 1, '19': 1, '17': 1, '10': 1, '15': 1, '12': 1, '13': 1, '6': 1, '1': 1, '4': 1, '7': 1, '2': 1, '14': 1, '8': 1, '3': 1}, 'l_slots': {'109': 1, '112': 1, '106': 1, '110': 1, '101': 1, '111': 1, '119': 1, '115': 1, '108': 1, '103': 1, '118': 1, '102': 1, '104': 1, '105': 1, '114': 1, '116': 1, '117': 1, '120': 1, '113': 1, '107': 1}, 's_slots': {'513': 1, '505': 1, '502': 1, '507': 1, '516': 1, '508': 1, '501': 1, '517': 1, '503': 1, '506': 1, '520': 1, '518': 1, '504': 1, '512': 1, '510': 1, '515': 1, '511': 1, '519': 1, '514': 1, '509': 1}}, 'link_id': {'link_uuid': {'uuid': '5ba1d9b6-120a-5680-b745-2ea24aec1cc3'}}, 'link_endpoint_ids': [{'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': '87d74166-65e3-595e-b643-122b4fd0303f'}}, 'endpoint_uuid': {'uuid': '2a307a8e-d326-5ea2-9437-b0320fb4c2a6'}}, {'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': 'c944aaeb-bbdf-5f2d-b31c-8cc8903045b6'}}, 'endpoint_uuid': {'uuid': 'd1e7e6c7-f1d7-56f3-be32-8982a72966f6'}}]}, {'name': 'R2-T2.2', 'optical_details': {'src_port': '3', 'dst_port': '2', 'local_peer_port': '13', 'remote_peer_port': '2', 'c_slots': {'17': 1, '16': 1, '3': 1, '18': 1, '4': 1, '5': 1, '8': 1, '15': 1, '6': 1, '1': 1, '2': 1, '10': 1, '19': 1, '9': 1, '13': 1, '12': 1, '14': 1, '11': 1, '7': 1, '20': 1}, 'l_slots': {'113': 1, '119': 1, '102': 1, '115': 1, '114': 1, '104': 1, '107': 1, '120': 1, '112': 1, '118': 1, '116': 1, '109': 1, '108': 1, '105': 1, '110': 1, '103': 1, '111': 1, '101': 1, '117': 1, '106': 1}, 's_slots': {'517': 1, '501': 1, '520': 1, '508': 1, '503': 1, '504': 1, '510': 1, '511': 1, '514': 1, '513': 1, '505': 1, '518': 1, '502': 1, '509': 1, '507': 1, '506': 1, '516': 1, '515': 1, '512': 1, '519': 1}}, 'link_id': {'link_uuid': {'uuid': '5f9f4309-d24d-52e0-9d60-ba84839a5bda'}}, 'link_endpoint_ids': [{'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': 'c944aaeb-bbdf-5f2d-b31c-8cc8903045b6'}}, 'endpoint_uuid': {'uuid': '463f5b52-bb8e-54e7-a63d-aeb4ad4b72bc'}}, {'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': '012c4e67-0024-5f30-b527-55ec6daf2639'}}, 'endpoint_uuid': {'uuid': 'c4b8eb66-2fcf-5f66-802f-6cd9590fe70b'}}]}, {'name': 'R1-T1.1', 'optical_details': {'src_port': '2', 'dst_port': '1', 'local_peer_port': '12', 'remote_peer_port': '1', 'c_slots': {'11': 1, '12': 1, '1': 1, '4': 1, '7': 1, '15': 1, '10': 1, '9': 1, '8': 1, '3': 1, '6': 1, '19': 1, '14': 1, '2': 1, '16': 1, '13': 1, '17': 1, '18': 1, '5': 1, '20': 1}, 'l_slots': {'118': 1, '112': 1, '107': 1, '115': 1, '108': 1, '101': 1, '113': 1, '103': 1, '117': 1, '114': 1, '109': 1, '120': 1, '119': 1, '105': 1, '110': 1, '104': 1, '106': 1, '111': 1, '102': 1, '116': 1}, 's_slots': {'509': 1, '504': 1, '503': 1, '505': 1, '520': 1, '507': 1, '502': 1, '511': 1, '513': 1, '519': 1, '508': 1, '510': 1, '516': 1, '517': 1, '506': 1, '501': 1, '518': 1, '515': 1, '514': 1, '512': 1}}, 'link_id': {'link_uuid': {'uuid': '63c6a257-f171-59f8-b1e8-e3c4086ba36a'}}, 'link_endpoint_ids': [{'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': '4dbdc2d8-cbde-5e48-a3c0-5161387a58c7'}}, 'endpoint_uuid': {'uuid': '5eb4f156-7811-53f3-9172-8402127cf7b9'}}, {'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': '68741528-2e94-5274-ab3c-fddcd8dc05ef'}}, 'endpoint_uuid': {'uuid': 'c7b7a565-0469-5463-809b-8ef4851d89c4'}}]}, {'name': 'T1.2-R1', 'optical_details': {'src_port': '2', 'dst_port': '13', 'local_peer_port': '2', 'remote_peer_port': '3', 'c_slots': {'2': 1, '1': 1, '7': 1, '10': 1, '13': 1, '19': 1, '11': 1, '15': 1, '16': 1, '18': 1, '9': 1, '20': 1, '12': 1, '5': 1, '14': 1, '4': 1, '8': 1, '17': 1, '3': 1, '6': 1}, 'l_slots': {'110': 1, '102': 1, '109': 1, '119': 1, '113': 1, '117': 1, '120': 1, '105': 1, '114': 1, '103': 1, '104': 1, '118': 1, '108': 1, '112': 1, '101': 1, '116': 1, '115': 1, '111': 1, '106': 1, '107': 1}, 's_slots': {'510': 1, '506': 1, '505': 1, '512': 1, '502': 1, '516': 1, '507': 1, '514': 1, '511': 1, '517': 1, '513': 1, '503': 1, '508': 1, '519': 1, '518': 1, '504': 1, '501': 1, '515': 1, '520': 1, '509': 1}}, 'link_id': {'link_uuid': {'uuid': '817a2fcb-5dfd-55a6-b669-a141014cc38d'}}, 'link_endpoint_ids': [{'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': '68741528-2e94-5274-ab3c-fddcd8dc05ef'}}, 'endpoint_uuid': {'uuid': '27b6ed2a-b0d1-5be9-b9be-cc9a540ac0d1'}}, {'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': '27c2ed23-e74a-518f-820d-ae2c8ae23086'}}, 'endpoint_uuid': {'uuid': '7dc65d0e-af57-5d3c-9ba6-f6ec81a354c6'}}]}, {'name': 'T2.2-R2', 'optical_details': {'src_port': '2', 'dst_port': '13', 'local_peer_port': '2', 'remote_peer_port': '3', 'c_slots': {'18': 1, '14': 1, '2': 1, '8': 1, '4': 1, '5': 1, '17': 1, '20': 1, '9': 1, '19': 1, '11': 1, '12': 1, '1': 1, '15': 1, '16': 1, '3': 1, '7': 1, '10': 1, '6': 1, '13': 1}, 'l_slots': {'120': 1, '118': 1, '111': 1, '110': 1, '116': 1, '104': 1, '117': 1, '102': 1, '109': 1, '114': 1, '119': 1, '103': 1, '115': 1, '113': 1, '107': 1, '105': 1, '106': 1, '108': 1, '101': 1, '112': 1}, 's_slots': {'513': 1, '506': 1, '510': 1, '504': 1, '502': 1, '512': 1, '515': 1, '501': 1, '507': 1, '518': 1, '520': 1, '511': 1, '505': 1, '514': 1, '503': 1, '519': 1, '516': 1, '508': 1, '509': 1, '517': 1}}, 'link_id': {'link_uuid': {'uuid': '884c6c6a-ad1b-5228-a48f-e9db4bc174df'}}, 'link_endpoint_ids': [{'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': 'c944aaeb-bbdf-5f2d-b31c-8cc8903045b6'}}, 'endpoint_uuid': {'uuid': 'be24d4af-c784-50cc-baa4-976a499fcd5a'}}, {'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': '012c4e67-0024-5f30-b527-55ec6daf2639'}}, 'endpoint_uuid': {'uuid': 'c4b8eb66-2fcf-5f66-802f-6cd9590fe70b'}}]}, {'name': 'R1-T1.3', 'optical_details': {'src_port': '4', 'dst_port': '3', 'local_peer_port': '14', 'remote_peer_port': '3', 'c_slots': {'18': 1, '14': 1, '15': 1, '7': 1, '4': 1, '5': 1, '12': 1, '8': 1, '2': 1, '13': 1, '20': 1, '16': 1, '17': 1, '1': 1, '19': 1, '9': 1, '11': 1, '6': 1, '10': 1, '3': 1}, 'l_slots': {'119': 1, '107': 1, '103': 1, '108': 1, '116': 1, '105': 1, '120': 1, '113': 1, '114': 1, '106': 1, '104': 1, '109': 1, '110': 1, '101': 1, '112': 1, '111': 1, '117': 1, '102': 1, '115': 1, '118': 1}, 's_slots': {'505': 1, '501': 1, '519': 1, '503': 1, '502': 1, '510': 1, '517': 1, '518': 1, '506': 1, '515': 1, '514': 1, '507': 1, '511': 1, '504': 1, '512': 1, '516': 1, '508': 1, '509': 1, '520': 1, '513': 1}}, 'link_id': {'link_uuid': {'uuid': '89e3a6c6-d613-55bf-925c-c817ee24a133'}}, 'link_endpoint_ids': [{'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': '68741528-2e94-5274-ab3c-fddcd8dc05ef'}}, 'endpoint_uuid': {'uuid': '4fca89b8-237c-52bd-8131-9129316b524f'}}, {'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': 'cf618e18-c0a1-58c4-9827-943a2c0523d6'}}, 'endpoint_uuid': {'uuid': 'bbdfc5ef-4f8b-5921-9d1f-33dd9a5f18c8'}}]}, {'name': 'R1-T1.2', 'optical_details': {'src_port': '3', 'dst_port': '2', 'local_peer_port': '13', 'remote_peer_port': '2', 'c_slots': {'4': 1, '15': 1, '14': 1, '11': 1, '19': 1, '6': 1, '12': 1, '2': 1, '20': 1, '9': 1, '13': 1, '10': 1, '17': 1, '5': 1, '8': 1, '16': 1, '3': 1, '1': 1, '7': 1, '18': 1}, 'l_slots': {'118': 1, '104': 1, '103': 1, '112': 1, '107': 1, '102': 1, '105': 1, '109': 1, '110': 1, '108': 1, '120': 1, '106': 1, '114': 1, '117': 1, '101': 1, '119': 1, '113': 1, '111': 1, '116': 1, '115': 1}, 's_slots': {'502': 1, '501': 1, '508': 1, '514': 1, '506': 1, '509': 1, '513': 1, '518': 1, '504': 1, '505': 1, '515': 1, '517': 1, '520': 1, '519': 1, '512': 1, '510': 1, '516': 1, '507': 1, '503': 1, '511': 1}}, 'link_id': {'link_uuid': {'uuid': 'b11e2e7b-ef00-5c11-9dc6-5fd34bd11f6e'}}, 'link_endpoint_ids': [{'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': '68741528-2e94-5274-ab3c-fddcd8dc05ef'}}, 'endpoint_uuid': {'uuid': '1a8d66e2-5d94-520f-b94a-0aca4cfd891f'}}, {'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': '27c2ed23-e74a-518f-820d-ae2c8ae23086'}}, 'endpoint_uuid': {'uuid': '7dc65d0e-af57-5d3c-9ba6-f6ec81a354c6'}}]}, {'name': 'T2.3-R2', 'optical_details': {'src_port': '3', 'dst_port': '14', 'local_peer_port': '3', 'remote_peer_port': '4', 'c_slots': {'20': 1, '11': 1, '8': 1, '9': 1, '1': 1, '19': 1, '5': 1, '14': 1, '12': 1, '6': 1, '18': 1, '3': 1, '4': 1, '2': 1, '15': 1, '16': 1, '7': 1, '13': 1, '17': 1, '10': 1}, 'l_slots': {'119': 1, '111': 1, '120': 1, '113': 1, '115': 1, '105': 1, '117': 1, '108': 1, '104': 1, '106': 1, '103': 1, '107': 1, '114': 1, '109': 1, '116': 1, '101': 1, '102': 1, '112': 1, '110': 1, '118': 1}, 's_slots': {'504': 1, '508': 1, '506': 1, '512': 1, '502': 1, '507': 1, '520': 1, '501': 1, '516': 1, '514': 1, '511': 1, '518': 1, '510': 1, '503': 1, '517': 1, '515': 1, '519': 1, '505': 1, '513': 1, '509': 1}}, 'link_id': {'link_uuid': {'uuid': 'be7afc05-6e45-5899-896b-b331d6ab65c8'}}, 'link_endpoint_ids': [{'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': 'c944aaeb-bbdf-5f2d-b31c-8cc8903045b6'}}, 'endpoint_uuid': {'uuid': 'ac9e9079-6cf5-5d21-834d-1940c76fd78d'}}, {'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': 'ce0cdfdd-2182-5027-8177-676ca3244f9d'}}, 'endpoint_uuid': {'uuid': 'b1acaee3-904d-5106-ac3d-5ae6c42b5333'}}]}, {'name': 'R2-T2.3', 'optical_details': {'src_port': '4', 'dst_port': '3', 'local_peer_port': '14', 'remote_peer_port': '3', 'c_slots': {'17': 1, '10': 1, '16': 1, '9': 1, '2': 1, '3': 1, '7': 1, '13': 1, '6': 1, '1': 1, '8': 1, '11': 1, '15': 1, '14': 1, '12': 1, '18': 1, '19': 1, '4': 1, '20': 1, '5': 1}, 'l_slots': {'103': 1, '102': 1, '114': 1, '111': 1, '117': 1, '115': 1, '108': 1, '113': 1, '109': 1, '116': 1, '118': 1, '120': 1, '110': 1, '104': 1, '112': 1, '119': 1, '106': 1, '101': 1, '105': 1, '107': 1}, 's_slots': {'512': 1, '518': 1, '503': 1, '516': 1, '504': 1, '520': 1, '513': 1, '511': 1, '501': 1, '517': 1, '519': 1, '514': 1, '507': 1, '506': 1, '509': 1, '505': 1, '502': 1, '510': 1, '508': 1, '515': 1}}, 'link_id': {'link_uuid': {'uuid': 'd4e89764-11c5-5f59-b7d6-a3aa2dab43df'}}, 'link_endpoint_ids': [{'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': 'c944aaeb-bbdf-5f2d-b31c-8cc8903045b6'}}, 'endpoint_uuid': {'uuid': '88a0bc2f-1ebf-5aca-b472-c339a1c302f9'}}, {'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': 'ce0cdfdd-2182-5027-8177-676ca3244f9d'}}, 'endpoint_uuid': {'uuid': 'b1acaee3-904d-5106-ac3d-5ae6c42b5333'}}]}, {'name': 'R1-R2', 'optical_details': {'src_port': '101', 'dst_port': '111', 'local_peer_port': '111', 'remote_peer_port': '101', 'c_slots': {'3': 0, '20': 1, '16': 1, '9': 1, '6': 0, '14': 1, '13': 1, '12': 1, '1': 0, '15': 1, '7': 0, '2': 0, '8': 0, '4': 0, '5': 0, '18': 1, '10': 1, '11': 1, '17': 1, '19': 1}, 'l_slots': {'112': 1, '110': 1, '101': 1, '105': 1, '109': 1, '104': 1, '108': 1, '118': 1, '106': 1, '119': 1, '103': 1, '107': 1, '120': 1, '114': 1, '113': 1, '102': 1, '115': 1, '117': 1, '116': 1, '111': 1}, 's_slots': {'519': 1, '520': 1, '512': 1, '502': 1, '515': 1, '507': 1, '513': 1, '516': 1, '505': 1, '517': 1, '508': 1, '518': 1, '509': 1, '506': 1, '503': 1, '514': 1, '511': 1, '501': 1, '504': 1, '510': 1}}, 'link_id': {'link_uuid': {'uuid': 'e273644c-0dfa-5053-8850-0722995e7ba3'}}, 'link_endpoint_ids': [{'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': '68741528-2e94-5274-ab3c-fddcd8dc05ef'}}, 'endpoint_uuid': {'uuid': '811b34f9-112c-5cc5-a4e0-6e5f5e0bdada'}}, {'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': 'c944aaeb-bbdf-5f2d-b31c-8cc8903045b6'}}, 'endpoint_uuid': {'uuid': 'd777e553-af96-5ee7-a957-ce70b49e36ac'}}]}, {'name': 'T1.1-R1', 'optical_details': {'src_port': '1', 'dst_port': '12', 'local_peer_port': '1', 'remote_peer_port': '2', 'c_slots': {'4': 1, '3': 1, '10': 1, '9': 1, '2': 1, '13': 1, '8': 1, '6': 1, '17': 1, '5': 1, '20': 1, '1': 1, '18': 1, '14': 1, '19': 1, '11': 1, '15': 1, '12': 1, '7': 1, '16': 1}, 'l_slots': {'114': 1, '105': 1, '120': 1, '106': 1, '113': 1, '102': 1, '117': 1, '107': 1, '116': 1, '119': 1, '115': 1, '109': 1, '101': 1, '110': 1, '103': 1, '118': 1, '111': 1, '112': 1, '108': 1, '104': 1}, 's_slots': {'504': 1, '518': 1, '516': 1, '509': 1, '503': 1, '506': 1, '520': 1, '510': 1, '514': 1, '511': 1, '507': 1, '517': 1, '502': 1, '508': 1, '519': 1, '505': 1, '515': 1, '513': 1, '512': 1, '501': 1}}, 'link_id': {'link_uuid': {'uuid': 'e8bd9082-ebad-55b8-b110-7c21fddaf1cf'}}, 'link_endpoint_ids': [{'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': '4dbdc2d8-cbde-5e48-a3c0-5161387a58c7'}}, 'endpoint_uuid': {'uuid': '5eb4f156-7811-53f3-9172-8402127cf7b9'}}, {'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': '68741528-2e94-5274-ab3c-fddcd8dc05ef'}}, 'endpoint_uuid': {'uuid': '690284c6-a8f7-54a0-82ed-19e721976221'}}]}, {'name': 'R2-R1', 'optical_details': {'src_port': '101', 'dst_port': '111', 'local_peer_port': '111', 'remote_peer_port': '101', 'c_slots': {'9': 1, '20': 1, '10': 1, '11': 1, '17': 1, '19': 1, '5': 1, '1': 1, '15': 1, '3': 1, '2': 1, '6': 1, '14': 1, '13': 1, '18': 1, '12': 1, '4': 1, '7': 1, '16': 1, '8': 1}, 'l_slots': {'101': 1, '119': 1, '111': 1, '116': 1, '109': 1, '103': 1, '110': 1, '106': 1, '105': 1, '102': 1, '108': 1, '114': 1, '113': 1, '112': 1, '104': 1, '117': 1, '118': 1, '107': 1, '120': 1, '115': 1}, 's_slots': {'518': 1, '505': 1, '506': 1, '514': 1, '516': 1, '502': 1, '501': 1, '508': 1, '509': 1, '519': 1, '520': 1, '517': 1, '515': 1, '512': 1, '511': 1, '504': 1, '503': 1, '510': 1, '507': 1, '513': 1}}, 'link_id': {'link_uuid': {'uuid': 'eae23f48-40de-5aae-b3d1-fa3cda231678'}}, 'link_endpoint_ids': [{'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': '68741528-2e94-5274-ab3c-fddcd8dc05ef'}}, 'endpoint_uuid': {'uuid': '4255273d-5038-512d-9838-d5dd921cb858'}}, {'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': 'c944aaeb-bbdf-5f2d-b31c-8cc8903045b6'}}, 'endpoint_uuid': {'uuid': 'f45593bb-41b1-50af-8944-524212ca012a'}}]}, {'name': 'T2.1-R2', 'optical_details': {'src_port': '1', 'dst_port': '12', 'local_peer_port': '1', 'remote_peer_port': '2', 'c_slots': {'18': 1, '6': 1, '16': 1, '7': 1, '2': 1, '4': 1, '3': 1, '17': 1, '11': 1, '20': 1, '15': 1, '19': 1, '10': 1, '9': 1, '5': 1, '13': 1, '8': 1, '1': 1, '12': 1, '14': 1}, 'l_slots': {'107': 1, '109': 1, '103': 1, '108': 1, '102': 1, '119': 1, '110': 1, '105': 1, '111': 1, '101': 1, '114': 1, '117': 1, '112': 1, '116': 1, '115': 1, '113': 1, '120': 1, '118': 1, '104': 1, '106': 1}, 's_slots': {'518': 1, '505': 1, '520': 1, '510': 1, '507': 1, '511': 1, '513': 1, '506': 1, '515': 1, '504': 1, '503': 1, '519': 1, '508': 1, '512': 1, '501': 1, '502': 1, '509': 1, '516': 1, '517': 1, '514': 1}}, 'link_id': {'link_uuid': {'uuid': 'ebb2ca0f-d4c1-51c4-ab41-dceea90f811f'}}, 'link_endpoint_ids': [{'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': 'c944aaeb-bbdf-5f2d-b31c-8cc8903045b6'}}, 'endpoint_uuid': {'uuid': '1b9f85aa-8cc9-5b9d-99dc-8f0eec714d67'}}, {'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': '87d74166-65e3-595e-b643-122b4fd0303f'}}, 'endpoint_uuid': {'uuid': '2a307a8e-d326-5ea2-9437-b0320fb4c2a6'}}]}, {'name': 'T1.3-R1', 'optical_details': {'src_port': '3', 'dst_port': '14', 'local_peer_port': '3', 'remote_peer_port': '4', 'c_slots': {'5': 1, '9': 1, '4': 1, '2': 1, '10': 1, '16': 1, '17': 1, '8': 1, '19': 1, '11': 1, '20': 1, '7': 1, '14': 1, '1': 1, '12': 1, '3': 1, '6': 1, '18': 1, '15': 1, '13': 1}, 'l_slots': {'101': 1, '117': 1, '111': 1, '113': 1, '116': 1, '102': 1, '118': 1, '107': 1, '103': 1, '112': 1, '120': 1, '106': 1, '105': 1, '119': 1, '109': 1, '108': 1, '115': 1, '110': 1, '114': 1, '104': 1}, 's_slots': {'518': 1, '519': 1, '517': 1, '501': 1, '507': 1, '511': 1, '514': 1, '510': 1, '512': 1, '516': 1, '506': 1, '515': 1, '508': 1, '502': 1, '520': 1, '503': 1, '513': 1, '505': 1, '509': 1, '504': 1}}, 'link_id': {'link_uuid': {'uuid': 'f79a817c-a6a0-55d5-9398-a582a9835be9'}}, 'link_endpoint_ids': [{'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': 'cf618e18-c0a1-58c4-9827-943a2c0523d6'}}, 'endpoint_uuid': {'uuid': 'bbdfc5ef-4f8b-5921-9d1f-33dd9a5f18c8'}}, {'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': '68741528-2e94-5274-ab3c-fddcd8dc05ef'}}, 'endpoint_uuid': {'uuid': 'dad62073-9e4f-5b05-947d-571e6c3a6068'}}]}]} -{'R1': {'f': {'in': '0', 'out': '101'}, 'b': {}}, 'R2': {'f': {'in': '111', 'out': '0'}, 'b': {}}} -INFO: Flow matrix computed -{'R1': {'f': {'in': '0', 'out': '101'}, 'b': {}}, 'R2': {'f': {'in': '111', 'out': '0'}, 'b': {}}} c_slots [1, 2, 3, 4, 5, 6, 7, 8] {} {} -[1, 2, 3, 4, 5, 6, 7, 8] -pari 8 -4 -192050.0 -192056250 100000 -INFO: RSA completed for optical band -['R1-R2'] -{'R1': {'f': {'in': '0', 'out': '101'}, 'b': {}}, 'R2': {'f': {'in': '111', 'out': '0'}, 'b': {}}} -{'name': 'R1-R2', 'optical_details': {'src_port': '101', 'dst_port': '111', 'local_peer_port': '111', 'remote_peer_port': '101', 'c_slots': {'3': 0, '20': 1, '16': 1, '9': 1, '6': 0, '14': 1, '13': 1, '12': 1, '1': 0, '15': 1, '7': 0, '2': 0, '8': 0, '4': 0, '5': 0, '18': 1, '10': 1, '11': 1, '17': 1, '19': 1}, 'l_slots': {'112': 1, '110': 1, '101': 1, '105': 1, '109': 1, '104': 1, '108': 1, '118': 1, '106': 1, '119': 1, '103': 1, '107': 1, '120': 1, '114': 1, '113': 1, '102': 1, '115': 1, '117': 1, '116': 1, '111': 1}, 's_slots': {'519': 1, '520': 1, '512': 1, '502': 1, '515': 1, '507': 1, '513': 1, '516': 1, '505': 1, '517': 1, '508': 1, '518': 1, '509': 1, '506': 1, '503': 1, '514': 1, '511': 1, '501': 1, '504': 1, '510': 1}}, 'link_id': {'link_uuid': {'uuid': 'e273644c-0dfa-5053-8850-0722995e7ba3'}}, 'link_endpoint_ids': [{'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': '68741528-2e94-5274-ab3c-fddcd8dc05ef'}}, 'endpoint_uuid': {'uuid': '811b34f9-112c-5cc5-a4e0-6e5f5e0bdada'}}, {'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': 'c944aaeb-bbdf-5f2d-b31c-8cc8903045b6'}}, 'endpoint_uuid': {'uuid': 'd777e553-af96-5ee7-a957-ce70b49e36ac'}}]} -['T1.1-R1', 'R2-T2.1'] -{'name': 'T1.1-R1', 'optical_details': {'src_port': '1', 'dst_port': '12', 'local_peer_port': '1', 'remote_peer_port': '2', 'c_slots': {'4': 1, '3': 1, '10': 1, '9': 1, '2': 1, '13': 1, '8': 1, '6': 1, '17': 1, '5': 1, '20': 1, '1': 1, '18': 1, '14': 1, '19': 1, '11': 1, '15': 1, '12': 1, '7': 1, '16': 1}, 'l_slots': {'114': 1, '105': 1, '120': 1, '106': 1, '113': 1, '102': 1, '117': 1, '107': 1, '116': 1, '119': 1, '115': 1, '109': 1, '101': 1, '110': 1, '103': 1, '118': 1, '111': 1, '112': 1, '108': 1, '104': 1}, 's_slots': {'504': 1, '518': 1, '516': 1, '509': 1, '503': 1, '506': 1, '520': 1, '510': 1, '514': 1, '511': 1, '507': 1, '517': 1, '502': 1, '508': 1, '519': 1, '505': 1, '515': 1, '513': 1, '512': 1, '501': 1}}, 'link_id': {'link_uuid': {'uuid': 'e8bd9082-ebad-55b8-b110-7c21fddaf1cf'}}, 'link_endpoint_ids': [{'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': '4dbdc2d8-cbde-5e48-a3c0-5161387a58c7'}}, 'endpoint_uuid': {'uuid': '5eb4f156-7811-53f3-9172-8402127cf7b9'}}, {'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': '68741528-2e94-5274-ab3c-fddcd8dc05ef'}}, 'endpoint_uuid': {'uuid': '690284c6-a8f7-54a0-82ed-19e721976221'}}]} -T1.1-R1 [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20] -{'name': 'R2-T2.1', 'optical_details': {'src_port': '2', 'dst_port': '1', 'local_peer_port': '12', 'remote_peer_port': '1', 'c_slots': {'5': 1, '18': 1, '9': 1, '20': 1, '16': 1, '11': 1, '19': 1, '17': 1, '10': 1, '15': 1, '12': 1, '13': 1, '6': 1, '1': 1, '4': 1, '7': 1, '2': 1, '14': 1, '8': 1, '3': 1}, 'l_slots': {'109': 1, '112': 1, '106': 1, '110': 1, '101': 1, '111': 1, '119': 1, '115': 1, '108': 1, '103': 1, '118': 1, '102': 1, '104': 1, '105': 1, '114': 1, '116': 1, '117': 1, '120': 1, '113': 1, '107': 1}, 's_slots': {'513': 1, '505': 1, '502': 1, '507': 1, '516': 1, '508': 1, '501': 1, '517': 1, '503': 1, '506': 1, '520': 1, '518': 1, '504': 1, '512': 1, '510': 1, '515': 1, '511': 1, '519': 1, '514': 1, '509': 1}}, 'link_id': {'link_uuid': {'uuid': '5ba1d9b6-120a-5680-b745-2ea24aec1cc3'}}, 'link_endpoint_ids': [{'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': '87d74166-65e3-595e-b643-122b4fd0303f'}}, 'endpoint_uuid': {'uuid': '2a307a8e-d326-5ea2-9437-b0320fb4c2a6'}}, {'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': 'c944aaeb-bbdf-5f2d-b31c-8cc8903045b6'}}, 'endpoint_uuid': {'uuid': 'd1e7e6c7-f1d7-56f3-be32-8982a72966f6'}}]} -R2-T2.1 [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20] -2 -T1.1-R1 -R2-T2.1 -[1, 2, 3, 4, 5, 6, 7, 8] -[] -[] -{'optical_links': [{'name': 'R2-T2.1', 'optical_details': {'src_port': '2', 'dst_port': '1', 'local_peer_port': '12', 'remote_peer_port': '1', 'c_slots': {'5': 1, '18': 1, '9': 1, '20': 1, '16': 1, '11': 1, '19': 1, '17': 1, '10': 1, '15': 1, '12': 1, '13': 1, '6': 1, '1': 1, '4': 1, '7': 1, '2': 1, '14': 1, '8': 1, '3': 1}, 'l_slots': {'109': 1, '112': 1, '106': 1, '110': 1, '101': 1, '111': 1, '119': 1, '115': 1, '108': 1, '103': 1, '118': 1, '102': 1, '104': 1, '105': 1, '114': 1, '116': 1, '117': 1, '120': 1, '113': 1, '107': 1}, 's_slots': {'513': 1, '505': 1, '502': 1, '507': 1, '516': 1, '508': 1, '501': 1, '517': 1, '503': 1, '506': 1, '520': 1, '518': 1, '504': 1, '512': 1, '510': 1, '515': 1, '511': 1, '519': 1, '514': 1, '509': 1}}, 'link_id': {'link_uuid': {'uuid': '5ba1d9b6-120a-5680-b745-2ea24aec1cc3'}}, 'link_endpoint_ids': [{'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': '87d74166-65e3-595e-b643-122b4fd0303f'}}, 'endpoint_uuid': {'uuid': '2a307a8e-d326-5ea2-9437-b0320fb4c2a6'}}, {'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': 'c944aaeb-bbdf-5f2d-b31c-8cc8903045b6'}}, 'endpoint_uuid': {'uuid': 'd1e7e6c7-f1d7-56f3-be32-8982a72966f6'}}]}, {'name': 'R2-T2.2', 'optical_details': {'src_port': '3', 'dst_port': '2', 'local_peer_port': '13', 'remote_peer_port': '2', 'c_slots': {'17': 1, '16': 1, '3': 1, '18': 1, '4': 1, '5': 1, '8': 1, '15': 1, '6': 1, '1': 1, '2': 1, '10': 1, '19': 1, '9': 1, '13': 1, '12': 1, '14': 1, '11': 1, '7': 1, '20': 1}, 'l_slots': {'113': 1, '119': 1, '102': 1, '115': 1, '114': 1, '104': 1, '107': 1, '120': 1, '112': 1, '118': 1, '116': 1, '109': 1, '108': 1, '105': 1, '110': 1, '103': 1, '111': 1, '101': 1, '117': 1, '106': 1}, 's_slots': {'517': 1, '501': 1, '520': 1, '508': 1, '503': 1, '504': 1, '510': 1, '511': 1, '514': 1, '513': 1, '505': 1, '518': 1, '502': 1, '509': 1, '507': 1, '506': 1, '516': 1, '515': 1, '512': 1, '519': 1}}, 'link_id': {'link_uuid': {'uuid': '5f9f4309-d24d-52e0-9d60-ba84839a5bda'}}, 'link_endpoint_ids': [{'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': 'c944aaeb-bbdf-5f2d-b31c-8cc8903045b6'}}, 'endpoint_uuid': {'uuid': '463f5b52-bb8e-54e7-a63d-aeb4ad4b72bc'}}, {'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': '012c4e67-0024-5f30-b527-55ec6daf2639'}}, 'endpoint_uuid': {'uuid': 'c4b8eb66-2fcf-5f66-802f-6cd9590fe70b'}}]}, {'name': 'R1-T1.1', 'optical_details': {'src_port': '2', 'dst_port': '1', 'local_peer_port': '12', 'remote_peer_port': '1', 'c_slots': {'11': 1, '12': 1, '1': 1, '4': 1, '7': 1, '15': 1, '10': 1, '9': 1, '8': 1, '3': 1, '6': 1, '19': 1, '14': 1, '2': 1, '16': 1, '13': 1, '17': 1, '18': 1, '5': 1, '20': 1}, 'l_slots': {'118': 1, '112': 1, '107': 1, '115': 1, '108': 1, '101': 1, '113': 1, '103': 1, '117': 1, '114': 1, '109': 1, '120': 1, '119': 1, '105': 1, '110': 1, '104': 1, '106': 1, '111': 1, '102': 1, '116': 1}, 's_slots': {'509': 1, '504': 1, '503': 1, '505': 1, '520': 1, '507': 1, '502': 1, '511': 1, '513': 1, '519': 1, '508': 1, '510': 1, '516': 1, '517': 1, '506': 1, '501': 1, '518': 1, '515': 1, '514': 1, '512': 1}}, 'link_id': {'link_uuid': {'uuid': '63c6a257-f171-59f8-b1e8-e3c4086ba36a'}}, 'link_endpoint_ids': [{'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': '4dbdc2d8-cbde-5e48-a3c0-5161387a58c7'}}, 'endpoint_uuid': {'uuid': '5eb4f156-7811-53f3-9172-8402127cf7b9'}}, {'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': '68741528-2e94-5274-ab3c-fddcd8dc05ef'}}, 'endpoint_uuid': {'uuid': 'c7b7a565-0469-5463-809b-8ef4851d89c4'}}]}, {'name': 'T1.2-R1', 'optical_details': {'src_port': '2', 'dst_port': '13', 'local_peer_port': '2', 'remote_peer_port': '3', 'c_slots': {'2': 1, '1': 1, '7': 1, '10': 1, '13': 1, '19': 1, '11': 1, '15': 1, '16': 1, '18': 1, '9': 1, '20': 1, '12': 1, '5': 1, '14': 1, '4': 1, '8': 1, '17': 1, '3': 1, '6': 1}, 'l_slots': {'110': 1, '102': 1, '109': 1, '119': 1, '113': 1, '117': 1, '120': 1, '105': 1, '114': 1, '103': 1, '104': 1, '118': 1, '108': 1, '112': 1, '101': 1, '116': 1, '115': 1, '111': 1, '106': 1, '107': 1}, 's_slots': {'510': 1, '506': 1, '505': 1, '512': 1, '502': 1, '516': 1, '507': 1, '514': 1, '511': 1, '517': 1, '513': 1, '503': 1, '508': 1, '519': 1, '518': 1, '504': 1, '501': 1, '515': 1, '520': 1, '509': 1}}, 'link_id': {'link_uuid': {'uuid': '817a2fcb-5dfd-55a6-b669-a141014cc38d'}}, 'link_endpoint_ids': [{'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': '68741528-2e94-5274-ab3c-fddcd8dc05ef'}}, 'endpoint_uuid': {'uuid': '27b6ed2a-b0d1-5be9-b9be-cc9a540ac0d1'}}, {'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': '27c2ed23-e74a-518f-820d-ae2c8ae23086'}}, 'endpoint_uuid': {'uuid': '7dc65d0e-af57-5d3c-9ba6-f6ec81a354c6'}}]}, {'name': 'T2.2-R2', 'optical_details': {'src_port': '2', 'dst_port': '13', 'local_peer_port': '2', 'remote_peer_port': '3', 'c_slots': {'18': 1, '14': 1, '2': 1, '8': 1, '4': 1, '5': 1, '17': 1, '20': 1, '9': 1, '19': 1, '11': 1, '12': 1, '1': 1, '15': 1, '16': 1, '3': 1, '7': 1, '10': 1, '6': 1, '13': 1}, 'l_slots': {'120': 1, '118': 1, '111': 1, '110': 1, '116': 1, '104': 1, '117': 1, '102': 1, '109': 1, '114': 1, '119': 1, '103': 1, '115': 1, '113': 1, '107': 1, '105': 1, '106': 1, '108': 1, '101': 1, '112': 1}, 's_slots': {'513': 1, '506': 1, '510': 1, '504': 1, '502': 1, '512': 1, '515': 1, '501': 1, '507': 1, '518': 1, '520': 1, '511': 1, '505': 1, '514': 1, '503': 1, '519': 1, '516': 1, '508': 1, '509': 1, '517': 1}}, 'link_id': {'link_uuid': {'uuid': '884c6c6a-ad1b-5228-a48f-e9db4bc174df'}}, 'link_endpoint_ids': [{'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': 'c944aaeb-bbdf-5f2d-b31c-8cc8903045b6'}}, 'endpoint_uuid': {'uuid': 'be24d4af-c784-50cc-baa4-976a499fcd5a'}}, {'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': '012c4e67-0024-5f30-b527-55ec6daf2639'}}, 'endpoint_uuid': {'uuid': 'c4b8eb66-2fcf-5f66-802f-6cd9590fe70b'}}]}, {'name': 'R1-T1.3', 'optical_details': {'src_port': '4', 'dst_port': '3', 'local_peer_port': '14', 'remote_peer_port': '3', 'c_slots': {'18': 1, '14': 1, '15': 1, '7': 1, '4': 1, '5': 1, '12': 1, '8': 1, '2': 1, '13': 1, '20': 1, '16': 1, '17': 1, '1': 1, '19': 1, '9': 1, '11': 1, '6': 1, '10': 1, '3': 1}, 'l_slots': {'119': 1, '107': 1, '103': 1, '108': 1, '116': 1, '105': 1, '120': 1, '113': 1, '114': 1, '106': 1, '104': 1, '109': 1, '110': 1, '101': 1, '112': 1, '111': 1, '117': 1, '102': 1, '115': 1, '118': 1}, 's_slots': {'505': 1, '501': 1, '519': 1, '503': 1, '502': 1, '510': 1, '517': 1, '518': 1, '506': 1, '515': 1, '514': 1, '507': 1, '511': 1, '504': 1, '512': 1, '516': 1, '508': 1, '509': 1, '520': 1, '513': 1}}, 'link_id': {'link_uuid': {'uuid': '89e3a6c6-d613-55bf-925c-c817ee24a133'}}, 'link_endpoint_ids': [{'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': '68741528-2e94-5274-ab3c-fddcd8dc05ef'}}, 'endpoint_uuid': {'uuid': '4fca89b8-237c-52bd-8131-9129316b524f'}}, {'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': 'cf618e18-c0a1-58c4-9827-943a2c0523d6'}}, 'endpoint_uuid': {'uuid': 'bbdfc5ef-4f8b-5921-9d1f-33dd9a5f18c8'}}]}, {'name': 'R1-T1.2', 'optical_details': {'src_port': '3', 'dst_port': '2', 'local_peer_port': '13', 'remote_peer_port': '2', 'c_slots': {'4': 1, '15': 1, '14': 1, '11': 1, '19': 1, '6': 1, '12': 1, '2': 1, '20': 1, '9': 1, '13': 1, '10': 1, '17': 1, '5': 1, '8': 1, '16': 1, '3': 1, '1': 1, '7': 1, '18': 1}, 'l_slots': {'118': 1, '104': 1, '103': 1, '112': 1, '107': 1, '102': 1, '105': 1, '109': 1, '110': 1, '108': 1, '120': 1, '106': 1, '114': 1, '117': 1, '101': 1, '119': 1, '113': 1, '111': 1, '116': 1, '115': 1}, 's_slots': {'502': 1, '501': 1, '508': 1, '514': 1, '506': 1, '509': 1, '513': 1, '518': 1, '504': 1, '505': 1, '515': 1, '517': 1, '520': 1, '519': 1, '512': 1, '510': 1, '516': 1, '507': 1, '503': 1, '511': 1}}, 'link_id': {'link_uuid': {'uuid': 'b11e2e7b-ef00-5c11-9dc6-5fd34bd11f6e'}}, 'link_endpoint_ids': [{'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': '68741528-2e94-5274-ab3c-fddcd8dc05ef'}}, 'endpoint_uuid': {'uuid': '1a8d66e2-5d94-520f-b94a-0aca4cfd891f'}}, {'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': '27c2ed23-e74a-518f-820d-ae2c8ae23086'}}, 'endpoint_uuid': {'uuid': '7dc65d0e-af57-5d3c-9ba6-f6ec81a354c6'}}]}, {'name': 'T2.3-R2', 'optical_details': {'src_port': '3', 'dst_port': '14', 'local_peer_port': '3', 'remote_peer_port': '4', 'c_slots': {'20': 1, '11': 1, '8': 1, '9': 1, '1': 1, '19': 1, '5': 1, '14': 1, '12': 1, '6': 1, '18': 1, '3': 1, '4': 1, '2': 1, '15': 1, '16': 1, '7': 1, '13': 1, '17': 1, '10': 1}, 'l_slots': {'119': 1, '111': 1, '120': 1, '113': 1, '115': 1, '105': 1, '117': 1, '108': 1, '104': 1, '106': 1, '103': 1, '107': 1, '114': 1, '109': 1, '116': 1, '101': 1, '102': 1, '112': 1, '110': 1, '118': 1}, 's_slots': {'504': 1, '508': 1, '506': 1, '512': 1, '502': 1, '507': 1, '520': 1, '501': 1, '516': 1, '514': 1, '511': 1, '518': 1, '510': 1, '503': 1, '517': 1, '515': 1, '519': 1, '505': 1, '513': 1, '509': 1}}, 'link_id': {'link_uuid': {'uuid': 'be7afc05-6e45-5899-896b-b331d6ab65c8'}}, 'link_endpoint_ids': [{'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': 'c944aaeb-bbdf-5f2d-b31c-8cc8903045b6'}}, 'endpoint_uuid': {'uuid': 'ac9e9079-6cf5-5d21-834d-1940c76fd78d'}}, {'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': 'ce0cdfdd-2182-5027-8177-676ca3244f9d'}}, 'endpoint_uuid': {'uuid': 'b1acaee3-904d-5106-ac3d-5ae6c42b5333'}}]}, {'name': 'R2-T2.3', 'optical_details': {'src_port': '4', 'dst_port': '3', 'local_peer_port': '14', 'remote_peer_port': '3', 'c_slots': {'17': 1, '10': 1, '16': 1, '9': 1, '2': 1, '3': 1, '7': 1, '13': 1, '6': 1, '1': 1, '8': 1, '11': 1, '15': 1, '14': 1, '12': 1, '18': 1, '19': 1, '4': 1, '20': 1, '5': 1}, 'l_slots': {'103': 1, '102': 1, '114': 1, '111': 1, '117': 1, '115': 1, '108': 1, '113': 1, '109': 1, '116': 1, '118': 1, '120': 1, '110': 1, '104': 1, '112': 1, '119': 1, '106': 1, '101': 1, '105': 1, '107': 1}, 's_slots': {'512': 1, '518': 1, '503': 1, '516': 1, '504': 1, '520': 1, '513': 1, '511': 1, '501': 1, '517': 1, '519': 1, '514': 1, '507': 1, '506': 1, '509': 1, '505': 1, '502': 1, '510': 1, '508': 1, '515': 1}}, 'link_id': {'link_uuid': {'uuid': 'd4e89764-11c5-5f59-b7d6-a3aa2dab43df'}}, 'link_endpoint_ids': [{'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': 'c944aaeb-bbdf-5f2d-b31c-8cc8903045b6'}}, 'endpoint_uuid': {'uuid': '88a0bc2f-1ebf-5aca-b472-c339a1c302f9'}}, {'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': 'ce0cdfdd-2182-5027-8177-676ca3244f9d'}}, 'endpoint_uuid': {'uuid': 'b1acaee3-904d-5106-ac3d-5ae6c42b5333'}}]}, {'name': 'R1-R2', 'optical_details': {'src_port': '101', 'dst_port': '111', 'local_peer_port': '111', 'remote_peer_port': '101', 'c_slots': {'3': 0, '20': 1, '16': 1, '9': 1, '6': 0, '14': 1, '13': 1, '12': 1, '1': 0, '15': 1, '7': 0, '2': 0, '8': 0, '4': 0, '5': 0, '18': 1, '10': 1, '11': 1, '17': 1, '19': 1}, 'l_slots': {'112': 1, '110': 1, '101': 1, '105': 1, '109': 1, '104': 1, '108': 1, '118': 1, '106': 1, '119': 1, '103': 1, '107': 1, '120': 1, '114': 1, '113': 1, '102': 1, '115': 1, '117': 1, '116': 1, '111': 1}, 's_slots': {'519': 1, '520': 1, '512': 1, '502': 1, '515': 1, '507': 1, '513': 1, '516': 1, '505': 1, '517': 1, '508': 1, '518': 1, '509': 1, '506': 1, '503': 1, '514': 1, '511': 1, '501': 1, '504': 1, '510': 1}}, 'link_id': {'link_uuid': {'uuid': 'e273644c-0dfa-5053-8850-0722995e7ba3'}}, 'link_endpoint_ids': [{'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': '68741528-2e94-5274-ab3c-fddcd8dc05ef'}}, 'endpoint_uuid': {'uuid': '811b34f9-112c-5cc5-a4e0-6e5f5e0bdada'}}, {'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': 'c944aaeb-bbdf-5f2d-b31c-8cc8903045b6'}}, 'endpoint_uuid': {'uuid': 'd777e553-af96-5ee7-a957-ce70b49e36ac'}}]}, {'name': 'T1.1-R1', 'optical_details': {'src_port': '1', 'dst_port': '12', 'local_peer_port': '1', 'remote_peer_port': '2', 'c_slots': {'4': 1, '3': 1, '10': 1, '9': 1, '2': 1, '13': 1, '8': 1, '6': 1, '17': 1, '5': 1, '20': 1, '1': 1, '18': 1, '14': 1, '19': 1, '11': 1, '15': 1, '12': 1, '7': 1, '16': 1}, 'l_slots': {'114': 1, '105': 1, '120': 1, '106': 1, '113': 1, '102': 1, '117': 1, '107': 1, '116': 1, '119': 1, '115': 1, '109': 1, '101': 1, '110': 1, '103': 1, '118': 1, '111': 1, '112': 1, '108': 1, '104': 1}, 's_slots': {'504': 1, '518': 1, '516': 1, '509': 1, '503': 1, '506': 1, '520': 1, '510': 1, '514': 1, '511': 1, '507': 1, '517': 1, '502': 1, '508': 1, '519': 1, '505': 1, '515': 1, '513': 1, '512': 1, '501': 1}}, 'link_id': {'link_uuid': {'uuid': 'e8bd9082-ebad-55b8-b110-7c21fddaf1cf'}}, 'link_endpoint_ids': [{'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': '4dbdc2d8-cbde-5e48-a3c0-5161387a58c7'}}, 'endpoint_uuid': {'uuid': '5eb4f156-7811-53f3-9172-8402127cf7b9'}}, {'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': '68741528-2e94-5274-ab3c-fddcd8dc05ef'}}, 'endpoint_uuid': {'uuid': '690284c6-a8f7-54a0-82ed-19e721976221'}}]}, {'name': 'R2-R1', 'optical_details': {'src_port': '101', 'dst_port': '111', 'local_peer_port': '111', 'remote_peer_port': '101', 'c_slots': {'9': 1, '20': 1, '10': 1, '11': 1, '17': 1, '19': 1, '5': 1, '1': 1, '15': 1, '3': 1, '2': 1, '6': 1, '14': 1, '13': 1, '18': 1, '12': 1, '4': 1, '7': 1, '16': 1, '8': 1}, 'l_slots': {'101': 1, '119': 1, '111': 1, '116': 1, '109': 1, '103': 1, '110': 1, '106': 1, '105': 1, '102': 1, '108': 1, '114': 1, '113': 1, '112': 1, '104': 1, '117': 1, '118': 1, '107': 1, '120': 1, '115': 1}, 's_slots': {'518': 1, '505': 1, '506': 1, '514': 1, '516': 1, '502': 1, '501': 1, '508': 1, '509': 1, '519': 1, '520': 1, '517': 1, '515': 1, '512': 1, '511': 1, '504': 1, '503': 1, '510': 1, '507': 1, '513': 1}}, 'link_id': {'link_uuid': {'uuid': 'eae23f48-40de-5aae-b3d1-fa3cda231678'}}, 'link_endpoint_ids': [{'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': '68741528-2e94-5274-ab3c-fddcd8dc05ef'}}, 'endpoint_uuid': {'uuid': '4255273d-5038-512d-9838-d5dd921cb858'}}, {'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': 'c944aaeb-bbdf-5f2d-b31c-8cc8903045b6'}}, 'endpoint_uuid': {'uuid': 'f45593bb-41b1-50af-8944-524212ca012a'}}]}, {'name': 'T2.1-R2', 'optical_details': {'src_port': '1', 'dst_port': '12', 'local_peer_port': '1', 'remote_peer_port': '2', 'c_slots': {'18': 1, '6': 1, '16': 1, '7': 1, '2': 1, '4': 1, '3': 1, '17': 1, '11': 1, '20': 1, '15': 1, '19': 1, '10': 1, '9': 1, '5': 1, '13': 1, '8': 1, '1': 1, '12': 1, '14': 1}, 'l_slots': {'107': 1, '109': 1, '103': 1, '108': 1, '102': 1, '119': 1, '110': 1, '105': 1, '111': 1, '101': 1, '114': 1, '117': 1, '112': 1, '116': 1, '115': 1, '113': 1, '120': 1, '118': 1, '104': 1, '106': 1}, 's_slots': {'518': 1, '505': 1, '520': 1, '510': 1, '507': 1, '511': 1, '513': 1, '506': 1, '515': 1, '504': 1, '503': 1, '519': 1, '508': 1, '512': 1, '501': 1, '502': 1, '509': 1, '516': 1, '517': 1, '514': 1}}, 'link_id': {'link_uuid': {'uuid': 'ebb2ca0f-d4c1-51c4-ab41-dceea90f811f'}}, 'link_endpoint_ids': [{'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': 'c944aaeb-bbdf-5f2d-b31c-8cc8903045b6'}}, 'endpoint_uuid': {'uuid': '1b9f85aa-8cc9-5b9d-99dc-8f0eec714d67'}}, {'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': '87d74166-65e3-595e-b643-122b4fd0303f'}}, 'endpoint_uuid': {'uuid': '2a307a8e-d326-5ea2-9437-b0320fb4c2a6'}}]}, {'name': 'T1.3-R1', 'optical_details': {'src_port': '3', 'dst_port': '14', 'local_peer_port': '3', 'remote_peer_port': '4', 'c_slots': {'5': 1, '9': 1, '4': 1, '2': 1, '10': 1, '16': 1, '17': 1, '8': 1, '19': 1, '11': 1, '20': 1, '7': 1, '14': 1, '1': 1, '12': 1, '3': 1, '6': 1, '18': 1, '15': 1, '13': 1}, 'l_slots': {'101': 1, '117': 1, '111': 1, '113': 1, '116': 1, '102': 1, '118': 1, '107': 1, '103': 1, '112': 1, '120': 1, '106': 1, '105': 1, '119': 1, '109': 1, '108': 1, '115': 1, '110': 1, '114': 1, '104': 1}, 's_slots': {'518': 1, '519': 1, '517': 1, '501': 1, '507': 1, '511': 1, '514': 1, '510': 1, '512': 1, '516': 1, '506': 1, '515': 1, '508': 1, '502': 1, '520': 1, '503': 1, '513': 1, '505': 1, '509': 1, '504': 1}}, 'link_id': {'link_uuid': {'uuid': 'f79a817c-a6a0-55d5-9398-a582a9835be9'}}, 'link_endpoint_ids': [{'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': 'cf618e18-c0a1-58c4-9827-943a2c0523d6'}}, 'endpoint_uuid': {'uuid': 'bbdfc5ef-4f8b-5921-9d1f-33dd9a5f18c8'}}, {'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': '68741528-2e94-5274-ab3c-fddcd8dc05ef'}}, 'endpoint_uuid': {'uuid': 'dad62073-9e4f-5b05-947d-571e6c3a6068'}}]}]} -c_slots [1, 2, 3, 4] -INFO: Path forward computation completed -{'name': 'T1.1-R1', 'optical_details': {'src_port': '1', 'dst_port': '12', 'local_peer_port': '1', 'remote_peer_port': '2', 'c_slots': {'4': 0, '3': 0, '10': 1, '9': 1, '2': 0, '13': 1, '8': 1, '6': 1, '17': 1, '5': 1, '20': 1, '1': 0, '18': 1, '14': 1, '19': 1, '11': 1, '15': 1, '12': 1, '7': 1, '16': 1}, 'l_slots': {'114': 1, '105': 1, '120': 1, '106': 1, '113': 1, '102': 1, '117': 1, '107': 1, '116': 1, '119': 1, '115': 1, '109': 1, '101': 1, '110': 1, '103': 1, '118': 1, '111': 1, '112': 1, '108': 1, '104': 1}, 's_slots': {'504': 1, '518': 1, '516': 1, '509': 1, '503': 1, '506': 1, '520': 1, '510': 1, '514': 1, '511': 1, '507': 1, '517': 1, '502': 1, '508': 1, '519': 1, '505': 1, '515': 1, '513': 1, '512': 1, '501': 1}}, 'link_id': {'link_uuid': {'uuid': 'e8bd9082-ebad-55b8-b110-7c21fddaf1cf'}}, 'link_endpoint_ids': [{'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': '4dbdc2d8-cbde-5e48-a3c0-5161387a58c7'}}, 'endpoint_uuid': {'uuid': '5eb4f156-7811-53f3-9172-8402127cf7b9'}}, {'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': '68741528-2e94-5274-ab3c-fddcd8dc05ef'}}, 'endpoint_uuid': {'uuid': '690284c6-a8f7-54a0-82ed-19e721976221'}}]} -{'name': 'R2-T2.1', 'optical_details': {'src_port': '2', 'dst_port': '1', 'local_peer_port': '12', 'remote_peer_port': '1', 'c_slots': {'5': 1, '18': 1, '9': 1, '20': 1, '16': 1, '11': 1, '19': 1, '17': 1, '10': 1, '15': 1, '12': 1, '13': 1, '6': 1, '1': 0, '4': 0, '7': 1, '2': 0, '14': 1, '8': 1, '3': 0}, 'l_slots': {'109': 1, '112': 1, '106': 1, '110': 1, '101': 1, '111': 1, '119': 1, '115': 1, '108': 1, '103': 1, '118': 1, '102': 1, '104': 1, '105': 1, '114': 1, '116': 1, '117': 1, '120': 1, '113': 1, '107': 1}, 's_slots': {'513': 1, '505': 1, '502': 1, '507': 1, '516': 1, '508': 1, '501': 1, '517': 1, '503': 1, '506': 1, '520': 1, '518': 1, '504': 1, '512': 1, '510': 1, '515': 1, '511': 1, '519': 1, '514': 1, '509': 1}}, 'link_id': {'link_uuid': {'uuid': '5ba1d9b6-120a-5680-b745-2ea24aec1cc3'}}, 'link_endpoint_ids': [{'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': '87d74166-65e3-595e-b643-122b4fd0303f'}}, 'endpoint_uuid': {'uuid': '2a307a8e-d326-5ea2-9437-b0320fb4c2a6'}}, {'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': 'c944aaeb-bbdf-5f2d-b31c-8cc8903045b6'}}, 'endpoint_uuid': {'uuid': 'd1e7e6c7-f1d7-56f3-be32-8982a72966f6'}}]} -{'optical_links': [{'name': 'R2-T2.1', 'optical_details': {'src_port': '2', 'dst_port': '1', 'local_peer_port': '12', 'remote_peer_port': '1', 'c_slots': {'5': 1, '18': 1, '9': 1, '20': 1, '16': 1, '11': 1, '19': 1, '17': 1, '10': 1, '15': 1, '12': 1, '13': 1, '6': 1, '1': 0, '4': 0, '7': 1, '2': 0, '14': 1, '8': 1, '3': 0}, 'l_slots': {'109': 1, '112': 1, '106': 1, '110': 1, '101': 1, '111': 1, '119': 1, '115': 1, '108': 1, '103': 1, '118': 1, '102': 1, '104': 1, '105': 1, '114': 1, '116': 1, '117': 1, '120': 1, '113': 1, '107': 1}, 's_slots': {'513': 1, '505': 1, '502': 1, '507': 1, '516': 1, '508': 1, '501': 1, '517': 1, '503': 1, '506': 1, '520': 1, '518': 1, '504': 1, '512': 1, '510': 1, '515': 1, '511': 1, '519': 1, '514': 1, '509': 1}}, 'link_id': {'link_uuid': {'uuid': '5ba1d9b6-120a-5680-b745-2ea24aec1cc3'}}, 'link_endpoint_ids': [{'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': '87d74166-65e3-595e-b643-122b4fd0303f'}}, 'endpoint_uuid': {'uuid': '2a307a8e-d326-5ea2-9437-b0320fb4c2a6'}}, {'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': 'c944aaeb-bbdf-5f2d-b31c-8cc8903045b6'}}, 'endpoint_uuid': {'uuid': 'd1e7e6c7-f1d7-56f3-be32-8982a72966f6'}}]}, {'name': 'R2-T2.2', 'optical_details': {'src_port': '3', 'dst_port': '2', 'local_peer_port': '13', 'remote_peer_port': '2', 'c_slots': {'17': 1, '16': 1, '3': 1, '18': 1, '4': 1, '5': 1, '8': 1, '15': 1, '6': 1, '1': 1, '2': 1, '10': 1, '19': 1, '9': 1, '13': 1, '12': 1, '14': 1, '11': 1, '7': 1, '20': 1}, 'l_slots': {'113': 1, '119': 1, '102': 1, '115': 1, '114': 1, '104': 1, '107': 1, '120': 1, '112': 1, '118': 1, '116': 1, '109': 1, '108': 1, '105': 1, '110': 1, '103': 1, '111': 1, '101': 1, '117': 1, '106': 1}, 's_slots': {'517': 1, '501': 1, '520': 1, '508': 1, '503': 1, '504': 1, '510': 1, '511': 1, '514': 1, '513': 1, '505': 1, '518': 1, '502': 1, '509': 1, '507': 1, '506': 1, '516': 1, '515': 1, '512': 1, '519': 1}}, 'link_id': {'link_uuid': {'uuid': '5f9f4309-d24d-52e0-9d60-ba84839a5bda'}}, 'link_endpoint_ids': [{'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': 'c944aaeb-bbdf-5f2d-b31c-8cc8903045b6'}}, 'endpoint_uuid': {'uuid': '463f5b52-bb8e-54e7-a63d-aeb4ad4b72bc'}}, {'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': '012c4e67-0024-5f30-b527-55ec6daf2639'}}, 'endpoint_uuid': {'uuid': 'c4b8eb66-2fcf-5f66-802f-6cd9590fe70b'}}]}, {'name': 'R1-T1.1', 'optical_details': {'src_port': '2', 'dst_port': '1', 'local_peer_port': '12', 'remote_peer_port': '1', 'c_slots': {'11': 1, '12': 1, '1': 1, '4': 1, '7': 1, '15': 1, '10': 1, '9': 1, '8': 1, '3': 1, '6': 1, '19': 1, '14': 1, '2': 1, '16': 1, '13': 1, '17': 1, '18': 1, '5': 1, '20': 1}, 'l_slots': {'118': 1, '112': 1, '107': 1, '115': 1, '108': 1, '101': 1, '113': 1, '103': 1, '117': 1, '114': 1, '109': 1, '120': 1, '119': 1, '105': 1, '110': 1, '104': 1, '106': 1, '111': 1, '102': 1, '116': 1}, 's_slots': {'509': 1, '504': 1, '503': 1, '505': 1, '520': 1, '507': 1, '502': 1, '511': 1, '513': 1, '519': 1, '508': 1, '510': 1, '516': 1, '517': 1, '506': 1, '501': 1, '518': 1, '515': 1, '514': 1, '512': 1}}, 'link_id': {'link_uuid': {'uuid': '63c6a257-f171-59f8-b1e8-e3c4086ba36a'}}, 'link_endpoint_ids': [{'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': '4dbdc2d8-cbde-5e48-a3c0-5161387a58c7'}}, 'endpoint_uuid': {'uuid': '5eb4f156-7811-53f3-9172-8402127cf7b9'}}, {'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': '68741528-2e94-5274-ab3c-fddcd8dc05ef'}}, 'endpoint_uuid': {'uuid': 'c7b7a565-0469-5463-809b-8ef4851d89c4'}}]}, {'name': 'T1.2-R1', 'optical_details': {'src_port': '2', 'dst_port': '13', 'local_peer_port': '2', 'remote_peer_port': '3', 'c_slots': {'2': 1, '1': 1, '7': 1, '10': 1, '13': 1, '19': 1, '11': 1, '15': 1, '16': 1, '18': 1, '9': 1, '20': 1, '12': 1, '5': 1, '14': 1, '4': 1, '8': 1, '17': 1, '3': 1, '6': 1}, 'l_slots': {'110': 1, '102': 1, '109': 1, '119': 1, '113': 1, '117': 1, '120': 1, '105': 1, '114': 1, '103': 1, '104': 1, '118': 1, '108': 1, '112': 1, '101': 1, '116': 1, '115': 1, '111': 1, '106': 1, '107': 1}, 's_slots': {'510': 1, '506': 1, '505': 1, '512': 1, '502': 1, '516': 1, '507': 1, '514': 1, '511': 1, '517': 1, '513': 1, '503': 1, '508': 1, '519': 1, '518': 1, '504': 1, '501': 1, '515': 1, '520': 1, '509': 1}}, 'link_id': {'link_uuid': {'uuid': '817a2fcb-5dfd-55a6-b669-a141014cc38d'}}, 'link_endpoint_ids': [{'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': '68741528-2e94-5274-ab3c-fddcd8dc05ef'}}, 'endpoint_uuid': {'uuid': '27b6ed2a-b0d1-5be9-b9be-cc9a540ac0d1'}}, {'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': '27c2ed23-e74a-518f-820d-ae2c8ae23086'}}, 'endpoint_uuid': {'uuid': '7dc65d0e-af57-5d3c-9ba6-f6ec81a354c6'}}]}, {'name': 'T2.2-R2', 'optical_details': {'src_port': '2', 'dst_port': '13', 'local_peer_port': '2', 'remote_peer_port': '3', 'c_slots': {'18': 1, '14': 1, '2': 1, '8': 1, '4': 1, '5': 1, '17': 1, '20': 1, '9': 1, '19': 1, '11': 1, '12': 1, '1': 1, '15': 1, '16': 1, '3': 1, '7': 1, '10': 1, '6': 1, '13': 1}, 'l_slots': {'120': 1, '118': 1, '111': 1, '110': 1, '116': 1, '104': 1, '117': 1, '102': 1, '109': 1, '114': 1, '119': 1, '103': 1, '115': 1, '113': 1, '107': 1, '105': 1, '106': 1, '108': 1, '101': 1, '112': 1}, 's_slots': {'513': 1, '506': 1, '510': 1, '504': 1, '502': 1, '512': 1, '515': 1, '501': 1, '507': 1, '518': 1, '520': 1, '511': 1, '505': 1, '514': 1, '503': 1, '519': 1, '516': 1, '508': 1, '509': 1, '517': 1}}, 'link_id': {'link_uuid': {'uuid': '884c6c6a-ad1b-5228-a48f-e9db4bc174df'}}, 'link_endpoint_ids': [{'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': 'c944aaeb-bbdf-5f2d-b31c-8cc8903045b6'}}, 'endpoint_uuid': {'uuid': 'be24d4af-c784-50cc-baa4-976a499fcd5a'}}, {'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': '012c4e67-0024-5f30-b527-55ec6daf2639'}}, 'endpoint_uuid': {'uuid': 'c4b8eb66-2fcf-5f66-802f-6cd9590fe70b'}}]}, {'name': 'R1-T1.3', 'optical_details': {'src_port': '4', 'dst_port': '3', 'local_peer_port': '14', 'remote_peer_port': '3', 'c_slots': {'18': 1, '14': 1, '15': 1, '7': 1, '4': 1, '5': 1, '12': 1, '8': 1, '2': 1, '13': 1, '20': 1, '16': 1, '17': 1, '1': 1, '19': 1, '9': 1, '11': 1, '6': 1, '10': 1, '3': 1}, 'l_slots': {'119': 1, '107': 1, '103': 1, '108': 1, '116': 1, '105': 1, '120': 1, '113': 1, '114': 1, '106': 1, '104': 1, '109': 1, '110': 1, '101': 1, '112': 1, '111': 1, '117': 1, '102': 1, '115': 1, '118': 1}, 's_slots': {'505': 1, '501': 1, '519': 1, '503': 1, '502': 1, '510': 1, '517': 1, '518': 1, '506': 1, '515': 1, '514': 1, '507': 1, '511': 1, '504': 1, '512': 1, '516': 1, '508': 1, '509': 1, '520': 1, '513': 1}}, 'link_id': {'link_uuid': {'uuid': '89e3a6c6-d613-55bf-925c-c817ee24a133'}}, 'link_endpoint_ids': [{'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': '68741528-2e94-5274-ab3c-fddcd8dc05ef'}}, 'endpoint_uuid': {'uuid': '4fca89b8-237c-52bd-8131-9129316b524f'}}, {'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': 'cf618e18-c0a1-58c4-9827-943a2c0523d6'}}, 'endpoint_uuid': {'uuid': 'bbdfc5ef-4f8b-5921-9d1f-33dd9a5f18c8'}}]}, {'name': 'R1-T1.2', 'optical_details': {'src_port': '3', 'dst_port': '2', 'local_peer_port': '13', 'remote_peer_port': '2', 'c_slots': {'4': 1, '15': 1, '14': 1, '11': 1, '19': 1, '6': 1, '12': 1, '2': 1, '20': 1, '9': 1, '13': 1, '10': 1, '17': 1, '5': 1, '8': 1, '16': 1, '3': 1, '1': 1, '7': 1, '18': 1}, 'l_slots': {'118': 1, '104': 1, '103': 1, '112': 1, '107': 1, '102': 1, '105': 1, '109': 1, '110': 1, '108': 1, '120': 1, '106': 1, '114': 1, '117': 1, '101': 1, '119': 1, '113': 1, '111': 1, '116': 1, '115': 1}, 's_slots': {'502': 1, '501': 1, '508': 1, '514': 1, '506': 1, '509': 1, '513': 1, '518': 1, '504': 1, '505': 1, '515': 1, '517': 1, '520': 1, '519': 1, '512': 1, '510': 1, '516': 1, '507': 1, '503': 1, '511': 1}}, 'link_id': {'link_uuid': {'uuid': 'b11e2e7b-ef00-5c11-9dc6-5fd34bd11f6e'}}, 'link_endpoint_ids': [{'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': '68741528-2e94-5274-ab3c-fddcd8dc05ef'}}, 'endpoint_uuid': {'uuid': '1a8d66e2-5d94-520f-b94a-0aca4cfd891f'}}, {'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': '27c2ed23-e74a-518f-820d-ae2c8ae23086'}}, 'endpoint_uuid': {'uuid': '7dc65d0e-af57-5d3c-9ba6-f6ec81a354c6'}}]}, {'name': 'T2.3-R2', 'optical_details': {'src_port': '3', 'dst_port': '14', 'local_peer_port': '3', 'remote_peer_port': '4', 'c_slots': {'20': 1, '11': 1, '8': 1, '9': 1, '1': 1, '19': 1, '5': 1, '14': 1, '12': 1, '6': 1, '18': 1, '3': 1, '4': 1, '2': 1, '15': 1, '16': 1, '7': 1, '13': 1, '17': 1, '10': 1}, 'l_slots': {'119': 1, '111': 1, '120': 1, '113': 1, '115': 1, '105': 1, '117': 1, '108': 1, '104': 1, '106': 1, '103': 1, '107': 1, '114': 1, '109': 1, '116': 1, '101': 1, '102': 1, '112': 1, '110': 1, '118': 1}, 's_slots': {'504': 1, '508': 1, '506': 1, '512': 1, '502': 1, '507': 1, '520': 1, '501': 1, '516': 1, '514': 1, '511': 1, '518': 1, '510': 1, '503': 1, '517': 1, '515': 1, '519': 1, '505': 1, '513': 1, '509': 1}}, 'link_id': {'link_uuid': {'uuid': 'be7afc05-6e45-5899-896b-b331d6ab65c8'}}, 'link_endpoint_ids': [{'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': 'c944aaeb-bbdf-5f2d-b31c-8cc8903045b6'}}, 'endpoint_uuid': {'uuid': 'ac9e9079-6cf5-5d21-834d-1940c76fd78d'}}, {'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': 'ce0cdfdd-2182-5027-8177-676ca3244f9d'}}, 'endpoint_uuid': {'uuid': 'b1acaee3-904d-5106-ac3d-5ae6c42b5333'}}]}, {'name': 'R2-T2.3', 'optical_details': {'src_port': '4', 'dst_port': '3', 'local_peer_port': '14', 'remote_peer_port': '3', 'c_slots': {'17': 1, '10': 1, '16': 1, '9': 1, '2': 1, '3': 1, '7': 1, '13': 1, '6': 1, '1': 1, '8': 1, '11': 1, '15': 1, '14': 1, '12': 1, '18': 1, '19': 1, '4': 1, '20': 1, '5': 1}, 'l_slots': {'103': 1, '102': 1, '114': 1, '111': 1, '117': 1, '115': 1, '108': 1, '113': 1, '109': 1, '116': 1, '118': 1, '120': 1, '110': 1, '104': 1, '112': 1, '119': 1, '106': 1, '101': 1, '105': 1, '107': 1}, 's_slots': {'512': 1, '518': 1, '503': 1, '516': 1, '504': 1, '520': 1, '513': 1, '511': 1, '501': 1, '517': 1, '519': 1, '514': 1, '507': 1, '506': 1, '509': 1, '505': 1, '502': 1, '510': 1, '508': 1, '515': 1}}, 'link_id': {'link_uuid': {'uuid': 'd4e89764-11c5-5f59-b7d6-a3aa2dab43df'}}, 'link_endpoint_ids': [{'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': 'c944aaeb-bbdf-5f2d-b31c-8cc8903045b6'}}, 'endpoint_uuid': {'uuid': '88a0bc2f-1ebf-5aca-b472-c339a1c302f9'}}, {'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': 'ce0cdfdd-2182-5027-8177-676ca3244f9d'}}, 'endpoint_uuid': {'uuid': 'b1acaee3-904d-5106-ac3d-5ae6c42b5333'}}]}, {'name': 'R1-R2', 'optical_details': {'src_port': '101', 'dst_port': '111', 'local_peer_port': '111', 'remote_peer_port': '101', 'c_slots': {'3': 0, '20': 1, '16': 1, '9': 1, '6': 0, '14': 1, '13': 1, '12': 1, '1': 0, '15': 1, '7': 0, '2': 0, '8': 0, '4': 0, '5': 0, '18': 1, '10': 1, '11': 1, '17': 1, '19': 1}, 'l_slots': {'112': 1, '110': 1, '101': 1, '105': 1, '109': 1, '104': 1, '108': 1, '118': 1, '106': 1, '119': 1, '103': 1, '107': 1, '120': 1, '114': 1, '113': 1, '102': 1, '115': 1, '117': 1, '116': 1, '111': 1}, 's_slots': {'519': 1, '520': 1, '512': 1, '502': 1, '515': 1, '507': 1, '513': 1, '516': 1, '505': 1, '517': 1, '508': 1, '518': 1, '509': 1, '506': 1, '503': 1, '514': 1, '511': 1, '501': 1, '504': 1, '510': 1}}, 'link_id': {'link_uuid': {'uuid': 'e273644c-0dfa-5053-8850-0722995e7ba3'}}, 'link_endpoint_ids': [{'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': '68741528-2e94-5274-ab3c-fddcd8dc05ef'}}, 'endpoint_uuid': {'uuid': '811b34f9-112c-5cc5-a4e0-6e5f5e0bdada'}}, {'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': 'c944aaeb-bbdf-5f2d-b31c-8cc8903045b6'}}, 'endpoint_uuid': {'uuid': 'd777e553-af96-5ee7-a957-ce70b49e36ac'}}]}, {'name': 'T1.1-R1', 'optical_details': {'src_port': '1', 'dst_port': '12', 'local_peer_port': '1', 'remote_peer_port': '2', 'c_slots': {'4': 0, '3': 0, '10': 1, '9': 1, '2': 0, '13': 1, '8': 1, '6': 1, '17': 1, '5': 1, '20': 1, '1': 0, '18': 1, '14': 1, '19': 1, '11': 1, '15': 1, '12': 1, '7': 1, '16': 1}, 'l_slots': {'114': 1, '105': 1, '120': 1, '106': 1, '113': 1, '102': 1, '117': 1, '107': 1, '116': 1, '119': 1, '115': 1, '109': 1, '101': 1, '110': 1, '103': 1, '118': 1, '111': 1, '112': 1, '108': 1, '104': 1}, 's_slots': {'504': 1, '518': 1, '516': 1, '509': 1, '503': 1, '506': 1, '520': 1, '510': 1, '514': 1, '511': 1, '507': 1, '517': 1, '502': 1, '508': 1, '519': 1, '505': 1, '515': 1, '513': 1, '512': 1, '501': 1}}, 'link_id': {'link_uuid': {'uuid': 'e8bd9082-ebad-55b8-b110-7c21fddaf1cf'}}, 'link_endpoint_ids': [{'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': '4dbdc2d8-cbde-5e48-a3c0-5161387a58c7'}}, 'endpoint_uuid': {'uuid': '5eb4f156-7811-53f3-9172-8402127cf7b9'}}, {'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': '68741528-2e94-5274-ab3c-fddcd8dc05ef'}}, 'endpoint_uuid': {'uuid': '690284c6-a8f7-54a0-82ed-19e721976221'}}]}, {'name': 'R2-R1', 'optical_details': {'src_port': '101', 'dst_port': '111', 'local_peer_port': '111', 'remote_peer_port': '101', 'c_slots': {'9': 1, '20': 1, '10': 1, '11': 1, '17': 1, '19': 1, '5': 1, '1': 1, '15': 1, '3': 1, '2': 1, '6': 1, '110.1.83.219 - - [25/Apr/2024 18:04:52] "PUT /OpticalTFS/AddFlexLightpath/T1.1/T2.1/100/0/100 HTTP/1.1" 200 - -INFO:werkzeug:10.1.83.219 - - [25/Apr/2024 18:04:52] "PUT /OpticalTFS/AddFlexLightpath/T1.1/T2.1/100/0/100 HTTP/1.1" 200 - -10.1.83.219 - - [25/Apr/2024 18:04:52] "GET /OpticalTFS/GetOpticalBand/1 HTTP/1.1" 200 - -INFO:werkzeug:10.1.83.219 - - [25/Apr/2024 18:04:52] "GET /OpticalTFS/GetOpticalBand/1 HTTP/1.1" 200 - -4': 1, '13': 1, '18': 1, '12': 1, '4': 1, '7': 1, '16': 1, '8': 1}, 'l_slots': {'101': 1, '119': 1, '111': 1, '116': 1, '109': 1, '103': 1, '110': 1, '106': 1, '105': 1, '102': 1, '108': 1, '114': 1, '113': 1, '112': 1, '104': 1, '117': 1, '118': 1, '107': 1, '120': 1, '115': 1}, 's_slots': {'518': 1, '505': 1, '506': 1, '514': 1, '516': 1, '502': 1, '501': 1, '508': 1, '509': 1, '519': 1, '520': 1, '517': 1, '515': 1, '512': 1, '511': 1, '504': 1, '503': 1, '510': 1, '507': 1, '513': 1}}, 'link_id': {'link_uuid': {'uuid': 'eae23f48-40de-5aae-b3d1-fa3cda231678'}}, 'link_endpoint_ids': [{'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': '68741528-2e94-5274-ab3c-fddcd8dc05ef'}}, 'endpoint_uuid': {'uuid': '4255273d-5038-512d-9838-d5dd921cb858'}}, {'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': 'c944aaeb-bbdf-5f2d-b31c-8cc8903045b6'}}, 'endpoint_uuid': {'uuid': 'f45593bb-41b1-50af-8944-524212ca012a'}}]}, {'name': 'T2.1-R2', 'optical_details': {'src_port': '1', 'dst_port': '12', 'local_peer_port': '1', 'remote_peer_port': '2', 'c_slots': {'18': 1, '6': 1, '16': 1, '7': 1, '2': 1, '4': 1, '3': 1, '17': 1, '11': 1, '20': 1, '15': 1, '19': 1, '10': 1, '9': 1, '5': 1, '13': 1, '8': 1, '1': 1, '12': 1, '14': 1}, 'l_slots': {'107': 1, '109': 1, '103': 1, '108': 1, '102': 1, '119': 1, '110': 1, '105': 1, '111': 1, '101': 1, '114': 1, '117': 1, '112': 1, '116': 1, '115': 1, '113': 1, '120': 1, '118': 1, '104': 1, '106': 1}, 's_slots': {'518': 1, '505': 1, '520': 1, '510': 1, '507': 1, '511': 1, '513': 1, '506': 1, '515': 1, '504': 1, '503': 1, '519': 1, '508': 1, '512': 1, '501': 1, '502': 1, '509': 1, '516': 1, '517': 1, '514': 1}}, 'link_id': {'link_uuid': {'uuid': 'ebb2ca0f-d4c1-51c4-ab41-dceea90f811f'}}, 'link_endpoint_ids': [{'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': 'c944aaeb-bbdf-5f2d-b31c-8cc8903045b6'}}, 'endpoint_uuid': {'uuid': '1b9f85aa-8cc9-5b9d-99dc-8f0eec714d67'}}, {'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': '87d74166-65e3-595e-b643-122b4fd0303f'}}, 'endpoint_uuid': {'uuid': '2a307a8e-d326-5ea2-9437-b0320fb4c2a6'}}]}, {'name': 'T1.3-R1', 'optical_details': {'src_port': '3', 'dst_port': '14', 'local_peer_port': '3', 'remote_peer_port': '4', 'c_slots': {'5': 1, '9': 1, '4': 1, '2': 1, '10': 1, '16': 1, '17': 1, '8': 1, '19': 1, '11': 1, '20': 1, '7': 1, '14': 1, '1': 1, '12': 1, '3': 1, '6': 1, '18': 1, '15': 1, '13': 1}, 'l_slots': {'101': 1, '117': 1, '111': 1, '113': 1, '116': 1, '102': 1, '118': 1, '107': 1, '103': 1, '112': 1, '120': 1, '106': 1, '105': 1, '119': 1, '109': 1, '108': 1, '115': 1, '110': 1, '114': 1, '104': 1}, 's_slots': {'518': 1, '519': 1, '517': 1, '501': 1, '507': 1, '511': 1, '514': 1, '510': 1, '512': 1, '516': 1, '506': 1, '515': 1, '508': 1, '502': 1, '520': 1, '503': 1, '513': 1, '505': 1, '509': 1, '504': 1}}, 'link_id': {'link_uuid': {'uuid': 'f79a817c-a6a0-55d5-9398-a582a9835be9'}}, 'link_endpoint_ids': [{'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': 'cf618e18-c0a1-58c4-9827-943a2c0523d6'}}, 'endpoint_uuid': {'uuid': 'bbdfc5ef-4f8b-5921-9d1f-33dd9a5f18c8'}}, {'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': '68741528-2e94-5274-ab3c-fddcd8dc05ef'}}, 'endpoint_uuid': {'uuid': 'dad62073-9e4f-5b05-947d-571e6c3a6068'}}]}]} -{'T1.1': {'f': {'in': '0', 'out': '1'}, 'b': {}}, 'R1': {'f': {'in': '12', 'out': '101'}, 'b': {}}, 'R2': {'f': {'in': '111', 'out': '2'}, 'b': {}}, 'T2.1': {'f': {'in': '1', 'out': '0'}, 'b': {}}} -INFO: Flow matrix computed for Flex Lightpath -[1, 2, 3, 4] -pari 4 -2 -192025.0 -192031250 50000 -INFO: RSA completed for FLex Lightpath with new OB -INFO: time elapsed = 187.212890625 ms -{'optical_band_id': 1, 'bidir': 0, 'src': 'R1', 'dst': 'R2', 'flows': {'R1': {'f': {'in': '0', 'out': '101'}, 'b': {}}, 'R2': {'f': {'in': '111', 'out': '0'}, 'b': {}}}, 'band_type': 'c_slots', 'fiber_forward': {}, 'fiber_backward': {}, 'op-mode': 0, 'n_slots': 8, 'links': ['R1-R2'], 'path': ['R1', 'R2'], 'band': 100000, 'freq': 192056250, 'is_active': True, 'src_port': '101', 'dst_port': '111', 'rev_dst_port': '111', 'rev_src_port': '101', 'c_slots': {'1': 0, '2': 0, '3': 0, '4': 0, '5': 1, '6': 1, '7': 1, '8': 1}, 'served_lightpaths': [1]} -T1.1-R1 -{'name': 'T1.1-R1', 'optical_details': {'src_port': '1', 'dst_port': '12', 'local_peer_port': '1', 'remote_peer_port': '2', 'c_slots': {'4': 0, '3': 0, '10': 1, '9': 1, '2': 0, '13': 1, '8': 1, '6': 1, '17': 1, '5': 1, '20': 1, '1': 0, '18': 1, '14': 1, '19': 1, '11': 1, '15': 1, '12': 1, '7': 1, '16': 1}, 'l_slots': {'114': 1, '105': 1, '120': 1, '106': 1, '113': 1, '102': 1, '117': 1, '107': 1, '116': 1, '119': 1, '115': 1, '109': 1, '101': 1, '110': 1, '103': 1, '118': 1, '111': 1, '112': 1, '108': 1, '104': 1}, 's_slots': {'504': 1, '518': 1, '516': 1, '509': 1, '503': 1, '506': 1, '520': 1, '510': 1, '514': 1, '511': 1, '507': 1, '517': 1, '502': 1, '508': 1, '519': 1, '505': 1, '515': 1, '513': 1, '512': 1, '501': 1}}, 'link_id': {'link_uuid': {'uuid': 'e8bd9082-ebad-55b8-b110-7c21fddaf1cf'}}, 'link_endpoint_ids': [{'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': '4dbdc2d8-cbde-5e48-a3c0-5161387a58c7'}}, 'endpoint_uuid': {'uuid': '5eb4f156-7811-53f3-9172-8402127cf7b9'}}, {'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': '68741528-2e94-5274-ab3c-fddcd8dc05ef'}}, 'endpoint_uuid': {'uuid': '690284c6-a8f7-54a0-82ed-19e721976221'}}]} -R2-T2.1 -{'name': 'R2-T2.1', 'optical_details': {'src_port': '2', 'dst_port': '1', 'local_peer_port': '12', 'remote_peer_port': '1', 'c_slots': {'5': 1, '18': 1, '9': 1, '20': 1, '16': 1, '11': 1, '19': 1, '17': 1, '10': 1, '15': 1, '12': 1, '13': 1, '6': 1, '1': 0, '4': 0, '7': 1, '2': 0, '14': 1, '8': 1, '3': 0}, 'l_slots': {'109': 1, '112': 1, '106': 1, '110': 1, '101': 1, '111': 1, '119': 1, '115': 1, '108': 1, '103': 1, '118': 1, '102': 1, '104': 1, '105': 1, '114': 1, '116': 1, '117': 1, '120': 1, '113': 1, '107': 1}, 's_slots': {'513': 1, '505': 1, '502': 1, '507': 1, '516': 1, '508': 1, '501': 1, '517': 1, '503': 1, '506': 1, '520': 1, '518': 1, '504': 1, '512': 1, '510': 1, '515': 1, '511': 1, '519': 1, '514': 1, '509': 1}}, 'link_id': {'link_uuid': {'uuid': '5ba1d9b6-120a-5680-b745-2ea24aec1cc3'}}, 'link_endpoint_ids': [{'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': '87d74166-65e3-595e-b643-122b4fd0303f'}}, 'endpoint_uuid': {'uuid': '2a307a8e-d326-5ea2-9437-b0320fb4c2a6'}}, {'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': 'c944aaeb-bbdf-5f2d-b31c-8cc8903045b6'}}, 'endpoint_uuid': {'uuid': 'd1e7e6c7-f1d7-56f3-be32-8982a72966f6'}}]} -{'optical_links': [{'name': 'R2-T2.1', 'optical_details': {'src_port': '2', 'dst_port': '1', 'local_peer_port': '12', 'remote_peer_port': '1', 'c_slots': {'5': 1, '18': 1, '9': 1, '20': 1, '16': 1, '11': 1, '19': 1, '17': 1, '10': 1, '15': 1, '12': 1, '13': 1, '6': 1, '1': 0, '4': 0, '7': 1, '2': 0, '14': 1, '8': 1, '3': 0}, 'l_slots': {'109': 1, '112': 1, '106': 1, '110': 1, '101': 1, '111': 1, '119': 1, '115': 1, '108': 1, '103': 1, '118': 1, '102': 1, '104': 1, '105': 1, '114': 1, '116': 1, '117': 1, '120': 1, '113': 1, '107': 1}, 's_slots': {'513': 1, '505': 1, '502': 1, '507': 1, '516': 1, '508': 1, '501': 1, '517': 1, '503': 1, '506': 1, '520': 1, '518': 1, '504': 1, '512': 1, '510': 1, '515': 1, '511': 1, '519': 1, '514': 1, '509': 1}}, 'link_id': {'link_uuid': {'uuid': '5ba1d9b6-120a-5680-b745-2ea24aec1cc3'}}, 'link_endpoint_ids': [{'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': '87d74166-65e3-595e-b643-122b4fd0303f'}}, 'endpoint_uuid': {'uuid': '2a307a8e-d326-5ea2-9437-b0320fb4c2a6'}}, {'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': 'c944aaeb-bbdf-5f2d-b31c-8cc8903045b6'}}, 'endpoint_uuid': {'uuid': 'd1e7e6c7-f1d7-56f3-be32-8982a72966f6'}}]}, {'name': 'R2-T2.2', 'optical_details': {'src_port': '3', 'dst_port': '2', 'local_peer_port': '13', 'remote_peer_port': '2', 'c_slots': {'17': 1, '16': 1, '3': 1, '18': 1, '4': 1, '5': 1, '8': 1, '15': 1, '6': 1, '1': 1, '2': 1, '10': 1, '19': 1, '9': 1, '13': 1, '12': 1, '14': 1, '11': 1, '7': 1, '20': 1}, 'l_slots': {'113': 1, '119': 1, '102': 1, '115': 1, '114': 1, '104': 1, '107': 1, '120': 1, '112': 1, '118': 1, '116': 1, '109': 1, '108': 1, '105': 1, '110': 1, '103': 1, '111': 1, '101': 1, '117': 1, '106': 1}, 's_slots': {'517': 1, '501': 1, '520': 1, '508': 1, '503': 1, '504': 1, '510': 1, '511': 1, '514': 1, '513': 1, '505': 1, '518': 1, '502': 1, '509': 1, '507': 1, '506': 1, '516': 1, '515': 1, '512': 1, '519': 1}}, 'link_id': {'link_uuid': {'uuid': '5f9f4309-d24d-52e0-9d60-ba84839a5bda'}}, 'link_endpoint_ids': [{'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': 'c944aaeb-bbdf-5f2d-b31c-8cc8903045b6'}}, 'endpoint_uuid': {'uuid': '463f5b52-bb8e-54e7-a63d-aeb4ad4b72bc'}}, {'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': '012c4e67-0024-5f30-b527-55ec6daf2639'}}, 'endpoint_uuid': {'uuid': 'c4b8eb66-2fcf-5f66-802f-6cd9590fe70b'}}]}, {'name': 'R1-T1.1', 'optical_details': {'src_port': '2', 'dst_port': '1', 'local_peer_port': '12', 'remote_peer_port': '1', 'c_slots': {'11': 1, '12': 1, '1': 1, '4': 1, '7': 1, '15': 1, '10': 1, '9': 1, '8': 1, '3': 1, '6': 1, '19': 1, '14': 1, '2': 1, '16': 1, '13': 1, '17': 1, '18': 1, '5': 1, '20': 1}, 'l_slots': {'118': 1, '112': 1, '107': 1, '115': 1, '108': 1, '101': 1, '113': 1, '103': 1, '117': 1, '114': 1, '109': 1, '120': 1, '119': 1, '105': 1, '110': 1, '104': 1, '106': 1, '111': 1, '102': 1, '116': 1}, 's_slots': {'509': 1, '504': 1, '503': 1, '505': 1, '520': 1, '507': 1, '502': 1, '511': 1, '513': 1, '519': 1, '508': 1, '510': 1, '516': 1, '517': 1, '506': 1, '501': 1, '518': 1, '515': 1, '514': 1, '512': 1}}, 'link_id': {'link_uuid': {'uuid': '63c6a257-f171-59f8-b1e8-e3c4086ba36a'}}, 'link_endpoint_ids': [{'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': '4dbdc2d8-cbde-5e48-a3c0-5161387a58c7'}}, 'endpoint_uuid': {'uuid': '5eb4f156-7811-53f3-9172-8402127cf7b9'}}, {'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': '68741528-2e94-5274-ab3c-fddcd8dc05ef'}}, 'endpoint_uuid': {'uuid': 'c7b7a565-0469-5463-809b-8ef4851d89c4'}}]}, {'name': 'T1.2-R1', 'optical_details': {'src_port': '2', 'dst_port': '13', 'local_peer_port': '2', 'remote_peer_port': '3', 'c_slots': {'2': 1, '1': 1, '7': 1, '10': 1, '13': 1, '19': 1, '11': 1, '15': 1, '16': 1, '18': 1, '9': 1, '20': 1, '12': 1, '5': 1, '14': 1, '4': 1, '8': 1, '17': 1, '3': 1, '6': 1}, 'l_slots': {'110': 1, '102': 1, '109': 1, '119': 1, '113': 1, '117': 1, '120': 1, '105': 1, '114': 1, '103': 1, '104': 1, '118': 1, '108': 1, '112': 1, '101': 1, '116': 1, '115': 1, '111': 1, '106': 1, '107': 1}, 's_slots': {'510': 1, '506': 1, '505': 1, '512': 1, '502': 1, '516': 1, '507': 1, '514': 1, '511': 1, '517': 1, '513': 1, '503': 1, '508': 1, '519': 1, '518': 1, '504': 1, '501': 1, '515': 1, '520': 1, '509': 1}}, 'link_id': {'link_uuid': {'uuid': '817a2fcb-5dfd-55a6-b669-a141014cc38d'}}, 'link_endpoint_ids': [{'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': '68741528-2e94-5274-ab3c-fddcd8dc05ef'}}, 'endpoint_uuid': {'uuid': '27b6ed2a-b0d1-5be9-b9be-cc9a540ac0d1'}}, {'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': '27c2ed23-e74a-518f-820d-ae2c8ae23086'}}, 'endpoint_uuid': {'uuid': '7dc65d0e-af57-5d3c-9ba6-f6ec81a354c6'}}]}, {'name': 'T2.2-R2', 'optical_details': {'src_port': '2', 'dst_port': '13', 'local_peer_port': '2', 'remote_peer_port': '3', 'c_slots': {'18': 1, '14': 1, '2': 1, '8': 1, '4': 1, '5': 1, '17': 1, '20': 1, '9': 1, '19': 1, '11': 1, '12': 1, '1': 1, '15': 1, '16': 1, '3': 1, '7': 1, '10': 1, '6': 1, '13': 1}, 'l_slots': {'120': 1, '118': 1, '111': 1, '110': 1, '116': 1, '104': 1, '117': 1, '102': 1, '109': 1, '114': 1, '119': 1, '103': 1, '115': 1, '113': 1, '107': 1, '105': 1, '106': 1, '108': 1, '101': 1, '112': 1}, 's_slots': {'513': 1, '506': 1, '510': 1, '504': 1, '502': 1, '512': 1, '515': 1, '501': 1, '507': 1, '518': 1, '520': 1, '511': 1, '505': 1, '514': 1, '503': 1, '519': 1, '516': 1, '508': 1, '509': 1, '517': 1}}, 'link_id': {'link_uuid': {'uuid': '884c6c6a-ad1b-5228-a48f-e9db4bc174df'}}, 'link_endpoint_ids': [{'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': 'c944aaeb-bbdf-5f2d-b31c-8cc8903045b6'}}, 'endpoint_uuid': {'uuid': 'be24d4af-c784-50cc-baa4-976a499fcd5a'}}, {'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': '012c4e67-0024-5f30-b527-55ec6daf2639'}}, 'endpoint_uuid': {'uuid': 'c4b8eb66-2fcf-5f66-802f-6cd9590fe70b'}}]}, {'name': 'R1-T1.3', 'optical_details': {'src_port': '4', 'dst_port': '3', 'local_peer_port': '14', 'remote_peer_port': '3', 'c_slots': {'18': 1, '14': 1, '15': 1, '7': 1, '4': 1, '5': 1, '12': 1, '8': 1, '2': 1, '13': 1, '20': 1, '16': 1, '17': 1, '1': 1, '19': 1, '9': 1, '11': 1, '6': 1, '10': 1, '3': 1}, 'l_slots': {'119': 1, '107': 1, '103': 1, '108': 1, '116': 1, '105': 1, '120': 1, '113': 1, '114': 1, '106': 1, '104': 1, '109': 1, '110': 1, '101': 1, '112': 1, '111': 1, '117': 1, '102': 1, '115': 1, '118': 1}, 's_slots': {'505': 1, '501': 1, '519': 1, '503': 1, '502': 1, '510': 1, '517': 1, '518': 1, '506': 1, '515': 1, '514': 1, '507': 1, '511': 1, '504': 1, '512': 1, '516': 1, '508': 1, '509': 1, '520': 1, '513': 1}}, 'link_id': {'link_uuid': {'uuid': '89e3a6c6-d613-55bf-925c-c817ee24a133'}}, 'link_endpoint_ids': [{'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': '68741528-2e94-5274-ab3c-fddcd8dc05ef'}}, 'endpoint_uuid': {'uuid': '4fca89b8-237c-52bd-8131-9129316b524f'}}, {'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': 'cf618e18-c0a1-58c4-9827-943a2c0523d6'}}, 'endpoint_uuid': {'uuid': 'bbdfc5ef-4f8b-5921-9d1f-33dd9a5f18c8'}}]}, {'name': 'R1-T1.2', 'optical_details': {'src_port': '3', 'dst_port': '2', 'local_peer_port': '13', 'remote_peer_port': '2', 'c_slots': {'4': 1, '15': 1, '14': 1, '11': 1, '19': 1, '6': 1, '12': 1, '2': 1, '20': 1, '9': 1, '13': 1, '10': 1, '17': 1, '5': 1, '8': 1, '16': 1, '3': 1, '1': 1, '7': 1, '18': 1}, 'l_slots': {'118': 1, '104': 1, '103': 1, '112': 1, '107': 1, '102': 1, '105': 1, '109': 1, '110': 1, '108': 1, '120': 1, '106': 1, '114': 1, '117': 1, '101': 1, '119': 1, '113': 1, '111': 1, '116': 1, '115': 1}, 's_slots': {'502': 1, '501': 1, '508': 1, '514': 1, '506': 1, '509': 1, '513': 1, '518': 1, '504': 1, '505': 1, '515': 1, '517': 1, '520': 1, '519': 1, '512': 1, '510': 1, '516': 1, '507': 1, '503': 1, '511': 1}}, 'link_id': {'link_uuid': {'uuid': 'b11e2e7b-ef00-5c11-9dc6-5fd34bd11f6e'}}, 'link_endpoint_ids': [{'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': '68741528-2e94-5274-ab3c-fddcd8dc05ef'}}, 'endpoint_uuid': {'uuid': '1a8d66e2-5d94-520f-b94a-0aca4cfd891f'}}, {'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': '27c2ed23-e74a-518f-820d-ae2c8ae23086'}}, 'endpoint_uuid': {'uuid': '7dc65d0e-af57-5d3c-9ba6-f6ec81a354c6'}}]}, {'name': 'T2.3-R2', 'optical_details': {'src_port': '3', 'dst_port': '14', 'local_peer_port': '3', 'remote_peer_port': '4', 'c_slots': {'20': 1, '11': 1, '8': 1, '9': 1, '1': 1, '19': 1, '5': 1, '14': 1, '12': 1, '6': 1, '18': 1, '3': 1, '4': 1, '2': 1, '15': 1, '16': 1, '7': 1, '13': 1, '17': 1, '10': 1}, 'l_slots': {'119': 1, '111': 1, '120': 1, '113': 1, '115': 1, '105': 1, '117': 1, '108': 1, '104': 1, '106': 1, '103': 1, '107': 1, '114': 1, '109': 1, '116': 1, '101': 1, '102': 1, '112': 1, '110': 1, '118': 1}, 's_slots': {'504': 1, '508': 1, '506': 1, '512': 1, '502': 1, '507': 1, '520': 1, '501': 1, '516': 1, '514': 1, '511': 1, '518': 1, '510': 1, '503': 1, '517': 1, '515': 1, '519': 1, '505': 1, '513': 1, '509': 1}}, 'link_id': {'link_uuid': {'uuid': 'be7afc05-6e45-5899-896b-b331d6ab65c8'}}, 'link_endpoint_ids': [{'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': 'c944aaeb-bbdf-5f2d-b31c-8cc8903045b6'}}, 'endpoint_uuid': {'uuid': 'ac9e9079-6cf5-5d21-834d-1940c76fd78d'}}, {'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': 'ce0cdfdd-2182-5027-8177-676ca3244f9d'}}, 'endpoint_uuid': {'uuid': 'b1acaee3-904d-5106-ac3d-5ae6c42b5333'}}]}, {'name': 'R2-T2.3', 'optical_details': {'src_port': '4', 'dst_port': '3', 'local_peer_port': '14', 'remote_peer_port': '3', 'c_slots': {'17': 1, '10': 1, '16': 1, '9': 1, '2': 1, '3': 1, '7': 1, '13': 1, '6': 1, '1': 1, '8': 1, '11': 1, '15': 1, '14': 1, '12': 1, '18': 1, '19': 1, '4': 1, '20': 1, '5': 1}, 'l_slots': {'103': 1, '102': 1, '114': 1, '111': 1, '117': 1, '115': 1, '108': 1, '113': 1, '109': 1, '116': 1, '118': 1, '120': 1, '110': 1, '104': 1, '112': 1, '119': 1, '106': 1, '101': 1, '105': 1, '107': 1}, 's_slots': {'512': 1, '518': 1, '503': 1, '516': 1, '504': 1, '520': 1, '513': 1, '511': 1, '501': 1, '517': 1, '519': 1, '514': 1, '507': 1, '506': 1, '509': 1, '505': 1, '502': 1, '510': 1, '508': 1, '515': 1}}, 'link_id': {'link_uuid': {'uuid': 'd4e89764-11c5-5f59-b7d6-a3aa2dab43df'}}, 'link_endpoint_ids': [{'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': 'c944aaeb-bbdf-5f2d-b31c-8cc8903045b6'}}, 'endpoint_uuid': {'uuid': '88a0bc2f-1ebf-5aca-b472-c339a1c302f9'}}, {'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': 'ce0cdfdd-2182-5027-8177-676ca3244f9d'}}, 'endpoint_uuid': {'uuid': 'b1acaee3-904d-5106-ac3d-5ae6c42b5333'}}]}, {'name': 'R1-R2', 'optical_details': {'src_port': '101', 'dst_port': '111', 'local_peer_port': '111', 'remote_peer_port': '101', 'c_slots': {'3': 0, '20': 1, '16': 1, '9': 1, '6': 0, '14': 1, '13': 1, '12': 1, '1': 0, '15': 1, '7': 0, '2': 0, '8': 0, '4': 0, '5': 0, '18': 1, '10': 1, '11': 1, '17': 1, '19': 1}, 'l_slots': {'112': 1, '110': 1, '101': 1, '105': 1, '109': 1, '104': 1, '108': 1, '118': 1, '106': 1, '119': 1, '103': 1, '107': 1, '120': 1, '114': 1, '113': 1, '102': 1, '115': 1, '117': 1, '116': 1, '111': 1}, 's_slots': {'519': 1, '520': 1, '512': 1, '502': 1, '515': 1, '507': 1, '513': 1, '516': 1, '505': 1, '517': 1, '508': 1, '518': 1, '509': 1, '506': 1, '503': 1, '514': 1, '511': 1, '501': 1, '504': 1, '510': 1}}, 'link_id': {'link_uuid': {'uuid': 'e273644c-0dfa-5053-8850-0722995e7ba3'}}, 'link_endpoint_ids': [{'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': '68741528-2e94-5274-ab3c-fddcd8dc05ef'}}, 'endpoint_uuid': {'uuid': '811b34f9-112c-5cc5-a4e0-6e5f5e0bdada'}}, {'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': 'c944aaeb-bbdf-5f2d-b31c-8cc8903045b6'}}, 'endpoint_uuid': {'uuid': 'd777e553-af96-5ee7-a957-ce70b49e36ac'}}]}, {'name': 'T1.1-R1', 'optical_details': {'src_port': '1', 'dst_port': '12', 'local_peer_port': '1', 'remote_peer_port': '2', 'c_slots': {'4': 0, '3': 0, '10': 1, '9': 1, '2': 0, '13': 1, '8': 1, '6': 1, '17': 1, '5': 1, '20': 1, '1': 0, '18': 1, '14': 1, '19': 1, '11': 1, '15': 1, '12': 1, '7': 1, '16': 1}, 'l_slots': {'114': 1, '105': 1, '120': 1, '106': 1, '113': 1, '102': 1, '117': 1, '107': 1, '116': 1, '119': 1, '115': 1, '109': 1, '101': 1, '110': 1, '103': 1, '118': 1, '111': 1, '112': 1, '108': 1, '104': 1}, 's_slots': {'504': 1, '518': 1, '516': 1, '509': 1, '503': 1, '506': 1, '520': 1, '510': 1, '514': 1, '511': 1, '507': 1, '517': 1, '502': 1, '508': 1, '519': 1, '505': 1, '515': 1, '513': 1, '512': 1, '501': 1}}, 'link_id': {'link_uuid': {'uuid': 'e8bd9082-ebad-55b8-b110-7c21fddaf1cf'}}, 'link_endpoint_ids': [{'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': '4dbdc2d8-cbde-5e48-a3c0-5161387a58c7'}}, 'endpoint_uuid': {'uuid': '5eb4f156-7811-53f3-9172-8402127cf7b9'}}, {'topology_id': {'context_id': {'context_uuid': {'uuid': '43813baf-195e-5da6-af20-b3d0922e71a7'}}, 'topology_uuid': {'uuid': 'c76135e3-24a8-5e92-9bed-c3c9139359c8'}}, 'device_id': {'device_uuid': {'uuid': '68741528-2e94-5274-ab3c-fddcd8dc05ef'}}, 'endpoint_uuid': {'uuid': '690284c6-a8f7-54a0-82ed-19e721976221'}}]}, {'name': 'R2-R1', 'optical_details': {'src_port': '101', 'dst_port': '111', 'local_peer_port': '111', 'remote_peer_port': '101', 'c_slots': {'9': 1, '20': 1, '10': 1, '11': 1, '17': 1, '19': 1, '5': 1, '1': 1, '15': 1, '3': 1, '2': 1, '6': 1, '110.1.83.219 - - [25/Apr/2024 18:06:28] "DELETE /OpticalTFS/DelLightpath/1/T1.1/T2.1/100 HTTP/1.1" 200 - -INFO:werkzeug:10.1.83.219 - - [25/Apr/2024 18:06:28] "DELETE /OpticalTFS/DelLightpath/1/T1.1/T2.1/100 HTTP/1.1" 200 - diff --git a/manifests/analyticsservice.yaml b/manifests/analyticsservice.yaml index 0fa3ed0be6eda8cf944e199543e3c2cd59cc98d6..536bb185286ba5444ad22d17d00706a066172e4c 100644 --- a/manifests/analyticsservice.yaml +++ b/manifests/analyticsservice.yaml @@ -37,9 +37,13 @@ spec: env: - name: LOG_LEVEL value: "INFO" + - name: CRDB_DATABASE + value: "tfs_analytics" + - name: METRICS_PORT + value: "9192" envFrom: - secretRef: - name: crdb-analytics + name: crdb-data - secretRef: name: kfk-kpi-data readinessProbe: @@ -60,10 +64,12 @@ spec: imagePullPolicy: Always ports: - containerPort: 30090 - - containerPort: 9192 + - containerPort: 9193 env: - name: LOG_LEVEL value: "INFO" + - name: METRICS_PORT + value: "9193" envFrom: - secretRef: name: kfk-kpi-data @@ -92,18 +98,22 @@ spec: selector: app: analyticsservice ports: - - name: frontend-grpc + - name: grpc protocol: TCP port: 30080 targetPort: 30080 - - name: backend-grpc + - name: grpc-backend protocol: TCP port: 30090 targetPort: 30090 - - name: metrics + - name: metrics-frontend protocol: TCP port: 9192 targetPort: 9192 + - name: metrics-backend + protocol: TCP + port: 9193 + targetPort: 9193 --- apiVersion: autoscaling/v2 kind: HorizontalPodAutoscaler diff --git a/manifests/automationservice.yaml b/manifests/automationservice.yaml new file mode 100644 index 0000000000000000000000000000000000000000..f6c97f7fb7635e4b04431d41dbf20ca3edc51475 --- /dev/null +++ b/manifests/automationservice.yaml @@ -0,0 +1,80 @@ +# Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +apiVersion: apps/v1 +kind: Deployment +metadata: + name: automationservice +spec: + selector: + matchLabels: + app: automationservice + replicas: 1 + template: + metadata: + annotations: + # Required for IETF L2VPN SBI when both parent and child run in same K8s cluster with Linkerd + config.linkerd.io/skip-outbound-ports: "2002" + labels: + app: automationservice + spec: + terminationGracePeriodSeconds: 5 + containers: + - name: server + image: labs.etsi.org:5050/tfs/controller/automation:latest + imagePullPolicy: Always + ports: + - containerPort: 30200 + - containerPort: 9192 + env: + - name: LOG_LEVEL + value: "INFO" + startupProbe: + exec: + command: ["/bin/grpc_health_probe", "-addr=:30200"] + failureThreshold: 30 + periodSeconds: 1 + readinessProbe: + exec: + command: ["/bin/grpc_health_probe", "-addr=:30200"] + livenessProbe: + exec: + command: ["/bin/grpc_health_probe", "-addr=:30200"] + resources: + requests: + cpu: 250m + memory: 128Mi + limits: + cpu: 1000m + memory: 1024Mi +--- +apiVersion: v1 +kind: Service +metadata: + name: automationservice + labels: + app: automationservice +spec: + type: ClusterIP + selector: + app: automationservice + ports: + - name: grpc + protocol: TCP + port: 30200 + targetPort: 30200 + - name: metrics + protocol: TCP + port: 9192 + targetPort: 9192 diff --git a/manifests/contextservice.yaml b/manifests/contextservice.yaml index 3abc4f208da8b4820b589b798a328c4a971f55f0..0fc8a1c44f7358a962276ebcf38a165d2db986cd 100644 --- a/manifests/contextservice.yaml +++ b/manifests/contextservice.yaml @@ -45,6 +45,8 @@ spec: value: "FALSE" - name: ALLOW_EXPLICIT_ADD_LINK_TO_TOPOLOGY value: "FALSE" + - name: CRDB_DATABASE + value: "tfs_context" envFrom: - secretRef: name: crdb-data diff --git a/manifests/e2e_orchestratorservice.yaml b/manifests/e2e_orchestratorservice.yaml index b6354c7a8aef7dc565b61d84703f905055b9303f..893f3464fabea2d1151c007a612e781d1f999093 100644 --- a/manifests/e2e_orchestratorservice.yaml +++ b/manifests/e2e_orchestratorservice.yaml @@ -20,8 +20,12 @@ spec: selector: matchLabels: app: e2e-orchestratorservice + replicas: 1 template: metadata: + annotations: + config.linkerd.io/skip-outbound-ports: "8761" + config.linkerd.io/skip-inbound-ports: "8761" labels: app: e2e-orchestratorservice spec: @@ -33,9 +37,18 @@ spec: ports: - containerPort: 10050 - containerPort: 9192 + - containerPort: 8761 env: - name: LOG_LEVEL value: "INFO" + - name: WS_IP_HOST + value: "nbiservice.tfs-ip.svc.cluster.local" + - name: WS_IP_PORT + value: "8761" + - name: WS_E2E_HOST + value: "e2e-orchestratorservice.tfs-e2e.svc.cluster.local" + - name: WS_E2E_PORT + value: "8762" readinessProbe: exec: command: ["/bin/grpc_health_probe", "-addr=:10050"] @@ -67,25 +80,6 @@ spec: - name: metrics port: 9192 targetPort: 9192 ---- -apiVersion: autoscaling/v2 -kind: HorizontalPodAutoscaler -metadata: - name: e2e-orchestratorservice-hpa -spec: - scaleTargetRef: - apiVersion: apps/v1 - kind: Deployment - name: e2e-orchestratorservice - minReplicas: 1 - maxReplicas: 20 - metrics: - - type: Resource - resource: - name: cpu - target: - type: Utilization - averageUtilization: 80 - #behavior: - # scaleDown: - # stabilizationWindowSeconds: 30 + - name: ws + port: 8761 + targetPort: 8761 diff --git a/manifests/kpi_managerservice.yaml b/manifests/kpi_managerservice.yaml index 984d783a9de7ed3c0c02e87d82ec673dc19c9508..f8ee8ff821ec1acb689cbe8d0bb8f8f407c971e3 100644 --- a/manifests/kpi_managerservice.yaml +++ b/manifests/kpi_managerservice.yaml @@ -39,9 +39,11 @@ spec: env: - name: LOG_LEVEL value: "INFO" + - name: CRDB_DATABASE + value: "tfs_kpi_mgmt" envFrom: - secretRef: - name: crdb-kpi-data + name: crdb-data readinessProbe: exec: command: ["/bin/grpc_health_probe", "-addr=:30010"] diff --git a/manifests/nbiservice.yaml b/manifests/nbiservice.yaml index d3892118a3d8330335b58459a0953bb45e4854ea..72cfde514341b0ef89b3b8eb91ab01b23a27c14b 100644 --- a/manifests/nbiservice.yaml +++ b/manifests/nbiservice.yaml @@ -23,6 +23,9 @@ spec: replicas: 1 template: metadata: + annotations: + config.linkerd.io/skip-inbound-ports: "8762" + config.linkerd.io/skip-outbound-ports: "8762" labels: app: nbiservice spec: @@ -35,9 +38,14 @@ spec: - containerPort: 8080 - containerPort: 9090 - containerPort: 9192 + - containerPort: 8762 env: - name: LOG_LEVEL value: "INFO" + - name: IETF_NETWORK_RENDERER + value: "LIBYANG" + - name: WS_E2E_PORT + value: "8762" readinessProbe: exec: command: ["/bin/grpc_health_probe", "-addr=:9090"] @@ -75,3 +83,7 @@ spec: protocol: TCP port: 9192 targetPort: 9192 + - name: ws + protocol: TCP + port: 8762 + targetPort: 8762 diff --git a/manifests/nginx_ingress_http.yaml b/manifests/nginx_ingress_http.yaml index ed713bf29ad8228ab3f5b051af24519c2fb9ef09..619d85f7a82af48c71464038bf14a833903d1a58 100644 --- a/manifests/nginx_ingress_http.yaml +++ b/manifests/nginx_ingress_http.yaml @@ -66,6 +66,6 @@ spec: pathType: Prefix backend: service: - name: qkd-appservice + name: nbiservice port: - number: 8005 + number: 8080 diff --git a/manifests/qkd_appservice.yaml b/manifests/qkd_appservice.yaml index 4f89d6c6f8400b509dc595f551e8f181e70b2f51..ba02e2e1da34ac670f68e17c28e9847603401d3a 100644 --- a/manifests/qkd_appservice.yaml +++ b/manifests/qkd_appservice.yaml @@ -28,36 +28,35 @@ spec: spec: terminationGracePeriodSeconds: 5 containers: - - name: server - image: labs.etsi.org:5050/tfs/controller/qkd_app:latest - imagePullPolicy: Always - ports: - - containerPort: 10060 - - containerPort: 9192 - - containerPort: 8005 - env: - - name: LOG_LEVEL - value: "DEBUG" - - name: CRDB_DATABASE_APP - value: "qkd_app" - envFrom: - - secretRef: - name: crdb-data - - secretRef: - name: nats-data - readinessProbe: - exec: - command: ["/bin/grpc_health_probe", "-addr=:10060"] - livenessProbe: - exec: - command: ["/bin/grpc_health_probe", "-addr=:10060"] - resources: - requests: - cpu: 150m - memory: 128Mi - limits: - cpu: 500m - memory: 512Mi + - name: server + image: labs.etsi.org:5050/tfs/controller/qkd_app:latest + imagePullPolicy: Always + ports: + - containerPort: 10060 + - containerPort: 9192 + env: + - name: LOG_LEVEL + value: "INFO" + - name: CRDB_DATABASE + value: "qkd_app" + envFrom: + - secretRef: + name: crdb-data + - secretRef: + name: nats-data + readinessProbe: + exec: + command: ["/bin/grpc_health_probe", "-addr=:10060"] + livenessProbe: + exec: + command: ["/bin/grpc_health_probe", "-addr=:10060"] + resources: + requests: + cpu: 150m + memory: 128Mi + limits: + cpu: 500m + memory: 512Mi --- apiVersion: v1 kind: Service @@ -70,14 +69,11 @@ spec: selector: app: qkd-appservice ports: - - name: grpc - protocol: TCP - port: 10060 - targetPort: 10060 - - name: metrics - protocol: TCP - port: 9192 - targetPort: 9192 - - name: http - port: 8005 - targetPort: 8005 + - name: grpc + protocol: TCP + port: 10060 + targetPort: 10060 + - name: metrics + protocol: TCP + port: 9192 + targetPort: 9192 diff --git a/manifests/qos_profileservice.yaml b/manifests/qos_profileservice.yaml new file mode 100644 index 0000000000000000000000000000000000000000..801607880bbcd9a51bacbec396f797dda7132d81 --- /dev/null +++ b/manifests/qos_profileservice.yaml @@ -0,0 +1,101 @@ +# Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +apiVersion: apps/v1 +kind: Deployment +metadata: + name: qos-profileservice +spec: + selector: + matchLabels: + app: qos-profileservice + #replicas: 1 + template: + metadata: + annotations: + config.linkerd.io/skip-outbound-ports: "4222" + labels: + app: qos-profileservice + spec: + terminationGracePeriodSeconds: 5 + containers: + - name: server + image: labs.etsi.org:5050/tfs/controller/qos_profile:latest + imagePullPolicy: Always + ports: + - containerPort: 20040 + - containerPort: 9192 + env: + - name: LOG_LEVEL + value: "INFO" + - name: CRDB_DATABASE + value: "tfs_qos_profile" + envFrom: + - secretRef: + name: crdb-data + readinessProbe: + exec: + command: ["/bin/grpc_health_probe", "-addr=:20040"] + livenessProbe: + exec: + command: ["/bin/grpc_health_probe", "-addr=:20040"] + resources: + requests: + cpu: 250m + memory: 128Mi + limits: + cpu: 1000m + memory: 1024Mi +--- +apiVersion: v1 +kind: Service +metadata: + name: qos-profileservice + labels: + app: qos-profileservice +spec: + type: ClusterIP + selector: + app: qos-profileservice + ports: + - name: grpc + protocol: TCP + port: 20040 + targetPort: 20040 + - name: metrics + protocol: TCP + port: 9192 + targetPort: 9192 +--- +apiVersion: autoscaling/v2 +kind: HorizontalPodAutoscaler +metadata: + name: qos-profileservice-hpa +spec: + scaleTargetRef: + apiVersion: apps/v1 + kind: Deployment + name: qos-profileservice + minReplicas: 1 + maxReplicas: 20 + metrics: + - type: Resource + resource: + name: cpu + target: + type: Utilization + averageUtilization: 80 + #behavior: + # scaleDown: + # stabilizationWindowSeconds: 30 diff --git a/manifests/servicemonitors.yaml b/manifests/servicemonitors.yaml index 716c1c6891802d7fcc55da798d06c650373fb1b5..8a8fe6f39eff87d12582f2f83734c07dc695cea3 100644 --- a/manifests/servicemonitors.yaml +++ b/manifests/servicemonitors.yaml @@ -475,3 +475,156 @@ spec: any: false matchNames: - tfs # namespace where the app is running +--- +apiVersion: monitoring.coreos.com/v1 +kind: ServiceMonitor +metadata: + namespace: monitoring # namespace where prometheus is running + name: tfs-analyticsservice-metric + labels: + app: analyticsservice + #release: prometheus + #release: prom # name of the release + # ( VERY IMPORTANT: You need to know the correct release name by viewing + # the servicemonitor of Prometheus itself: Without the correct name, + # Prometheus cannot identify the metrics of the Flask app as the target.) +spec: + selector: + matchLabels: + # Target app service + #namespace: tfs + app: analyticsservice # same as above + #release: prometheus # same as above + endpoints: + - port: metrics-frontend # named port in target app + scheme: http + path: /metrics # path to scrape + interval: 5s # scrape interval + - port: metrics-backend # named port in target app + scheme: http + path: /metrics # path to scrape + interval: 5s # scrape interval + namespaceSelector: + any: false + matchNames: + - tfs # namespace where the app is running +--- +apiVersion: monitoring.coreos.com/v1 +kind: ServiceMonitor +metadata: + namespace: monitoring # namespace where prometheus is running + name: tfs-telemetryservice-metric + labels: + app: telemetryservice + #release: prometheus + #release: prom # name of the release + # ( VERY IMPORTANT: You need to know the correct release name by viewing + # the servicemonitor of Prometheus itself: Without the correct name, + # Prometheus cannot identify the metrics of the Flask app as the target.) +spec: + selector: + matchLabels: + # Target app service + #namespace: tfs + app: telemetryservice # same as above + #release: prometheus # same as above + endpoints: + - port: metrics-frontend # named port in target app + scheme: http + path: /metrics # path to scrape + interval: 5s # scrape interval + - port: metrics-backend # named port in target app + scheme: http + path: /metrics # path to scrape + interval: 5s # scrape interval + namespaceSelector: + any: false + matchNames: + - tfs # namespace where the app is running +--- +apiVersion: monitoring.coreos.com/v1 +kind: ServiceMonitor +metadata: + namespace: monitoring # namespace where prometheus is running + name: tfs-kpi-managerservice-metric + labels: + app: kpi-managerservice + #release: prometheus + #release: prom # name of the release + # ( VERY IMPORTANT: You need to know the correct release name by viewing + # the servicemonitor of Prometheus itself: Without the correct name, + # Prometheus cannot identify the metrics of the Flask app as the target.) +spec: + selector: + matchLabels: + # Target app service + #namespace: tfs + app: kpi-managerservice # same as above + #release: prometheus # same as above + endpoints: + - port: metrics # named port in target app + scheme: http + path: /metrics # path to scrape + interval: 5s # scrape interval + namespaceSelector: + any: false + matchNames: + - tfs # namespace where the app is running +--- +apiVersion: monitoring.coreos.com/v1 +kind: ServiceMonitor +metadata: + namespace: monitoring # namespace where prometheus is running + name: tfs-kpi_value_apiservice-metric + labels: + app: kpi_value_apiservice + #release: prometheus + #release: prom # name of the release + # ( VERY IMPORTANT: You need to know the correct release name by viewing + # the servicemonitor of Prometheus itself: Without the correct name, + # Prometheus cannot identify the metrics of the Flask app as the target.) +spec: + selector: + matchLabels: + # Target app service + #namespace: tfs + app: kpi_value_apiservice # same as above + #release: prometheus # same as above + endpoints: + - port: metrics # named port in target app + scheme: http + path: /metrics # path to scrape + interval: 5s # scrape interval + namespaceSelector: + any: false + matchNames: + - tfs # namespace where the app is running +--- +apiVersion: monitoring.coreos.com/v1 +kind: ServiceMonitor +metadata: + namespace: monitoring # namespace where prometheus is running + name: tfs-kpi_value_writerservice-metric + labels: + app: kpi_value_writerservice + #release: prometheus + #release: prom # name of the release + # ( VERY IMPORTANT: You need to know the correct release name by viewing + # the servicemonitor of Prometheus itself: Without the correct name, + # Prometheus cannot identify the metrics of the Flask app as the target.) +spec: + selector: + matchLabels: + # Target app service + #namespace: tfs + app: kpi_value_writerservice # same as above + #release: prometheus # same as above + endpoints: + - port: metrics # named port in target app + scheme: http + path: /metrics # path to scrape + interval: 5s # scrape interval + namespaceSelector: + any: false + matchNames: + - tfs # namespace where the app is running diff --git a/manifests/telemetryservice.yaml b/manifests/telemetryservice.yaml index 2f9917499a425b95d436ffa8cdb311d29483d2ca..86d864157838513dd68f10679d44d11b074c422c 100644 --- a/manifests/telemetryservice.yaml +++ b/manifests/telemetryservice.yaml @@ -37,9 +37,13 @@ spec: env: - name: LOG_LEVEL value: "INFO" + - name: CRDB_DATABASE + value: "tfs_telemetry" + - name: METRICS_PORT + value: "9192" envFrom: - secretRef: - name: crdb-telemetry + name: crdb-data - secretRef: name: kfk-kpi-data readinessProbe: @@ -60,10 +64,12 @@ spec: imagePullPolicy: Always ports: - containerPort: 30060 - - containerPort: 9192 + - containerPort: 9193 env: - name: LOG_LEVEL value: "INFO" + - name: METRICS_PORT + value: "9193" envFrom: - secretRef: name: kfk-kpi-data @@ -92,18 +98,22 @@ spec: selector: app: telemetryservice ports: - - name: frontend-grpc + - name: grpc protocol: TCP port: 30050 targetPort: 30050 - - name: backend-grpc + - name: grpc-backend protocol: TCP port: 30060 targetPort: 30060 - - name: metrics + - name: metrics-frontend protocol: TCP port: 9192 targetPort: 9192 + - name: metrics-backend + protocol: TCP + port: 9193 + targetPort: 9193 --- apiVersion: autoscaling/v2 kind: HorizontalPodAutoscaler diff --git a/manifests/vnt_managerservice.yaml b/manifests/vnt_managerservice.yaml new file mode 100644 index 0000000000000000000000000000000000000000..62c575139e972d9d7ae26f1218f78f725291cc5b --- /dev/null +++ b/manifests/vnt_managerservice.yaml @@ -0,0 +1,77 @@ +# Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +apiVersion: apps/v1 +kind: Deployment +metadata: + name: vnt-managerservice +spec: + selector: + matchLabels: + app: vnt-managerservice + replicas: 1 + template: + metadata: + annotations: + config.linkerd.io/skip-outbound-ports: "8765" + config.linkerd.io/skip-inbound-ports: "8765" + labels: + app: vnt-managerservice + spec: + terminationGracePeriodSeconds: 5 + containers: + - name: server + image: labs.etsi.org:5050/tfs/controller/vnt_manager:latest + imagePullPolicy: Always + ports: + - containerPort: 10080 + - containerPort: 9192 + env: + - name: LOG_LEVEL + value: "INFO" + - name: WS_IP_PORT + value: "8761" + - name: WS_E2E_PORT + value: "8762" + readinessProbe: + exec: + command: ["/bin/grpc_health_probe", "-addr=:10080"] + livenessProbe: + exec: + command: ["/bin/grpc_health_probe", "-addr=:10080"] + resources: + requests: + cpu: 250m + memory: 128Mi + limits: + cpu: 1000m + memory: 1024Mi +--- +apiVersion: v1 +kind: Service +metadata: + name: vnt-managerservice + labels: + app: vnt-managerservice +spec: + type: ClusterIP + selector: + app: vnt-managerservice + ports: + - name: grpc + port: 10080 + targetPort: 10080 + - name: metrics + port: 9192 + targetPort: 9192 diff --git a/my_deploy.sh b/my_deploy.sh index 68b6bb044f25f7bdc4091327ade6850b5d6db565..8d2e733d462ae743c7187eb9b6a58d7da14033a7 100755 --- a/my_deploy.sh +++ b/my_deploy.sh @@ -20,13 +20,16 @@ export TFS_REGISTRY_IMAGES="http://localhost:32000/tfs/" # Set the list of components, separated by spaces, you want to build images for, and deploy. -export TFS_COMPONENTS="context device pathcomp opticalcontroller qkd_app service slice webui nbi " +export TFS_COMPONENTS="context device pathcomp service slice nbi webui" # Uncomment to activate Monitoring (old) #export TFS_COMPONENTS="${TFS_COMPONENTS} monitoring" # Uncomment to activate Monitoring Framework (new) -#export TFS_COMPONENTS="${TFS_COMPONENTS} kpi_manager kpi_value_writer kpi_value_api" +#export TFS_COMPONENTS="${TFS_COMPONENTS} kpi_manager kpi_value_writer kpi_value_api telemetry analytics automation" + +# Uncomment to activate QoS Profiles +#export TFS_COMPONENTS="${TFS_COMPONENTS} qos_profile" # Uncomment to activate BGP-LS Speaker #export TFS_COMPONENTS="${TFS_COMPONENTS} bgpls_speaker" @@ -62,6 +65,9 @@ export TFS_COMPONENTS="context device pathcomp opticalcontroller qkd_app service # Uncomment to activate E2E Orchestrator #export TFS_COMPONENTS="${TFS_COMPONENTS} e2e_orchestrator" +# Uncomment to activate VNT Manager +#export TFS_COMPONENTS="${TFS_COMPONENTS} vnt_manager" + # Uncomment to activate DLT and Interdomain #export TFS_COMPONENTS="${TFS_COMPONENTS} interdomain dlt" #if [[ "$TFS_COMPONENTS" == *"dlt"* ]]; then @@ -80,6 +86,9 @@ export TFS_COMPONENTS="context device pathcomp opticalcontroller qkd_app service # export TFS_COMPONENTS="${BEFORE} qkd_app service ${AFTER}" #fi +# Uncomment to activate Load Generator +#export TFS_COMPONENTS="${TFS_COMPONENTS} load_generator" + # Set the tag you want to use for your images. export TFS_IMAGE_TAG="dev" @@ -131,7 +140,7 @@ export CRDB_DEPLOY_MODE="single" export CRDB_DROP_DATABASE_IF_EXISTS="" # Disable flag for re-deploying CockroachDB from scratch. -export CRDB_REDEPLOY="YES" +export CRDB_REDEPLOY="" # ----- NATS ------------------------------------------------------------------- diff --git a/proto/analytics_frontend.proto b/proto/analytics_frontend.proto index ace0581db816bee1d0d20746f2b864dce602567b..bb6afb2e424b646fd8d9a6810c38a8a6863c230f 100644 --- a/proto/analytics_frontend.proto +++ b/proto/analytics_frontend.proto @@ -20,7 +20,7 @@ import "kpi_manager.proto"; //import "kpi_sample_types.proto"; service AnalyticsFrontendService { - rpc StartAnalyzer (Analyzer ) returns (AnalyzerId ) {} + rpc StartAnalyzer (Analyzer ) returns (AnalyzerId) {} rpc StopAnalyzer (AnalyzerId ) returns (context.Empty) {} rpc SelectAnalyzers(AnalyzerFilter) returns (AnalyzerList ) {} } diff --git a/proto/automation.proto b/proto/automation.proto new file mode 100644 index 0000000000000000000000000000000000000000..edb1ef404171270e740e2b30944151d98607292c --- /dev/null +++ b/proto/automation.proto @@ -0,0 +1,69 @@ +// Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +syntax = "proto3"; +package automation; + +import "context.proto"; +import "policy.proto"; + +// Automation service RPCs +service AutomationService { + rpc ZSMCreate (ZSMCreateRequest ) returns (ZSMService ) {} + rpc ZSMUpdate (ZSMCreateUpdate ) returns (ZSMService ) {} + rpc ZSMDelete (ZSMServiceID ) returns (ZSMServiceState) {} + rpc ZSMGetById (ZSMServiceID ) returns (ZSMService ) {} + rpc ZSMGetByService (context.ServiceId) returns (ZSMService ) {} +} + +// ZSM service states +enum ZSMServiceStateEnum { + ZSM_UNDEFINED = 0; // Undefined ZSM loop state + ZSM_FAILED = 1; // ZSM loop failed + ZSM_ACTIVE = 2; // ZSM loop is currently active + ZSM_INACTIVE = 3; // ZSM loop is currently inactive + ZSM_UPDATED = 4; // ZSM loop is updated + ZSM_REMOVED = 5; // ZSM loop is removed +} + +message ZSMCreateRequest { + context.ServiceId serviceId = 1; + policy.PolicyRuleList policyList = 2; +} + +message ZSMCreateUpdate { + context.Uuid ZSMServiceID = 1; + policy.PolicyRuleList policyList = 2; +} + +// A unique identifier per ZSM service +message ZSMServiceID { + context.Uuid uuid = 1; +} + +// The state of a ZSM service +message ZSMServiceState { + ZSMServiceStateEnum zsmServiceState = 1; + string zsmServiceStateMessage = 2; +} + +// Basic ZSM service attributes +message ZSMService { + ZSMServiceID zsmServiceId = 1; + + context.ServiceId serviceId = 2; + policy.PolicyRuleList policyList = 3; + + // TODO: When new Analytics and updated Monitoring are in place, add the necessary binding to them +} diff --git a/proto/context.proto b/proto/context.proto index 64a01526522889644ab68aa0b7a24e3db428416c..f7659a01e101e0f61168cb0503133bf75bc892a9 100644 --- a/proto/context.proto +++ b/proto/context.proto @@ -77,20 +77,20 @@ service ContextService { // ------------------------------ Experimental ----------------------------- - rpc GetOpticalConfig (Empty ) returns ( OpticalConfigList ) {} - rpc SetOpticalConfig (OpticalConfig ) returns ( OpticalConfigId ) {} - rpc UpdateOpticalConfig (OpticalConfig ) returns ( OpticalConfigId ) {} - rpc SelectOpticalConfig (OpticalConfigId ) returns ( OpticalConfig ) {} - rpc DeleteOpticalConfig (OpticalConfigId ) returns ( Empty ) {} - rpc DeleteOpticalChannel (OpticalConfig ) returns ( Empty ) {} + rpc GetOpticalConfig (Empty ) returns (OpticalConfigList) {} + rpc SetOpticalConfig (OpticalConfig ) returns (OpticalConfigId ) {} + rpc UpdateOpticalConfig (OpticalConfig ) returns (OpticalConfigId ) {} + rpc SelectOpticalConfig (OpticalConfigId ) returns (OpticalConfig ) {} + rpc DeleteOpticalConfig (OpticalConfigId ) returns (Empty ) {} + rpc DeleteOpticalChannel (OpticalConfig ) returns (Empty ) {} - rpc SetOpticalLink (OpticalLink ) returns ( Empty ) {} - rpc GetOpticalLink (LinkId ) returns ( OpticalLink ) {} - rpc DeleteOpticalLink (LinkId ) returns ( Empty ) {} - rpc GetOpticalLinkList (Empty ) returns ( OpticalLinkList ) {} + rpc SetOpticalLink (OpticalLink ) returns (Empty ) {} + rpc GetOpticalLink (LinkId ) returns (OpticalLink ) {} + rpc DeleteOpticalLink (LinkId ) returns (Empty ) {} + rpc GetOpticalLinkList (Empty ) returns (OpticalLinkList ) {} - rpc DeleteServiceConfigRule (ServiceConfigRule ) returns ( Empty ) {} - } + rpc DeleteServiceConfigRule(ServiceConfigRule) returns (Empty ) {} +} // ----- Generic ------------------------------------------------------------------------------------------------------- message Empty {} @@ -154,8 +154,7 @@ message Topology { string name = 2; repeated DeviceId device_ids = 3; repeated LinkId link_ids = 4; - - repeated LinkId optical_link_ids=5; + repeated LinkId optical_link_ids = 5; } message TopologyDetails { @@ -163,8 +162,7 @@ message TopologyDetails { string name = 2; repeated Device devices = 3; repeated Link links = 4; - - repeated OpticalLink optical_links =5 ; + repeated OpticalLink optical_links = 5; } message TopologyIdList { @@ -270,6 +268,7 @@ message Link { string name = 2; repeated EndPointId link_endpoint_ids = 3; LinkAttributes attributes = 4; + LinkTypeEnum link_type = 5; } message LinkIdList { @@ -285,6 +284,13 @@ message LinkEvent { LinkId link_id = 2; } +enum LinkTypeEnum { + LINKTYPE_UNKNOWN = 0; + LINKTYPE_COPPER = 1; + LINKTYPE_VIRTUAL_COPPER = 2; + LINKTYPE_OPTICAL = 3; + LINKTYPE_VIRTUAL_OPTICAL = 4; +} // ----- Service ------------------------------------------------------------------------------------------------------- message ServiceId { @@ -321,7 +327,6 @@ enum ServiceStatusEnum { SERVICESTATUS_UPDATING = 3; SERVICESTATUS_PENDING_REMOVAL = 4; SERVICESTATUS_SLA_VIOLATED = 5; - } message ServiceStatus { @@ -547,7 +552,7 @@ message Constraint_Custom { } message Constraint_Schedule { - float start_timestamp = 1; + double start_timestamp = 1; float duration_days = 2; } @@ -613,6 +618,16 @@ message Constraint_Exclusions { repeated LinkId link_ids = 4; } + +message QoSProfileId { + context.Uuid qos_profile_id = 1; +} + +message Constraint_QoSProfile { + QoSProfileId qos_profile_id = 1; + string qos_profile_name = 2; +} + message Constraint { ConstraintActionEnum action = 1; oneof constraint { @@ -625,6 +640,7 @@ message Constraint { Constraint_SLA_Availability sla_availability = 8; Constraint_SLA_Isolation_level sla_isolation = 9; Constraint_Exclusions exclusions = 10; + Constraint_QoSProfile qos_profile = 11; } } @@ -664,7 +680,6 @@ message OpticalConfigEvent { // ---- Optical Link ---- message OpticalEndPointId { - DeviceId device_id = 2; Uuid endpoint_uuid = 3; } @@ -683,16 +698,16 @@ message OpticalLinkDetails { string local_peer_port = 4; string remote_peer_port = 5 ; bool used = 6 ; - map< string ,int32 > c_slots = 7; - map< string ,int32 > l_slots = 8; - map< string ,int32 > s_slots = 9; + map<string, int32> c_slots = 7; + map<string, int32> l_slots = 8; + map<string, int32> s_slots = 9; } message OpticalLink { string name = 1; OpticalLinkDetails optical_details = 2; LinkId link_id = 3; - repeated EndPointId link_endpoint_ids=4; + repeated EndPointId link_endpoint_ids=4; } @@ -702,4 +717,4 @@ message OpticalLink { message ServiceConfigRule { ServiceId service_id =1; ConfigRule_Custom configrule_custom =2; -} \ No newline at end of file +} diff --git a/proto/e2eorchestrator.proto b/proto/e2eorchestrator.proto index d8f539f9fa7a7adaeaf48add127dd3077c904375..731016934300a45e6664b90e73ba458cb03ecfb7 100644 --- a/proto/e2eorchestrator.proto +++ b/proto/e2eorchestrator.proto @@ -20,7 +20,8 @@ import "context.proto"; service E2EOrchestratorService { - rpc Compute(E2EOrchestratorRequest) returns (E2EOrchestratorReply) {} + rpc Compute(E2EOrchestratorRequest) returns (E2EOrchestratorReply) {} + rpc PushTopology(context.Topology) returns (context.Empty) {} } message E2EOrchestratorRequest { diff --git a/proto/kpi_value_api.proto b/proto/kpi_value_api.proto index dff96272e3d05756dd19a49ecaede7311b196540..a97b0ae2b023dfe0a535aa3cb1ba63b00b418371 100644 --- a/proto/kpi_value_api.proto +++ b/proto/kpi_value_api.proto @@ -19,18 +19,19 @@ import "context.proto"; import "kpi_manager.proto"; service KpiValueAPIService { - rpc StoreKpiValues (KpiValueList) returns (context.Empty) {} - rpc SelectKpiValues (KpiValueFilter) returns (KpiValueList) {} + rpc StoreKpiValues (KpiValueList ) returns (context.Empty ) {} + rpc SelectKpiValues (KpiValueFilter ) returns (KpiValueList ) {} + rpc GetKpiAlarms (kpi_manager.KpiId) returns (stream KpiAlarms) {} } message KpiValue { - kpi_manager.KpiId kpi_id = 1; - context.Timestamp timestamp = 2; - KpiValueType kpi_value_type = 3; + kpi_manager.KpiId kpi_id = 1; + context.Timestamp timestamp = 2; + KpiValueType kpi_value_type = 3; } message KpiValueList { - repeated KpiValue kpi_value_list = 1; + repeated KpiValue kpi_value_list = 1; } message KpiValueType { @@ -46,7 +47,14 @@ message KpiValueType { } message KpiValueFilter { - repeated kpi_manager.KpiId kpi_id = 1; - repeated context.Timestamp start_timestamp = 2; - repeated context.Timestamp end_timestamp = 3; + repeated kpi_manager.KpiId kpi_id = 1; + repeated context.Timestamp start_timestamp = 2; + repeated context.Timestamp end_timestamp = 3; +} + +message KpiAlarms { + context.Timestamp start_timestamp = 1; + context.Timestamp end_timestamp = 2; + kpi_manager.KpiId kpi_id = 3; + map<string, bool> alarms = 4; } diff --git a/proto/optical_device.proto b/proto/optical_device.proto index 2be96a2a066ce5b14e926860490e5935215d008b..39eb92e4420bf28979b5da9d93ec9264a07dacb3 100644 --- a/proto/optical_device.proto +++ b/proto/optical_device.proto @@ -18,9 +18,8 @@ package optical_device; import "context.proto"; service OpenConfigService { - rpc AddOpenConfigDevice (context.OpticalConfig) returns (context.OpticalConfigId) {} - rpc ConfigureOpticalDevice(context.OpticalConfig) returns (context.Empty ) {} - rpc DisableOpticalDevice(context.OpticalConfig) returns (context.Empty ) {} - rpc GetDeviceConfiguration(context.OpticalConfigList) returns (context.Empty) {} - + rpc AddOpenConfigDevice (context.OpticalConfig ) returns (context.OpticalConfigId) {} + rpc ConfigureOpticalDevice(context.OpticalConfig ) returns (context.Empty ) {} + rpc DisableOpticalDevice (context.OpticalConfig ) returns (context.Empty ) {} + rpc GetDeviceConfiguration(context.OpticalConfigList) returns (context.Empty ) {} } diff --git a/proto/qkd_app.proto b/proto/qkd_app.proto index 7b6c47330833849b889e770aac43844ec6e6072c..b22948d6cd3040146677d378a080283786d44f96 100644 --- a/proto/qkd_app.proto +++ b/proto/qkd_app.proto @@ -1,11 +1,26 @@ +// Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + syntax = "proto3"; package qkd_app; import "context.proto"; -// Optare: Change this if you want to change App's structure or enums. -// Optare: If a message (structure) is changed it must be changed in src/app/service/database +// Define Empty message if you don't want to use google.protobuf.Empty. +message Empty {} +// Enum representing possible states of a QKD application. enum QKDAppStatusEnum { QKDAPPSTATUS_ON = 0; QKDAPPSTATUS_DISCONNECTED = 1; @@ -13,16 +28,26 @@ enum QKDAppStatusEnum { QKDAPPSTATUS_ZOMBIE = 3; } +// Enum representing QKD application types. enum QKDAppTypesEnum { QKDAPPTYPES_INTERNAL = 0; QKDAPPTYPES_CLIENT = 1; } +// Message representing a QKDL (Quantum Key Distribution Link) identifier. message QKDLId { context.Uuid qkdl_uuid = 1; } +// Define QoS parameters for QKD applications +message QoS { + uint32 max_bandwidth = 1; // Maximum bandwidth (in bits per second) + uint32 min_bandwidth = 2; // Minimum bandwidth (optional) + uint32 jitter = 3; // Maximum jitter (in milliseconds) + uint32 ttl = 4; // Time-to-live (in seconds) +} +// Main message representing a QKD application with all required fields. message App { AppId app_id = 1; QKDAppStatusEnum app_status = 2; @@ -32,22 +57,24 @@ message App { repeated QKDLId backing_qkdl_id = 6; context.DeviceId local_device_id = 7; context.DeviceId remote_device_id = 8; + QoS qos = 9; // Include QoS in the App message } - +// Message representing an identifier for an app. message AppId { context.ContextId context_id = 1; context.Uuid app_uuid = 2; } - +// Service definition for AppService, including app registration and listing. service AppService { rpc RegisterApp(App) returns (context.Empty) {} - rpc ListApps (context.ContextId ) returns ( AppList ) {} - } - - + rpc ListApps(context.ContextId) returns (AppList) {} + rpc GetApp(AppId) returns (App) {} + rpc DeleteApp (AppId) returns (Empty) {} // Use locally defined Empty +} - message AppList { +// Message representing a list of apps. +message AppList { repeated App apps = 1; } diff --git a/proto/qos_profile.proto b/proto/qos_profile.proto new file mode 100644 index 0000000000000000000000000000000000000000..d032addf4889c8a7a19c260c23df6c74c8ffe55b --- /dev/null +++ b/proto/qos_profile.proto @@ -0,0 +1,58 @@ +// Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +syntax = "proto3"; +package qos_profile; + +import "context.proto"; + +message QoSProfileValueUnitPair { + int32 value = 1; + string unit = 2; +} + +message QoDConstraintsRequest { + context.QoSProfileId qos_profile_id = 1; + double start_timestamp = 2; + float duration = 3; +} + +message QoSProfile { + context.QoSProfileId qos_profile_id = 1; + string name = 2; + string description = 3; + string status = 4; + QoSProfileValueUnitPair targetMinUpstreamRate = 5; + QoSProfileValueUnitPair maxUpstreamRate = 6; + QoSProfileValueUnitPair maxUpstreamBurstRate = 7; + QoSProfileValueUnitPair targetMinDownstreamRate = 8; + QoSProfileValueUnitPair maxDownstreamRate = 9; + QoSProfileValueUnitPair maxDownstreamBurstRate = 10; + QoSProfileValueUnitPair minDuration = 11; + QoSProfileValueUnitPair maxDuration = 12; + int32 priority = 13; + QoSProfileValueUnitPair packetDelayBudget = 14; + QoSProfileValueUnitPair jitter = 15; + int32 packetErrorLossRate = 16; +} + + +service QoSProfileService { + rpc CreateQoSProfile (QoSProfile ) returns ( QoSProfile ) {} + rpc UpdateQoSProfile (QoSProfile ) returns ( QoSProfile ) {} + rpc DeleteQoSProfile (context.QoSProfileId ) returns ( context.Empty ) {} + rpc GetQoSProfile (context.QoSProfileId ) returns ( QoSProfile ) {} + rpc GetQoSProfiles (context.Empty ) returns (stream QoSProfile ) {} + rpc GetConstraintListFromQoSProfile (QoDConstraintsRequest) returns (stream context.Constraint) {} +} diff --git a/proto/vnt_manager.proto b/proto/vnt_manager.proto new file mode 100644 index 0000000000000000000000000000000000000000..1e1d67e122fa0cbb7088b366c5001a712a38a1f0 --- /dev/null +++ b/proto/vnt_manager.proto @@ -0,0 +1,37 @@ +// Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +// protocol buffers documentation: https://developers.google.com/protocol-buffers/docs/proto3 +syntax = "proto3"; +package vnt_manager; +import "context.proto"; + + +service VNTManagerService { + rpc VNTSubscript (VNTSubscriptionRequest) returns (VNTSubscriptionReply) {} + rpc ListVirtualLinkIds (context.Empty) returns (context.LinkIdList) {} + rpc ListVirtualLinks (context.Empty) returns (context.LinkList) {} + rpc GetVirtualLink (context.LinkId) returns (context.Link) {} + rpc SetVirtualLink (context.Link) returns (context.LinkId) {} + rpc RemoveVirtualLink (context.LinkId) returns (context.Empty) {} +} + +message VNTSubscriptionRequest { + string host = 1; + string port = 2; +} + +message VNTSubscriptionReply { + string subscription = 1; +} diff --git a/scripts/run_tests_locally-analytics-DB.sh b/scripts/run_tests_locally-analytics-DB.sh index 9df5068d6bde361a4a1e73b96990c0d407c88cb4..3efc8f97177ee821d7c4c1ce19ccb0a0f8731cce 100755 --- a/scripts/run_tests_locally-analytics-DB.sh +++ b/scripts/run_tests_locally-analytics-DB.sh @@ -19,6 +19,6 @@ PROJECTDIR=`pwd` cd $PROJECTDIR/src RCFILE=$PROJECTDIR/coverage/.coveragerc CRDB_SQL_ADDRESS=$(kubectl get service cockroachdb-public --namespace crdb -o jsonpath='{.spec.clusterIP}') -export CRDB_URI="cockroachdb://tfs:tfs123@${CRDB_SQL_ADDRESS}:26257/tfs_kpi_mgmt?sslmode=require" +export CRDB_URI="cockroachdb://tfs:tfs123@${CRDB_SQL_ADDRESS}:26257/tfs_analytics?sslmode=require" python3 -m pytest --log-level=DEBUG --log-cli-level=DEBUG --verbose \ analytics/tests/test_analytics_db.py diff --git a/scripts/run_tests_locally-analytics-backend.sh b/scripts/run_tests_locally-analytics-backend.sh new file mode 100755 index 0000000000000000000000000000000000000000..f2e0120278f07f01e41ccd90357a5ee863cb5698 --- /dev/null +++ b/scripts/run_tests_locally-analytics-backend.sh @@ -0,0 +1,25 @@ +#!/bin/bash +# Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + + +PROJECTDIR=`pwd` + +cd $PROJECTDIR/src +RCFILE=$PROJECTDIR/coverage/.coveragerc +export KFK_SERVER_ADDRESS='127.0.0.1:9092' +CRDB_SQL_ADDRESS=$(kubectl get service cockroachdb-public --namespace crdb -o jsonpath='{.spec.clusterIP}') +export CRDB_URI="cockroachdb://tfs:tfs123@${CRDB_SQL_ADDRESS}:26257/tfs_analytics?sslmode=require" +python3 -m pytest --log-level=DEBUG --log-cli-level=DEBUG --verbose \ + analytics/backend/tests/test_backend.py diff --git a/scripts/run_tests_locally-analytics-frontend.sh b/scripts/run_tests_locally-analytics-frontend.sh index e30d30da623b2d0eee3d925d69a846b4b1f516a3..ea04e0323b79c3308e279add86421bdc2d1a46bd 100755 --- a/scripts/run_tests_locally-analytics-frontend.sh +++ b/scripts/run_tests_locally-analytics-frontend.sh @@ -18,7 +18,8 @@ PROJECTDIR=`pwd` cd $PROJECTDIR/src RCFILE=$PROJECTDIR/coverage/.coveragerc +export KFK_SERVER_ADDRESS='127.0.0.1:9092' CRDB_SQL_ADDRESS=$(kubectl get service cockroachdb-public --namespace crdb -o jsonpath='{.spec.clusterIP}') -export CRDB_URI="cockroachdb://tfs:tfs123@${CRDB_SQL_ADDRESS}:26257/tfs_kpi_mgmt?sslmode=require" +export CRDB_URI="cockroachdb://tfs:tfs123@${CRDB_SQL_ADDRESS}:26257/tfs_analytics?sslmode=require" python3 -m pytest --log-level=DEBUG --log-cli-level=DEBUG --verbose \ analytics/frontend/tests/test_frontend.py diff --git a/scripts/run_tests_locally-device-gnmi-openconfig.sh b/scripts/run_tests_locally-device-gnmi-openconfig.sh new file mode 100755 index 0000000000000000000000000000000000000000..92e8448126f53a7f34b97c480585fea25f2b0411 --- /dev/null +++ b/scripts/run_tests_locally-device-gnmi-openconfig.sh @@ -0,0 +1,25 @@ +#!/bin/bash +# Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + + +PROJECTDIR=`pwd` + +cd $PROJECTDIR/src +RCFILE=$PROJECTDIR/coverage/.coveragerc + +# Run unitary tests and analyze coverage of code at same time +# helpful pytest flags: --log-level=INFO -o log_cli=true --verbose --maxfail=1 --durations=0 +coverage run --rcfile=$RCFILE --append -m pytest --log-level=INFO --verbose \ + device/tests/gnmi_openconfig/test_unitary_gnmi_openconfig.py diff --git a/scripts/run_tests_locally-device-openconfig-arista-l2vpn.sh b/scripts/run_tests_locally-device-openconfig-arista-l2vpn.sh new file mode 100755 index 0000000000000000000000000000000000000000..9e151dd3e4c482d90342af91de0cbb018fb1bf78 --- /dev/null +++ b/scripts/run_tests_locally-device-openconfig-arista-l2vpn.sh @@ -0,0 +1,25 @@ +#!/bin/bash +# Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + + +PROJECTDIR=`pwd` + +cd $PROJECTDIR/src +RCFILE=$PROJECTDIR/coverage/.coveragerc + +# Run unitary tests and analyze coverage of code at same time +# helpful pytest flags: --log-level=INFO -o log_cli=true --verbose --maxfail=1 --durations=0 +coverage run --rcfile=$RCFILE --append -m pytest --log-level=INFO -o log_cli=true --verbose \ + device/tests/test_unitary_openconfig_arista_l2vpn.py diff --git a/scripts/run_tests_locally-kpi-DB.sh b/scripts/run_tests_locally-kpi-DB.sh index 4953b49e0a437becfda1648c722bcdcf92c58d93..29c6595102c22bc47fa221eb80459aea934cbcd9 100755 --- a/scripts/run_tests_locally-kpi-DB.sh +++ b/scripts/run_tests_locally-kpi-DB.sh @@ -24,7 +24,7 @@ cd $PROJECTDIR/src # python3 kpi_manager/tests/test_unitary.py RCFILE=$PROJECTDIR/coverage/.coveragerc -CRDB_SQL_ADDRESS=$(kubectl --namespace ${CRDB_NAMESPACE} get service cockroachdb-public -o 'jsonpath={.spec.clusterIP}') +CRDB_SQL_ADDRESS=$(kubectl get service --namespace ${CRDB_NAMESPACE} cockroachdb-public -o 'jsonpath={.spec.clusterIP}') export CRDB_URI="cockroachdb://tfs:tfs123@${CRDB_SQL_ADDRESS}:26257/tfs_kpi_mgmt?sslmode=require" python3 -m pytest --log-level=DEBUG --log-cli-level=DEBUG --verbose \ kpi_manager/tests/test_kpi_db.py diff --git a/scripts/run_tests_locally-kpi-value-API.sh b/scripts/run_tests_locally-kpi-value-API.sh index 3953d2a89c6fbe2bd3546e648246b9b018e5fdb0..96ac558bad5f0bf6bc6f5ee90a26cd11fda69273 100755 --- a/scripts/run_tests_locally-kpi-value-API.sh +++ b/scripts/run_tests_locally-kpi-value-API.sh @@ -19,8 +19,9 @@ PROJECTDIR=`pwd` cd $PROJECTDIR/src RCFILE=$PROJECTDIR/coverage/.coveragerc -KAFKA_IP=$(docker inspect kafka --format "{{.NetworkSettings.Networks.teraflowbridge.IPAddress}}") -KFK_SERVER_ADDRESS=${KAFKA_IP}:9092 +# KAFKA_IP=$(docker inspect kafka --format "{{.NetworkSettings.Networks.teraflowbridge.IPAddress}}") +# export KFK_SERVER_ADDRESS=${KAFKA_IP}:9092 +export KFK_SERVER_ADDRESS='127.0.0.1:9092' # helpful pytest flags: --log-level=INFO -o log_cli=true --verbose --maxfail=1 --durations=0 python3 -m pytest --log-level=DEBUG --log-cli-level=DEBUG -o log_cli=true --verbose \ kpi_value_api/tests/test_kpi_value_api.py diff --git a/scripts/run_tests_locally-kpi-value-writer.sh b/scripts/run_tests_locally-kpi-value-writer.sh index 8faaeb6d895a240278d7ceb0c5c0b2855fa25910..6c3f16261a2d0e2083b17bcd205011b4347205be 100755 --- a/scripts/run_tests_locally-kpi-value-writer.sh +++ b/scripts/run_tests_locally-kpi-value-writer.sh @@ -18,6 +18,7 @@ PROJECTDIR=`pwd` cd $PROJECTDIR/src +export KFK_SERVER_ADDRESS='127.0.0.1:9092' RCFILE=$PROJECTDIR/coverage/.coveragerc python3 -m pytest --log-level=DEBUG --log-cli-level=DEBUG --verbose \ kpi_value_writer/tests/test_kpi_value_writer.py diff --git a/scripts/run_tests_locally-telemetry-DB.sh b/scripts/run_tests_locally-telemetry-DB.sh index 4b9a417603cc42a4e7e8b19c7394cc38633817fa..b9f86a208aab3fddbf243ba986de153775f30c2c 100755 --- a/scripts/run_tests_locally-telemetry-DB.sh +++ b/scripts/run_tests_locally-telemetry-DB.sh @@ -20,7 +20,8 @@ cd $PROJECTDIR/src # RCFILE=$PROJECTDIR/coverage/.coveragerc # coverage run --rcfile=$RCFILE --append -m pytest --log-level=INFO --verbose \ # kpi_manager/tests/test_unitary.py - +CRDB_SQL_ADDRESS=$(kubectl get service --namespace ${CRDB_NAMESPACE} cockroachdb-public -o 'jsonpath={.spec.clusterIP}') +export CRDB_URI="cockroachdb://tfs:tfs123@${CRDB_SQL_ADDRESS}:26257/tfs_telemetry?sslmode=require" RCFILE=$PROJECTDIR/coverage/.coveragerc python3 -m pytest --log-level=DEBUG --log-cli-level=debug --verbose \ telemetry/tests/test_telemetryDB.py diff --git a/scripts/run_tests_locally-telemetry-backend.sh b/scripts/run_tests_locally-telemetry-backend.sh index 79db05fcf1259365e8a909ee99395eb59dfb9437..f711282401d8fff9b6c98cea7c9240482f1ba24b 100755 --- a/scripts/run_tests_locally-telemetry-backend.sh +++ b/scripts/run_tests_locally-telemetry-backend.sh @@ -22,7 +22,11 @@ cd $PROJECTDIR/src # kpi_manager/tests/test_unitary.py # python3 kpi_manager/tests/test_unitary.py - +export KFK_SERVER_ADDRESS='127.0.0.1:9092' +CRDB_SQL_ADDRESS=$(kubectl get service cockroachdb-public --namespace crdb -o jsonpath='{.spec.clusterIP}') +export CRDB_URI="cockroachdb://tfs:tfs123@${CRDB_SQL_ADDRESS}:26257/tfs_telemetry?sslmode=require" RCFILE=$PROJECTDIR/coverage/.coveragerc + + python3 -m pytest --log-level=INFO --log-cli-level=debug --verbose \ telemetry/backend/tests/test_TelemetryBackend.py diff --git a/scripts/run_tests_locally-telemetry-frontend.sh b/scripts/run_tests_locally-telemetry-frontend.sh index a2a1de52340cac527d4d1c446c76740d38ce7783..4bb7bc3fa8e198ead54224148f60044e079ccdf3 100755 --- a/scripts/run_tests_locally-telemetry-frontend.sh +++ b/scripts/run_tests_locally-telemetry-frontend.sh @@ -17,12 +17,11 @@ PROJECTDIR=`pwd` cd $PROJECTDIR/src -# RCFILE=$PROJECTDIR/coverage/.coveragerc -# coverage run --rcfile=$RCFILE --append -m pytest --log-level=INFO --verbose \ -# kpi_manager/tests/test_unitary.py # python3 kpi_manager/tests/test_unitary.py - +export KFK_SERVER_ADDRESS='127.0.0.1:9092' +CRDB_SQL_ADDRESS=$(kubectl get service cockroachdb-public --namespace crdb -o jsonpath='{.spec.clusterIP}') +export CRDB_URI="cockroachdb://tfs:tfs123@${CRDB_SQL_ADDRESS}:26257/tfs_telemetry?sslmode=require" RCFILE=$PROJECTDIR/coverage/.coveragerc python3 -m pytest --log-level=DEBUG --log-cli-level=DEBUG --verbose \ telemetry/frontend/tests/test_frontend.py diff --git a/scripts/show_logs_automation.sh b/scripts/show_logs_automation.sh index 8a0e417d9a7ddf1ffe0b4e4529606683ae600ecd..26684298091403f4dc737fc0d1ca5b05d82ad374 100755 --- a/scripts/show_logs_automation.sh +++ b/scripts/show_logs_automation.sh @@ -24,4 +24,4 @@ export TFS_K8S_NAMESPACE=${TFS_K8S_NAMESPACE:-"tfs"} # Automated steps start here ######################################################################################################################## -kubectl --namespace $TFS_K8S_NAMESPACE logs deployment/ztpservice +kubectl --namespace $TFS_K8S_NAMESPACE logs deployment/automationservice diff --git a/scripts/show_logs_e2eorchestrator.sh b/scripts/show_logs_e2eorchestrator.sh old mode 100644 new mode 100755 index 5ac39c6cba06e57720368dd37454986fdc0e1e29..bf1fb5987e4a65fd231f057f71cc3ffcffc14655 --- a/scripts/show_logs_e2eorchestrator.sh +++ b/scripts/show_logs_e2eorchestrator.sh @@ -24,4 +24,4 @@ export TFS_K8S_NAMESPACE=${TFS_K8S_NAMESPACE:-"tfs"} # Automated steps start here ######################################################################################################################## -kubectl --namespace $TFS_K8S_NAMESPACE logs deployment/e2eorchestratorservice -c server +kubectl --namespace $TFS_K8S_NAMESPACE logs deployment/e2e-orchestratorservice -c server diff --git a/scripts/show_logs_qos_profile.sh b/scripts/show_logs_qos_profile.sh new file mode 100755 index 0000000000000000000000000000000000000000..744bed9a62af6c376e94d7d13492b796821ecc53 --- /dev/null +++ b/scripts/show_logs_qos_profile.sh @@ -0,0 +1,27 @@ +#!/bin/bash +# Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +######################################################################################################################## +# Define your deployment settings here +######################################################################################################################## + +# If not already set, set the name of the Kubernetes namespace to deploy to. +export TFS_K8S_NAMESPACE=${TFS_K8S_NAMESPACE:-"tfs"} + +######################################################################################################################## +# Automated steps start here +######################################################################################################################## + +kubectl --namespace $TFS_K8S_NAMESPACE logs deployment/qos_profileservice -c server diff --git a/scripts/show_logs_telemetry-backend.sh b/scripts/show_logs_telemetry-backend.sh new file mode 100755 index 0000000000000000000000000000000000000000..c28083dcbf5c7056145d1a0696116da66b5e9828 --- /dev/null +++ b/scripts/show_logs_telemetry-backend.sh @@ -0,0 +1,27 @@ +#!/bin/bash +# Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +######################################################################################################################## +# Define your deployment settings here +######################################################################################################################## + +# If not already set, set the name of the Kubernetes namespace to deploy to. +export TFS_K8S_NAMESPACE=${TFS_K8S_NAMESPACE:-"tfs"} + +######################################################################################################################## +# Automated steps start here +######################################################################################################################## + +kubectl --namespace $TFS_K8S_NAMESPACE logs deployment/telemetryservice -c backend diff --git a/scripts/show_logs_telemetry-frontend.sh b/scripts/show_logs_telemetry-frontend.sh new file mode 100755 index 0000000000000000000000000000000000000000..821dc275b22ebf7ffc63d2e8c41dfab684407895 --- /dev/null +++ b/scripts/show_logs_telemetry-frontend.sh @@ -0,0 +1,27 @@ +#!/bin/bash +# Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +######################################################################################################################## +# Define your deployment settings here +######################################################################################################################## + +# If not already set, set the name of the Kubernetes namespace to deploy to. +export TFS_K8S_NAMESPACE=${TFS_K8S_NAMESPACE:-"tfs"} + +######################################################################################################################## +# Automated steps start here +######################################################################################################################## + +kubectl --namespace $TFS_K8S_NAMESPACE logs deployment/telemetryservice -c frontend diff --git a/scripts/show_logs_vntmanager.sh b/scripts/show_logs_vntmanager.sh new file mode 100755 index 0000000000000000000000000000000000000000..0dba86567bd5118b685c72fd17b1904acfe698cc --- /dev/null +++ b/scripts/show_logs_vntmanager.sh @@ -0,0 +1,27 @@ +#!/bin/bash +# Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +######################################################################################################################## +# Define your deployment settings here +######################################################################################################################## + +# If not already set, set the name of the Kubernetes namespace to deploy to. +export TFS_K8S_NAMESPACE=${TFS_K8S_NAMESPACE:-"tfs"} + +######################################################################################################################## +# Automated steps start here +######################################################################################################################## + +kubectl --namespace $TFS_K8S_NAMESPACE logs deployment/vnt_managerservice -c server diff --git a/scripts/update_license_headers.py b/scripts/update_license_headers.py index 1de9f9b7c2795505aba53276a0deb2acdcccc703..34d620ed8bc1a0817509916c2d1f857979cdd431 100644 --- a/scripts/update_license_headers.py +++ b/scripts/update_license_headers.py @@ -32,6 +32,7 @@ STR_NEW_COPYRIGHT = 'Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https:/ RE_OLD_COPYRIGHTS = [ r'Copyright\ 2021\-2023\ H2020\ TeraFlow\ \(https\:\/\/www\.teraflow\-h2020\.eu\/\)', r'Copyright\ 2022\-2023\ ETSI\ TeraFlowSDN\ \-\ TFS\ OSG\ \(https\:\/\/tfs\.etsi\.org\/\)', + r'Copyright\ 2022\-2024\ ETSI\ TeraFlowSDN\ \-\ TFS\ OSG\ \(https\:\/\/tfs\.etsi\.org\/\)', ] RE_OLD_COPYRIGHTS = [ (re.compile(r'.*{}.*'.format(re_old_copyright)), re.compile(re_old_copyright)) diff --git a/src/analytics/.gitlab-ci.yml b/src/analytics/.gitlab-ci.yml new file mode 100644 index 0000000000000000000000000000000000000000..dfc5f2195eeee621e95465bbc996d5a9af3e6c9c --- /dev/null +++ b/src/analytics/.gitlab-ci.yml @@ -0,0 +1,206 @@ +# Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Build, tag, and push the Docker image to the GitLab Docker registry +build analytics: + variables: + IMAGE_NAME: 'analytics' # name of the microservice + IMAGE_TAG: 'latest' # tag of the container image (production, development, etc) + stage: build + before_script: + - docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY + script: + # This first build tags the builder resulting image to prevent being removed by dangling image removal command + # - docker buildx build -t "${IMAGE_NAME}-backend:${IMAGE_TAG}-builder" --target builder -f ./src/$IMAGE_NAME/backend/Dockerfile . + - docker buildx build -t "${IMAGE_NAME}-frontend:$IMAGE_TAG" -f ./src/$IMAGE_NAME/frontend/Dockerfile . + - docker buildx build -t "${IMAGE_NAME}-backend:$IMAGE_TAG" -f ./src/$IMAGE_NAME/backend/Dockerfile . + - docker tag "${IMAGE_NAME}-frontend:$IMAGE_TAG" "$CI_REGISTRY_IMAGE/${IMAGE_NAME}-frontend:$IMAGE_TAG" + - docker tag "${IMAGE_NAME}-backend:$IMAGE_TAG" "$CI_REGISTRY_IMAGE/${IMAGE_NAME}-backend:$IMAGE_TAG" + - docker push "$CI_REGISTRY_IMAGE/${IMAGE_NAME}-frontend:$IMAGE_TAG" + - docker push "$CI_REGISTRY_IMAGE/${IMAGE_NAME}-backend:$IMAGE_TAG" + after_script: + - docker images --filter="dangling=true" --quiet | xargs -r docker rmi + rules: + - if: '$CI_PIPELINE_SOURCE == "merge_request_event" && ($CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "develop" || $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == $CI_DEFAULT_BRANCH)' + - if: '$CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH == "develop"' + - changes: + - src/common/**/*.py + - proto/*.proto + - src/$IMAGE_NAME/.gitlab-ci.yml + - src/$IMAGE_NAME/frontend/**/*.{py,in,yml} + - src/$IMAGE_NAME/frontend/Dockerfile + - src/$IMAGE_NAME/frontend/tests/*.py + - src/$IMAGE_NAME/backend/Dockerfile + - src/$IMAGE_NAME/backend/**/*.{py,in,yml} + - src/$IMAGE_NAME/backend/tests/*.py + - manifests/${IMAGE_NAME}service.yaml + - .gitlab-ci.yml + +# Apply unit test to the component +unit_test analytics-backend: + variables: + IMAGE_NAME: 'analytics' # name of the microservice + IMAGE_TAG: 'latest' # tag of the container image (production, development, etc) + stage: unit_test + needs: + - build analytics + before_script: + - docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY + - if docker network list | grep teraflowbridge; then echo "teraflowbridge is already created"; else docker network create -d bridge teraflowbridge; fi + - if docker container ls | grep kafka; then docker rm -f kafka; else echo "Kafka container is not in the system"; fi + - if docker container ls | grep zookeeper; then docker rm -f zookeeper; else echo "Zookeeper container is not in the system"; fi + # - if docker container ls | grep ${IMAGE_NAME}-frontend; then docker rm -f ${IMAGE_NAME}-frontend; else echo "${IMAGE_NAME}-frontend container is not in the system"; fi + - if docker container ls | grep ${IMAGE_NAME}-backend; then docker rm -f ${IMAGE_NAME}-backend; else echo "${IMAGE_NAME}-backend container is not in the system"; fi + - docker container prune -f + script: + - docker pull "$CI_REGISTRY_IMAGE/${IMAGE_NAME}-backend:$IMAGE_TAG" + - docker pull "bitnami/zookeeper:latest" + - docker pull "bitnami/kafka:latest" + - > + docker run --name zookeeper -d --network=teraflowbridge -p 2181:2181 + --env ALLOW_ANONYMOUS_LOGIN=yes + bitnami/zookeeper:latest + - sleep 10 # Wait for Zookeeper to start + - > + docker run --name kafka -d --network=teraflowbridge -p 9092:9092 + --env KAFKA_ZOOKEEPER_CONNECT=zookeeper:2181 + --env ALLOW_PLAINTEXT_LISTENER=yes + bitnami/kafka:latest + - sleep 20 # Wait for Kafka to start + - KAFKA_IP=$(docker inspect kafka --format "{{.NetworkSettings.Networks.teraflowbridge.IPAddress}}") + - echo $KAFKA_IP + - > + docker run --name $IMAGE_NAME-backend -d -p 30060:30060 + --env "KFK_SERVER_ADDRESS=${KAFKA_IP}:9092" + --volume "$PWD/src/$IMAGE_NAME/backend/tests:/opt/results" + --network=teraflowbridge + $CI_REGISTRY_IMAGE/${IMAGE_NAME}-backend:$IMAGE_TAG + - docker ps -a + - sleep 5 + - docker logs ${IMAGE_NAME}-backend + - > + docker exec -i ${IMAGE_NAME}-backend bash -c + "coverage run -m pytest --log-level=INFO --verbose --junitxml=/opt/results/${IMAGE_NAME}-backend_report.xml $IMAGE_NAME/backend/tests/test_*.py" + - docker exec -i ${IMAGE_NAME}-backend bash -c "coverage report --include='${IMAGE_NAME}/*' --show-missing" + coverage: '/TOTAL\s+\d+\s+\d+\s+(\d+%)/' + after_script: + - docker rm -f ${IMAGE_NAME}-backend + - docker rm -f kafka + - docker rm -f zookeeper + - docker network rm teraflowbridge + - docker volume prune --force + - docker image prune --force + rules: + - if: '$CI_PIPELINE_SOURCE == "merge_request_event" && ($CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "develop" || $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == $CI_DEFAULT_BRANCH)' + - if: '$CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH == "develop"' + - changes: + - src/common/**/*.py + - proto/*.proto + - src/$IMAGE_NAME/backend/**/*.{py,in,yml} + - src/$IMAGE_NAME/backend/Dockerfile + - src/$IMAGE_NAME/backend/tests/*.py + - manifests/${IMAGE_NAME}service.yaml + - .gitlab-ci.yml + artifacts: + when: always + reports: + junit: src/$IMAGE_NAME/backend/tests/${IMAGE_NAME}-backend_report.xml + +# Apply unit test to the component +unit_test analytics-frontend: + variables: + IMAGE_NAME: 'analytics' # name of the microservice + IMAGE_TAG: 'latest' # tag of the container image (production, development, etc) + stage: unit_test + needs: + - build analytics + before_script: + - docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY + - if docker network list | grep teraflowbridge; then echo "teraflowbridge is already created"; else docker network create -d bridge teraflowbridge; fi + - if docker container ls | grep crdb; then docker rm -f crdb; else echo "CockroachDB container is not in the system"; fi + - if docker volume ls | grep crdb; then docker volume rm -f crdb; else echo "CockroachDB volume is not in the system"; fi + - if docker container ls | grep kafka; then docker rm -f kafka; else echo "Kafka container is not in the system"; fi + - if docker container ls | grep zookeeper; then docker rm -f zookeeper; else echo "Zookeeper container is not in the system"; fi + - if docker container ls | grep ${IMAGE_NAME}-frontend; then docker rm -f ${IMAGE_NAME}-frontend; else echo "${IMAGE_NAME}-frontend container is not in the system"; fi + - docker container prune -f + script: + - docker pull "$CI_REGISTRY_IMAGE/${IMAGE_NAME}-frontend:$IMAGE_TAG" + - docker pull "bitnami/zookeeper:latest" + - docker pull "bitnami/kafka:latest" + - docker pull "cockroachdb/cockroach:latest-v22.2" + - docker volume create crdb + - > + docker run --name crdb -d --network=teraflowbridge -p 26257:26257 -p 8080:8080 + --env COCKROACH_DATABASE=tfs_test --env COCKROACH_USER=tfs --env COCKROACH_PASSWORD=tfs123 + --volume "crdb:/cockroach/cockroach-data" + cockroachdb/cockroach:latest-v22.2 start-single-node + - echo "Waiting for initialization..." + - while ! docker logs crdb 2>&1 | grep -q 'finished creating default user \"tfs\"'; do sleep 1; done + # - docker logs crdb + # - docker ps -a + - CRDB_ADDRESS=$(docker inspect crdb --format "{{.NetworkSettings.Networks.teraflowbridge.IPAddress}}") + - echo $CRDB_ADDRESS + - > + docker run --name zookeeper -d --network=teraflowbridge -p 2181:2181 + --env ALLOW_ANONYMOUS_LOGIN=yes + bitnami/zookeeper:latest + - sleep 10 # Wait for Zookeeper to start + - > + docker run --name kafka -d --network=teraflowbridge -p 9092:9092 + --env KAFKA_ZOOKEEPER_CONNECT=zookeeper:2181 + --env ALLOW_PLAINTEXT_LISTENER=yes + bitnami/kafka:latest + - sleep 20 # Wait for Kafka to start + - KAFKA_IP=$(docker inspect kafka --format "{{.NetworkSettings.Networks.teraflowbridge.IPAddress}}") + - echo $KAFKA_IP + - docker logs zookeeper + - docker logs kafka + - > + docker run --name $IMAGE_NAME-frontend -d -p 30050:30050 + --env "CRDB_URI=cockroachdb://tfs:tfs123@${CRDB_ADDRESS}:26257/tfs_test?sslmode=require" + --env "KFK_SERVER_ADDRESS=${KAFKA_IP}:9092" + --volume "$PWD/src/$IMAGE_NAME/frontend/tests:/opt/results" + --network=teraflowbridge + $CI_REGISTRY_IMAGE/${IMAGE_NAME}-frontend:$IMAGE_TAG + - docker ps -a + - sleep 5 + - docker logs ${IMAGE_NAME}-frontend + - > + docker exec -i ${IMAGE_NAME}-frontend bash -c + "coverage run -m pytest --log-level=INFO --verbose --junitxml=/opt/results/${IMAGE_NAME}-frontend_report.xml $IMAGE_NAME/frontend/tests/test_*.py" + - docker exec -i ${IMAGE_NAME}-frontend bash -c "coverage report --include='${IMAGE_NAME}/*' --show-missing" + coverage: '/TOTAL\s+\d+\s+\d+\s+(\d+%)/' + after_script: + - docker rm -f ${IMAGE_NAME}-frontend + - docker rm -f zookeeper + - docker rm -f kafka + - docker volume rm -f crdb + - docker volume prune --force + - docker image prune --force + - docker network rm teraflowbridge + rules: + - if: '$CI_PIPELINE_SOURCE == "merge_request_event" && ($CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "develop" || $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == $CI_DEFAULT_BRANCH)' + - if: '$CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH == "develop"' + - changes: + - src/common/**/*.py + - proto/*.proto + - src/$IMAGE_NAME/frontend/**/*.{py,in,yml} + - src/$IMAGE_NAME/frontend/Dockerfile + - src/$IMAGE_NAME/frontend/tests/*.py + - manifests/${IMAGE_NAME}service.yaml + - .gitlab-ci.yml + artifacts: + when: always + reports: + junit: src/$IMAGE_NAME/frontend/tests/${IMAGE_NAME}-frontend_report.xml diff --git a/src/analytics/README.md b/src/analytics/README.md index 9663e5321ace6866491b90553553d9ccbf5793a1..ece11ea969caf1cf92fb474ae1371c9979231ac2 100644 --- a/src/analytics/README.md +++ b/src/analytics/README.md @@ -1,4 +1,118 @@ -# How to locally run and test Analytic service (To be added soon) +# How to Locally Run and Test Analytic Frontend Service ### Pre-requisets -The following requirements should be fulfilled before the execuation of Telemetry service. +The following requirements should be fulfilled before the execuation of Analytics service. + +1. A virtual enviornment exist with all the required packages listed in [requirements.in](https://labs.etsi.org/rep/tfs/controller/-/blob/develop/src/analytics/frontend/requirements.in) sucessfully installed. +2. Verify the creation of required database and table. The +[Analytics DB test](https://labs.etsi.org/rep/tfs/controller/-/blob/develop/src/analytics/tests/test_analytics_db.py) python file lists the functions to create tables and the database. +3. The Analytics backend service should be running. + +4. All required Kafka topics must exist. Call `create_all_topics` from the [Kafka class](https://labs.etsi.org/rep/tfs/controller/-/blob/develop/src/common/tools/kafka/Variables.py) to create any topics that do not already exist. +``` +from common.tools.kafka.Variables import KafkaTopic +KafkaTopic.create_all_topics() +``` + +5. There will be an input stream on the Kafka topic that the Spark Streamer will consume and apply a defined thresholds. +- A JSON encoded string should be generated in the following format: +``` +'{"time_stamp": "2024-09-03T12:36:26Z", "kpi_id": "6e22f180-ba28-4641-b190-2287bf448888", "kpi_value": 44.22}' +``` +- `kpi_value` should be float or int. +- The Kafka producer key should be the UUID of the Analyzer used when creating it. +- Use the following Kafka topic to generate the stream: `KafkaTopic.ANALYTICS_RESPONSE.value`. + +## Steps to create and start Analyzer +The analyzer can be declared as below but there are many other ways to declare: + +The given object creation process for `_create_analyzer` involves defining an instance of the `Analyzer` message from the [gRPC definition](https://labs.etsi.org/rep/tfs/controller/-/blob/feat/194-unable-to-correctly-extract-the-aggregation-function-names-from-the-dictionary-received-as/proto/analytics_frontend.proto) and populating its fields. + +``` +from common.proto.analytics_frontend_pb2 import AnalyzerId +_create_analyzer_id = AnalyzerId() +``` + +Here is a breakdown of how each field is populated: + +### 1. **Analyzer ID** + - `analyzer_id`: This field uses a unique ID to identify the analyzer. In this case, the ID is a UUID. + ```python + _create_analyzer.analyzer_id.analyzer_id.uuid = "efef4d95-1cf1-43c4-9742-95c283ddd7a6" + ``` + - The commented-out code shows how the UUID can be generated dynamically using Python's `uuid.uuid4()`. However, for now, a static UUID is used. + +### 2. **Algorithm Name** + - `algorithm_name`: Specifies the name of the algorithm to be executed by the analyzer. + ```python + _create_analyzer.algorithm_name = "Test_Aggergate_and_Threshold" + ``` + +### 3. **Operation Mode** + - `operation_mode`: Sets the mode in which the analyzer operates, in this case, it's set to `ANALYZEROPERATIONMODE_STREAMING`. + ```python + _create_analyzer.operation_mode = AnalyzerOperationMode.ANALYZEROPERATIONMODE_STREAMING + ``` + +### 4. **Input KPI IDs** + - `input_kpi_ids`: This is a list of KPI IDs that will be used as input for the analysis. KPI IDs are represented using `KpiId`, and UUIDs are assigned to each input. The Spark streamer assume that the provided KPIs exists in the KPI Descriptor database. + ```python + _kpi_id = KpiId() + _kpi_id.kpi_id.uuid = "6e22f180-ba28-4641-b190-2287bf448888" + _create_analyzer.input_kpi_ids.append(_kpi_id) + + _kpi_id.kpi_id.uuid = "1e22f180-ba28-4641-b190-2287bf446666" + _create_analyzer.input_kpi_ids.append(_kpi_id) + ``` + +### 5. **Output KPI IDs** + - `output_kpi_ids`: A list of KPI IDs that are produced as output after analysis. Each one is generated and appended to the list. + ```python + _kpi_id = KpiId() + _create_analyzer.output_kpi_ids.append(_kpi_id) + ``` + +### 6. **Parameters** + - `parameters`: This is a dictionary containing key-value pairs of various parameters used by the analyzer. These values are often algorithm-specific. + - **Thresholds**: A dictionary containing threshold possible values (min, max, avg, first, last, stdev)_<any_name>. For example: "min_latency", "max_bandwidth", "avg_datarate" etc. + ```python + _threshold_dict = { + 'min_latency' : (00, 10), + 'max_bandwidth': (40, 50), + 'avg_datarate': (00, 10) + } + _create_analyzer.parameters['thresholds'] = json.dumps(_threshold_dict) + ``` + - **Window Size**: Specifies the size of the time window (e.g., `60 seconds`). + ```python + _create_analyzer.parameters['window_size'] = "60 seconds" + ``` + - **Window Slider**: Defines the sliding window interval (e.g., `30 seconds`). + ```python + _create_analyzer.parameters['window_slider'] = "30 seconds" + ``` + +### **Calling `StartAnalyzer` with an Analyzer Frontend Object** + - The following code demonstrates how to call `StartAnalyzer()` with an Analyzer object: +```python +from analytics.frontend.client.AnalyticsFrontendClient import AnalyticsFrontendClient + +analytics_client_object = AnalyticsFrontendClient() +analytics_client_object.StartAnalyzer(_create_analyzer_id) +``` + +### **How to Receive Analyzer Responses** + - There is a non-gRPC method in the analyzer frontend called `StartResponseListener(<analyzer_uuid>)`. The `analyzer_uuid` is the UUID of the analyzer provided when calling `StartAnalyzer()`. The following code will log the responses: +```python +from analytics.frontend.service.AnalyticsFrontendServiceServicerImpl import AnalyticsFrontendServiceServicerImpl + +analytic_frontend_service_object = AnalyticsFrontendServiceServicerImpl() +for response in analytic_frontend_service_object.StartResponseListener(<analyzer_uuid>): + LOGGER.debug(response) +``` + +### **Understanding the Output of the Analyzer** +- **Output Column Names**: The output JSON string will include two keys for each defined threshold. For example, the `min_latency` threshold will generate two keys: `min_latency_THRESHOLD_FAIL` and `min_latency_THRESHOLD_RAISE`. + - `min_latency_THRESHOLD_FAIL` is triggered if the average latency calculated within the defined window size is less than the specified threshold range. + - `min_latency_THRESHOLD_RAISE` is triggered if the average latency calculated within the defined window size exceeds the specified threshold range. +- The thresholds `min_latency_THRESHOLD_FAIL` and `min_latency_THRESHOLD_RAISE` will have a value of `TRUE` if activated; otherwise, they will be set to `FALSE`. diff --git a/src/analytics/backend/requirements.in b/src/analytics/backend/requirements.in index 9df678fe819f33d479b8f5090ca9ac4eb1f4047c..360d94f4668b19feba305df76a65ef70b26e091f 100644 --- a/src/analytics/backend/requirements.in +++ b/src/analytics/backend/requirements.in @@ -12,5 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -pyspark==3.5.2 +dask==2024.1.0 +distributed==2024.1.0 +pandas==2.2.3 confluent-kafka==2.3.* diff --git a/src/analytics/backend/service/AnalyticsBackendService.py b/src/analytics/backend/service/AnalyticsBackendService.py index 595603567fe537d9f7b33224cba0fe016a439631..2e57e1e8a70d141474b395b5e13f21bd4840abc5 100755 --- a/src/analytics/backend/service/AnalyticsBackendService.py +++ b/src/analytics/backend/service/AnalyticsBackendService.py @@ -12,18 +12,18 @@ # See the License for the specific language governing permissions and # limitations under the License. - +import time import json import logging import threading from common.tools.service.GenericGrpcService import GenericGrpcService -from analytics.backend.service.SparkStreaming import SparkStreamer from common.tools.kafka.Variables import KafkaConfig, KafkaTopic from confluent_kafka import Consumer as KafkaConsumer from confluent_kafka import KafkaError from common.Constants import ServiceNameEnum from common.Settings import get_service_port_grpc - +from threading import Thread, Event +from .DaskStreaming import DaskStreamer LOGGER = logging.getLogger(__name__) @@ -40,58 +40,18 @@ class AnalyticsBackendService(GenericGrpcService): 'group.id' : 'analytics-frontend', 'auto.offset.reset' : 'latest'}) - def StartSparkStreamer(self, analyzer_uuid, analyzer): - kpi_list = analyzer['input_kpis'] - oper_list = [s.replace('_value', '') for s in list(analyzer["thresholds"].keys())] # TODO: update this line... - thresholds = analyzer['thresholds'] - window_size = analyzer['window_size'] - window_slider = analyzer['window_slider'] - print ("Received parameters: {:} - {:} - {:} - {:} - {:}".format( - kpi_list, oper_list, thresholds, window_size, window_slider)) - LOGGER.debug ("Received parameters: {:} - {:} - {:} - {:} - {:}".format( - kpi_list, oper_list, thresholds, window_size, window_slider)) - try: - stop_event = threading.Event() - thread = threading.Thread(target=SparkStreamer, - args=(analyzer_uuid, kpi_list, oper_list, thresholds, stop_event, - window_size, window_slider, None )) - self.running_threads[analyzer_uuid] = (thread, stop_event) - thread.start() - print ("Initiated Analyzer backend: {:}".format(analyzer_uuid)) - LOGGER.info("Initiated Analyzer backend: {:}".format(analyzer_uuid)) - return True - except Exception as e: - print ("Failed to initiate Analyzer backend: {:}".format(e)) - LOGGER.error("Failed to initiate Analyzer backend: {:}".format(e)) - return False - - def StopRequestListener(self, threadInfo: tuple): - try: - thread, stop_event = threadInfo - stop_event.set() - thread.join() - print ("Terminating Analytics backend RequestListener") - LOGGER.info("Terminating Analytics backend RequestListener") - return True - except Exception as e: - print ("Failed to terminate analytics backend {:}".format(e)) - LOGGER.error("Failed to terminate analytics backend {:}".format(e)) - return False + def install_servicers(self): + threading.Thread(target=self.RequestListener, args=()).start() - def install_services(self): - stop_event = threading.Event() - thread = threading.Thread(target=self.RequestListener, - args=(stop_event,) ) - thread.start() - return (thread, stop_event) - - def RequestListener(self, stop_event): + def RequestListener(self): """ listener for requests on Kafka topic. """ + LOGGER.info("Request Listener is initiated ...") + # print ("Request Listener is initiated ...") consumer = self.kafka_consumer consumer.subscribe([KafkaTopic.ANALYTICS_REQUEST.value]) - while not stop_event.is_set(): + while True: receive_msg = consumer.poll(2.0) if receive_msg is None: continue @@ -99,34 +59,66 @@ class AnalyticsBackendService(GenericGrpcService): if receive_msg.error().code() == KafkaError._PARTITION_EOF: continue else: - print("Consumer error: {}".format(receive_msg.error())) + LOGGER.error("Consumer error: {:}".format(receive_msg.error())) + # print ("Consumer error: {:}".format(receive_msg.error())) break - analyzer = json.loads(receive_msg.value().decode('utf-8')) - analyzer_uuid = receive_msg.key().decode('utf-8') - LOGGER.debug('Recevied Analyzer: {:} - {:}'.format(analyzer_uuid, analyzer)) - print ('Recevied Analyzer: {:} - {:}'.format(analyzer_uuid, analyzer)) + try: + analyzer = json.loads(receive_msg.value().decode('utf-8')) + analyzer_uuid = receive_msg.key().decode('utf-8') + LOGGER.debug('Recevied Analyzer: {:} - {:}'.format(analyzer_uuid, analyzer)) + # print ('Recevied Analyzer: {:} - {:}'.format(analyzer_uuid, analyzer)) - if analyzer["algo_name"] is None and analyzer["oper_mode"] is None: - self.TerminateAnalyzerBackend(analyzer_uuid) - else: - self.StartSparkStreamer(analyzer_uuid, analyzer) - LOGGER.debug("Stop Event activated. Terminating...") - print ("Stop Event activated. Terminating...") + if analyzer["algo_name"] is None and analyzer["oper_mode"] is None: + self.StopDaskListener(analyzer_uuid) + else: + self.StartDaskListener(analyzer_uuid, analyzer) + except Exception as e: + LOGGER.warning("Unable to consume message from topic: {:}. ERROR: {:}".format(KafkaTopic.ANALYTICS_REQUEST.value, e)) + # print ("Unable to consume message from topic: {:}. ERROR: {:}".format(KafkaTopic.ANALYTICS_REQUEST.value, e)) + + def StartDaskListener(self, analyzer_uuid, analyzer): + kpi_list = analyzer[ 'input_kpis' ] + thresholds = analyzer[ 'thresholds' ] + window_size = analyzer[ 'window_size' ] + window_slider = analyzer[ 'window_slider'] + + LOGGER.debug ("Received parameters: {:} - {:} - {:} - {:}".format( + kpi_list, thresholds, window_size, window_slider)) + # print ("Received parameters: {:} - {:} - {:} - {:}".format( + # kpi_list, thresholds, window_size, window_slider)) + try: + stop_event = Event() + thread = Thread( + target=DaskStreamer, + # args=(analyzer_uuid, kpi_list, oper_list, thresholds, stop_event), + args=(analyzer['output_kpis'][0] , kpi_list, thresholds, stop_event), + kwargs={ + "window_size" : window_size, + } + ) + thread.start() + self.running_threads[analyzer_uuid] = (thread, stop_event) + # print ("Initiated Analyzer backend: {:}".format(analyzer_uuid)) + LOGGER.info("Initiated Analyzer backend: {:}".format(analyzer_uuid)) + return True + except Exception as e: + # print ("Failed to initiate Analyzer backend: {:}".format(e)) + LOGGER.error("Failed to initiate Analyzer backend: {:}".format(e)) + return False - def TerminateAnalyzerBackend(self, analyzer_uuid): + def StopDaskListener(self, analyzer_uuid): if analyzer_uuid in self.running_threads: try: thread, stop_event = self.running_threads[analyzer_uuid] stop_event.set() thread.join() del self.running_threads[analyzer_uuid] - print ("Terminating backend (by TerminateBackend): Analyzer Id: {:}".format(analyzer_uuid)) + # print ("Terminating backend (by TerminateBackend): Analyzer Id: {:}".format(analyzer_uuid)) LOGGER.info("Terminating backend (by TerminateBackend): Analyzer Id: {:}".format(analyzer_uuid)) return True except Exception as e: LOGGER.error("Failed to terminate. Analyzer Id: {:} - ERROR: {:}".format(analyzer_uuid, e)) return False else: - print ("Analyzer not found in active collectors. Analyzer Id: {:}".format(analyzer_uuid)) - LOGGER.warning("Analyzer not found in active collectors: Analyzer Id: {:}".format(analyzer_uuid)) - # generate confirmation towards frontend + # print ("Analyzer not found in active collectors. Analyzer Id: {:}".format(analyzer_uuid)) + LOGGER.warning("Analyzer not found in active collectors: Analyzer Id: {:}".format(analyzer_uuid)) diff --git a/src/analytics/backend/service/DaskStreaming.py b/src/analytics/backend/service/DaskStreaming.py new file mode 100644 index 0000000000000000000000000000000000000000..cdfe10bd35f68264865d4847c0d292658c330eec --- /dev/null +++ b/src/analytics/backend/service/DaskStreaming.py @@ -0,0 +1,268 @@ +# Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +import logging +import time +import json +from confluent_kafka import Consumer, Producer, KafkaException, KafkaError +import pandas as pd +from dask.distributed import Client, LocalCluster +from common.tools.kafka.Variables import KafkaConfig, KafkaTopic + +logging.basicConfig(level=logging.INFO) +LOGGER = logging.getLogger(__name__) + +def SettingKafkaConsumerParams(): + return {'bootstrap.servers' : KafkaConfig.get_kafka_address(), + 'group.id' : 'analytics-backend', + 'auto.offset.reset' : 'latest'} + +def GetAggregationMappings(thresholds): + agg_dict = {} + for threshold_key in thresholds.keys(): + parts = threshold_key.split('_', 1) + if len(parts) != 2: + LOGGER.warning(f"Threshold key '{threshold_key}' does not follow the '<aggregation>_<metricName>' format. Skipping.") + continue + aggregation, metric_name = parts + # Ensure that the aggregation function is valid in pandas + if aggregation not in ['mean', 'min', 'max', 'first', 'last', 'std']: + LOGGER.warning(f"Unsupported aggregation '{aggregation}' in threshold key '{threshold_key}'. Skipping.") + continue + agg_dict[threshold_key] = ('kpi_value', aggregation) + return agg_dict + + +def ApplyThresholds(aggregated_df, thresholds): + """ + Apply thresholds (TH-Fall and TH-Raise) based on the thresholds dictionary + on the aggregated DataFrame. + Args: aggregated_df (pd.DataFrame): DataFrame with aggregated metrics. + thresholds (dict): Thresholds dictionary with keys in the format '<aggregation>_<metricName>'. + Returns: pd.DataFrame: DataFrame with additional threshold columns. + """ + for threshold_key, threshold_values in thresholds.items(): + if threshold_key not in aggregated_df.columns: + + LOGGER.warning(f"Threshold key '{threshold_key}' does not correspond to any aggregation result. Skipping threshold application.") + continue + if isinstance(threshold_values, (list, tuple)) and len(threshold_values) == 2: + fail_th, raise_th = threshold_values + aggregated_df["THRESHOLD_FALL"] = aggregated_df[threshold_key] < fail_th + aggregated_df["THRESHOLD_RAISE"] = aggregated_df[threshold_key] > raise_th + aggregated_df["value"] = aggregated_df[threshold_key] + else: + LOGGER.warning(f"Threshold values for '{threshold_key}' are not a list or tuple of length 2. Skipping threshold application.") + return aggregated_df + +def initialize_dask_client(): + """ + Initialize a local Dask cluster and client. + """ + cluster = LocalCluster(n_workers=2, threads_per_worker=2) + client = Client(cluster) + LOGGER.info(f"Dask Client Initialized: {client}") + return client, cluster + +def initialize_kafka_producer(): + return Producer({'bootstrap.servers': KafkaConfig.get_kafka_address()}) + +def delivery_report(err, msg): + if err is not None: + LOGGER.error(f"Message delivery failed: {err}") + else: + LOGGER.info(f"Message delivered to {msg.topic()} [{msg.partition()}] at offset {msg.offset()}") + +def process_batch(batch, agg_mappings, thresholds, key): + """ + Process a batch of data and apply thresholds. + Args: batch (list of dict): List of messages from Kafka. + agg_mappings (dict): Mapping from threshold key to aggregation function. + thresholds (dict): Thresholds dictionary. + Returns: list of dict: Processed records ready to be sent to Kafka. + """ + if not batch: + LOGGER.info("Empty batch received. Skipping processing.") + return [] + + + df = pd.DataFrame(batch) + LOGGER.info(f"df {df} ") + df['time_stamp'] = pd.to_datetime(df['time_stamp'], errors='coerce') + df.dropna(subset=['time_stamp'], inplace=True) + LOGGER.info(f"df {df} ") + required_columns = {'time_stamp', 'kpi_id', 'kpi_value'} + if not required_columns.issubset(df.columns): + LOGGER.warning(f"Batch contains missing required columns. Required columns: {required_columns}. Skipping batch.") + return [] + if df.empty: + LOGGER.info("No data after filtering by KPI IDs. Skipping processing.") + return [] + + # Perform aggregations using named aggregation + try: + agg_dict = {key: value for key, value in agg_mappings.items()} + + df_agg_ = df.groupby(['window_start']).agg(**agg_dict).reset_index() + + #example: agg_dict = {'min_latency_E2E': ('kpi_value', 'min') + + #given that threshold has 1 value + second_value_tuple = next(iter(agg_dict.values()))[1] + #in case we have multiple thresholds! + #second_values_tuples = [value[1] for value in agg_dict.values()] + if second_value_tuple=="min": + df_agg = df_agg_.min(numeric_only=True).to_frame().T + elif second_value_tuple == "max": + df_agg = df_agg_.max(numeric_only=True).to_frame().T + elif second_value_tuple == "std": + df_agg = df_agg_.sted(numeric_only=True).to_frame().T + else: + df_agg = df_agg_.mean(numeric_only=True).to_frame().T + + # Assign the first value of window_start from the original aggregated data + df_agg['window_start'] = df_agg_['window_start'].iloc[0] + + # Reorder columns to place 'window_start' first if needed + cols = ['window_start'] + [col for col in df_agg.columns if col != 'window_start'] + df_agg = df_agg[cols] + + except Exception as e: + LOGGER.error(f"Aggregation error: {e}") + return [] + + # Apply thresholds + + + df_thresholded = ApplyThresholds(df_agg, thresholds) + df_thresholded['kpi_id'] = key + df_thresholded['window_start'] = df_thresholded['window_start'].dt.strftime('%Y-%m-%dT%H:%M:%SZ') + # Convert aggregated DataFrame to list of dicts + result = df_thresholded.to_dict(orient='records') + LOGGER.info(f"Processed batch with {len(result)} records after aggregation and thresholding.") + return result + +def produce_result(result, producer, destination_topic): + for record in result: + try: + producer.produce( + destination_topic, + key=str(record.get('kpi_id', '')), + value=json.dumps(record), + callback=delivery_report + ) + except KafkaException as e: + LOGGER.error(f"Failed to produce message: {e}") + producer.flush() + LOGGER.info(f"Produced {len(result)} aggregated records to '{destination_topic}'.") + +def DaskStreamer(key, kpi_list, thresholds, stop_event, + window_size="30s", time_stamp_col="time_stamp"): + client, cluster = initialize_dask_client() + consumer_conf = SettingKafkaConsumerParams() + consumer = Consumer(consumer_conf) + consumer.subscribe([KafkaTopic.VALUE.value]) + producer = initialize_kafka_producer() + + # Parse window_size to seconds + try: + window_size_td = pd.to_timedelta(window_size) + window_size_seconds = window_size_td.total_seconds() + except Exception as e: + LOGGER.error(f"Invalid window_size format: {window_size}. Error: {e}") + window_size_seconds = 30 + LOGGER.info(f"Batch processing interval set to {window_size_seconds} seconds.") + + # Extract aggregation mappings from thresholds + agg_mappings = GetAggregationMappings(thresholds) + if not agg_mappings: + LOGGER.error("No valid aggregation mappings extracted from thresholds. Exiting streamer.") + consumer.close() + producer.flush() + client.close() + cluster.close() + return + try: + batch = [] + last_batch_time = time.time() + LOGGER.info("Starting to consume messages...") + + while not stop_event.is_set(): + msg = consumer.poll(1.0) + + if msg is None: + current_time = time.time() + if (current_time - last_batch_time) >= window_size_seconds and batch: + LOGGER.info("Time-based batch threshold reached. Processing batch.") + future = client.submit(process_batch, batch, agg_mappings, thresholds) + future.add_done_callback(lambda fut: produce_result(fut.result(), producer, KafkaTopic.ALARMS.value)) + batch = [] + last_batch_time = current_time + continue + + if msg.error(): + if msg.error().code() == KafkaError._PARTITION_EOF: + LOGGER.warning(f"End of partition reached {msg.topic()} [{msg.partition()}] at offset {msg.offset()}") + else: + LOGGER.error(f"Kafka error: {msg.error()}") + continue + + try: + message_value = json.loads(msg.value().decode('utf-8')) + except json.JSONDecodeError as e: + LOGGER.error(f"JSON decode error: {e}") + continue + + try: + message_timestamp = pd.to_datetime(message_value[time_stamp_col], errors='coerce') + LOGGER.warning(f"message_timestamp: {message_timestamp}. Skipping message.") + + if pd.isna(message_timestamp): + LOGGER.warning(f"Invalid timestamp in message: {message_value}. Skipping message.") + continue + window_start = message_timestamp.floor(window_size) + LOGGER.warning(f"window_start: {window_start}. Skipping message.") + message_value['window_start'] = window_start + except Exception as e: + LOGGER.error(f"Error processing timestamp: {e}. Skipping message.") + continue + + if message_value['kpi_id'] not in kpi_list: + LOGGER.debug(f"KPI ID '{message_value['kpi_id']}' not in kpi_list. Skipping message.") + continue + + batch.append(message_value) + + current_time = time.time() + if (current_time - last_batch_time) >= window_size_seconds and batch: + LOGGER.info("Time-based batch threshold reached. Processing batch.") + future = client.submit(process_batch, batch, agg_mappings, thresholds, key) + future.add_done_callback(lambda fut: produce_result(fut.result(), producer, KafkaTopic.ALARMS.value)) + batch = [] + last_batch_time = current_time + + except Exception as e: + LOGGER.exception(f"Error in Dask streaming process: {e}") + finally: + # Process any remaining messages in the batch + if batch: + LOGGER.info("Processing remaining messages in the batch.") + future = client.submit(process_batch, batch, agg_mappings, thresholds) + future.add_done_callback(lambda fut: produce_result(fut.result(), producer, KafkaTopic.ALARMS.value)) + consumer.close() + producer.flush() + LOGGER.info("Kafka consumer and producer closed.") + client.close() + cluster.close() + LOGGER.info("Dask client and cluster closed.") diff --git a/src/analytics/backend/service/SparkStreaming.py b/src/analytics/backend/service/SparkStreaming.py index 96e1aa05d898ffdd23c533b74ee87fbf03f54576..f204c6247436177cd032c777c048ecb165051ec2 100644 --- a/src/analytics/backend/service/SparkStreaming.py +++ b/src/analytics/backend/service/SparkStreaming.py @@ -33,7 +33,7 @@ def SettingKafkaConsumerParams(): # TODO: create get_kafka_consumer() in comm return { # "kafka.bootstrap.servers": '127.0.0.1:9092', "kafka.bootstrap.servers": KafkaConfig.get_kafka_address(), - "subscribe" : KafkaTopic.VALUE.value, + "subscribe" : KafkaTopic.VALUE.value, # topic should have atleast one message before spark session "startingOffsets" : 'latest', "failOnDataLoss" : 'false' # Optional: Set to "true" to fail the query on data loss } @@ -64,7 +64,7 @@ def ApplyThresholds(aggregated_df, thresholds): for col_name, (fail_th, raise_th) in thresholds.items(): # Apply TH-Fail condition (if column value is less than the fail threshold) aggregated_df = aggregated_df.withColumn( - f"{col_name}_THRESHOLD_FAIL", + f"{col_name}_THRESHOLD_FALL", when(col(col_name) < fail_th, True).otherwise(False) ) # Apply TH-RAISE condition (if column value is greater than the raise threshold) @@ -128,11 +128,11 @@ def SparkStreamer(key, kpi_list, oper_list, thresholds, stop_event, # --- This will write output to Kafka: ACTUAL IMPLEMENTATION query = thresholded_stream_data \ - .selectExpr(f"'{key}' AS key", "to_json(struct(*)) AS value") \ + .selectExpr(f"CAST(kpi_id AS STRING) AS key", "to_json(struct(*)) AS value") \ .writeStream \ .format("kafka") \ .option("kafka.bootstrap.servers", KafkaConfig.get_kafka_address()) \ - .option("topic", KafkaTopic.ANALYTICS_RESPONSE.value) \ + .option("topic", KafkaTopic.ALARMS.value) \ .option("checkpointLocation", "analytics/.spark/checkpoint") \ .outputMode("update") diff --git a/src/analytics/backend/tests/messages.py b/src/analytics/backend/tests/messages.py index 9acd6ad9dffe4a5b10b107a6923ed85170ee141f..b3780d29bada491311fb9662934f2d6c234abc93 100644 --- a/src/analytics/backend/tests/messages.py +++ b/src/analytics/backend/tests/messages.py @@ -12,6 +12,11 @@ # See the License for the specific language governing permissions and # limitations under the License. +import uuid +import json +from common.proto.kpi_manager_pb2 import KpiId +from common.proto.analytics_frontend_pb2 import ( AnalyzerOperationMode, + Analyzer, AnalyzerId ) def get_kpi_id_list(): return ["6e22f180-ba28-4641-b190-2287bf448888", "1e22f180-ba28-4641-b190-2287bf446666"] @@ -32,3 +37,78 @@ def get_threshold_dict(): return { op + '_value': threshold_dict[op+'_value'] for op in get_operation_list() if op + '_value' in threshold_dict } + +def create_analyzer_id(): + _create_analyzer_id = AnalyzerId() + # _create_analyzer_id.analyzer_id.uuid = str(uuid.uuid4()) + # _create_analyzer_id.analyzer_id.uuid = "efef4d95-1cf1-43c4-9742-95c283ddd7a6" + _create_analyzer_id.analyzer_id.uuid = "1e22f180-ba28-4641-b190-2287bf446666" + return _create_analyzer_id + + +def create_analyzer(): + _create_analyzer = Analyzer() + # _create_analyzer.analyzer_id.analyzer_id.uuid = str(uuid.uuid4()) + _create_analyzer.analyzer_id.analyzer_id.uuid = "20540c4f-6797-45e5-af70-6491b49283f9" + _create_analyzer.algorithm_name = "Test_Aggergate_and_Threshold" + _create_analyzer.operation_mode = AnalyzerOperationMode.ANALYZEROPERATIONMODE_STREAMING + + _kpi_id = KpiId() + # input IDs to analyze + _kpi_id.kpi_id.uuid = str(uuid.uuid4()) + _kpi_id.kpi_id.uuid = "5716c369-932b-4a02-b4c7-6a2e808b92d7" + _create_analyzer.input_kpi_ids.append(_kpi_id) + _kpi_id.kpi_id.uuid = str(uuid.uuid4()) + _kpi_id.kpi_id.uuid = "8f70d908-cc48-48de-8664-dc9be2de0089" + _create_analyzer.input_kpi_ids.append(_kpi_id) + _kpi_id.kpi_id.uuid = str(uuid.uuid4()) + _create_analyzer.input_kpi_ids.append(_kpi_id) + # output IDs after analysis + _kpi_id.kpi_id.uuid = str(uuid.uuid4()) + _create_analyzer.output_kpi_ids.append(_kpi_id) + _kpi_id.kpi_id.uuid = str(uuid.uuid4()) + _create_analyzer.output_kpi_ids.append(_kpi_id) + # parameter + _threshold_dict = { + # 'avg_value' :(20, 30), 'min_value' :(00, 10), 'max_value' :(45, 50), + 'first_value' :(00, 10), 'last_value' :(40, 50), 'stdev_value':(00, 10)} + _create_analyzer.parameters['thresholds'] = json.dumps(_threshold_dict) + _create_analyzer.parameters['window_size'] = "60 seconds" # Such as "10 seconds", "2 minutes", "3 hours", "4 days" or "5 weeks" + _create_analyzer.parameters['window_slider'] = "30 seconds" # should be less than window size + _create_analyzer.parameters['store_aggregate'] = str(False) # TRUE to store. No implemented yet + + return _create_analyzer + +def create_analyzer_dask(): + _create_analyzer = Analyzer() + _create_analyzer.analyzer_id.analyzer_id.uuid = str(uuid.uuid4()) + # _create_analyzer.analyzer_id.analyzer_id.uuid = "1e22f180-ba28-4641-b190-2287bf446666" + _create_analyzer.algorithm_name = "Test_Aggergate_and_Threshold" + _create_analyzer.operation_mode = AnalyzerOperationMode.ANALYZEROPERATIONMODE_STREAMING + + _kpi_id = KpiId() + # input IDs to analyze + # _kpi_id.kpi_id.uuid = str(uuid.uuid4()) + _kpi_id.kpi_id.uuid = "6e22f180-ba28-4641-b190-2287bf448888" + _create_analyzer.input_kpi_ids.append(_kpi_id) + # _kpi_id.kpi_id.uuid = str(uuid.uuid4()) + _kpi_id.kpi_id.uuid = "1e22f180-ba28-4641-b190-2287bf446666" + _create_analyzer.input_kpi_ids.append(_kpi_id) + # _kpi_id.kpi_id.uuid = str(uuid.uuid4()) + _create_analyzer.input_kpi_ids.append(_kpi_id) + # output IDs after analysis + _kpi_id.kpi_id.uuid = str(uuid.uuid4()) + _create_analyzer.output_kpi_ids.append(_kpi_id) + _kpi_id.kpi_id.uuid = str(uuid.uuid4()) + _create_analyzer.output_kpi_ids.append(_kpi_id) + # parameter + + _threshold_dict = { + 'mean_latency' :(20, 30), 'min_latency' :(00, 10), 'max_latency' :(45, 50),#} + 'first_value' :(00, 50), 'last_value' :(50, 100), 'std_value' :(0, 90)} + _create_analyzer.parameters['thresholds'] = json.dumps(_threshold_dict) + _create_analyzer.parameters['oper_list'] = json.dumps([key.split('_')[0] for key in _threshold_dict.keys()]) + _create_analyzer.parameters['window_size'] = "10s" # Such as "10 seconds", "2 minutes", "3 hours", "4 days" or "5 weeks" + _create_analyzer.parameters['window_slider'] = "5s" # should be less than window size + _create_analyzer.parameters['store_aggregate'] = str(False) # TRUE to store. No implemented yet + return _create_analyzer diff --git a/src/analytics/backend/tests/test_backend.py b/src/analytics/backend/tests/test_backend.py index 2f40faba94ef7081db609116e8fd869e3d119a24..86de220a21b4c2c1c38d518c01ae13f33ee200d5 100644 --- a/src/analytics/backend/tests/test_backend.py +++ b/src/analytics/backend/tests/test_backend.py @@ -12,12 +12,16 @@ # See the License for the specific language governing permissions and # limitations under the License. -import time +import time, json +from typing import Dict import logging -import threading +from threading import Event, Thread from common.tools.kafka.Variables import KafkaTopic from analytics.backend.service.AnalyticsBackendService import AnalyticsBackendService from analytics.backend.tests.messages import get_kpi_id_list, get_operation_list, get_threshold_dict +from .messages import create_analyzer, create_analyzer_dask +from threading import Thread, Event +from ..service.DaskStreaming import DaskStreamer LOGGER = logging.getLogger(__name__) @@ -32,26 +36,117 @@ def test_validate_kafka_topics(): response = KafkaTopic.create_all_topics() assert isinstance(response, bool) + +# --- To test Dask Streamer functionality --- +# def test_StartDaskStreamer(): # Directly from the Streamer class +# LOGGER.debug(" >>> test_StartSparkStreamer: START <<< ") +# stop_event = Event() +# kpi_list = ["1e22f180-ba28-4641-b190-2287bf446666", "6e22f180-ba28-4641-b190-2287bf448888", 'kpi_3'] +# oper_list = ['avg', 'min', 'max',] +# thresholds = { +# 'avg_value': (10.0, 90.0), +# 'min_value': (5.0, 95.0), +# 'max_value': (15.0, 85.0), +# 'latency' : (2.0, 10.0) +# } + +# # Start the DaskStreamer in a separate thread +# streamer_thread = Thread( +# target=DaskStreamer, +# args=("analytics_stream", kpi_list, oper_list, thresholds, stop_event), +# kwargs={ +# "window_size": "60s", +# "win_slide_duration": "30s", +# "time_stamp_col": "time_stamp" +# } +# ) +# streamer_thread.start() +# try: +# while True: +# time.sleep(10) +# except KeyboardInterrupt: +# LOGGER.info("KeyboardInterrupt received. Stopping streamer...") +# stop_event.set() +# streamer_thread.join() +# LOGGER.info("Streamer stopped gracefully.") + +# --- To test Start Streamer functionality --- +# def test_StartDaskStreamer(): +# LOGGER.debug(" >>> test_StartBaskStreamer: START <<< ") +# analyzer_obj = create_analyzer_dask() +# # LOGGER.info("Created Analyzer Object: {:}".format(analyzer_obj)) +# analyzer_uuid = analyzer_obj.analyzer_id.analyzer_id.uuid +# analyzer_to_generate : Dict = { +# "algo_name" : analyzer_obj.algorithm_name, +# "input_kpis" : [k.kpi_id.uuid for k in analyzer_obj.input_kpi_ids], +# "output_kpis" : [k.kpi_id.uuid for k in analyzer_obj.output_kpi_ids], +# "oper_mode" : analyzer_obj.operation_mode, +# "thresholds" : json.loads(analyzer_obj.parameters["thresholds"]), +# "oper_list" : json.loads(analyzer_obj.parameters["oper_list"]), +# # "oper_list" : analyzer_obj.parameters["oper_list"], +# "window_size" : analyzer_obj.parameters["window_size"], +# "window_slider" : analyzer_obj.parameters["window_slider"], +# # "store_aggregate" : analyzer_obj.parameters["store_aggregate"] +# } +# AnalyticsBackendServiceObj = AnalyticsBackendService() +# LOGGER.info("Analyzer to be generated: {:}".format((analyzer_to_generate))) +# response = AnalyticsBackendServiceObj.StartDaskListener(analyzer_uuid, analyzer_to_generate) +# assert isinstance(response, bool) +# time.sleep(100) +# LOGGER.info('Initiating StopRequestListener...') +# # AnalyticsBackendServiceObj = AnalyticsBackendService() +# response = AnalyticsBackendServiceObj.StopDaskListener(analyzer_uuid) +# LOGGER.debug(str(response)) +# assert isinstance(response, bool) + +# --- To test Start Streamer functionality --- +# def test_StartSparkStreamer(): +# LOGGER.debug(" >>> test_StartSparkStreamer: START <<< ") +# analyzer_obj = create_analyzer() +# analyzer_uuid = analyzer_obj.analyzer_id.analyzer_id.uuid +# analyzer_to_generate : Dict = { +# "algo_name" : analyzer_obj.algorithm_name, +# "input_kpis" : [k.kpi_id.uuid for k in analyzer_obj.input_kpi_ids], +# "output_kpis" : [k.kpi_id.uuid for k in analyzer_obj.output_kpi_ids], +# "oper_mode" : analyzer_obj.operation_mode, +# "thresholds" : json.loads(analyzer_obj.parameters["thresholds"]), +# "window_size" : analyzer_obj.parameters["window_size"], +# "window_slider" : analyzer_obj.parameters["window_slider"], +# # "store_aggregate" : analyzer_obj.parameters["store_aggregate"] +# } +# AnalyticsBackendServiceObj = AnalyticsBackendService() +# response = AnalyticsBackendServiceObj.StartSparkStreamer(analyzer_uuid, analyzer_to_generate) +# assert isinstance(response, bool) + +# --- To TEST StartRequestListenerFunctionality # def test_StartRequestListener(): # LOGGER.info('test_RunRequestListener') # AnalyticsBackendServiceObj = AnalyticsBackendService() -# response = AnalyticsBackendServiceObj.StartRequestListener() # response is Tuple (thread, stop_event) -# LOGGER.debug(str(response)) -# assert isinstance(response, tuple) +# AnalyticsBackendServiceObj.stop_event = Event() +# listener_thread = Thread(target=AnalyticsBackendServiceObj.RequestListener, args=()) +# listener_thread.start() + +# time.sleep(100) + + # AnalyticsBackendServiceObj.stop_event.set() + # LOGGER.info('Backend termination initiated. waiting for termination... 10 seconds') + # listener_thread.join(timeout=10) + # assert not listener_thread.is_alive(), "RequestListener thread did not terminate as expected." + # LOGGER.info('Completed test_RunRequestListener') # To test START and STOP communication together -def test_StopRequestListener(): - LOGGER.info('test_RunRequestListener') - LOGGER.info('Initiating StartRequestListener...') - AnalyticsBackendServiceObj = AnalyticsBackendService() - response_thread = AnalyticsBackendServiceObj.StartRequestListener() # response is Tuple (thread, stop_event) - # LOGGER.debug(str(response_thread)) - time.sleep(10) - LOGGER.info('Initiating StopRequestListener...') - AnalyticsBackendServiceObj = AnalyticsBackendService() - response = AnalyticsBackendServiceObj.StopRequestListener(response_thread) - LOGGER.debug(str(response)) - assert isinstance(response, bool) +# def test_StopRequestListener(): +# LOGGER.info('test_RunRequestListener') +# LOGGER.info('Initiating StartRequestListener...') +# AnalyticsBackendServiceObj = AnalyticsBackendService() +# response_thread = AnalyticsBackendServiceObj.StartRequestListener() # response is Tuple (thread, stop_event) +# # LOGGER.debug(str(response_thread)) +# time.sleep(10) +# LOGGER.info('Initiating StopRequestListener...') +# AnalyticsBackendServiceObj = AnalyticsBackendService() +# response = AnalyticsBackendServiceObj.StopRequestListener(response_thread) +# LOGGER.debug(str(response)) +# assert isinstance(response, bool) # To independently tests the SparkListener functionality # def test_SparkListener(): diff --git a/src/analytics/database/Analyzer_DB.py b/src/analytics/database/Analyzer_DB.py index 1ba68989a066e4638adc12e65289ed50b740731d..ab0b50f2ebba8e2590f1fcb4f2801f42a9c5d208 100644 --- a/src/analytics/database/Analyzer_DB.py +++ b/src/analytics/database/Analyzer_DB.py @@ -13,138 +13,44 @@ # limitations under the License. import logging -import sqlalchemy_utils +from common.method_wrappers.Decorator import MetricsPool +from common.tools.database.GenericDatabase import Database +from common.method_wrappers.ServiceExceptions import OperationFailedException -from sqlalchemy import inspect, or_ -from sqlalchemy.orm import sessionmaker +LOGGER = logging.getLogger(__name__) +METRICS_POOL = MetricsPool('KpiManager', 'Database') -from analytics.database.AnalyzerModel import Analyzer as AnalyzerModel -from analytics.database.AnalyzerEngine import AnalyzerEngine -from common.method_wrappers.ServiceExceptions import (OperationFailedException, AlreadyExistsException) +class AnalyzerDB(Database): + def __init__(self, model) -> None: + LOGGER.info('Init KpiManagerService') + super().__init__(model) -LOGGER = logging.getLogger(__name__) -DB_NAME = "tfs_analyzer" # TODO: export name from enviornment variable - -class AnalyzerDB: - def __init__(self): - self.db_engine = AnalyzerEngine.get_engine() - if self.db_engine is None: - LOGGER.error('Unable to get SQLAlchemy DB Engine...') - return False - self.db_name = DB_NAME - self.Session = sessionmaker(bind=self.db_engine) - - def create_database(self): - if not sqlalchemy_utils.database_exists(self.db_engine.url): - LOGGER.debug("Database created. {:}".format(self.db_engine.url)) - sqlalchemy_utils.create_database(self.db_engine.url) - - def drop_database(self) -> None: - if sqlalchemy_utils.database_exists(self.db_engine.url): - sqlalchemy_utils.drop_database(self.db_engine.url) - - def create_tables(self): - try: - AnalyzerModel.metadata.create_all(self.db_engine) # type: ignore - LOGGER.debug("Tables created in the database: {:}".format(self.db_name)) - except Exception as e: - LOGGER.debug("Tables cannot be created in the database. {:s}".format(str(e))) - raise OperationFailedException ("Tables can't be created", extra_details=["unable to create table {:}".format(e)]) - - def verify_tables(self): - try: - inspect_object = inspect(self.db_engine) - if(inspect_object.has_table('analyzer', None)): - LOGGER.info("Table exists in DB: {:}".format(self.db_name)) - except Exception as e: - LOGGER.info("Unable to fetch Table names. {:s}".format(str(e))) - -# ----------------- CURD OPERATIONS --------------------- - - def add_row_to_db(self, row): - session = self.Session() - try: - session.add(row) - session.commit() - LOGGER.debug(f"Row inserted into {row.__class__.__name__} table.") - return True - except Exception as e: - session.rollback() - if "psycopg2.errors.UniqueViolation" in str(e): - LOGGER.error(f"Unique key voilation: {row.__class__.__name__} table. {str(e)}") - raise AlreadyExistsException(row.__class__.__name__, row, - extra_details=["Unique key voilation: {:}".format(e)] ) - else: - LOGGER.error(f"Failed to insert new row into {row.__class__.__name__} table. {str(e)}") - raise OperationFailedException ("Deletion by column id", extra_details=["unable to delete row {:}".format(e)]) - finally: - session.close() - - def search_db_row_by_id(self, model, col_name, id_to_search): - session = self.Session() - try: - entity = session.query(model).filter_by(**{col_name: id_to_search}).first() - if entity: - # LOGGER.debug(f"{model.__name__} ID found: {str(entity)}") - return entity - else: - LOGGER.debug(f"{model.__name__} ID not found, No matching row: {str(id_to_search)}") - print("{:} ID not found, No matching row: {:}".format(model.__name__, id_to_search)) - return None - except Exception as e: - session.rollback() - LOGGER.debug(f"Failed to retrieve {model.__name__} ID. {str(e)}") - raise OperationFailedException ("search by column id", extra_details=["unable to search row {:}".format(e)]) - finally: - session.close() - - def delete_db_row_by_id(self, model, col_name, id_to_search): - session = self.Session() - try: - record = session.query(model).filter_by(**{col_name: id_to_search}).first() - if record: - session.delete(record) - session.commit() - LOGGER.debug("Deleted %s with %s: %s", model.__name__, col_name, id_to_search) - else: - LOGGER.debug("%s with %s %s not found", model.__name__, col_name, id_to_search) - return None - except Exception as e: - session.rollback() - LOGGER.error("Error deleting %s with %s %s: %s", model.__name__, col_name, id_to_search, e) - raise OperationFailedException ("Deletion by column id", extra_details=["unable to delete row {:}".format(e)]) - finally: - session.close() - def select_with_filter(self, model, filter_object): + """ + Generic method to create filters dynamically based on filter_object attributes. + params: model: SQLAlchemy model class to query. + filter_object: Object that contains filtering criteria as attributes. + return: SQLAlchemy session, query and Model + """ session = self.Session() try: - query = session.query(AnalyzerModel) - + query = session.query(model) # Apply filters based on the filter_object if filter_object.analyzer_id: - query = query.filter(AnalyzerModel.analyzer_id.in_([a.analyzer_id.uuid for a in filter_object.analyzer_id])) + query = query.filter(model.analyzer_id.in_([a.analyzer_id.uuid for a in filter_object.analyzer_id])) if filter_object.algorithm_names: - query = query.filter(AnalyzerModel.algorithm_name.in_(filter_object.algorithm_names)) + query = query.filter(model.algorithm_name.in_(filter_object.algorithm_names)) if filter_object.input_kpi_ids: input_kpi_uuids = [k.kpi_id.uuid for k in filter_object.input_kpi_ids] - query = query.filter(AnalyzerModel.input_kpi_ids.op('&&')(input_kpi_uuids)) + query = query.filter(model.input_kpi_ids.op('&&')(input_kpi_uuids)) if filter_object.output_kpi_ids: output_kpi_uuids = [k.kpi_id.uuid for k in filter_object.output_kpi_ids] - query = query.filter(AnalyzerModel.output_kpi_ids.op('&&')(output_kpi_uuids)) - - result = query.all() - # query should be added to return all rows - if result: - LOGGER.debug(f"Fetched filtered rows from {model.__name__} table with filters: {filter_object}") # - Results: {result} - else: - LOGGER.warning(f"No matching row found in {model.__name__} table with filters: {filter_object}") - return result + query = query.filter(model.output_kpi_ids.op('&&')(output_kpi_uuids)) except Exception as e: - LOGGER.error(f"Error fetching filtered rows from {model.__name__} table with filters {filter_object} ::: {e}") - raise OperationFailedException ("Select by filter", extra_details=["unable to apply the filter {:}".format(e)]) - finally: - session.close() + LOGGER.error(f"Error creating filter of {model.__name__} table. ERROR: {e}") + raise OperationFailedException ("CreateKpiDescriptorFilter", extra_details=["unable to create the filter {:}".format(e)]) + + return super().select_with_filter(query, session, model) diff --git a/src/analytics/frontend/client/AnalyticsFrontendClient.py b/src/analytics/frontend/client/AnalyticsFrontendClient.py index 90e95d661d46f24ae5ffaeb7bcfa19b7e1f36526..809c957ea48a07a657fe1edc244c9c0f125e9058 100644 --- a/src/analytics/frontend/client/AnalyticsFrontendClient.py +++ b/src/analytics/frontend/client/AnalyticsFrontendClient.py @@ -28,8 +28,8 @@ RETRY_DECORATOR = retry(max_retries=MAX_RETRIES, delay_function=DELAY_FUNCTION, class AnalyticsFrontendClient: def __init__(self, host=None, port=None): - if not host: host = get_service_host(ServiceNameEnum.ANALYTICSFRONTEND) - if not port: port = get_service_port_grpc(ServiceNameEnum.ANALYTICSFRONTEND) + if not host: host = get_service_host(ServiceNameEnum.ANALYTICS) + if not port: port = get_service_port_grpc(ServiceNameEnum.ANALYTICS) self.endpoint = '{:s}:{:s}'.format(str(host), str(port)) LOGGER.debug('Creating channel to {:s}...'.format(str(self.endpoint))) self.channel = None diff --git a/src/analytics/frontend/requirements.in b/src/analytics/frontend/requirements.in index d81b9ddbeafeff94c830d48ca5594e775b9ce240..0b1ec921b8bb77c0d26e8240585a19ef165f0eec 100644 --- a/src/analytics/frontend/requirements.in +++ b/src/analytics/frontend/requirements.in @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -apscheduler==3.10.4 +apscheduler==3.10.1 confluent-kafka==2.3.* psycopg2-binary==2.9.* SQLAlchemy==1.4.* diff --git a/src/analytics/frontend/service/AnalyticsFrontendService.py b/src/analytics/frontend/service/AnalyticsFrontendService.py index 42a7fc9b60418c1c0fc5af6f320ae5c330ce8871..8d2536fe091459d6026941f4eae52f58f7cd3f3a 100644 --- a/src/analytics/frontend/service/AnalyticsFrontendService.py +++ b/src/analytics/frontend/service/AnalyticsFrontendService.py @@ -20,7 +20,7 @@ from analytics.frontend.service.AnalyticsFrontendServiceServicerImpl import Anal class AnalyticsFrontendService(GenericGrpcService): def __init__(self, cls_name: str = __name__): - port = get_service_port_grpc(ServiceNameEnum.ANALYTICSFRONTEND) + port = get_service_port_grpc(ServiceNameEnum.ANALYTICS) super().__init__(port, cls_name=cls_name) self.analytics_frontend_servicer = AnalyticsFrontendServiceServicerImpl() diff --git a/src/analytics/frontend/service/AnalyticsFrontendServiceServicerImpl.py b/src/analytics/frontend/service/AnalyticsFrontendServiceServicerImpl.py index 8bb6a17afb5b911e3652fdb8d1853b5b7bc6faf3..219821ac9bf9bf05e7c599480795d988d1015605 100644 --- a/src/analytics/frontend/service/AnalyticsFrontendServiceServicerImpl.py +++ b/src/analytics/frontend/service/AnalyticsFrontendServiceServicerImpl.py @@ -12,7 +12,6 @@ # See the License for the specific language governing permissions and # limitations under the License. - import logging, grpc, json, queue from typing import Dict @@ -37,7 +36,7 @@ class AnalyticsFrontendServiceServicerImpl(AnalyticsFrontendServiceServicer): def __init__(self): LOGGER.info('Init AnalyticsFrontendService') self.listener_topic = KafkaTopic.ANALYTICS_RESPONSE.value - self.db_obj = AnalyzerDB() + self.db_obj = AnalyzerDB(AnalyzerModel) self.result_queue = queue.Queue() self.scheduler = BackgroundScheduler() self.kafka_producer = KafkaProducer({'bootstrap.servers' : KafkaConfig.get_kafka_address()}) @@ -84,7 +83,6 @@ class AnalyticsFrontendServiceServicerImpl(AnalyticsFrontendServiceServicer): LOGGER.info("Analyzer Start Request Generated: Analyzer Id: {:}, Value: {:}".format(analyzer_uuid, analyzer_to_generate)) self.kafka_producer.flush() - # self.StartResponseListener(analyzer_uuid) def StartResponseListener(self, filter_key=None): """ @@ -103,10 +101,8 @@ class AnalyticsFrontendServiceServicerImpl(AnalyticsFrontendServiceServicer): LOGGER.info(f"Started Kafka listener for topic {self.listener_topic}...") try: while True: - LOGGER.info("entering while...") - key, value = self.result_queue.get() # Wait until a result is available - LOGGER.info("In while true ...") - yield key, value # Yield the result to the calling function + key, value = self.result_queue.get() + yield key, value except KeyboardInterrupt: LOGGER.warning("Listener stopped manually.") finally: @@ -136,8 +132,6 @@ class AnalyticsFrontendServiceServicerImpl(AnalyticsFrontendServiceServicer): self.result_queue.put((key, value)) else: LOGGER.info(f"Skipping message with unmatched key: {key}") - # value = json.loads(msg.value().decode('utf-8')) # Added for debugging - # self.result_queue.put((filter_key, value)) # Added for debugging except Exception as e: LOGGER.error(f"Error processing Kafka message: {e}") @@ -208,7 +202,7 @@ class AnalyticsFrontendServiceServicerImpl(AnalyticsFrontendServiceServicer): def delivery_callback(self, err, msg): if err: LOGGER.debug('Message delivery failed: {:}'.format(err)) - print ('Message delivery failed: {:}'.format(err)) - # else: - # LOGGER.debug('Message delivered to topic {:}'.format(msg.topic())) - # print('Message delivered to topic {:}'.format(msg.topic())) + # print ('Message delivery failed: {:}'.format(err)) + else: + LOGGER.debug('Message delivered to topic {:}'.format(msg.topic())) + # print('Message delivered to topic {:}'.format(msg.topic())) diff --git a/src/analytics/frontend/service/__main__.py b/src/analytics/frontend/service/__main__.py index 6c331844f45d98095ef98951f3db43a0e2f0c69c..1df996785ec636592cf5197144d916a89257d9af 100644 --- a/src/analytics/frontend/service/__main__.py +++ b/src/analytics/frontend/service/__main__.py @@ -16,9 +16,11 @@ import logging, signal, sys, threading from prometheus_client import start_http_server from common.Settings import get_log_level, get_metrics_port from .AnalyticsFrontendService import AnalyticsFrontendService +from analytics.database.AnalyzerModel import Analyzer as Model +from common.tools.database.GenericDatabase import Database terminate = threading.Event() -LOGGER = None +LOGGER = None def signal_handler(signal, frame): # pylint: disable=redefined-outer-name LOGGER.warning('Terminate signal received') @@ -36,6 +38,11 @@ def main(): LOGGER.info('Starting...') + # To create DB + kpiDBobj = Database(Model) + kpiDBobj.create_database() + kpiDBobj.create_tables() + # Start metrics server metrics_port = get_metrics_port() start_http_server(metrics_port) diff --git a/src/analytics/frontend/tests/messages.py b/src/analytics/frontend/tests/messages.py index 646de962e8a213582fdb7cd1446ab57bda561a96..e2d39585e434b58c0d48d0061e105a5ebaabe6b9 100644 --- a/src/analytics/frontend/tests/messages.py +++ b/src/analytics/frontend/tests/messages.py @@ -21,13 +21,14 @@ from common.proto.analytics_frontend_pb2 import ( AnalyzerOperationMode, Analyze def create_analyzer_id(): _create_analyzer_id = AnalyzerId() # _create_analyzer_id.analyzer_id.uuid = str(uuid.uuid4()) - _create_analyzer_id.analyzer_id.uuid = "efef4d95-1cf1-43c4-9742-95c283ddd7a6" + # _create_analyzer_id.analyzer_id.uuid = "efef4d95-1cf1-43c4-9742-95c283ddd7a6" + _create_analyzer_id.analyzer_id.uuid = "1e22f180-ba28-4641-b190-2287bf446666" return _create_analyzer_id def create_analyzer(): _create_analyzer = Analyzer() # _create_analyzer.analyzer_id.analyzer_id.uuid = str(uuid.uuid4()) - _create_analyzer.analyzer_id.analyzer_id.uuid = "efef4d95-1cf1-43c4-9742-95c283ddd7a6" + _create_analyzer.analyzer_id.analyzer_id.uuid = "1e22f180-ba28-4641-b190-2287bf446666" _create_analyzer.algorithm_name = "Test_Aggergate_and_Threshold" _create_analyzer.operation_mode = AnalyzerOperationMode.ANALYZEROPERATIONMODE_STREAMING @@ -48,11 +49,12 @@ def create_analyzer(): _create_analyzer.output_kpi_ids.append(_kpi_id) # parameter _threshold_dict = { - # 'avg_value' :(20, 30), 'min_value' :(00, 10), 'max_value' :(45, 50), - 'first_value' :(00, 10), 'last_value' :(40, 50), 'stdev_value':(00, 10)} + 'mean_value' :(20, 30), 'min_value' :(00, 10), 'max_value' :(45, 50), + 'first_value' :(00, 10), 'last_value' :(40, 50), 'std_value':(00, 10) + } _create_analyzer.parameters['thresholds'] = json.dumps(_threshold_dict) - _create_analyzer.parameters['window_size'] = "60 seconds" # Such as "10 seconds", "2 minutes", "3 hours", "4 days" or "5 weeks" - _create_analyzer.parameters['window_slider'] = "30 seconds" # should be less than window size + _create_analyzer.parameters['window_size'] = "10s" # Such as "10 seconds", "2 minutes", "3 hours", "4 days" or "5 weeks" + _create_analyzer.parameters['window_slider'] = "5s" # should be less than window size _create_analyzer.parameters['store_aggregate'] = str(False) # TRUE to store. No implemented yet return _create_analyzer diff --git a/src/analytics/frontend/tests/test_frontend.py b/src/analytics/frontend/tests/test_frontend.py index d2428c01fb021f71a884d9a99c446bfef6e66559..74fef6c79cc2328b65671b392220ae86106e9d5d 100644 --- a/src/analytics/frontend/tests/test_frontend.py +++ b/src/analytics/frontend/tests/test_frontend.py @@ -41,9 +41,9 @@ from apscheduler.triggers.interval import IntervalTrigger LOCAL_HOST = '127.0.0.1' -ANALYTICS_FRONTEND_PORT = str(get_service_port_grpc(ServiceNameEnum.ANALYTICSFRONTEND)) -os.environ[get_env_var_name(ServiceNameEnum.ANALYTICSFRONTEND, ENVVAR_SUFIX_SERVICE_HOST )] = str(LOCAL_HOST) -os.environ[get_env_var_name(ServiceNameEnum.ANALYTICSFRONTEND, ENVVAR_SUFIX_SERVICE_PORT_GRPC)] = str(ANALYTICS_FRONTEND_PORT) +ANALYTICS_FRONTEND_PORT = str(get_service_port_grpc(ServiceNameEnum.ANALYTICS)) +os.environ[get_env_var_name(ServiceNameEnum.ANALYTICS, ENVVAR_SUFIX_SERVICE_HOST )] = str(LOCAL_HOST) +os.environ[get_env_var_name(ServiceNameEnum.ANALYTICS, ENVVAR_SUFIX_SERVICE_PORT_GRPC)] = str(ANALYTICS_FRONTEND_PORT) LOGGER = logging.getLogger(__name__) @@ -97,14 +97,13 @@ def test_validate_kafka_topics(): # assert isinstance(response, AnalyzerId) # To test start and stop listener together -def test_StartStopAnalyzers(analyticsFrontend_client): - LOGGER.info(' >>> test_StartStopAnalyzers START: <<< ') - LOGGER.info('--> StartAnalyzer') +def test_StartAnalyzers(analyticsFrontend_client): + LOGGER.info(' >>> test_StartAnalyzers START: <<< ') added_analyzer_id = analyticsFrontend_client.StartAnalyzer(create_analyzer()) LOGGER.debug(str(added_analyzer_id)) LOGGER.info(' --> Calling StartResponseListener... ') class_obj = AnalyticsFrontendServiceServicerImpl() - response = class_obj.StartResponseListener(added_analyzer_id.analyzer_id._uuid) + response = class_obj.StartResponseListener(added_analyzer_id.analyzer_id.uuid) LOGGER.debug(response) LOGGER.info("waiting for timer to comlete ...") time.sleep(3) @@ -131,4 +130,4 @@ def test_StartStopAnalyzers(analyticsFrontend_client): # class_obj = AnalyticsFrontendServiceServicerImpl() # for response in class_obj.StartResponseListener(analyzer_id.analyzer_id.uuid): # LOGGER.debug(response) -# assert isinstance(response, tuple) \ No newline at end of file +# assert isinstance(response, tuple) diff --git a/src/analytics/requirements.in b/src/analytics/requirements.in index 8ff30ddaad25c39713f2e6f68c8d9aebed74dad0..231dc04e820387c95ffea72cbe67b9f0a9a0865a 100644 --- a/src/analytics/requirements.in +++ b/src/analytics/requirements.in @@ -12,8 +12,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -java==11.0.* -pyspark==3.5.2 confluent-kafka==2.3.* psycopg2-binary==2.9.* SQLAlchemy==1.4.* diff --git a/src/analytics/tests/test_analytics_db.py b/src/analytics/tests/test_analytics_db.py index 58e7d0167044bb461e66b053dcb3999641ea8419..2794edb4a051b38d4cef902fd09aaad5db966179 100644 --- a/src/analytics/tests/test_analytics_db.py +++ b/src/analytics/tests/test_analytics_db.py @@ -15,12 +15,13 @@ import logging from analytics.database.Analyzer_DB import AnalyzerDB +from analytics.database.AnalyzerModel import Analyzer LOGGER = logging.getLogger(__name__) def test_verify_databases_and_tables(): LOGGER.info('>>> test_verify_databases_and_tables : START <<< ') - AnalyzerDBobj = AnalyzerDB() + AnalyzerDBobj = AnalyzerDB(Analyzer) # AnalyzerDBobj.drop_database() # AnalyzerDBobj.verify_tables() AnalyzerDBobj.create_database() diff --git a/src/automation/.gitlab-ci.yml b/src/automation/.gitlab-ci.yml new file mode 100644 index 0000000000000000000000000000000000000000..f52dda3f4e3fd7cd4de6f4d03a8ada164796f404 --- /dev/null +++ b/src/automation/.gitlab-ci.yml @@ -0,0 +1,117 @@ +# Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Build, tag, and push the Docker image to the GitLab Docker registry +build automation: + variables: + IMAGE_NAME: 'automation' # name of the microservice + IMAGE_TAG: 'latest' # tag of the container image (production, development, etc) + stage: build + before_script: + - docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY + script: + - docker buildx build -t "$IMAGE_NAME:$IMAGE_TAG" -f ./src/$IMAGE_NAME/Dockerfile . + - docker tag "$IMAGE_NAME:$IMAGE_TAG" "$CI_REGISTRY_IMAGE/$IMAGE_NAME:$IMAGE_TAG" + - docker push "$CI_REGISTRY_IMAGE/$IMAGE_NAME:$IMAGE_TAG" + after_script: + - docker images --filter="dangling=true" --quiet | xargs -r docker rmi + rules: + - if: '$CI_PIPELINE_SOURCE == "merge_request_event" && ($CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "develop" || $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == $CI_DEFAULT_BRANCH)' + - if: '$CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH == "develop"' + - changes: + - src/common/**/*.py + - proto/*.proto + - src/$IMAGE_NAME/**/*.{py,in,yml} + - src/$IMAGE_NAME/Dockerfile + - src/$IMAGE_NAME/tests/*.py + - manifests/${IMAGE_NAME}service.yaml + - .gitlab-ci.yml + +# Apply unit test to the component +unit_test automation: + variables: + IMAGE_NAME: 'automation' # name of the microservice + IMAGE_TAG: 'latest' # tag of the container image (production, development, etc) + stage: unit_test + needs: + - build automation + before_script: + - docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY + - > + if docker network list | grep teraflowbridge; then + echo "teraflowbridge is already created"; + else + docker network create -d bridge teraflowbridge; + fi + - > + if docker container ls | grep $IMAGE_NAME; then + docker rm -f $IMAGE_NAME; + else + echo "$IMAGE_NAME image is not in the system"; + fi + script: + - docker pull "$CI_REGISTRY_IMAGE/$IMAGE_NAME:$IMAGE_TAG" + - docker run --name $IMAGE_NAME -d -p 2020:2020 -v "$PWD/src/$IMAGE_NAME/tests:/opt/results" --network=teraflowbridge $CI_REGISTRY_IMAGE/$IMAGE_NAME:$IMAGE_TAG + - sleep 5 + - docker ps -a + - docker logs $IMAGE_NAME + - docker exec -i $IMAGE_NAME bash -c "coverage run --append -m pytest --log-level=INFO --verbose $IMAGE_NAME/tests/test_unitary_emulated.py --junitxml=/opt/results/${IMAGE_NAME}_report_emulated.xml" + - docker exec -i $IMAGE_NAME bash -c "coverage run --append -m pytest --log-level=INFO --verbose $IMAGE_NAME/tests/test_unitary_ietf_actn.py --junitxml=/opt/results/${IMAGE_NAME}_report_ietf_actn.xml" + - docker exec -i $IMAGE_NAME bash -c "coverage report --include='${IMAGE_NAME}/*' --show-missing" + coverage: '/TOTAL\s+\d+\s+\d+\s+(\d+%)/' + after_script: + - docker rm -f $IMAGE_NAME + - docker network rm teraflowbridge + rules: + - if: '$CI_PIPELINE_SOURCE == "merge_request_event" && ($CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "develop" || $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == $CI_DEFAULT_BRANCH)' + - if: '$CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH == "develop"' + - changes: + - src/common/**/*.py + - proto/*.proto + - src/$IMAGE_NAME/**/*.{py,in,yml} + - src/$IMAGE_NAME/Dockerfile + - src/$IMAGE_NAME/tests/*.py + - src/$IMAGE_NAME/tests/Dockerfile + - manifests/${IMAGE_NAME}service.yaml + - .gitlab-ci.yml + artifacts: + when: always + reports: + junit: src/$IMAGE_NAME/tests/${IMAGE_NAME}_report_*.xml + +## Deployment of the service in Kubernetes Cluster +#deploy automation: +# variables: +# IMAGE_NAME: 'automation' # name of the microservice +# IMAGE_TAG: 'latest' # tag of the container image (production, development, etc) +# stage: deploy +# needs: +# - unit test automation +# # - integ_test execute +# script: +# - 'sed -i "s/$IMAGE_NAME:.*/$IMAGE_NAME:$IMAGE_TAG/" manifests/${IMAGE_NAME}service.yaml' +# - kubectl version +# - kubectl get all +# - kubectl apply -f "manifests/${IMAGE_NAME}service.yaml" +# - kubectl get all +# # environment: +# # name: test +# # url: https://example.com +# # kubernetes: +# # namespace: test +# rules: +# - if: '$CI_PIPELINE_SOURCE == "merge_request_event" && ($CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "develop" || $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == $CI_DEFAULT_BRANCH)' +# when: manual +# - if: '$CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH == "develop"' +# when: manual diff --git a/src/automation/Config.py b/src/automation/Config.py new file mode 100644 index 0000000000000000000000000000000000000000..7c7568fdb6e3b1446aa9412ad32a0a5948ba949b --- /dev/null +++ b/src/automation/Config.py @@ -0,0 +1,14 @@ +# Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + diff --git a/src/automation/Dockerfile b/src/automation/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..deef6b36fb4ab324e75a687bc3ce8c297c186c8f --- /dev/null +++ b/src/automation/Dockerfile @@ -0,0 +1,78 @@ +# Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +FROM python:3.9-slim + +# Install dependencies +RUN apt-get --yes --quiet --quiet update && \ + apt-get --yes --quiet --quiet install wget g++ git && \ + rm -rf /var/lib/apt/lists/* + +# Set Python to show logs as they occur +ENV PYTHONUNBUFFERED=0 + +# Download the gRPC health probe +RUN GRPC_HEALTH_PROBE_VERSION=v0.2.0 && \ + wget -qO/bin/grpc_health_probe https://github.com/grpc-ecosystem/grpc-health-probe/releases/download/${GRPC_HEALTH_PROBE_VERSION}/grpc_health_probe-linux-amd64 && \ + chmod +x /bin/grpc_health_probe + +# Get generic Python packages +RUN python3 -m pip install --upgrade pip +RUN python3 -m pip install --upgrade setuptools wheel +RUN python3 -m pip install --upgrade pip-tools + +# Get common Python packages +# Note: this step enables sharing the previous Docker build steps among all the Python components +WORKDIR /var/teraflow +COPY common_requirements.in common_requirements.in +RUN pip-compile --quiet --output-file=common_requirements.txt common_requirements.in +RUN python3 -m pip install -r common_requirements.txt + +# Add common files into working directory +WORKDIR /var/teraflow/common +COPY src/common/. ./ +RUN rm -rf proto + +# Create proto sub-folder, copy .proto files, and generate Python code +RUN mkdir -p /var/teraflow/common/proto +WORKDIR /var/teraflow/common/proto +RUN touch __init__.py +COPY proto/*.proto ./ +RUN python3 -m grpc_tools.protoc -I=. --python_out=. --grpc_python_out=. *.proto +RUN rm *.proto +RUN find . -type f -exec sed -i -E 's/(import\ .*)_pb2/from . \1_pb2/g' {} \; + +# Create component sub-folders, get specific Python packages +RUN mkdir -p /var/teraflow/automation +WORKDIR /var/teraflow/automation +COPY src/automation/requirements.in requirements.in +RUN pip-compile --quiet --output-file=requirements.txt requirements.in +RUN python3 -m pip install -r requirements.txt + +# Add component files into working directory +WORKDIR /var/teraflow +COPY src/context/__init__.py context/__init__.py +COPY src/context/client/. context/client/ +COPY src/kpi_manager/__init__.py kpi_manager/__init__.py +COPY src/kpi_manager/client/. kpi_manager/client/ +COPY src/telemetry/__init__.py telemetry/__init__.py +COPY src/telemetry/frontend/__init__.py telemetry/frontend/__init__.py +COPY src/telemetry/frontend/client/. telemetry/frontend/client/ +COPY src/analytics/__init__.py analytics/__init__.py +COPY src/analytics/frontend/__init__.py analytics/frontend/__init__.py +COPY src/analytics/frontend/client/. analytics/frontend/client/ +COPY src/automation/. automation/ + +# Start the service +ENTRYPOINT ["python", "-m", "automation.service"] diff --git a/src/qkd_app/service/rest_server/__init__.py b/src/automation/__init__.py similarity index 99% rename from src/qkd_app/service/rest_server/__init__.py rename to src/automation/__init__.py index 07d08814021ef82220611ee21c01ba01806682e9..7c7568fdb6e3b1446aa9412ad32a0a5948ba949b 100644 --- a/src/qkd_app/service/rest_server/__init__.py +++ b/src/automation/__init__.py @@ -11,3 +11,4 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. + diff --git a/src/automation/client/PolicyClient.py b/src/automation/client/PolicyClient.py new file mode 100644 index 0000000000000000000000000000000000000000..f7b6412a62670d0be2caa1460f7fab5ffec6fccd --- /dev/null +++ b/src/automation/client/PolicyClient.py @@ -0,0 +1,54 @@ +# Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +import grpc, logging +from common.Constants import ServiceNameEnum +from common.Settings import get_service_host, get_service_port_grpc +from common.proto.policy_pb2 import PolicyRuleService, PolicyRuleState +from common.proto.policy_pb2_grpc import PolicyServiceStub +from common.tools.client.RetryDecorator import retry, delay_exponential +from common.tools.grpc.Tools import grpc_message_to_json_string + +LOGGER = logging.getLogger(__name__) +MAX_RETRIES = 15 +DELAY_FUNCTION = delay_exponential(initial=0.01, increment=2.0, maximum=5.0) +RETRY_DECORATOR = retry(max_retries=MAX_RETRIES, delay_function=DELAY_FUNCTION, prepare_method_name='connect') + +class PolicyClient: + def __init__(self, host=None, port=None): + if not host: host = get_service_host(ServiceNameEnum.POLICY) + if not port: port = get_service_port_grpc(ServiceNameEnum.POLICY) + self.endpoint = '{:s}:{:s}'.format(str(host), str(port)) + LOGGER.info('Creating channel to {:s}...'.format(str(self.endpoint))) + self.channel = None + self.stub = None + self.openconfig_stub=None + self.connect() + LOGGER.info('Channel created') + + def connect(self): + self.channel = grpc.insecure_channel(self.endpoint) + self.stub = PolicyServiceStub(self.channel) + + def close(self): + if self.channel is not None: self.channel.close() + self.channel = None + self.stub = None + + @RETRY_DECORATOR + def PolicyAddService(self, request : PolicyRuleService) -> PolicyRuleState: + LOGGER.debug('AddPolicy request: {:s}'.format(grpc_message_to_json_string(request))) + response = self.stub.PolicyAddService(request) + LOGGER.debug('AddPolicy result: {:s}'.format(grpc_message_to_json_string(response))) + return response diff --git a/src/automation/client/__init__.py b/src/automation/client/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..7c7568fdb6e3b1446aa9412ad32a0a5948ba949b --- /dev/null +++ b/src/automation/client/__init__.py @@ -0,0 +1,14 @@ +# Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + diff --git a/src/automation/requirements.in b/src/automation/requirements.in new file mode 100644 index 0000000000000000000000000000000000000000..d81b9ddbeafeff94c830d48ca5594e775b9ce240 --- /dev/null +++ b/src/automation/requirements.in @@ -0,0 +1,20 @@ +# Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +apscheduler==3.10.4 +confluent-kafka==2.3.* +psycopg2-binary==2.9.* +SQLAlchemy==1.4.* +sqlalchemy-cockroachdb==1.4.* +SQLAlchemy-Utils==0.38.* diff --git a/src/automation/service/AutomationService.py b/src/automation/service/AutomationService.py new file mode 100644 index 0000000000000000000000000000000000000000..4ff0beb3aea14bc6e3ed014d9cc73e72e856c438 --- /dev/null +++ b/src/automation/service/AutomationService.py @@ -0,0 +1,28 @@ +# Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +from common.Constants import ServiceNameEnum +from common.Settings import get_service_port_grpc +from common.proto.automation_pb2_grpc import add_AutomationServiceServicer_to_server +from common.tools.service.GenericGrpcService import GenericGrpcService +from automation.service.AutomationServiceServicerImpl import AutomationServiceServicerImpl + +class AutomationService(GenericGrpcService): + def __init__(self, cls_name: str = __name__) -> None: + port = get_service_port_grpc(ServiceNameEnum.AUTOMATION) + super().__init__(port, cls_name=cls_name) + self.automation_servicer = AutomationServiceServicerImpl() + + def install_servicers(self): + add_AutomationServiceServicer_to_server(self.automation_servicer, self.server) diff --git a/src/automation/service/AutomationServiceServicerImpl.py b/src/automation/service/AutomationServiceServicerImpl.py new file mode 100644 index 0000000000000000000000000000000000000000..94550157e09a316f5705ce2b052a8837d75cd1b7 --- /dev/null +++ b/src/automation/service/AutomationServiceServicerImpl.py @@ -0,0 +1,224 @@ +# Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +import grpc, json, logging +from uuid import uuid4 +from common.method_wrappers.Decorator import MetricsPool, safe_and_metered_rpc_method +from common.method_wrappers.ServiceExceptions import InvalidArgumentException +from common.proto.analytics_frontend_pb2 import Analyzer, AnalyzerId +from common.proto.automation_pb2 import ZSMCreateRequest, ZSMService, ZSMServiceID, ZSMServiceState, ZSMCreateUpdate +from common.proto.automation_pb2_grpc import AutomationServiceServicer +from common.proto.context_pb2 import Service, ServiceId +from common.proto.kpi_manager_pb2 import KpiId, KpiDescriptor +from common.proto.policy_pb2 import PolicyRuleService, PolicyRuleState +from common.proto.policy_action_pb2 import PolicyRuleAction, PolicyRuleActionConfig +from common.proto.policy_condition_pb2 import PolicyRuleCondition +from common.proto.telemetry_frontend_pb2 import Collector, CollectorId + +from analytics.frontend.client.AnalyticsFrontendClient import AnalyticsFrontendClient +from automation.client.PolicyClient import PolicyClient +from context.client.ContextClient import ContextClient +from kpi_manager.client.KpiManagerClient import KpiManagerClient +from telemetry.frontend.client.TelemetryFrontendClient import TelemetryFrontendClient + +LOGGER = logging.getLogger(__name__) +METRICS_POOL = MetricsPool('Automation', 'RPC') + +class AutomationServiceServicerImpl(AutomationServiceServicer): + def __init__(self): + LOGGER.info('Init AutomationService') + + @safe_and_metered_rpc_method(METRICS_POOL,LOGGER) + def ZSMCreate(self, request : ZSMCreateRequest, context : grpc.ServicerContext) -> ZSMService: + + # check that service does not exist + context_client = ContextClient() + kpi_manager_client = KpiManagerClient() + policy_client = PolicyClient() + telemetry_frontend_client = TelemetryFrontendClient() + analytics_frontend_client = AnalyticsFrontendClient() + + try: + + # TODO: Remove static variables(get them from ZSMCreateRequest) + # TODO: Refactor policy component (remove unnecessary variables) + + ####### GET Context ####################### + LOGGER.info('Get the service from Context: ') + service: Service = context_client.GetService(request.serviceId) + LOGGER.info('Service ({:s}) :'.format(str(service))) + ########################################### + + ####### SET Kpi Descriptor LAT ################ + LOGGER.info('Set Kpi Descriptor LAT: ') + + if(len(service.service_constraints) == 0): + raise InvalidArgumentException("service_constraints" , "empty", []); + + if(len(service.service_constraints) > 1): + raise InvalidArgumentException("service_constraints" , ">1", []); + + if(service.service_constraints[0].sla_latency is None ): + raise InvalidArgumentException("sla_latency", "empty", []); + + ## Static Implementation Applied only in case of SLA Latency Constraint ## + + # KPI Descriptor + kpi_descriptor_lat = KpiDescriptor() + kpi_descriptor_lat.kpi_sample_type = 701 #'KPISAMPLETYPE_SERVICE_LATENCY_MS' #static service.service_constraints[].sla_latency.e2e_latency_ms + kpi_descriptor_lat.service_id.service_uuid.uuid = request.serviceId.service_uuid.uuid + kpi_descriptor_lat.kpi_id.kpi_id.uuid = str(uuid4()) + + kpi_id_lat: KpiId = kpi_manager_client.SetKpiDescriptor(kpi_descriptor_lat) + LOGGER.info('The kpi_id_lat({:s})'.format(str(kpi_id_lat))) + ########################################### + + ####### SET Kpi Descriptor TX ################ + LOGGER.info('Set Kpi Descriptor TX: ') + + kpi_descriptor_tx = KpiDescriptor() + kpi_descriptor_tx.kpi_sample_type = 101 # static KPISAMPLETYPE_PACKETS_TRANSMITTED + kpi_descriptor_tx.service_id.service_uuid.uuid = request.serviceId.service_uuid.uuid + kpi_descriptor_tx.kpi_id.kpi_id.uuid = str(uuid4()) + + kpi_id_tx: KpiId = kpi_manager_client.SetKpiDescriptor(kpi_descriptor_tx) + LOGGER.info('The kpi_id_tx({:s})'.format(str(kpi_id_tx))) + ########################################### + + ####### SET Kpi Descriptor RX ################ + LOGGER.info('Set Kpi Descriptor RX: ') + + kpi_descriptor_rx = KpiDescriptor() + kpi_descriptor_rx.kpi_sample_type = 102 # static KPISAMPLETYPE_PACKETS_RECEIVED + kpi_descriptor_rx.service_id.service_uuid.uuid = request.serviceId.service_uuid.uuid + kpi_descriptor_rx.kpi_id.kpi_id.uuid = str(uuid4()) + + kpi_id_rx: KpiId = kpi_manager_client.SetKpiDescriptor(kpi_descriptor_rx) + LOGGER.info('kpi_id_rx({:s})'.format(str(kpi_id_rx))) + ########################################### + + + + ####### START Collector TX ################# + collect_tx = Collector() + collect_tx.collector_id.collector_id.uuid = str(uuid4()) + collect_tx.kpi_id.kpi_id.uuid = kpi_id_tx.kpi_id.uuid + collect_tx.duration_s = 20000 # static + collect_tx.interval_s = 1 # static + LOGGER.info('Start Collector TX'.format(str(collect_tx))) + + collect_id_tx: CollectorId = telemetry_frontend_client.StartCollector(collect_tx) + LOGGER.info('collect_id_tx({:s})'.format(str(collect_id_tx))) + ############################################# + + ####### START Collector RX ################## + collect_rx = Collector() + collect_rx.collector_id.collector_id.uuid = str(uuid4()) + collect_rx.kpi_id.kpi_id.uuid = kpi_id_rx.kpi_id.uuid + collect_rx.duration_s = 20000 # static + collect_rx.interval_s = 1 # static + LOGGER.info('Start Collector RX'.format(str(collect_rx))) + + collect_id_rx: CollectorId = telemetry_frontend_client.StartCollector(collect_rx) + LOGGER.info('collect_id_tx({:s})'.format(str(collect_id_rx))) + ############################################### + + ####### START Analyzer LAT ################ + analyzer = Analyzer() + analyzer.analyzer_id.analyzer_id.uuid = str(uuid4()) + analyzer.algorithm_name = 'Test_Aggregate_and_Threshold' # static + analyzer.operation_mode = 2 + analyzer.input_kpi_ids.append(kpi_id_rx) + analyzer.input_kpi_ids.append(kpi_id_tx) + analyzer.output_kpi_ids.append(kpi_id_lat) + + thresholdStr = service.service_constraints[0].custom.constraint_type + + _threshold_dict = {thresholdStr: (0, int(service.service_constraints[0].custom.constraint_value))} + analyzer.parameters['thresholds'] = json.dumps(_threshold_dict) + analyzer.parameters['window_size'] = "60s" + analyzer.parameters['window_slider'] = "30s" + + analyzer_id_lat: AnalyzerId = analytics_frontend_client.StartAnalyzer(analyzer) + LOGGER.info('analyzer_id_lat({:s})'.format(str(analyzer_id_lat))) + ########################################################### + + ####### SET Policy LAT ################ + policy_lat = PolicyRuleService() + policy_lat.serviceId.service_uuid.uuid = request.serviceId.service_uuid.uuid + policy_lat.serviceId.context_id.context_uuid.uuid = request.serviceId.context_id.context_uuid.uuid + + # PolicyRuleBasic + policy_lat.policyRuleBasic.priority = 0 + policy_lat.policyRuleBasic.policyRuleId.uuid.uuid = str(uuid4()) + policy_lat.policyRuleBasic.booleanOperator = 2 + + # PolicyRuleAction + policyRuleActionConfig = PolicyRuleActionConfig() + policyRuleActionConfig.action_key = "" + policyRuleActionConfig.action_value = "" + + policyRuleAction = PolicyRuleAction() + policyRuleAction.action = 5 + policyRuleAction.action_config.append(policyRuleActionConfig) + policy_lat.policyRuleBasic.actionList.append(policyRuleAction) + + # for constraint in service.service_constraints: + + # PolicyRuleCondition + policyRuleCondition = PolicyRuleCondition() + policyRuleCondition.kpiId.kpi_id.uuid = kpi_id_lat.kpi_id.uuid + policyRuleCondition.numericalOperator = 5 + policyRuleCondition.kpiValue.floatVal = 300 + + policy_lat.policyRuleBasic.conditionList.append(policyRuleCondition) + + policy_rule_state: PolicyRuleState = policy_client.PolicyAddService(policy_lat) + LOGGER.info('policy_rule_state({:s})'.format(str(policy_rule_state))) + + except grpc.RpcError as e: + if e.code() != grpc.StatusCode.NOT_FOUND: raise # pylint: disable=no-member + LOGGER.exception('Unable to get Service({:s})'.format(str(request))) + context_client.close() + kpi_manager_client.close() + policy_client.close() + telemetry_frontend_client.close() + return None + + context_client.close() + kpi_manager_client.close() + policy_client.close() + telemetry_frontend_client.close() + return ZSMService() + + @safe_and_metered_rpc_method(METRICS_POOL,LOGGER) + def ZSMUpdate(self, request : ZSMCreateUpdate, context : grpc.ServicerContext) -> ZSMService: + LOGGER.info('NOT IMPLEMENTED ZSMUpdate') + return ZSMService() + + @safe_and_metered_rpc_method(METRICS_POOL,LOGGER) + def ZSMDelete(self, request : ZSMServiceID, context : grpc.ServicerContext) -> ZSMServiceState: + LOGGER.info('NOT IMPLEMENTED ZSMDelete') + return ZSMServiceState() + + @safe_and_metered_rpc_method(METRICS_POOL,LOGGER) + def ZSMGetById(self, request : ZSMServiceID, context : grpc.ServicerContext) -> ZSMService: + LOGGER.info('NOT IMPLEMENTED ZSMGetById') + return ZSMService() + + + @safe_and_metered_rpc_method(METRICS_POOL,LOGGER) + def ZSMGetByService(self, request : ServiceId, context : grpc.ServicerContext) -> ZSMService: + LOGGER.info('NOT IMPLEMENTED ZSMGetByService') + return ZSMService() diff --git a/src/automation/service/EventEngine.py b/src/automation/service/EventEngine.py new file mode 100644 index 0000000000000000000000000000000000000000..26c2b28cbe35230beec90dd9df4112d4ad131876 --- /dev/null +++ b/src/automation/service/EventEngine.py @@ -0,0 +1,169 @@ +# Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +import json, logging, queue, threading +from typing import Dict, Optional +from automation.service.Tools import create_kpi_descriptor, start_collector +from common.proto.context_pb2 import ( + ConfigActionEnum, DeviceEvent, DeviceOperationalStatusEnum, Empty, ServiceEvent +) +from common.proto.kpi_sample_types_pb2 import KpiSampleType +from common.tools.grpc.BaseEventCollector import BaseEventCollector +from common.tools.grpc.BaseEventDispatcher import BaseEventDispatcher +from common.tools.grpc.Tools import grpc_message_to_json_string +from context.client.ContextClient import ContextClient +from kpi_manager.client.KpiManagerClient import KpiManagerClient +from telemetry.frontend.client.TelemetryFrontendClient import TelemetryFrontendClient + +LOGGER = logging.getLogger(__name__) + +DEVICE_OP_STATUS_UNDEFINED = DeviceOperationalStatusEnum.DEVICEOPERATIONALSTATUS_UNDEFINED +DEVICE_OP_STATUS_DISABLED = DeviceOperationalStatusEnum.DEVICEOPERATIONALSTATUS_DISABLED +DEVICE_OP_STATUS_ENABLED = DeviceOperationalStatusEnum.DEVICEOPERATIONALSTATUS_ENABLED +DEVICE_OP_STATUS_NOT_ENABLED = {DEVICE_OP_STATUS_UNDEFINED, DEVICE_OP_STATUS_DISABLED} + +KPISAMPLETYPE_UNKNOWN = KpiSampleType.KPISAMPLETYPE_UNKNOWN + +class EventCollector(BaseEventCollector): + pass + +class EventDispatcher(BaseEventDispatcher): + def __init__( + self, events_queue : queue.PriorityQueue, + terminate : Optional[threading.Event] = None + ) -> None: + super().__init__(events_queue, terminate) + self._context_client = ContextClient() + self._kpi_manager_client = KpiManagerClient() + self._telemetry_client = TelemetryFrontendClient() + self._device_endpoint_monitored : Dict[str, Dict[str, bool]] = dict() + + def dispatch_device_create(self, device_event : DeviceEvent) -> None: + MSG = 'Processing Device Create: {:s}' + LOGGER.info(MSG.format(grpc_message_to_json_string(device_event))) + self._device_activate_monitoring(device_event) + + def dispatch_device_update(self, device_event : DeviceEvent) -> None: + MSG = 'Processing Device Update: {:s}' + LOGGER.info(MSG.format(grpc_message_to_json_string(device_event))) + self._device_activate_monitoring(device_event) + + def dispatch_device_remove(self, device_event : DeviceEvent) -> None: + MSG = 'Processing Device Remove: {:s}' + LOGGER.info(MSG.format(grpc_message_to_json_string(device_event))) + + def dispatch_service_create(self, service_event : ServiceEvent) -> None: + MSG = 'Processing Service Create: {:s}' + LOGGER.info(MSG.format(grpc_message_to_json_string(service_event))) + + def dispatch_service_update(self, service_event : ServiceEvent) -> None: + MSG = 'Processing Service Update: {:s}' + LOGGER.info(MSG.format(grpc_message_to_json_string(service_event))) + + def dispatch_service_remove(self, service_event : ServiceEvent) -> None: + MSG = 'Processing Service Remove: {:s}' + LOGGER.info(MSG.format(grpc_message_to_json_string(service_event))) + + def _device_activate_monitoring(self, device_event : DeviceEvent) -> None: + device_id = device_event.device_id + device_uuid = device_id.device_uuid.uuid + device = self._context_client.GetDevice(device_id) + + device_op_status = device.device_operational_status + if device_op_status != DEVICE_OP_STATUS_ENABLED: + LOGGER.debug('Ignoring Device not enabled: {:s}'.format(grpc_message_to_json_string(device))) + return + + enabled_endpoint_names = set() + for config_rule in device.device_config.config_rules: + if config_rule.action != ConfigActionEnum.CONFIGACTION_SET: continue + if config_rule.WhichOneof('config_rule') != 'custom': continue + str_resource_key = str(config_rule.custom.resource_key) + if not str_resource_key.startswith('/interface['): continue + json_resource_value = json.loads(config_rule.custom.resource_value) + if 'name' not in json_resource_value: continue + if 'enabled' not in json_resource_value: continue + if not json_resource_value['enabled']: continue + enabled_endpoint_names.add(json_resource_value['name']) + + endpoints_monitored = self._device_endpoint_monitored.setdefault(device_uuid, dict()) + for endpoint in device.device_endpoints: + endpoint_uuid = endpoint.endpoint_id.endpoint_uuid.uuid + endpoint_name_or_uuid = endpoint.name + if endpoint_name_or_uuid is None or len(endpoint_name_or_uuid) == 0: + endpoint_name_or_uuid = endpoint_uuid + + endpoint_was_monitored = endpoints_monitored.get(endpoint_uuid, False) + endpoint_is_enabled = (endpoint_name_or_uuid in enabled_endpoint_names) + + if not endpoint_was_monitored and endpoint_is_enabled: + # activate + for kpi_sample_type in endpoint.kpi_sample_types: + if kpi_sample_type == KPISAMPLETYPE_UNKNOWN: continue + + kpi_id = create_kpi_descriptor( + self._kpi_manager_client, kpi_sample_type, + device_id=device.device_id, + endpoint_id=endpoint.endpoint_id, + ) + + duration_seconds = 86400 + interval_seconds = 10 + collector_id = start_collector( + self._telemetry_client, kpi_id, + duration_seconds, interval_seconds + ) + + endpoints_monitored[endpoint_uuid] = True + else: + MSG = 'Not implemented condition: event={:s} device={:s} endpoint={:s}' + \ + ' endpoint_was_monitored={:s} endpoint_is_enabled={:s}' + LOGGER.warning(MSG.format( + grpc_message_to_json_string(device_event), grpc_message_to_json_string(device), + grpc_message_to_json_string(endpoint), str(endpoint_was_monitored), + str(endpoint_is_enabled) + )) + +class EventEngine: + def __init__( + self, terminate : Optional[threading.Event] = None + ) -> None: + self._terminate = threading.Event() if terminate is None else terminate + + self._context_client = ContextClient() + self._event_collector = EventCollector(terminate=self._terminate) + self._event_collector.install_collector( + self._context_client.GetDeviceEvents, Empty(), + log_events_received=True + ) + self._event_collector.install_collector( + self._context_client.GetServiceEvents, Empty(), + log_events_received=True + ) + + self._event_dispatcher = EventDispatcher( + self._event_collector.get_events_queue(), + terminate=self._terminate + ) + + def start(self) -> None: + self._context_client.connect() + self._event_collector.start() + self._event_dispatcher.start() + + def stop(self) -> None: + self._terminate.set() + self._event_dispatcher.stop() + self._event_collector.stop() + self._context_client.close() diff --git a/src/automation/service/Tools.py b/src/automation/service/Tools.py new file mode 100644 index 0000000000000000000000000000000000000000..6a63475ca23c576a6fe946d6d149b70465ff1e1f --- /dev/null +++ b/src/automation/service/Tools.py @@ -0,0 +1,64 @@ +# Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + + +import logging, uuid +from typing import Optional +from common.proto.context_pb2 import ConnectionId, DeviceId, EndPointId, LinkId, ServiceId, SliceId +from common.proto.kpi_manager_pb2 import KpiDescriptor, KpiId +from common.proto.kpi_sample_types_pb2 import KpiSampleType +from common.proto.telemetry_frontend_pb2 import Collector, CollectorId +from kpi_manager.client.KpiManagerClient import KpiManagerClient +from telemetry.frontend.client.TelemetryFrontendClient import TelemetryFrontendClient + +LOGGER = logging.getLogger(__name__) + +def create_kpi_descriptor( + kpi_manager_client : KpiManagerClient, + kpi_sample_type : KpiSampleType, + device_id : Optional[DeviceId ] = None, + endpoint_id : Optional[EndPointId ] = None, + service_id : Optional[ServiceId ] = None, + slice_id : Optional[SliceId ] = None, + connection_id : Optional[ConnectionId] = None, + link_id : Optional[LinkId ] = None, +) -> KpiId: + kpi_descriptor = KpiDescriptor() + kpi_descriptor.kpi_id.kpi_id.uuid = str(uuid.uuid4()) + kpi_descriptor.kpi_description = '' + kpi_descriptor.kpi_sample_type = kpi_sample_type + + if device_id is not None: kpi_descriptor.device_id .CopyFrom(device_id ) + if endpoint_id is not None: kpi_descriptor.endpoint_id .CopyFrom(endpoint_id ) + if service_id is not None: kpi_descriptor.service_id .CopyFrom(service_id ) + if slice_id is not None: kpi_descriptor.slice_id .CopyFrom(slice_id ) + if connection_id is not None: kpi_descriptor.connection_id.CopyFrom(connection_id) + if link_id is not None: kpi_descriptor.link_id .CopyFrom(link_id ) + + kpi_id : KpiId = kpi_manager_client.SetKpiDescriptor(kpi_descriptor) + return kpi_id + +def start_collector( + telemetry_client : TelemetryFrontendClient, + kpi_id : KpiId, + duration_seconds : float, + interval_seconds : float +) -> CollectorId: + collector = Collector() + collector.collector_id.collector_id.uuid = str(uuid.uuid4()) + collector.kpi_id.CopyFrom(kpi_id) + collector.duration_s = duration_seconds + collector.interval_s = interval_seconds + collector_id : CollectorId = telemetry_client.StartCollector(collector) + return collector_id diff --git a/src/automation/service/__init__.py b/src/automation/service/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..7c7568fdb6e3b1446aa9412ad32a0a5948ba949b --- /dev/null +++ b/src/automation/service/__init__.py @@ -0,0 +1,14 @@ +# Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + diff --git a/src/automation/service/__main__.py b/src/automation/service/__main__.py new file mode 100644 index 0000000000000000000000000000000000000000..3baa0bd30b19fb624c5dcf0b236642704e42ab9f --- /dev/null +++ b/src/automation/service/__main__.py @@ -0,0 +1,80 @@ +# Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +import logging, signal, sys, threading +from prometheus_client import start_http_server +from automation.service.EventEngine import EventEngine +from common.Constants import ServiceNameEnum +from common.Settings import ( + ENVVAR_SUFIX_SERVICE_HOST, ENVVAR_SUFIX_SERVICE_PORT_GRPC, + get_env_var_name, get_log_level, get_metrics_port, + wait_for_environment_variables +) +from .AutomationService import AutomationService + +LOG_LEVEL = get_log_level() +logging.basicConfig(level=LOG_LEVEL, format="[%(asctime)s] %(levelname)s:%(name)s:%(message)s") +LOGGER = logging.getLogger(__name__) + +terminate = threading.Event() + +def signal_handler(signal, frame): # pylint: disable=redefined-outer-name,unused-argument + LOGGER.warning('Terminate signal received') + terminate.set() + +def main(): + LOGGER.info('Starting...') + + wait_for_environment_variables([ + get_env_var_name(ServiceNameEnum.CONTEXT, ENVVAR_SUFIX_SERVICE_HOST ), + get_env_var_name(ServiceNameEnum.CONTEXT, ENVVAR_SUFIX_SERVICE_PORT_GRPC), + get_env_var_name(ServiceNameEnum.DEVICE, ENVVAR_SUFIX_SERVICE_HOST ), + get_env_var_name(ServiceNameEnum.DEVICE, ENVVAR_SUFIX_SERVICE_PORT_GRPC), + get_env_var_name(ServiceNameEnum.KPIMANAGER, ENVVAR_SUFIX_SERVICE_HOST ), + get_env_var_name(ServiceNameEnum.KPIMANAGER, ENVVAR_SUFIX_SERVICE_PORT_GRPC), + get_env_var_name(ServiceNameEnum.TELEMETRY, ENVVAR_SUFIX_SERVICE_HOST ), + get_env_var_name(ServiceNameEnum.TELEMETRY, ENVVAR_SUFIX_SERVICE_PORT_GRPC), + get_env_var_name(ServiceNameEnum.ANALYTICS, ENVVAR_SUFIX_SERVICE_HOST ), + get_env_var_name(ServiceNameEnum.ANALYTICS, ENVVAR_SUFIX_SERVICE_PORT_GRPC), + get_env_var_name(ServiceNameEnum.POLICY, ENVVAR_SUFIX_SERVICE_HOST ), + get_env_var_name(ServiceNameEnum.POLICY, ENVVAR_SUFIX_SERVICE_PORT_GRPC), + ]) + + signal.signal(signal.SIGINT, signal_handler) + signal.signal(signal.SIGTERM, signal_handler) + + # Start metrics server + metrics_port = get_metrics_port() + start_http_server(metrics_port) + + # Start Event Collection+Dispatching Engine + event_engine = EventEngine(terminate=terminate) + event_engine.start() + + # Starting Automation service + grpc_service = AutomationService() + grpc_service.start() + + # Wait for Ctrl+C or termination signal + while not terminate.wait(timeout=1.0): pass + + LOGGER.info('Terminating...') + grpc_service.stop() + event_engine.stop() + + LOGGER.info('Bye') + return 0 + +if __name__ == '__main__': + sys.exit(main()) diff --git a/src/automation/tests/__init__.py b/src/automation/tests/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..7c7568fdb6e3b1446aa9412ad32a0a5948ba949b --- /dev/null +++ b/src/automation/tests/__init__.py @@ -0,0 +1,14 @@ +# Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + diff --git a/src/automation/tests/test_unitary_emulated.py b/src/automation/tests/test_unitary_emulated.py new file mode 100644 index 0000000000000000000000000000000000000000..dee3c4fabed496e50a7c7ee5dafa9a98be1d474d --- /dev/null +++ b/src/automation/tests/test_unitary_emulated.py @@ -0,0 +1,22 @@ +# Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +import logging + +LOGGER = logging.getLogger(__name__) + +def test_device_emulated_add_error_cases(): + LOGGER.info("Start Tests") + LOGGER.info("Second log Tests") + assert True diff --git a/src/automation/tests/test_unitary_ietf_actn.py b/src/automation/tests/test_unitary_ietf_actn.py new file mode 100644 index 0000000000000000000000000000000000000000..37a5ac4968c9bb39682b84b3e061ff4a35dbe0f1 --- /dev/null +++ b/src/automation/tests/test_unitary_ietf_actn.py @@ -0,0 +1,21 @@ +# Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +import logging + +LOGGER = logging.getLogger(__name__) + +def test_device_emulated_add_error_cases(): + LOGGER.info("Start Tests") + assert True diff --git a/src/common/Constants.py b/src/common/Constants.py index 8b2e215a0ee669726430d12ea4ebac334f69c1ce..aa15d66c5937c3f5a589ddf9cbb432d08c4b49b0 100644 --- a/src/common/Constants.py +++ b/src/common/Constants.py @@ -36,6 +36,7 @@ INTERDOMAIN_TOPOLOGY_NAME = 'inter' # contains the abstract inter-domain top # Default service names class ServiceNameEnum(Enum): + AUTOMATION = 'automation' CONTEXT = 'context' DEVICE = 'device' SERVICE = 'service' @@ -60,15 +61,17 @@ class ServiceNameEnum(Enum): FORECASTER = 'forecaster' E2EORCHESTRATOR = 'e2e-orchestrator' OPTICALCONTROLLER = 'opticalcontroller' + VNTMANAGER = 'vnt-manager' BGPLS = 'bgpls-speaker' QKD_APP = 'qkd_app' KPIMANAGER = 'kpi-manager' KPIVALUEAPI = 'kpi-value-api' KPIVALUEWRITER = 'kpi-value-writer' - TELEMETRYFRONTEND = 'telemetry-frontend' + TELEMETRY = 'telemetry' TELEMETRYBACKEND = 'telemetry-backend' - ANALYTICSFRONTEND = 'analytics-frontend' + ANALYTICS = 'analytics' ANALYTICSBACKEND = 'analytics-backend' + QOSPROFILE = 'qos-profile' # Used for test and debugging only DLT_GATEWAY = 'dltgateway' @@ -98,14 +101,17 @@ DEFAULT_SERVICE_GRPC_PORTS = { ServiceNameEnum.E2EORCHESTRATOR .value : 10050, ServiceNameEnum.OPTICALCONTROLLER .value : 10060, ServiceNameEnum.QKD_APP .value : 10070, + ServiceNameEnum.VNTMANAGER .value : 10080, ServiceNameEnum.BGPLS .value : 20030, + ServiceNameEnum.QOSPROFILE .value : 20040, ServiceNameEnum.KPIMANAGER .value : 30010, ServiceNameEnum.KPIVALUEAPI .value : 30020, ServiceNameEnum.KPIVALUEWRITER .value : 30030, - ServiceNameEnum.TELEMETRYFRONTEND .value : 30050, + ServiceNameEnum.TELEMETRY .value : 30050, ServiceNameEnum.TELEMETRYBACKEND .value : 30060, - ServiceNameEnum.ANALYTICSFRONTEND .value : 30080, + ServiceNameEnum.ANALYTICS .value : 30080, ServiceNameEnum.ANALYTICSBACKEND .value : 30090, + ServiceNameEnum.AUTOMATION .value : 30200, # Used for test and debugging only ServiceNameEnum.DLT_GATEWAY .value : 50051, @@ -114,15 +120,12 @@ DEFAULT_SERVICE_GRPC_PORTS = { # Default HTTP/REST-API service ports DEFAULT_SERVICE_HTTP_PORTS = { - ServiceNameEnum.CONTEXT .value : 8080, - ServiceNameEnum.NBI .value : 8080, - ServiceNameEnum.WEBUI .value : 8004, - ServiceNameEnum.QKD_APP .value : 8005, + ServiceNameEnum.NBI .value : 8080, + ServiceNameEnum.WEBUI.value : 8004, } # Default HTTP/REST-API service base URLs DEFAULT_SERVICE_HTTP_BASEURLS = { - ServiceNameEnum.NBI .value : None, - ServiceNameEnum.WEBUI .value : None, - ServiceNameEnum.QKD_APP .value : None, + ServiceNameEnum.NBI .value : None, + ServiceNameEnum.WEBUI.value : None, } diff --git a/src/common/Settings.py b/src/common/Settings.py index eaeb363adc1d9eadb9ddb0487abef8a0885ce380..5845ee5221be69e5d5cf00b60d9376a7fd6fcec3 100644 --- a/src/common/Settings.py +++ b/src/common/Settings.py @@ -15,9 +15,11 @@ import logging, os, re, time from typing import Dict, List from common.Constants import ( - DEFAULT_GRPC_BIND_ADDRESS, DEFAULT_GRPC_GRACE_PERIOD, DEFAULT_GRPC_MAX_WORKERS, DEFAULT_HTTP_BIND_ADDRESS, - DEFAULT_LOG_LEVEL, DEFAULT_METRICS_PORT, DEFAULT_SERVICE_GRPC_PORTS, DEFAULT_SERVICE_HTTP_BASEURLS, - DEFAULT_SERVICE_HTTP_PORTS, ServiceNameEnum + DEFAULT_GRPC_BIND_ADDRESS, DEFAULT_GRPC_GRACE_PERIOD, + DEFAULT_GRPC_MAX_WORKERS, DEFAULT_HTTP_BIND_ADDRESS, + DEFAULT_LOG_LEVEL, DEFAULT_METRICS_PORT, DEFAULT_SERVICE_GRPC_PORTS, + DEFAULT_SERVICE_HTTP_BASEURLS, DEFAULT_SERVICE_HTTP_PORTS, + ServiceNameEnum ) LOGGER = logging.getLogger(__name__) @@ -79,12 +81,12 @@ def get_service_host(service_name : ServiceNameEnum): def get_service_port_grpc(service_name : ServiceNameEnum): envvar_name = get_env_var_name(service_name, ENVVAR_SUFIX_SERVICE_PORT_GRPC) default_value = DEFAULT_SERVICE_GRPC_PORTS.get(service_name.value) - return get_setting(envvar_name, default=default_value) + return int(get_setting(envvar_name, default=default_value)) def get_service_port_http(service_name : ServiceNameEnum): envvar_name = get_env_var_name(service_name, ENVVAR_SUFIX_SERVICE_PORT_HTTP) default_value = DEFAULT_SERVICE_HTTP_PORTS.get(service_name.value) - return get_setting(envvar_name, default=default_value) + return int(get_setting(envvar_name, default=default_value)) def get_service_baseurl_http(service_name : ServiceNameEnum): envvar_name = get_env_var_name(service_name, ENVVAR_SUFIX_SERVICE_BASEURL_HTTP) @@ -95,16 +97,34 @@ def get_log_level(): return get_setting(ENVVAR_LOG_LEVEL, default=DEFAULT_LOG_LEVEL) def get_metrics_port(): - return get_setting(ENVVAR_METRICS_PORT, default=DEFAULT_METRICS_PORT) + return int(get_setting(ENVVAR_METRICS_PORT, default=DEFAULT_METRICS_PORT)) def get_grpc_bind_address(): return get_setting(ENVVAR_GRPC_BIND_ADDRESS, default=DEFAULT_GRPC_BIND_ADDRESS) def get_grpc_max_workers(): - return get_setting(ENVVAR_GRPC_MAX_WORKERS, default=DEFAULT_GRPC_MAX_WORKERS) + return int(get_setting(ENVVAR_GRPC_MAX_WORKERS, default=DEFAULT_GRPC_MAX_WORKERS)) def get_grpc_grace_period(): - return get_setting(ENVVAR_GRPC_GRACE_PERIOD, default=DEFAULT_GRPC_GRACE_PERIOD) + return int(get_setting(ENVVAR_GRPC_GRACE_PERIOD, default=DEFAULT_GRPC_GRACE_PERIOD)) def get_http_bind_address(): return get_setting(ENVVAR_HTTP_BIND_ADDRESS, default=DEFAULT_HTTP_BIND_ADDRESS) + + +##### ----- Detect deployed microservices ----- ##### + +def is_microservice_deployed(service_name : ServiceNameEnum) -> bool: + host_env_var_name = get_env_var_name(service_name, ENVVAR_SUFIX_SERVICE_HOST ) + port_env_var_name = get_env_var_name(service_name, ENVVAR_SUFIX_SERVICE_PORT_GRPC) + return (host_env_var_name in os.environ) and (port_env_var_name in os.environ) + +def is_deployed_bgpls () -> bool: return is_microservice_deployed(ServiceNameEnum.BGPLS ) +def is_deployed_e2e_orch () -> bool: return is_microservice_deployed(ServiceNameEnum.E2EORCHESTRATOR ) +def is_deployed_forecaster() -> bool: return is_microservice_deployed(ServiceNameEnum.FORECASTER ) +def is_deployed_load_gen () -> bool: return is_microservice_deployed(ServiceNameEnum.LOAD_GENERATOR ) +def is_deployed_optical () -> bool: return is_microservice_deployed(ServiceNameEnum.OPTICALCONTROLLER) +def is_deployed_policy () -> bool: return is_microservice_deployed(ServiceNameEnum.POLICY ) +def is_deployed_qkd_app () -> bool: return is_microservice_deployed(ServiceNameEnum.QKD_APP ) +def is_deployed_slice () -> bool: return is_microservice_deployed(ServiceNameEnum.SLICE ) +def is_deployed_te () -> bool: return is_microservice_deployed(ServiceNameEnum.TE ) diff --git a/src/common/tools/context_queries/OpticalConfig.py b/src/common/tools/context_queries/OpticalConfig.py index 0082a1deae17cd2129cfa591cb0121e54b4ef197..bd697599cdd674ad2dca9ac8d38100333e315ea3 100644 --- a/src/common/tools/context_queries/OpticalConfig.py +++ b/src/common/tools/context_queries/OpticalConfig.py @@ -1,3 +1,17 @@ +# Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + from common.method_wrappers.ServiceExceptions import InvalidArgumentsException from typing import Optional, Union @@ -31,20 +45,6 @@ def get_uuid_random() -> str: # Generate random UUID. No need to use namespace since "namespace + random = random". return str(uuid4()) -def channel_get_uuid( - channel_name :str , allow_random : bool = False -) -> str: - - - if len(channel_name) > 0: - return get_uuid_from_string(channel_name) - if allow_random: return get_uuid_random() - - raise InvalidArgumentsException([ - ('channel uuid', channel_name), - - ], extra_details=['Channel name is required to produce a channel UUID']) - def device_get_uuid (device_name) : if (len(device_name)> 0): return get_uuid_from_string(device_name) @@ -56,7 +56,6 @@ def device_get_uuid (device_name) : def opticalconfig_get_uuid( device_name : str = '', allow_random : bool = False ) -> str: - if len(device_name) > 0: device_uuid= device_get_uuid(device_name=device_name) return get_uuid_from_string(f"{device_uuid}_opticalconfig") diff --git a/src/kpi_manager/database/Kpi_DB.py b/src/common/tools/database/GenericDatabase.py similarity index 58% rename from src/kpi_manager/database/Kpi_DB.py rename to src/common/tools/database/GenericDatabase.py index 49ad9c9b579daa918818366a1d9505089968edc2..0cd41b9ef0c97263b56a5eda67b173f6ba61a997 100644 --- a/src/kpi_manager/database/Kpi_DB.py +++ b/src/common/tools/database/GenericDatabase.py @@ -12,52 +12,54 @@ # See the License for the specific language governing permissions and # limitations under the License. + import logging import sqlalchemy_utils +from .GenericEngine import Engine +from sqlalchemy import inspect from sqlalchemy.orm import sessionmaker -from kpi_manager.database.KpiEngine import KpiEngine -from kpi_manager.database.KpiModel import Kpi as KpiModel -from common.method_wrappers.ServiceExceptions import ( - AlreadyExistsException, OperationFailedException , NotFoundException) +from common.Settings import get_setting + +from common.method_wrappers.ServiceExceptions import (OperationFailedException, AlreadyExistsException) LOGGER = logging.getLogger(__name__) -DB_NAME = "tfs_kpi_mgmt" -class KpiDB: - def __init__(self): - self.db_engine = KpiEngine.get_engine() +class Database: + def __init__(self, model): + self.db_engine = Engine.get_engine() if self.db_engine is None: LOGGER.error('Unable to get SQLAlchemy DB Engine...') - return False - self.db_name = DB_NAME - self.Session = sessionmaker(bind=self.db_engine) - - def create_database(self) -> None: + raise Exception('Failed to initialize the database engine.') + self.db_model = model + self.db_table = model.__name__ + self.Session = sessionmaker(bind=self.db_engine) + + def create_database(self): if not sqlalchemy_utils.database_exists(self.db_engine.url): - sqlalchemy_utils.create_database(self.db_engine.url) LOGGER.debug("Database created. {:}".format(self.db_engine.url)) + sqlalchemy_utils.create_database(self.db_engine.url) def drop_database(self) -> None: if sqlalchemy_utils.database_exists(self.db_engine.url): sqlalchemy_utils.drop_database(self.db_engine.url) def create_tables(self): - # TODO: use "get_tables(declatrative class obj)" method of "sqlalchemy_utils" to verify tables. try: - KpiModel.metadata.create_all(self.db_engine) # type: ignore - LOGGER.debug("Tables created in the DB Name: {:}".format(self.db_name)) + self.db_model.metadata.create_all(self.db_engine) + LOGGER.debug("Tables created in the database: {:}".format(self.db_table)) except Exception as e: - LOGGER.debug("Tables cannot be created in the kpi database. {:s}".format(str(e))) + LOGGER.debug("Tables cannot be created in the database. {:s}".format(str(e))) raise OperationFailedException ("Tables can't be created", extra_details=["unable to create table {:}".format(e)]) def verify_tables(self): try: - with self.db_engine.connect() as connection: - result = connection.execute("SHOW TABLES;") - tables = result.fetchall() # type: ignore - LOGGER.debug("Tables verified: {:}".format(tables)) + inspect_object = inspect(self.db_engine) + if(inspect_object.has_table(self.db_table , None)): + LOGGER.info("Table exists in DB: {:}".format(self.db_name)) except Exception as e: - LOGGER.debug("Unable to fetch Table names. {:s}".format(str(e))) + LOGGER.info("Unable to fetch Table names. {:s}".format(str(e))) + +# ----------------- DB OPERATIONS --------------------- def add_row_to_db(self, row): session = self.Session() @@ -70,7 +72,8 @@ class KpiDB: session.rollback() if "psycopg2.errors.UniqueViolation" in str(e): LOGGER.error(f"Unique key voilation: {row.__class__.__name__} table. {str(e)}") - raise AlreadyExistsException(row.__class__.__name__, row, extra_details=["Unique key voilation: {:}".format(e)] ) + raise AlreadyExistsException(row.__class__.__name__, row, + extra_details=["Unique key voilation: {:}".format(e)] ) else: LOGGER.error(f"Failed to insert new row into {row.__class__.__name__} table. {str(e)}") raise OperationFailedException ("Deletion by column id", extra_details=["unable to delete row {:}".format(e)]) @@ -89,6 +92,7 @@ class KpiDB: print("{:} ID not found, No matching row: {:}".format(model.__name__, id_to_search)) return None except Exception as e: + session.rollback() LOGGER.debug(f"Failed to retrieve {model.__name__} ID. {str(e)}") raise OperationFailedException ("search by column id", extra_details=["unable to search row {:}".format(e)]) finally: @@ -112,43 +116,24 @@ class KpiDB: finally: session.close() - def select_with_filter(self, model, filter_object): - session = self.Session() + def select_with_filter(self, query_object, session, model): + """ + Generic method to apply filters dynamically based on filter. + params: model_name: SQLAlchemy model class name. + query_object : Object that contains query with applied filters. + session: session of the query. + return: List of filtered records. + """ try: - query = session.query(KpiModel) - # Apply filters based on the filter_object - if filter_object.kpi_id: - query = query.filter(KpiModel.kpi_id.in_([k.kpi_id.uuid for k in filter_object.kpi_id])) - - if filter_object.kpi_sample_type: - query = query.filter(KpiModel.kpi_sample_type.in_(filter_object.kpi_sample_type)) - - if filter_object.device_id: - query = query.filter(KpiModel.device_id.in_([d.device_uuid.uuid for d in filter_object.device_id])) - - if filter_object.endpoint_id: - query = query.filter(KpiModel.endpoint_id.in_([e.endpoint_uuid.uuid for e in filter_object.endpoint_id])) - - if filter_object.service_id: - query = query.filter(KpiModel.service_id.in_([s.service_uuid.uuid for s in filter_object.service_id])) - - if filter_object.slice_id: - query = query.filter(KpiModel.slice_id.in_([s.slice_uuid.uuid for s in filter_object.slice_id])) - - if filter_object.connection_id: - query = query.filter(KpiModel.connection_id.in_([c.connection_uuid.uuid for c in filter_object.connection_id])) - - if filter_object.link_id: - query = query.filter(KpiModel.link_id.in_([l.link_uuid.uuid for l in filter_object.link_id])) - result = query.all() - + result = query_object.all() + # Log result and handle empty case if result: - LOGGER.debug(f"Fetched filtered rows from {model.__name__} table with filters: {filter_object}") # - Results: {result} + LOGGER.debug(f"Fetched filtered rows from {model.__name__} with filters: {query_object}") else: - LOGGER.debug(f"No matching row found in {model.__name__} table with filters: {filter_object}") + LOGGER.warning(f"No matching rows found in {model.__name__} with filters: {query_object}") return result except Exception as e: - LOGGER.error(f"Error fetching filtered rows from {model.__name__} table with filters {filter_object} ::: {e}") - raise OperationFailedException ("Select by filter", extra_details=["unable to apply the filter {:}".format(e)]) + LOGGER.error(f"Error fetching filtered rows from {model.__name__} with filters {query_object} ::: {e}") + raise OperationFailedException("Select by filter", extra_details=[f"Unable to apply the filter: {e}"]) finally: session.close() diff --git a/src/analytics/database/AnalyzerEngine.py b/src/common/tools/database/GenericEngine.py similarity index 92% rename from src/analytics/database/AnalyzerEngine.py rename to src/common/tools/database/GenericEngine.py index 9294e09966ef9e13c9cfa3cab590e5d0c8b6a80e..18bb15360853524ed93606f3137972aa76aa850a 100644 --- a/src/analytics/database/AnalyzerEngine.py +++ b/src/common/tools/database/GenericEngine.py @@ -18,14 +18,14 @@ from common.Settings import get_setting LOGGER = logging.getLogger(__name__) CRDB_URI_TEMPLATE = 'cockroachdb://{:s}:{:s}@cockroachdb-public.{:s}.svc.cluster.local:{:s}/{:s}?sslmode={:s}' -class AnalyzerEngine: +class Engine: @staticmethod def get_engine() -> sqlalchemy.engine.Engine: crdb_uri = get_setting('CRDB_URI', default=None) if crdb_uri is None: CRDB_NAMESPACE = get_setting('CRDB_NAMESPACE') CRDB_SQL_PORT = get_setting('CRDB_SQL_PORT') - CRDB_DATABASE = "tfs-analyzer" # TODO: define variable get_setting('CRDB_DATABASE_KPI_MGMT') + CRDB_DATABASE = get_setting('CRDB_DATABASE') CRDB_USERNAME = get_setting('CRDB_USERNAME') CRDB_PASSWORD = get_setting('CRDB_PASSWORD') CRDB_SSLMODE = get_setting('CRDB_SSLMODE') diff --git a/src/common/tools/database/__init__.py b/src/common/tools/database/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..3ee6f7071f145e06c3aeaefc09a43ccd88e619e3 --- /dev/null +++ b/src/common/tools/database/__init__.py @@ -0,0 +1,14 @@ +# Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + diff --git a/src/common/tools/descriptor/Loader.py b/src/common/tools/descriptor/Loader.py index ecae5cd6c251737c7dc085080eb481bd1135e587..958536f26c3c63468f1af4a6d14130b6e12fd08f 100644 --- a/src/common/tools/descriptor/Loader.py +++ b/src/common/tools/descriptor/Loader.py @@ -33,20 +33,25 @@ # # do test ... # descriptor_loader.unload() -import concurrent.futures, json, logging, operator +import concurrent.futures, copy, json, logging, operator from typing import Any, Dict, List, Optional, Tuple, Union from common.proto.context_pb2 import ( - Connection, Context, ContextId, Device, DeviceId, Empty, Link, LinkId, Service, ServiceId, Slice, SliceId, - Topology, TopologyId , OpticalLink) + Connection, Context, ContextId, Device, DeviceId, Empty, + Link, LinkId, Service, ServiceId, Slice, SliceId, + Topology, TopologyId , OpticalLink +) from common.tools.object_factory.Context import json_context_id from context.client.ContextClient import ContextClient from device.client.DeviceClient import DeviceClient from service.client.ServiceClient import ServiceClient from slice.client.SliceClient import SliceClient from .Tools import ( - format_device_custom_config_rules, format_service_custom_config_rules, format_slice_custom_config_rules, - get_descriptors_add_contexts, get_descriptors_add_services, get_descriptors_add_slices, - get_descriptors_add_topologies, split_controllers_and_network_devices, split_devices_by_rules) + format_device_custom_config_rules, format_service_custom_config_rules, + format_slice_custom_config_rules, get_descriptors_add_contexts, + get_descriptors_add_services, get_descriptors_add_slices, + get_descriptors_add_topologies, split_controllers_and_network_devices, + split_devices_by_rules +) LOGGER = logging.getLogger(__name__) LOGGERS = { @@ -78,6 +83,30 @@ TypeResults = List[Tuple[str, str, int, List[str]]] # entity_name, action, num_o TypeNotification = Tuple[str, str] # message, level TypeNotificationList = List[TypeNotification] +SLICE_TEMPLATE = { + "slice_id": { + "context_id": {"context_uuid": {"uuid": "admin"}}, + "slice_uuid": {"uuid": None} + }, + "name": {}, + "slice_config": {"config_rules": [ + {"action": 1, "custom": {"resource_key": "/settings", "resource_value": { + "address_families": ["IPV4"], "bgp_as": 65000, + "bgp_route_target": "65000:333", "mtu": 1512 + }}} + ]}, + "slice_constraints": [ + {"sla_capacity": {"capacity_gbps": 20.0}}, + {"sla_availability": {"availability": 20.0, "num_disjoint_paths": 1, "all_active": True}}, + {"sla_isolation": {"isolation_level": [0]}} + ], + "slice_endpoint_ids": [ + + ], + "slice_status": {"slice_status": 1} +} + + class DescriptorLoader: def __init__( self, descriptors : Optional[Union[str, Dict]] = None, descriptors_file : Optional[str] = None, @@ -99,20 +128,60 @@ class DescriptorLoader: self.__num_workers = num_workers - self.__dummy_mode = self.__descriptors.get('dummy_mode' , False) - self.__contexts = self.__descriptors.get('contexts' , []) - self.__topologies = self.__descriptors.get('topologies' , []) - self.__devices = self.__descriptors.get('devices' , []) - self.__links = self.__descriptors.get('links' , []) - self.__services = self.__descriptors.get('services' , []) - self.__slices = self.__descriptors.get('slices' , []) - self.__connections = self.__descriptors.get('connections', []) - - #--------------- Experimental Optical Link -------------- - - self.__optical_links = self.__descriptors.get("optical_links",[]) - - + self.__dummy_mode = self.__descriptors.get('dummy_mode' , False) + self.__contexts = self.__descriptors.get('contexts' , []) + self.__topologies = self.__descriptors.get('topologies' , []) + self.__devices = self.__descriptors.get('devices' , []) + self.__links = self.__descriptors.get('links' , []) + self.__services = self.__descriptors.get('services' , []) + self.__slices = self.__descriptors.get('slices' , []) + self.__ietf_slices = self.__descriptors.get('ietf-network-slice-service:network-slice-services', {}) + self.__connections = self.__descriptors.get('connections', []) + self.__optical_links = self.__descriptors.get('optical_links',[]) + + if len(self.__ietf_slices) > 0: + for slice_service in self.__ietf_slices["slice-service"]: + tfs_slice = copy.deepcopy(SLICE_TEMPLATE) + tfs_slice["slice_id"]["slice_uuid"]["uuid"] = slice_service["id"] + tfs_slice["name"] = slice_service["description"] + for sdp in slice_service["sdps"]["sdp"]: + sdp_id = sdp["id"] + for attcircuit in sdp["attachment-circuits"]["attachment-circuit"]: + att_cir_tp_id = attcircuit["ac-tp-id"] + RESOURCE_KEY = "/device[{:s}]/endpoint[{:s}]/settings" + resource_key = RESOURCE_KEY.format(str(sdp_id), str(att_cir_tp_id)) + + for tag in attcircuit['ac-tags']['ac-tag']: + if tag.get('tag-type') == 'ietf-nss:vlan-id': + vlan_id = tag.get('value') + else: + vlan_id = 0 + + tfs_slice["slice_config"]["config_rules"].append({ + "action": 1, "custom": { + "resource_key": resource_key, "resource_value": { + "router_id": sdp.get("node-id",[]), + "sub_interface_index": 0, + "vlan_id": vlan_id + } + } + }) + tfs_slice["slice_endpoint_ids"].append({ + "device_id": {"device_uuid": {"uuid": sdp_id}}, + "endpoint_uuid": {"uuid": att_cir_tp_id}, + "topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, + "topology_uuid": {"uuid": "admin"}} + }) + #tfs_slice["slice_constraints"].append({ + # "endpoint_location": { + # "endpoint_id": { + # "device_id": {"device_uuid": {"uuid": sdp["id"]}}, + # "endpoint_uuid": {"uuid": attcircuit["ac-tp-id"]} + # }, + # "location": {"region": "4"} + # } + #}) + self.__slices.append(tfs_slice) self.__contexts_add = None self.__topologies_add = None @@ -218,7 +287,6 @@ class DescriptorLoader: @property def num_connections(self) -> int: return len(self.__connections) - #------------- Experimental --------------- @property def optical_links(self) -> List[Dict]: return self.__optical_links @@ -242,7 +310,9 @@ class DescriptorLoader: def _load_dummy_mode(self) -> None: # Dummy Mode: used to pre-load databases (WebUI debugging purposes) with no smart or automated tasks. + controllers, network_devices = split_controllers_and_network_devices(self.__devices) + self.__ctx_cli.connect() self._process_descr('context', 'add', self.__ctx_cli.SetContext, Context, self.__contexts_add ) self._process_descr('topology', 'add', self.__ctx_cli.SetTopology, Topology, self.__topologies_add) @@ -282,19 +352,17 @@ class DescriptorLoader: self.__svc_cli.connect() self.__slc_cli.connect() - self._process_descr('context', 'add', self.__ctx_cli.SetContext, Context, self.__contexts_add ) - self._process_descr('topology', 'add', self.__ctx_cli.SetTopology, Topology, self.__topologies_add) - self._process_descr('controller', 'add', self.__dev_cli.AddDevice, Device, controllers_add ) - self._process_descr('device', 'add', self.__dev_cli.AddDevice, Device, network_devices_add ) - self._process_descr('device', 'config', self.__dev_cli.ConfigureDevice, Device, self.__devices_config) - self._process_descr('link', 'add', self.__ctx_cli.SetLink, Link, self.__links ) - self._process_descr('service', 'add', self.__svc_cli.CreateService, Service, self.__services_add ) - self._process_descr('service', 'update', self.__svc_cli.UpdateService, Service, self.__services ) - self._process_descr('slice', 'add', self.__slc_cli.CreateSlice, Slice, self.__slices_add ) - self._process_descr('slice', 'update', self.__slc_cli.UpdateSlice, Slice, self.__slices ) - - #----------------------------------- Experimental --------------------------------------- - self._process_descr('link', 'add', self.__ctx_cli.SetOpticalLink, OpticalLink, self.__optical_links) + self._process_descr('context', 'add', self.__ctx_cli.SetContext, Context, self.__contexts_add ) + self._process_descr('topology', 'add', self.__ctx_cli.SetTopology, Topology, self.__topologies_add) + self._process_descr('controller', 'add', self.__dev_cli.AddDevice, Device, controllers_add ) + self._process_descr('device', 'add', self.__dev_cli.AddDevice, Device, network_devices_add ) + self._process_descr('device', 'config', self.__dev_cli.ConfigureDevice, Device, self.__devices_config) + self._process_descr('link', 'add', self.__ctx_cli.SetLink, Link, self.__links ) + self._process_descr('service', 'add', self.__svc_cli.CreateService, Service, self.__services_add ) + self._process_descr('service', 'update', self.__svc_cli.UpdateService, Service, self.__services ) + self._process_descr('slice', 'add', self.__slc_cli.CreateSlice, Slice, self.__slices_add ) + self._process_descr('slice', 'update', self.__slc_cli.UpdateSlice, Slice, self.__slices ) + self._process_descr('link', 'add', self.__ctx_cli.SetOpticalLink, OpticalLink, self.__optical_links ) # By default the Context component automatically assigns devices and links to topologies based on their # endpoints, and assigns topologies, services, and slices to contexts based on their identifiers. diff --git a/src/common/tools/grpc/BaseEventCollector.py b/src/common/tools/grpc/BaseEventCollector.py new file mode 100644 index 0000000000000000000000000000000000000000..04dfb654963da1ae4f83a8a14feaaa8c17d1f128 --- /dev/null +++ b/src/common/tools/grpc/BaseEventCollector.py @@ -0,0 +1,136 @@ +# Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# See usage example below + +import grpc, logging, queue, threading, time +from typing import Any, Callable, List, Optional +from common.proto.context_pb2 import Empty +from common.tools.grpc.Tools import grpc_message_to_json_string +from context.client.ContextClient import ContextClient + +LOGGER = logging.getLogger(__name__) +LOGGER.setLevel(logging.DEBUG) + +class CollectorThread(threading.Thread): + def __init__( + self, subscription_func : Callable, events_queue = queue.PriorityQueue, + terminate = threading.Event, log_events_received: bool = False + ) -> None: + super().__init__(daemon=False) + self._subscription_func = subscription_func + self._events_queue = events_queue + self._terminate = terminate + self._log_events_received = log_events_received + self._stream = None + + def cancel(self) -> None: + if self._stream is None: return + self._stream.cancel() + + def run(self) -> None: + while not self._terminate.is_set(): + self._stream = self._subscription_func() + try: + for event in self._stream: + if self._log_events_received: + str_event = grpc_message_to_json_string(event) + LOGGER.info('[_collect] event: {:s}'.format(str_event)) + timestamp = event.event.timestamp.timestamp + self._events_queue.put_nowait((timestamp, event)) + except grpc.RpcError as e: + if e.code() == grpc.StatusCode.UNAVAILABLE: # pylint: disable=no-member + LOGGER.info('[_collect] UNAVAILABLE... retrying...') + time.sleep(0.5) + continue + elif e.code() == grpc.StatusCode.CANCELLED: # pylint: disable=no-member + break + else: + raise # pragma: no cover + +class BaseEventCollector: + def __init__( + self, terminate : Optional[threading.Event] = None + ) -> None: + self._events_queue = queue.PriorityQueue() + self._terminate = threading.Event() if terminate is None else terminate + self._collector_threads : List[CollectorThread] = list() + + def install_collector( + self, subscription_method : Callable, request_message : Any, + log_events_received : bool = False + ) -> None: + self._collector_threads.append(CollectorThread( + lambda: subscription_method(request_message), + self._events_queue, self._terminate, log_events_received + )) + + def start(self): + self._terminate.clear() + for collector_thread in self._collector_threads: + collector_thread.start() + + def stop(self): + self._terminate.set() + + for collector_thread in self._collector_threads: + collector_thread.cancel() + + for collector_thread in self._collector_threads: + collector_thread.join() + + def get_events_queue(self) -> queue.PriorityQueue: + return self._events_queue + + def get_event(self, block : bool = True, timeout : float = 0.1): + try: + _,event = self._events_queue.get(block=block, timeout=timeout) + return event + except queue.Empty: # pylint: disable=catching-non-exception + return None + + def get_events(self, block : bool = True, timeout : float = 0.1, count : int = None): + events = [] + if count is None: + while not self._terminate.is_set(): + event = self.get_event(block=block, timeout=timeout) + if event is None: break + events.append(event) + else: + while len(events) < count: + if self._terminate.is_set(): break + event = self.get_event(block=block, timeout=timeout) + if event is None: continue + events.append(event) + return sorted(events, key=lambda e: e.event.timestamp.timestamp) + +def main() -> None: + logging.basicConfig(level=logging.INFO) + + context_client = ContextClient() + context_client.connect() + + event_collector = BaseEventCollector() + event_collector.install_collector(context_client.GetDeviceEvents, Empty(), log_events_received=True) + event_collector.install_collector(context_client.GetLinkEvents, Empty(), log_events_received=True) + event_collector.install_collector(context_client.GetServiceEvents, Empty(), log_events_received=True) + event_collector.start() + + time.sleep(60) + + event_collector.stop() + context_client.close() + +if __name__ == '__main__': + main() diff --git a/src/common/tools/grpc/BaseEventDispatcher.py b/src/common/tools/grpc/BaseEventDispatcher.py new file mode 100644 index 0000000000000000000000000000000000000000..c9ec292c994bb4728043bf3bfed73e176f4f748a --- /dev/null +++ b/src/common/tools/grpc/BaseEventDispatcher.py @@ -0,0 +1,119 @@ +# Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# See usage example below + +import logging, queue, threading, time +from typing import Any, Callable, Optional +from common.proto.context_pb2 import DeviceEvent, Empty, EventTypeEnum, LinkEvent +from common.tools.grpc.BaseEventCollector import BaseEventCollector +from common.tools.grpc.Tools import grpc_message_to_json_string +from context.client.ContextClient import ContextClient + +LOGGER = logging.getLogger(__name__) + +class BaseEventDispatcher(threading.Thread): + def __init__( + self, events_queue : queue.PriorityQueue, + terminate : Optional[threading.Event] = None + ) -> None: + super().__init__(daemon=True) + self._events_queue = events_queue + self._terminate = threading.Event() if terminate is None else terminate + + def stop(self): + self._terminate.set() + + def _get_event(self, block : bool = True, timeout : Optional[float] = 0.5) -> Optional[Any]: + try: + _, event = self._events_queue.get(block=block, timeout=timeout) + return event + except queue.Empty: + return None + + def _get_dispatcher(self, event : Any) -> Optional[Callable]: + object_name = str(event.__class__.__name__).lower().replace('event', '') + event_type = EventTypeEnum.Name(event.event.event_type).lower().replace('eventtype_', '') + + method_name = 'dispatch_{:s}_{:s}'.format(object_name, event_type) + dispatcher = getattr(self, method_name, None) + if dispatcher is not None: return dispatcher + + method_name = 'dispatch_{:s}'.format(object_name) + dispatcher = getattr(self, method_name, None) + if dispatcher is not None: return dispatcher + + method_name = 'dispatch' + dispatcher = getattr(self, method_name, None) + if dispatcher is not None: return dispatcher + + return None + + def run(self) -> None: + while not self._terminate.is_set(): + event = self._get_event() + if event is None: continue + + dispatcher = self._get_dispatcher(event) + if dispatcher is None: + MSG = 'No dispatcher available for Event({:s})' + LOGGER.warning(MSG.format(grpc_message_to_json_string(event))) + continue + + dispatcher(event) + +class MyEventDispatcher(BaseEventDispatcher): + def dispatch_device_create(self, device_event : DeviceEvent) -> None: + MSG = 'Processing Device Create: {:s}' + LOGGER.info(MSG.format(grpc_message_to_json_string(device_event))) + + def dispatch_device_update(self, device_event : DeviceEvent) -> None: + MSG = 'Processing Device Update: {:s}' + LOGGER.info(MSG.format(grpc_message_to_json_string(device_event))) + + def dispatch_device_remove(self, device_event : DeviceEvent) -> None: + MSG = 'Processing Device Remove: {:s}' + LOGGER.info(MSG.format(grpc_message_to_json_string(device_event))) + + def dispatch_link(self, link_event : LinkEvent) -> None: + MSG = 'Processing Link Create/Update/Remove: {:s}' + LOGGER.info(MSG.format(grpc_message_to_json_string(link_event))) + + def dispatch(self, event : Any) -> None: + MSG = 'Processing any other Event: {:s}' + LOGGER.info(MSG.format(grpc_message_to_json_string(event))) + +def main() -> None: + logging.basicConfig(level=logging.INFO) + + context_client = ContextClient() + context_client.connect() + + event_collector = BaseEventCollector() + event_collector.install_collector(context_client.GetDeviceEvents, Empty(), log_events_received=True) + event_collector.install_collector(context_client.GetLinkEvents, Empty(), log_events_received=True) + event_collector.install_collector(context_client.GetServiceEvents, Empty(), log_events_received=True) + event_collector.start() + + event_dispatcher = MyEventDispatcher(event_collector.get_events_queue()) + event_dispatcher.start() + + time.sleep(60) + + event_dispatcher.stop() + event_collector.stop() + context_client.close() + +if __name__ == '__main__': + main() diff --git a/src/common/tools/grpc/ConfigRules.py b/src/common/tools/grpc/ConfigRules.py index dcf8351e2a9dbb3d670c57044e4ccdc72a549300..b29744e02b096e8cfc2ebc8156c6079a1a0882ea 100644 --- a/src/common/tools/grpc/ConfigRules.py +++ b/src/common/tools/grpc/ConfigRules.py @@ -51,7 +51,7 @@ def update_config_rule_custom( # exists, differs, and raise_if_differs=True msg = 'Specified {:s}({:s}) differs existing value({:s})' raise Exception(msg.format(str(field_name), str(field_value), str(json_resource_value[field_name]))) - + config_rule.custom.resource_value = json.dumps(json_resource_value, sort_keys=True) def copy_config_rules(source_config_rules, target_config_rules): diff --git a/src/common/tools/grpc/ExampleEventEngine.py b/src/common/tools/grpc/ExampleEventEngine.py new file mode 100644 index 0000000000000000000000000000000000000000..f27792497db09467c0225f07d036adc8c5b5ed84 --- /dev/null +++ b/src/common/tools/grpc/ExampleEventEngine.py @@ -0,0 +1,101 @@ +# Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +import logging, threading, time +from typing import Optional +from common.proto.context_pb2 import DeviceEvent, Empty, ServiceEvent +from common.tools.grpc.BaseEventCollector import BaseEventCollector +from common.tools.grpc.BaseEventDispatcher import BaseEventDispatcher +from common.tools.grpc.Tools import grpc_message_to_json_string +from context.client.ContextClient import ContextClient + +LOGGER = logging.getLogger(__name__) + +class EventCollector(BaseEventCollector): + pass + +class EventDispatcher(BaseEventDispatcher): + def dispatch_device_create(self, device_event : DeviceEvent) -> None: + MSG = 'Processing Device Create: {:s}' + LOGGER.info(MSG.format(grpc_message_to_json_string(device_event))) + + def dispatch_device_update(self, device_event : DeviceEvent) -> None: + MSG = 'Processing Device Update: {:s}' + LOGGER.info(MSG.format(grpc_message_to_json_string(device_event))) + + def dispatch_device_remove(self, device_event : DeviceEvent) -> None: + MSG = 'Processing Device Remove: {:s}' + LOGGER.info(MSG.format(grpc_message_to_json_string(device_event))) + + def dispatch_service_create(self, service_event : ServiceEvent) -> None: + MSG = 'Processing Service Create: {:s}' + LOGGER.info(MSG.format(grpc_message_to_json_string(service_event))) + + def dispatch_service_update(self, service_event : ServiceEvent) -> None: + MSG = 'Processing Service Update: {:s}' + LOGGER.info(MSG.format(grpc_message_to_json_string(service_event))) + + def dispatch_service_remove(self, service_event : ServiceEvent) -> None: + MSG = 'Processing Service Remove: {:s}' + LOGGER.info(MSG.format(grpc_message_to_json_string(service_event))) + +class ExampleEventEngine: + def __init__( + self, terminate : Optional[threading.Event] = None + ) -> None: + self._terminate = threading.Event() if terminate is None else terminate + + self._context_client = ContextClient() + self._event_collector = EventCollector(terminate=self._terminate) + self._event_collector.install_collector( + self._context_client.GetDeviceEvents, Empty(), + log_events_received=True + ) + self._event_collector.install_collector( + self._context_client.GetLinkEvents, Empty(), + log_events_received=True + ) + self._event_collector.install_collector( + self._context_client.GetServiceEvents, Empty(), + log_events_received=True + ) + + self._event_dispatcher = EventDispatcher( + self._event_collector.get_events_queue(), + terminate=self._terminate + ) + + def start(self) -> None: + self._context_client.connect() + self._event_collector.start() + self._event_dispatcher.start() + + def stop(self) -> None: + self._terminate.set() + self._event_dispatcher.stop() + self._event_collector.stop() + self._context_client.close() + +def main() -> None: + logging.basicConfig(level=logging.INFO) + + event_engine = ExampleEventEngine() + event_engine.start() + + time.sleep(60) + + event_engine.stop() + +if __name__ == '__main__': + main() diff --git a/src/common/tools/kafka/Variables.py b/src/common/tools/kafka/Variables.py index fc43c315114e7b51c4e2604afbb14e165796e7c5..8ff6447f7784fd9e6846c1b73bc176b0a49f25e1 100644 --- a/src/common/tools/kafka/Variables.py +++ b/src/common/tools/kafka/Variables.py @@ -25,11 +25,11 @@ class KafkaConfig(Enum): @staticmethod def get_kafka_address() -> str: - # kafka_server_address = get_setting('KFK_SERVER_ADDRESS', default=None) - # if kafka_server_address is None: - KFK_NAMESPACE = get_setting('KFK_NAMESPACE') - KFK_PORT = get_setting('KFK_SERVER_PORT') - kafka_server_address = KFK_SERVER_ADDRESS_TEMPLATE.format(KFK_NAMESPACE, KFK_PORT) + kafka_server_address = get_setting('KFK_SERVER_ADDRESS', default=None) + if kafka_server_address is None: + KFK_NAMESPACE = get_setting('KFK_NAMESPACE') + KFK_PORT = get_setting('KFK_SERVER_PORT') + kafka_server_address = KFK_SERVER_ADDRESS_TEMPLATE.format(KFK_NAMESPACE, KFK_PORT) return kafka_server_address @staticmethod @@ -46,6 +46,7 @@ class KafkaTopic(Enum): RAW = 'topic_raw' LABELED = 'topic_labeled' VALUE = 'topic_value' + ALARMS = 'topic_alarms' ANALYTICS_REQUEST = 'topic_request_analytics' ANALYTICS_RESPONSE = 'topic_response_analytics' @@ -89,4 +90,4 @@ class KafkaTopic(Enum): return False return True -# create all topics after the deployments (Telemetry and Analytics) +# TODO: create all topics after the deployments (Telemetry and Analytics) diff --git a/src/common/tools/object_factory/EndPoint.py b/src/common/tools/object_factory/EndPoint.py index 85a5d4494184567447d6d16fa7df2c530106c6ba..faf1accd37ebdc32b382a1cca16ccbeb510099f9 100644 --- a/src/common/tools/object_factory/EndPoint.py +++ b/src/common/tools/object_factory/EndPoint.py @@ -43,13 +43,14 @@ def json_endpoint_ids( def json_endpoint( device_id : Dict, endpoint_uuid : str, endpoint_type : str, topology_id : Optional[Dict] = None, - kpi_sample_types : List[int] = [], location : Optional[Dict] = None + name : Optional[str] = None, kpi_sample_types : List[int] = [], location : Optional[Dict] = None ): result = { 'endpoint_id': json_endpoint_id(device_id, endpoint_uuid, topology_id=topology_id), 'endpoint_type': endpoint_type, } + if name is not None: result['name'] = name if kpi_sample_types is not None and len(kpi_sample_types) > 0: result['kpi_sample_types'] = copy.deepcopy(kpi_sample_types) if location is not None: diff --git a/src/common/tools/object_factory/OpticalLink.py b/src/common/tools/object_factory/OpticalLink.py index d4d7a330ce67fa2690efe3a0d285a226e3e6e7c3..765cfac22d2aa6a168e01e41df393cc2b693a32f 100644 --- a/src/common/tools/object_factory/OpticalLink.py +++ b/src/common/tools/object_factory/OpticalLink.py @@ -1,75 +1,40 @@ +# Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +import copy -def convert_to_dict (single_val:int)->dict: +def convert_to_dict(single_val:int)->dict: slot= dict() bin_num = bin(single_val) sliced_num=bin_num[2:] for i in range(len(sliced_num)): slot[str(i+1)]=int(sliced_num[i]) - return slot - + return slot -def order_list (lst:list[tuple])->list: - - if (len(lst)<=1): - return lst - else : - pivot,bit_val =lst[0] - lst_smaller = [] - lst_greater = [] - for element in lst[1:]: - key,val=element - if (key <= pivot): - lst_smaller.append(element) - else : - lst_greater.append(element) - return order_list(lst_smaller) + [(pivot,bit_val)] + order_list(lst_greater) - - -def list_to_dict (lst:list[tuple[int,int]])->dict: - dct = dict() - for ele in lst : - key,value = ele - dct[str(key)]=value - return dct - - -def order_dict (dct:dict)->dict: - - lst = list() - for key,value in sorted(dct.items()): - lst.append((int(key),value)) - ordered_lst= order_list(lst) - if (len(ordered_lst)>0): - return list_to_dict (ordered_lst) - -def order_dict_v1 (dct:dict)->dict: - - lst = list() - for key,value in dct.items(): - lst.append((int(key),value)) - ordered_lst= order_list(lst) - if (len(ordered_lst)>0): - return list_to_dict (ordered_lst) - -def correct_slot (dic:dict): - ordered_dict= order_dict_v1(dic) - keys_list = list(ordered_dict.keys()) - - if (len(keys_list) < 20): - num_keys= [] - for i in keys_list: - num_keys.append(int(i)) - - if num_keys[-1] != 20 : - missed_keys=[] - diff= 20 - len(num_keys) - print(f"diff {diff}") +def correct_slot(dic: dict) -> dict: + _dict = copy.deepcopy(dic) + keys_list = list(_dict.keys()) + if len(keys_list) < 20: + num_keys = [int(i) for i in keys_list] + if num_keys[-1] != 20: + missed_keys = [] + diff = 20 - len(num_keys) + #print(f"diff {diff}") for i in range(diff+1): missed_keys.append(num_keys[-1]+i) - print(f"missed_keys {missed_keys}") + #print(f"missed_keys {missed_keys}") for key in missed_keys : - ordered_dict[key]=1 - print(f"result {ordered_dict}") - return order_dict_v1(ordered_dict) - \ No newline at end of file + _dict[key]=1 + #print(f"result {_dict}") + return _dict diff --git a/src/common/type_checkers/Assertions.py b/src/common/type_checkers/Assertions.py index 90b7d976b0f6fff9d478ce7b40188240a8eea2d6..498a85349c4c9d68bc8c64c5d174595cb98c1cef 100644 --- a/src/common/type_checkers/Assertions.py +++ b/src/common/type_checkers/Assertions.py @@ -48,6 +48,8 @@ def validate_device_driver_enum(message): 'DEVICEDRIVER_GNMI_OPENCONFIG', 'DEVICEDRIVER_OPTICAL_TFS', 'DEVICEDRIVER_IETF_ACTN', + 'DEVICEDRIVER_OC', + 'DEVICEDRIVER_QKD', ] def validate_device_operational_status_enum(message): @@ -58,6 +60,20 @@ def validate_device_operational_status_enum(message): 'DEVICEOPERATIONALSTATUS_ENABLED' ] +def validate_isolation_level_enum(message): + assert isinstance(message, str) + assert message in [ + 'NO_ISOLATION', + 'PHYSICAL_ISOLATION', + 'LOGICAL_ISOLATION', + 'PROCESS_ISOLATION', + 'PHYSICAL_MEMORY_ISOLATION', + 'PHYSICAL_NETWORK_ISOLATION', + 'VIRTUAL_RESOURCE_ISOLATION', + 'NETWORK_FUNCTIONS_ISOLATION', + 'SERVICE_ISOLATION', + ] + def validate_kpi_sample_types_enum(message): assert isinstance(message, str) assert message in [ @@ -70,6 +86,16 @@ def validate_kpi_sample_types_enum(message): 'KPISAMPLETYPE_LINK_USED_CAPACITY_GBPS', ] +def validate_link_type_enum(message): + assert isinstance(message, str) + assert message in [ + 'LINKTYPE_UNKNOWN', + 'LINKTYPE_COPPER', + 'LINKTYPE_VIRTUAL_COPPER', + 'LINKTYPE_OPTICAL', + 'LINKTYPE_VIRTUAL_OPTICAL', + ] + def validate_service_type_enum(message): assert isinstance(message, str) assert message in [ @@ -79,6 +105,8 @@ def validate_service_type_enum(message): 'SERVICETYPE_TAPI_CONNECTIVITY_SERVICE', 'SERVICETYPE_TE', 'SERVICETYPE_E2E', + 'SERVICETYPE_OPTICAL_CONNECTIVITY', + 'SERVICETYPE_QKD', ] def validate_service_state_enum(message): @@ -148,6 +176,22 @@ def validate_constraint_custom(message): assert 'constraint_value' in message assert isinstance(message['constraint_value'], str) +def validate_constraint_schedule(message): + assert isinstance(message, dict) + assert len(message.keys()) == 2 + assert 'start_timestamp' in message + assert isinstance(message['start_timestamp'], (int, float)) + assert 'duration_days' in message + assert isinstance(message['duration_days'], (int, float)) + +def validate_constraint_endpoint_priority(message): + assert isinstance(message, dict) + assert len(message.keys()) == 2 + assert 'endpoint_id' in message + validate_endpoint_id(message['endpoint_id']) + assert 'priority' in message + assert isinstance(message['priority'], int) + def validate_constraint_sla_capacity(message): assert isinstance(message, dict) assert len(message.keys()) == 1 @@ -172,16 +216,25 @@ def validate_constraint_sla_availability(message): assert isinstance(message['availability'], (int, float)) assert message['availability'] >= 0 and message['availability'] <= 100 +def validate_constraint_sla_isolation(message): + assert isinstance(message, dict) + assert len(message.keys()) == 1 + assert 'isolation_level' in message + assert isinstance(message['isolation_level'], list) + for isolation_level in message['isolation_level']: + validate_isolation_level_enum(isolation_level) + CONSTRAINT_TYPE_TO_VALIDATOR = { 'custom' : validate_constraint_custom, - #'schedule' : validate_constraint_schedule, + 'schedule' : validate_constraint_schedule, #'endpoint_location' : validate_constraint_endpoint_location, - #'endpoint_priority' : validate_constraint_endpoint_priority, + 'endpoint_priority' : validate_constraint_endpoint_priority, 'sla_capacity' : validate_constraint_sla_capacity, 'sla_latency' : validate_constraint_sla_latency, 'sla_availability' : validate_constraint_sla_availability, - #'sla_isolation' : validate_constraint_sla_isolation, + 'sla_isolation' : validate_constraint_sla_isolation, #'exclusions' : validate_constraint_exclusions, + #'qos_profile' : validate_constraint_qos_profile, } def validate_constraint(message): @@ -398,7 +451,7 @@ def validate_slice(message): def validate_topology(message, num_devices=None, num_links=None): assert isinstance(message, dict) - assert len(message.keys()) == 4 + assert len(message.keys()) == 5 assert 'topology_id' in message validate_topology_id(message['topology_id']) assert 'name' in message @@ -411,6 +464,10 @@ def validate_topology(message, num_devices=None, num_links=None): assert isinstance(message['link_ids'], list) if num_links is not None: assert len(message['link_ids']) == num_links for link_id in message['link_ids']: validate_link_id(link_id) + assert 'optical_link_ids' in message + assert isinstance(message['optical_link_ids'], list) + #if num_links is not None: assert len(message['optical_link_ids']) == num_links + for link_id in message['optical_link_ids']: validate_link_id(link_id) def validate_endpoint(message): assert isinstance(message, dict) @@ -479,7 +536,7 @@ def validate_device(message): def validate_link(message): assert isinstance(message, dict) - assert len(message.keys()) == 4 + assert len(message.keys()) == 5 assert 'link_id' in message validate_link_id(message['link_id']) assert 'name' in message @@ -489,6 +546,8 @@ def validate_link(message): for endpoint_id in message['link_endpoint_ids']: validate_endpoint_id(endpoint_id) assert 'attributes' in message validate_link_attributes(message['attributes']) + assert 'link_type' in message + validate_link_type_enum(message['link_type']) def validate_connection(message): assert isinstance(message, dict) diff --git a/src/context/.gitlab-ci.yml b/src/context/.gitlab-ci.yml index c1caed6679e9c24599f1992e49eb0874e81bea49..f0558a2d22e0baf70768227b7728d4ff4ca23060 100644 --- a/src/context/.gitlab-ci.yml +++ b/src/context/.gitlab-ci.yml @@ -112,9 +112,9 @@ unit_test context: - manifests/${IMAGE_NAME}service.yaml - .gitlab-ci.yml artifacts: - when: always - reports: - junit: src/$IMAGE_NAME/tests/${IMAGE_NAME}_report.xml + when: always + reports: + junit: src/$IMAGE_NAME/tests/${IMAGE_NAME}_report.xml ## Deployment of the service in Kubernetes Cluster #deploy context: diff --git a/src/context/Dockerfile b/src/context/Dockerfile index c39f39e8c082b30492283b7f7285876fbda08716..b5c3cdb860c3a8a51b890ef201d2d14c4abda6a3 100644 --- a/src/context/Dockerfile +++ b/src/context/Dockerfile @@ -15,12 +15,8 @@ FROM python:3.9-slim # Install dependencies -# RUN apt-get --yes --quiet --quiet update && \ -# apt-get --yes --quiet --quiet install wget g++ git && \ -# rm -rf /var/lib/apt/lists/* - -RUN apt-get --yes update && \ - apt-get --yes install wget g++ git && \ +RUN apt-get --yes --quiet --quiet update && \ + apt-get --yes --quiet --quiet install wget g++ git && \ rm -rf /var/lib/apt/lists/* # Set Python to show logs as they occur diff --git a/src/context/client/ContextClient.py b/src/context/client/ContextClient.py index 62f34cc8909d4976d030e2533419275bcc193127..35f9121b33f60034340cbe2492e1bd26a622f6e7 100644 --- a/src/context/client/ContextClient.py +++ b/src/context/client/ContextClient.py @@ -24,10 +24,10 @@ from common.proto.context_pb2 import ( Device, DeviceEvent, DeviceFilter, DeviceId, DeviceIdList, DeviceList, Empty, EndPointIdList, EndPointNameList, Link, LinkEvent, LinkId, LinkIdList, LinkList, - Service, ServiceEvent, ServiceFilter, ServiceId, ServiceIdList, ServiceList, + OpticalConfig, OpticalConfigId, OpticalConfigList , OpticalLink, OpticalLinkList, + Service, ServiceConfigRule, ServiceEvent, ServiceFilter, ServiceId, ServiceIdList, ServiceList, Slice, SliceEvent, SliceFilter, SliceId, SliceIdList, SliceList, Topology, TopologyDetails, TopologyEvent, TopologyId, TopologyIdList, TopologyList, - OpticalConfig, OpticalConfigId, OpticalConfigList , OpticalLink ,OpticalLinkList,ServiceConfigRule ) from common.proto.context_pb2_grpc import ContextServiceStub from common.proto.context_policy_pb2_grpc import ContextPolicyServiceStub @@ -520,4 +520,4 @@ class ContextClient: LOGGER.debug('ServiceConfigRule Delete request: {:s}'.format(grpc_message_to_json_string(request))) response = self.stub.DeleteServiceConfigRule(request) LOGGER.debug('ServiceConfigRule Delete result: {:s}'.format(grpc_message_to_json_string(response))) - return response \ No newline at end of file + return response diff --git a/src/context/service/ContextServiceServicerImpl.py b/src/context/service/ContextServiceServicerImpl.py index 8b14723de6e2259885361a131e21d77a07fc4179..09d16b0f8a80f956a32f7e074e3bbe5582b3b26c 100644 --- a/src/context/service/ContextServiceServicerImpl.py +++ b/src/context/service/ContextServiceServicerImpl.py @@ -24,7 +24,7 @@ from common.proto.context_pb2 import ( Service, ServiceEvent, ServiceFilter, ServiceId, ServiceIdList, ServiceList, Slice, SliceEvent, SliceFilter, SliceId, SliceIdList, SliceList, Topology, TopologyDetails, TopologyEvent, TopologyId, TopologyIdList, TopologyList, - OpticalConfigList, OpticalConfigId, OpticalConfig ,OpticalLink , OpticalLinkList, + OpticalConfigList, OpticalConfigId, OpticalConfig, OpticalLink, OpticalLinkList, ServiceConfigRule ) from common.proto.policy_pb2 import PolicyRuleIdList, PolicyRuleId, PolicyRuleList, PolicyRule @@ -32,24 +32,42 @@ from common.proto.context_pb2_grpc import ContextServiceServicer from common.proto.context_policy_pb2_grpc import ContextPolicyServiceServicer from common.method_wrappers.Decorator import MetricsPool, safe_and_metered_rpc_method from .database.Connection import ( - connection_delete, connection_get, connection_list_ids, connection_list_objs, connection_set) -from .database.Context import context_delete, context_get, context_list_ids, context_list_objs, context_set -from .database.Device import device_delete, device_get, device_list_ids, device_list_objs, device_select, device_set + connection_delete, connection_get, connection_list_ids, connection_list_objs, connection_set +) +from .database.Context import ( + context_delete, context_get, context_list_ids, context_list_objs, context_set +) +from .database.Device import ( + device_delete, device_get, device_list_ids, device_list_objs, device_select, device_set +) from .database.EndPoint import endpoint_list_names from .database.Events import EventTopicEnum, consume_events -from .database.Link import link_delete, link_get, link_list_ids, link_list_objs, link_set +from .database.Link import ( + link_delete, link_get, link_list_ids, link_list_objs, link_set +) from .database.PolicyRule import ( - policyrule_delete, policyrule_get, policyrule_list_ids, policyrule_list_objs, policyrule_set) + policyrule_delete, policyrule_get, policyrule_list_ids, policyrule_list_objs, + policyrule_set +) from .database.Service import ( - service_delete, service_get, service_list_ids, service_list_objs, service_select, service_set, service_unset) + service_delete, service_get, service_list_ids, service_list_objs, service_select, + service_set, service_unset +) from .database.Slice import ( - slice_delete, slice_get, slice_list_ids, slice_list_objs, slice_select, slice_set, slice_unset) + slice_delete, slice_get, slice_list_ids, slice_list_objs, slice_select, + slice_set, slice_unset +) from .database.Topology import ( - topology_delete, topology_get, topology_get_details, topology_list_ids, topology_list_objs, topology_set) -from .database.OpticalConfig import (set_opticalconfig, select_opticalconfig, get_opticalconfig - ,delete_opticalconfig ,update_opticalconfig ,delete_opticalchannel + topology_delete, topology_get, topology_get_details, topology_list_ids, + topology_list_objs, topology_set +) +from .database.OpticalConfig import ( + set_opticalconfig, select_opticalconfig, get_opticalconfig, delete_opticalconfig, + update_opticalconfig, delete_opticalchannel +) +from .database.OpticalLink import ( + optical_link_delete, optical_link_get, optical_link_list_objs, optical_link_set ) -from .database.OpticalLink import optical_link_delete,optical_link_get,optical_link_list_objs,optical_link_set from .database.ConfigRule import delete_config_rule LOGGER = logging.getLogger(__name__) @@ -315,7 +333,7 @@ class ContextServiceServicerImpl(ContextServiceServicer, ContextPolicyServiceSer def SetOpticalConfig(self, request : OpticalConfig, context : grpc.ServicerContext) -> OpticalConfigId: result = set_opticalconfig(self.db_engine, request) return OpticalConfigId(**result) - + @safe_and_metered_rpc_method(METRICS_POOL, LOGGER) def UpdateOpticalConfig(self, request : OpticalConfig, context : grpc.ServicerContext) -> OpticalConfigId: result = update_opticalconfig(self.db_engine, request) @@ -329,21 +347,19 @@ class ContextServiceServicerImpl(ContextServiceServicer, ContextPolicyServiceSer optical_config_id.CopyFrom(result.opticalconfig_id) device_id.CopyFrom(result.device_id) return OpticalConfig(config=result.config, opticalconfig_id=optical_config_id , device_id=device_id) - + @safe_and_metered_rpc_method(METRICS_POOL, LOGGER) - def DeleteOpticalConfig (self, request : OpticalConfigId, context : grpc.ServicerContext) -> Empty: - delete_opticalconfig(self.db_engine,self.messagebroker, request) - + def DeleteOpticalConfig(self, request : OpticalConfigId, context : grpc.ServicerContext) -> Empty: + delete_opticalconfig(self.db_engine, self.messagebroker, request) return Empty() + @safe_and_metered_rpc_method(METRICS_POOL, LOGGER) - def DeleteOpticalChannel (self, request : OpticalConfig, context : grpc.ServicerContext) -> Empty: - delete_opticalchannel(self.db_engine,self.messagebroker, request) - + def DeleteOpticalChannel(self, request : OpticalConfig, context : grpc.ServicerContext) -> Empty: + delete_opticalchannel(self.db_engine, self.messagebroker, request) return Empty() - #--------------------- Experimental Optical Link ------------------- - + @safe_and_metered_rpc_method(METRICS_POOL, LOGGER) def GetOpticalLinkList(self, request : Empty, context : grpc.ServicerContext) -> OpticalLinkList: return optical_link_list_objs(self.db_engine) @@ -360,8 +376,6 @@ class ContextServiceServicerImpl(ContextServiceServicer, ContextPolicyServiceSer def DeleteOpticalLink(self, request : LinkId, context : grpc.ServicerContext) -> Empty: return optical_link_delete(self.db_engine, self.messagebroker, request) - @safe_and_metered_rpc_method(METRICS_POOL, LOGGER) def DeleteServiceConfigRule(self, request : ServiceConfigRule, context : grpc.ServicerContext) -> Empty: - return delete_config_rule(self.db_engine, request) diff --git a/src/context/service/database/ConfigRule.py b/src/context/service/database/ConfigRule.py index ac5a90ead484d5051b4b53b8d8aefd1097e67631..0201d2672e0cd47f208e7569f9d34eae6e4601a8 100644 --- a/src/context/service/database/ConfigRule.py +++ b/src/context/service/database/ConfigRule.py @@ -16,10 +16,10 @@ import datetime, json, logging from sqlalchemy import delete #from sqlalchemy.dialects import postgresql from sqlalchemy.dialects.postgresql import insert -from sqlalchemy.orm import Session from sqlalchemy.engine import Engine +from sqlalchemy.orm import Session from typing import Dict, List, Optional, Set -from common.proto.context_pb2 import ConfigRule ,ServiceId ,ServiceConfigRule ,Empty +from common.proto.context_pb2 import ConfigRule, ServiceConfigRule, Empty from common.tools.grpc.Tools import grpc_message_to_json_string from .models.enums.ConfigAction import ORM_ConfigActionEnum, grpc_to_enum__config_action from .models.ConfigRuleModel import ( @@ -27,7 +27,7 @@ from .models.ConfigRuleModel import ( from .uuids._Builder import get_uuid_from_string from .uuids.EndPoint import endpoint_get_uuid from sqlalchemy_cockroachdb import run_transaction -from sqlalchemy.orm import Session, selectinload, sessionmaker +from sqlalchemy.orm import Session, sessionmaker LOGGER = logging.getLogger(__name__) @@ -36,10 +36,8 @@ def compose_config_rules_data( device_uuid : Optional[str] = None, service_uuid : Optional[str] = None, slice_uuid : Optional[str] = None ) -> List[Dict]: dict_config_rules : List[Dict] = list() - for position,config_rule in enumerate(config_rules): str_kind = config_rule.WhichOneof('config_rule') - kind = ConfigRuleKindEnum._member_map_.get(str_kind.upper()) # pylint: disable=no-member dict_config_rule = { 'position' : position, @@ -68,7 +66,6 @@ def compose_config_rules_data( configrule_name = None if kind == ConfigRuleKindEnum.CUSTOM: - configrule_name = '{:s}:{:s}:{:s}'.format(parent_kind, kind.value, config_rule.custom.resource_key) elif kind == ConfigRuleKindEnum.ACL: _, _, endpoint_uuid = endpoint_get_uuid(config_rule.acl.endpoint_id, allow_random=False) @@ -157,23 +154,14 @@ def upsert_config_rules( return delete_affected or upsert_affected -def delete_config_rule (db_engine : Engine,request:ServiceConfigRule): - - config_rule=request.configrule_custom - service_id= request.service_id - parent_uuid = service_id.service_uuid.uuid - configrule_name = 'service:custom:{:s}'.format( config_rule.resource_key) - configrule_uuid = get_uuid_from_string(configrule_name, prefix_for_name=parent_uuid) - - - def callback(session : Session) -> bool: - - num_deleted = session.query(ServiceConfigRuleModel).filter_by(configrule_uuid=configrule_uuid).delete() - return num_deleted > 0 - - deleted = run_transaction(sessionmaker(bind=db_engine), callback) - - return Empty() - - - \ No newline at end of file +def delete_config_rule(db_engine : Engine, request : ServiceConfigRule): + config_rule = request.configrule_custom + service_id = request.service_id + parent_uuid = service_id.service_uuid.uuid + configrule_name = 'service:custom:{:s}'.format( config_rule.resource_key) + configrule_uuid = get_uuid_from_string(configrule_name, prefix_for_name=parent_uuid) + def callback(session : Session) -> bool: + num_deleted = session.query(ServiceConfigRuleModel).filter_by(configrule_uuid=configrule_uuid).delete() + return num_deleted > 0 + deleted = run_transaction(sessionmaker(bind=db_engine), callback) + return Empty() diff --git a/src/context/service/database/Constraint.py b/src/context/service/database/Constraint.py index db96ed9dece96cd5b77412c5d031e7337e360668..0b042219273f4a58e0bfc857ea2df6a3422d94cb 100644 --- a/src/context/service/database/Constraint.py +++ b/src/context/service/database/Constraint.py @@ -69,7 +69,8 @@ def compose_constraints_data( constraint_name = '{:s}:{:s}:{:s}'.format(parent_kind, kind.value, endpoint_uuid) elif kind in { ConstraintKindEnum.SCHEDULE, ConstraintKindEnum.SLA_CAPACITY, ConstraintKindEnum.SLA_LATENCY, - ConstraintKindEnum.SLA_AVAILABILITY, ConstraintKindEnum.SLA_ISOLATION, ConstraintKindEnum.EXCLUSIONS + ConstraintKindEnum.SLA_AVAILABILITY, ConstraintKindEnum.SLA_ISOLATION, ConstraintKindEnum.EXCLUSIONS, + ConstraintKindEnum.QOS_PROFILE }: constraint_name = '{:s}:{:s}:'.format(parent_kind, kind.value) else: diff --git a/src/context/service/database/Device.py b/src/context/service/database/Device.py index d9b475749db2dfd7ca5085a6bff4ceac6ccf4819..4713b8e0744df39e6d9227e02f909571bd159a37 100644 --- a/src/context/service/database/Device.py +++ b/src/context/service/database/Device.py @@ -40,7 +40,6 @@ from .ConfigRule import compose_config_rules_data, upsert_config_rules from .Component import compose_components_data from .Events import notify_event_context, notify_event_device, notify_event_topology - LOGGER = logging.getLogger(__name__) def device_list_ids(db_engine : Engine) -> DeviceIdList: @@ -108,7 +107,7 @@ def device_set(db_engine : Engine, messagebroker : MessageBroker, request : Devi is_oc_driver = DeviceDriverEnum.DEVICEDRIVER_OC in set(request.device_drivers) #optical_endpoints_data : List[Dict] = list() - LOGGER.info(f"is_oc_driver {is_oc_driver}") + endpoints_data : List[Dict] = list() for i, endpoint in enumerate(request.device_endpoints): endpoint_device_uuid = endpoint.endpoint_id.device_id.device_uuid.uuid @@ -150,9 +149,6 @@ def device_set(db_engine : Engine, messagebroker : MessageBroker, request : Devi # 'created_at' : now, # 'updated_at' : now, # }) - - - if endpoint_topology_uuid not in topology_uuids: related_topologies.append({ @@ -323,7 +319,6 @@ def device_delete(db_engine : Engine, messagebroker : MessageBroker, request : D return Empty() def device_select(db_engine : Engine, request : DeviceFilter) -> DeviceList: - device_uuids = [ device_get_uuid(device_id, allow_random=False) for device_id in request.device_ids.device_ids diff --git a/src/context/service/database/Events.py b/src/context/service/database/Events.py index 9041b28508d89dafa34ffc4cb818659253f2624f..46688775eaabd5ab428ff9f0e77de52d25c9af41 100644 --- a/src/context/service/database/Events.py +++ b/src/context/service/database/Events.py @@ -17,32 +17,32 @@ from typing import Dict, Iterator, Set from common.message_broker.Message import Message from common.message_broker.MessageBroker import MessageBroker from common.proto.context_pb2 import ( - ConnectionEvent, ContextEvent, DeviceEvent, EventTypeEnum, LinkEvent, ServiceEvent, SliceEvent, TopologyEvent , - OpticalConfigEvent) + ConnectionEvent, ContextEvent, DeviceEvent, EventTypeEnum, LinkEvent, + ServiceEvent, SliceEvent, TopologyEvent, OpticalConfigEvent +) class EventTopicEnum(enum.Enum): - CONNECTION = 'connection' - CONTEXT = 'context' - DEVICE = 'device' - LINK = 'link' - POLICY_RULE = 'policy-rule' - SERVICE = 'service' - SLICE = 'slice' - TOPOLOGY = 'topology' + CONNECTION = 'connection' + CONTEXT = 'context' + DEVICE = 'device' + LINK = 'link' + POLICY_RULE = 'policy-rule' + SERVICE = 'service' + SLICE = 'slice' + TOPOLOGY = 'topology' OPTICALCONFIG = 'optical-config' TOPIC_TO_EVENTCLASS = { - EventTopicEnum.CONNECTION.value : ConnectionEvent, - EventTopicEnum.CONTEXT.value : ContextEvent, - EventTopicEnum.DEVICE.value : DeviceEvent, - EventTopicEnum.LINK.value : LinkEvent, - #EventTopicEnum.POLICY_RULE.value : PolicyRuleEvent, # Not defined in proto files - EventTopicEnum.SERVICE.value : ServiceEvent, - EventTopicEnum.SLICE.value : SliceEvent, - EventTopicEnum.TOPOLOGY.value : TopologyEvent, - EventTopicEnum.OPTICALCONFIG.value : OpticalConfigEvent - + EventTopicEnum.CONNECTION.value : ConnectionEvent, + EventTopicEnum.CONTEXT.value : ContextEvent, + EventTopicEnum.DEVICE.value : DeviceEvent, + EventTopicEnum.LINK.value : LinkEvent, + #EventTopicEnum.POLICY_RULE.value : PolicyRuleEvent, # Not defined in proto files + EventTopicEnum.SERVICE.value : ServiceEvent, + EventTopicEnum.SLICE.value : SliceEvent, + EventTopicEnum.TOPOLOGY.value : TopologyEvent, + EventTopicEnum.OPTICALCONFIG.value : OpticalConfigEvent, } CONSUME_TIMEOUT = 0.5 # seconds @@ -65,10 +65,9 @@ def notify_event_topology(messagebroker : MessageBroker, event_type : EventTypeE def notify_event_device(messagebroker : MessageBroker, event_type : EventTypeEnum, device_id : Dict) -> None: notify_event(messagebroker, EventTopicEnum.DEVICE, event_type, {'device_id': device_id}) - + def notify_event_opticalconfig(messagebroker : MessageBroker, event_type : EventTypeEnum, opticalconfig_id : Dict) -> None: notify_event(messagebroker, EventTopicEnum.DEVICE, event_type, {'opticalconfig_id': opticalconfig_id}) - def notify_event_link(messagebroker : MessageBroker, event_type : EventTypeEnum, link_id : Dict) -> None: notify_event(messagebroker, EventTopicEnum.LINK, event_type, {'link_id': link_id}) diff --git a/src/context/service/database/Link.py b/src/context/service/database/Link.py index 39f60fdc35c655070a4891c96fd2cf186a8b003b..8aa2563e4b3bb5b46ffdefe4644cdfe321f1e734 100644 --- a/src/context/service/database/Link.py +++ b/src/context/service/database/Link.py @@ -63,7 +63,6 @@ def link_get(db_engine : Engine, request : LinkId) -> Link: return Link(**obj) def link_set(db_engine : Engine, messagebroker : MessageBroker, request : Link) -> LinkId: - raw_link_uuid = request.link_id.link_uuid.uuid raw_link_name = request.name link_name = raw_link_uuid if len(raw_link_name) == 0 else raw_link_name @@ -84,7 +83,6 @@ def link_set(db_engine : Engine, messagebroker : MessageBroker, request : Link) link_endpoints_data : List[Dict] = list() for i,endpoint_id in enumerate(request.link_endpoint_ids): - logging.info(f"links endpoint_id is {endpoint_id}") endpoint_topology_uuid, _, endpoint_uuid = endpoint_get_uuid( endpoint_id, allow_random=False) diff --git a/src/context/service/database/OpticalConfig.py b/src/context/service/database/OpticalConfig.py index e3248d8bde9c1abe3cc9dad655044cf7313f7334..09e0f95947aa8b42e5cb1db6016b7c9fa5fd6ab4 100644 --- a/src/context/service/database/OpticalConfig.py +++ b/src/context/service/database/OpticalConfig.py @@ -19,14 +19,14 @@ from common.DeviceTypes import DeviceTypeEnum from sqlalchemy.engine import Engine from sqlalchemy.orm import Session, sessionmaker from sqlalchemy_cockroachdb import run_transaction -from common.proto.context_pb2 import OpticalConfig, OpticalConfigId , Empty , EventTypeEnum -from .models.OpticalConfig.OpticalConfigModel import OpticalConfigModel -from .models.OpticalConfig.TransponderModel import TransponderTypeModel ,OpticalChannelModel -from .models.OpticalConfig.RoadmModel import RoadmTypeModel, ChannelModel , ORInterfaceModel +from common.proto.context_pb2 import OpticalConfig, OpticalConfigId, Empty, EventTypeEnum +from .models.OpticalConfig.OpticalConfigModel import OpticalConfigModel +from .models.OpticalConfig.TransponderModel import TransponderTypeModel, OpticalChannelModel +from .models.OpticalConfig.RoadmModel import RoadmTypeModel, ChannelModel, ORInterfaceModel from context.service.database.uuids.OpticalConfig import ( channel_get_uuid , opticalconfig_get_uuid ,transponder_get_uuid,roadm_get_uuid, interface_get_uuid - ) +) from .Events import notify_event_opticalconfig LOGGER = logging.getLogger(__name__) @@ -35,14 +35,10 @@ def get_opticalconfig(db_engine : Engine): def callback(session:Session): optical_configs = list() results = session.query(OpticalConfigModel).all() - for obj in results: - - optical_config = OpticalConfig() optical_config.config = json.dumps(obj.dump()) ids_obj = obj.dump_id() - optical_config.opticalconfig_id.opticalconfig_uuid = ids_obj["opticalconfig_uuid"] optical_config.device_id.device_uuid.uuid=ids_obj["device_uuid"] optical_configs.append(optical_config) @@ -51,125 +47,102 @@ def get_opticalconfig(db_engine : Engine): return obj def set_opticalconfig(db_engine : Engine, request : OpticalConfig): - opticalconfig_id = OpticalConfigId() device_id = request.device_id device_uuid = request.device_id.device_uuid.uuid channels = [] interfaces=[] - transponder=[] roadms=[] channel_namespace= None OpticalConfig_data = [] config_type=None - is_transpondre=False - opticalconfig_uuid =opticalconfig_get_uuid(device_id) - LOGGER.info(f"cofigy_type {request.config}") + #is_transpondre=False + opticalconfig_uuid = opticalconfig_get_uuid(device_id) + if request.config: config = json.loads(request.config) if 'channel_namespace' in config: - channel_namespace=config['channel_namespace'] + channel_namespace=config['channel_namespace'] if "type" in config: - config_type= config["type"] if config_type == DeviceTypeEnum.OPTICAL_TRANSPONDER._value_: - is_transpondre=True + is_transpondre = True transceivers = [] if channel_namespace is None and 'channel_namespace' in config: channel_namespace=config['channel_namespace'] - - if 'transceivers' in config and len(config['transceivers']['transceiver']) > 0: transceivers = [transceiver for transceiver in config ['transceivers']['transceiver']] - if 'channels' in config and len(config['channels']) > 0: #channels = [channel['name']['index'] for channel in config['channels']] - for channel_params in config['channels']: - channels.append( - { - # "opticalconfig_uuid":opticalconfig_uuid, - "transponder_uuid" : transponder_get_uuid(device_id), - "channel_uuid" : channel_get_uuid(channel_params['name']['index'],device_uuid), - "channel_name" : channel_params['name']['index'], - "frequency" : int(channel_params["frequency"]) if "frequency" in channel_params else 0, - "operational_mode" : int(channel_params["operational-mode"]) if "operational-mode" in channel_params else 0, - "target_output_power" : channel_params["target-output-power"] if "target-output-power" in channel_params else '', - "status" : channel_params["status"] if "status" in channel_params else "" - } - ) - - transponder.append({ - "transponder_uuid":transponder_get_uuid(device_id), - "transcievers":transceivers, - "interfaces":None, - "opticalconfig_uuid":opticalconfig_uuid, - - + channels.append({ + # "opticalconfig_uuid":opticalconfig_uuid, + "transponder_uuid" : transponder_get_uuid(device_id), + "channel_uuid" : channel_get_uuid(channel_params['name']['index'],device_uuid), + "channel_name" : channel_params['name']['index'], + "frequency" : int(channel_params["frequency"]) if "frequency" in channel_params else 0, + "operational_mode" : int(channel_params["operational-mode"]) if "operational-mode" in channel_params else 0, + "target_output_power": channel_params["target-output-power"] if "target-output-power" in channel_params else '', + "status" : channel_params["status"] if "status" in channel_params else "" + }) + transponder.append({ + "transponder_uuid" : transponder_get_uuid(device_id), + "transcievers" : transceivers, + "interfaces" : None, + "opticalconfig_uuid": opticalconfig_uuid, }) - + if config_type == DeviceTypeEnum.OPTICAL_ROADM._value_: - - if channel_namespace is None and 'channel_namespace' in config: channel_namespace=config['channel_namespace'] - - - - if 'media_channels' in config and len(config['media_channels']) > 0: #channels = [channel['name']['index'] for channel in config['channels']] - channel_num=0 + channel_num = 0 for channel_params in config['media_channels']: - channel_index=channel_params['channel_index'] if channel_params['channel_index'] is not None else None - channels.append( - { - # "opticalconfig_uuid":opticalconfig_uuid, - "roadm_uuid" : roadm_get_uuid(device_id), - "channel_uuid" : channel_get_uuid(f'media_channel_{channel_index}',device_uuid), - "band_name" : channel_params['band_name'], - "lower_frequency" : int(channel_params["lower_frequency"]) if "lower_frequency" in channel_params else 0, - "upper_frequency" : int(channel_params["upper_frequency"]) if "upper_frequency" in channel_params else 0, - "dest_port" : channel_params["dest_port"] if "dest_port" in channel_params else '', - "src_port" : channel_params["src_port"] if "src_port" in channel_params else '', - "status" : channel_params["status"] if "status" in channel_params else "", - "type" : 'media_channel', - "optical_band_parent":str(channel_params['optical_band_parent']) if 'optical_band_parent' in channel_params else None, - "channel_index" : channel_index if channel_index is not None else None, - } - ) + channel_index = channel_params['channel_index'] if channel_params['channel_index'] is not None else None + channels.append({ + # "opticalconfig_uuid":opticalconfig_uuid, + "roadm_uuid" : roadm_get_uuid(device_id), + "channel_uuid" : channel_get_uuid(f'media_channel_{channel_index}',device_uuid), + "band_name" : channel_params['band_name'], + "lower_frequency" : int(channel_params["lower_frequency"]) if "lower_frequency" in channel_params else 0, + "upper_frequency" : int(channel_params["upper_frequency"]) if "upper_frequency" in channel_params else 0, + "dest_port" : channel_params["dest_port"] if "dest_port" in channel_params else '', + "src_port" : channel_params["src_port"] if "src_port" in channel_params else '', + "status" : channel_params["status"] if "status" in channel_params else "", + "type" : 'media_channel', + "optical_band_parent" : str(channel_params['optical_band_parent']) if 'optical_band_parent' in channel_params else None, + "channel_index" : channel_index if channel_index is not None else None, + }) if 'optical_bands' in config and len(config['optical_bands']) > 0: #channels = [channel['name']['index'] for channel in config['channels']] - channel_num=0 + channel_num = 0 for channel_params in config['optical_bands']: - channel_num+=1 - channels.append( - { - # "opticalconfig_uuid":opticalconfig_uuid, - "roadm_uuid" : roadm_get_uuid(device_id), - "channel_uuid" : channel_get_uuid(f'optical_bands_{channel_num}',device_uuid), - "band_name" : channel_params['band_name'], - "lower_frequency" : int(channel_params["lower_frequency"]) if "lower_frequency" in channel_params else 0, - "upper_frequency" : int(channel_params["upper_frequency"]) if "upper_frequency" in channel_params else 0, - "dest_port" : channel_params["dest_port"] if "dest_port" in channel_params else '', - "src_port" : channel_params["src_port"] if "src_port" in channel_params else '', - "status" : channel_params["status"] if "status" in channel_params else "", - "type" : 'optical_band', - "channel_index" : channel_params['channel_index'] if 'channel_index' in channel_params else None, - "optical_band_parent":None - - } - ) - + channel_num += 1 + channels.append({ + # "opticalconfig_uuid":opticalconfig_uuid, + "roadm_uuid" : roadm_get_uuid(device_id), + "channel_uuid" : channel_get_uuid(f'optical_bands_{channel_num}',device_uuid), + "band_name" : channel_params['band_name'], + "lower_frequency" : int(channel_params["lower_frequency"]) if "lower_frequency" in channel_params else 0, + "upper_frequency" : int(channel_params["upper_frequency"]) if "upper_frequency" in channel_params else 0, + "dest_port" : channel_params["dest_port"] if "dest_port" in channel_params else '', + "src_port" : channel_params["src_port"] if "src_port" in channel_params else '', + "status" : channel_params["status"] if "status" in channel_params else "", + "type" : 'optical_band', + "channel_index" : channel_params['channel_index'] if 'channel_index' in channel_params else None, + "optical_band_parent": None + }) + roadms.append({ - "roadm_uuid":roadm_get_uuid(device_id), - "opticalconfig_uuid":opticalconfig_uuid, + "roadm_uuid" : roadm_get_uuid(device_id), + "opticalconfig_uuid" : opticalconfig_uuid, }) - if config_type == DeviceTypeEnum.OPEN_ROADM._value_: - if 'interfaces' in config : + if config_type == DeviceTypeEnum.OPEN_ROADM._value_: + if 'interfaces' in config: for interface in config['interfaces']: interfaces.append({ "interface_uuid" :interface_get_uuid(interface['name']), @@ -182,36 +155,28 @@ def set_opticalconfig(db_engine : Engine, request : OpticalConfig): "frequency" : interface["frequency"], "width" : interface["width"], "roadm_uuid" : roadm_get_uuid(device_id), - - } - ) + }) roadms.append({ "roadm_uuid":roadm_get_uuid(device_id), "opticalconfig_uuid":opticalconfig_uuid, }) - LOGGER.info(f"open_roadm") - - - - OpticalConfig_data.append( - { - "opticalconfig_uuid":opticalconfig_uuid, - # "transcievers" : transceivers, - # "interfaces" :"", - "channel_namespace" : channel_namespace , - "endpoints" : [json.dumps(endpoint) for endpoint in config.get("endpoints",[])], - "device_uuid": device_uuid, - "type":config_type - } - ) + + OpticalConfig_data.append({ + "opticalconfig_uuid":opticalconfig_uuid, + # "transcievers" : transceivers, + # "interfaces" :"", + "channel_namespace" : channel_namespace , + "endpoints" : [json.dumps(endpoint) for endpoint in config.get("endpoints",[])], + "device_uuid": device_uuid, + "type":config_type + }) LOGGER.info(f"added OpticalConfig_data {OpticalConfig_data}") LOGGER.info(f"added interfaces {interfaces}") def callback(session:Session)->bool: stmt = insert(OpticalConfigModel).values(OpticalConfig_data) - stmt = stmt.on_conflict_do_update( index_elements=[OpticalConfigModel.opticalconfig_uuid], set_=dict( @@ -223,7 +188,6 @@ def set_opticalconfig(db_engine : Engine, request : OpticalConfig): if config_type == DeviceTypeEnum.OPTICAL_TRANSPONDER._value_: if (len(transponder)>0): stmt = insert(TransponderTypeModel).values(transponder) - stmt = stmt.on_conflict_do_update( index_elements=[TransponderTypeModel.transponder_uuid], set_=dict( @@ -233,30 +197,24 @@ def set_opticalconfig(db_engine : Engine, request : OpticalConfig): ) stmt = stmt.returning(TransponderTypeModel.transponder_uuid) transponder_id = session.execute(stmt).fetchone() - - if (len(channels)>0) : - stmt = insert(OpticalChannelModel).values(channels) - - stmt = stmt.on_conflict_do_update( - index_elements=[OpticalChannelModel.channel_uuid ], - set_=dict( - channel_name= stmt.excluded.channel_name , - frequency = stmt.excluded.frequency, - operational_mode=stmt.excluded.operational_mode, + if (len(channels) > 0): + stmt = insert(OpticalChannelModel).values(channels) + stmt = stmt.on_conflict_do_update( + index_elements=[OpticalChannelModel.channel_uuid], + set_=dict( + channel_name= stmt.excluded.channel_name , + frequency = stmt.excluded.frequency, + operational_mode=stmt.excluded.operational_mode, target_output_power=stmt.excluded.target_output_power, - - ) - ) - stmt = stmt.returning(OpticalChannelModel.channel_uuid) - opticalChannel_id = session.execute(stmt).fetchone() - - + ) + stmt = stmt.returning(OpticalChannelModel.channel_uuid) + opticalChannel_id = session.execute(stmt).fetchone() + if config_type == DeviceTypeEnum.OPTICAL_ROADM._value_: - if (len(roadms)>0): + if len(roadms) > 0: stmt = insert(RoadmTypeModel).values(roadms) - stmt = stmt.on_conflict_do_update( index_elements=[RoadmTypeModel.roadm_uuid], set_=dict( @@ -265,71 +223,59 @@ def set_opticalconfig(db_engine : Engine, request : OpticalConfig): ) stmt = stmt.returning(RoadmTypeModel.roadm_uuid) roadm_id = session.execute(stmt).fetchone() - - if (channels is not None and len(channels)>0) : - stmt = insert(ChannelModel).values(channels) - - stmt = stmt.on_conflict_do_update( - index_elements=[ChannelModel.channel_uuid ], - set_=dict( - band_name= stmt.excluded.band_name , - lower_frequency = stmt.excluded.lower_frequency, - upper_frequency = stmt.excluded.upper_frequency, - type=stmt.excluded.type, - status=stmt.excluded.status, - dest_port=stmt.excluded.dest_port, - src_port=stmt.excluded.src_port, - channel_index=stmt.excluded.channel_index, - optical_band_parent = stmt.excluded.optical_band_parent - - - ) - + stmt = insert(ChannelModel).values(channels) + stmt = stmt.on_conflict_do_update( + index_elements=[ChannelModel.channel_uuid ], + set_=dict( + band_name= stmt.excluded.band_name , + lower_frequency = stmt.excluded.lower_frequency, + upper_frequency = stmt.excluded.upper_frequency, + type=stmt.excluded.type, + status=stmt.excluded.status, + dest_port=stmt.excluded.dest_port, + src_port=stmt.excluded.src_port, + channel_index=stmt.excluded.channel_index, + optical_band_parent = stmt.excluded.optical_band_parent ) - stmt = stmt.returning(ChannelModel.channel_uuid) - opticalChannel_id = session.execute(stmt).fetchone() + ) + stmt = stmt.returning(ChannelModel.channel_uuid) + opticalChannel_id = session.execute(stmt).fetchone() - if config_type == DeviceTypeEnum.OPEN_ROADM._value_: - - if (len(roadms)>0): + if config_type == DeviceTypeEnum.OPEN_ROADM._value_: + if (len(roadms)>0): stmt = insert(RoadmTypeModel).values(roadms) - stmt = stmt.on_conflict_do_update( - index_elements=[RoadmTypeModel.roadm_uuid], - set_=dict( - opticalconfig_uuid=stmt.excluded.opticalconfig_uuid - ) + index_elements=[RoadmTypeModel.roadm_uuid], + set_=dict( + opticalconfig_uuid=stmt.excluded.opticalconfig_uuid ) + ) stmt = stmt.returning(RoadmTypeModel.roadm_uuid) roadm_id = session.execute(stmt).fetchone() - - if len(interfaces) >0 : + + if len(interfaces) >0 : stmt = insert(ORInterfaceModel).values(interfaces) stmt = stmt.on_conflict_do_update( - index_elements=[ORInterfaceModel.interface_uuid ], - set_=dict( - name= stmt.excluded.name , - frequency = stmt.excluded.frequency, - administrative_state = stmt.excluded.administrative_state, - type=stmt.excluded.type, - circuit_pack_name=stmt.excluded.circuit_pack_name, - port=stmt.excluded.port, - interface_list=stmt.excluded.interface_list, - width=stmt.excluded.width, - ) - + index_elements=[ORInterfaceModel.interface_uuid ], + set_=dict( + name= stmt.excluded.name , + frequency = stmt.excluded.frequency, + administrative_state = stmt.excluded.administrative_state, + type=stmt.excluded.type, + circuit_pack_name=stmt.excluded.circuit_pack_name, + port=stmt.excluded.port, + interface_list=stmt.excluded.interface_list, + width=stmt.excluded.width, ) + ) stmt = stmt.returning(ORInterfaceModel.interface_uuid) opticalChannel_id = session.execute(stmt).fetchone() - - + opticalconfig_id = run_transaction(sessionmaker(bind=db_engine), callback) return {'opticalconfig_uuid': opticalconfig_id} - def update_opticalconfig(db_engine : Engine, request : OpticalConfig): - opticalconfig_id = OpticalConfigId() device_id = request.device_id device_uuid = request.device_id.device_uuid.uuid @@ -339,24 +285,22 @@ def update_opticalconfig(db_engine : Engine, request : OpticalConfig): channel_namespace= None OpticalConfig_data = [] config_type=None - is_transpondre=False + #is_transpondre=False opticalconfig_uuid =opticalconfig_get_uuid(device_id) - LOGGER.info(f"udpate_cofigy_type {request.config}") + if request.config : config = json.loads(request.config) - + if 'new_config' in config: if 'type' in config: - config_type=config['type'] + config_type = config['type'] if "type" in config['new_config'] and config_type is None: - - config_type= config['new_config']["type"] + config_type = config['new_config']["type"] if 'channel_namespace' in config['new_config']: - channel_namespace=config['new_config'] ['channel_namespace'] - - + channel_namespace = config['new_config'] ['channel_namespace'] + if config_type == DeviceTypeEnum.OPTICAL_TRANSPONDER._value_: - is_transpondre=True + is_transpondre = True transceivers = [] if channel_namespace is None and 'channel_namespace' in config: channel_namespace=config['channel_namespace'] @@ -368,136 +312,113 @@ def update_opticalconfig(db_engine : Engine, request : OpticalConfig): #channels = [channel['name']['index'] for channel in config['channels']] for channel_params in config['new_config']['channels']: - channels.append( - { - # "opticalconfig_uuid":opticalconfig_uuid, - "transponder_uuid" : transponder_get_uuid(device_id), - "channel_uuid" : channel_get_uuid(channel_params['name']['index'],device_uuid), - "channel_name" : channel_params['name']['index'], - "frequency" : int(channel_params["frequency"]) if "frequency" in channel_params else 0, - "operational_mode" : int(channel_params["operational-mode"]) if "operational-mode" in channel_params else 0, - "target_output_power" : channel_params["target-output-power"] if "target-output-power" in channel_params else '', - "status" : channel_params["status"] if "status" in channel_params else "" - } - ) + channels.append({ + # "opticalconfig_uuid":opticalconfig_uuid, + "transponder_uuid" : transponder_get_uuid(device_id), + "channel_uuid" : channel_get_uuid(channel_params['name']['index'],device_uuid), + "channel_name" : channel_params['name']['index'], + "frequency" : int(channel_params["frequency"]) if "frequency" in channel_params else 0, + "operational_mode" : int(channel_params["operational-mode"]) if "operational-mode" in channel_params else 0, + "target_output_power" : channel_params["target-output-power"] if "target-output-power" in channel_params else '', + "status" : channel_params["status"] if "status" in channel_params else "" + }) elif 'flow_handled' in config and 'new_config' in config : - - target_config = config['new_config'] - dest_pair=None - src=None - dst=None - src_pair=config['flow_handled'][0] - - src,dst=src_pair - if src_pair is None and len(config['flow_handled'])>1 : - dest_pair=config['flow_handled'][1] - src,dst=dest_pair - channel_index=src if src is not None and src !='0' else dst - channel_name=f"channel-{channel_index}" - channels.append( - { - # "opticalconfig_uuid":opticalconfig_uuid, - "transponder_uuid" : transponder_get_uuid(device_id), - "channel_uuid" : channel_get_uuid(channel_name,device_uuid), - "channel_name" :channel_name, - "frequency" : int(target_config["frequency"]) if "frequency" in target_config else 0, - "operational_mode" : int(target_config["operational-mode"]) if "operational-mode" in target_config else 0, - "target_output_power" : target_config["target-output-power"] if "target-output-power" in target_config else '', - "status" : target_config["status"] if "status" in target_config else "" - } - ) - + target_config = config['new_config'] + dest_pair = None + src = None + dst = None + src_pair = config['flow_handled'][0] + + src, dst = src_pair + if src_pair is None and len(config['flow_handled'])>1 : + dest_pair = config['flow_handled'][1] + src, dst = dest_pair + channel_index = src if src is not None and src !='0' else dst + channel_name = f"channel-{channel_index}" + channels.append({ + # "opticalconfig_uuid":opticalconfig_uuid, + "transponder_uuid" : transponder_get_uuid(device_id), + "channel_uuid" : channel_get_uuid(channel_name,device_uuid), + "channel_name" : channel_name, + "frequency" : int(target_config["frequency"]) if "frequency" in target_config else 0, + "operational_mode" : int(target_config["operational-mode"]) if "operational-mode" in target_config else 0, + "target_output_power" : target_config["target-output-power"] if "target-output-power" in target_config else '', + "status" : target_config["status"] if "status" in target_config else "" + }) + transponder.append({ - "transponder_uuid":transponder_get_uuid(device_id), - "transcievers":transceivers, - "interfaces":None, - "opticalconfig_uuid":opticalconfig_uuid, + "transponder_uuid" : transponder_get_uuid(device_id), + "transcievers" : transceivers, + "interfaces" : None, + "opticalconfig_uuid": opticalconfig_uuid, }) - - + if config_type == DeviceTypeEnum.OPTICAL_ROADM._value_: - if channel_namespace is None and 'channel_namespace' in config['new_config']: channel_namespace=config['new_config']['channel_namespace'] - if 'is_opticalband' in config and not config['is_opticalband']: #channels = [channel['name']['index'] for channel in config['channels']] if 'flow_handled' in config and len(config['flow_handled'])>0 : - num=0 - flow_id=config["new_config"]["flow_id"] if 'flow_id' in config['new_config'] else None + num = 0 + flow_id = config["new_config"]["flow_id"] if 'flow_id' in config['new_config'] else None for flow in config['flow_handled']: - src_port,dest_port=flow - channel_index=flow_id+num - num+=1 - channels.append( - { - # "opticalconfig_uuid":opticalconfig_uuid, - "roadm_uuid" : roadm_get_uuid(device_id), - "channel_uuid" : channel_get_uuid(f'media_channel_{channel_index}',device_uuid), - "band_name" : config['new_config']['band_type'], - "lower_frequency" : int(int(config['new_config']['frequency']) - (int(config['new_config']['band'])/2)) if "frequency" in config['new_config'] else 0, - "upper_frequency" :int(int(config['new_config']['frequency']) + (int(config['new_config']['band'])/2)) if "frequency" in config['new_config'] else 0, - "dest_port" :dest_port, - "src_port" : src_port, - "status" : config['new_config']["status"] if "status" in config['new_config'] else "", - "type" : 'media_channel', - "optical_band_parent":str( config['new_config']['ob_id']) if 'ob_id' in config['new_config'] else None, - "channel_index":str(channel_index) if channel_index is not None else None - } - ) + src_port, dest_port = flow + channel_index = flow_id + num + num += 1 + channels.append({ + # "opticalconfig_uuid":opticalconfig_uuid, + "roadm_uuid" : roadm_get_uuid(device_id), + "channel_uuid" : channel_get_uuid(f'media_channel_{channel_index}',device_uuid), + "band_name" : config['new_config']['band_type'], + "lower_frequency" : int(int(config['new_config']['frequency']) - (int(config['new_config']['band'])/2)) if "frequency" in config['new_config'] else 0, + "upper_frequency" : int(int(config['new_config']['frequency']) + (int(config['new_config']['band'])/2)) if "frequency" in config['new_config'] else 0, + "dest_port" : dest_port, + "src_port" : src_port, + "status" : config['new_config']["status"] if "status" in config['new_config'] else "", + "type" : 'media_channel', + "optical_band_parent" : str( config['new_config']['ob_id']) if 'ob_id' in config['new_config'] else None, + "channel_index" : str(channel_index) if channel_index is not None else None + }) if 'is_opticalband' in config and config['is_opticalband']: #channels = [channel['name']['index'] for channel in config['channels']] - - - if 'flow_handled' in config and len(config['flow_handled'])>0 : - ob_id =config['new_config']['ob_id'] if 'ob_id' in config['new_config'] else None - num=0 - for flow in config['flow_handled']: - - src_port,dest_port=flow - channel_index=ob_id+num - num+=1 - channels.append( - - { - # "opticalconfig_uuid":opticalconfig_uuid, - "roadm_uuid" : roadm_get_uuid(device_id), - "channel_uuid" : channel_get_uuid(f'optical_bands_{channel_index}',device_uuid), - "band_name" : config['new_config']['band_type'], - "lower_frequency" : int(config['new_config']["low-freq"]) if "low-freq" in config['new_config'] else 0, - "upper_frequency" : int(config['new_config']["up-freq"]) if "up-freq" in config['new_config'] else 0, - "dest_port" :dest_port, - "src_port" : src_port, - "status" : config['new_config']["status"] if "status" in config['new_config'] else "", - "type" : 'optical_band', - "channel_index" :str( channel_index) if channel_index is not None else None - } - ) - + if 'flow_handled' in config and len(config['flow_handled']) > 0: + ob_id = config['new_config']['ob_id'] if 'ob_id' in config['new_config'] else None + num = 0 + for flow in config['flow_handled']: + src_port, dest_port = flow + channel_index = ob_id + num + num += 1 + channels.append({ + # "opticalconfig_uuid":opticalconfig_uuid, + "roadm_uuid" : roadm_get_uuid(device_id), + "channel_uuid" : channel_get_uuid(f'optical_bands_{channel_index}',device_uuid), + "band_name" : config['new_config']['band_type'], + "lower_frequency" : int(config['new_config']["low-freq"]) if "low-freq" in config['new_config'] else 0, + "upper_frequency" : int(config['new_config']["up-freq"]) if "up-freq" in config['new_config'] else 0, + "dest_port" : dest_port, + "src_port" : src_port, + "status" : config['new_config']["status"] if "status" in config['new_config'] else "", + "type" : 'optical_band', + "channel_index" : str( channel_index) if channel_index is not None else None + }) + roadms.append({ - "roadm_uuid":roadm_get_uuid(device_id), - "opticalconfig_uuid":opticalconfig_uuid, - }) - - - OpticalConfig_data.append( - { - "opticalconfig_uuid":opticalconfig_uuid, - # "transcievers" : transceivers, - # "interfaces" :"", - "channel_namespace" : channel_namespace , - "endpoints" : [json.dumps(endpoint) for endpoint in config['new_config'].get("endpoints",[])], - "device_uuid": device_uuid, - "type":config_type - } - ) - - LOGGER.info(f"udpate_ OpticalConfig_data {OpticalConfig_data}") - LOGGER.info(f"udpate_ channels {channels}") + "roadm_uuid" : roadm_get_uuid(device_id), + "opticalconfig_uuid": opticalconfig_uuid, + }) + + OpticalConfig_data.append({ + "opticalconfig_uuid": opticalconfig_uuid, + # "transcievers" : transceivers, + # "interfaces" :"", + "channel_namespace" : channel_namespace , + "endpoints" : [json.dumps(endpoint) for endpoint in config['new_config'].get("endpoints",[])], + "device_uuid" : device_uuid, + "type" : config_type + }) def callback(session:Session)->bool: stmt = insert(OpticalConfigModel).values(OpticalConfig_data) - stmt = stmt.on_conflict_do_update( index_elements=[OpticalConfigModel.opticalconfig_uuid], set_=dict( @@ -509,76 +430,62 @@ def update_opticalconfig(db_engine : Engine, request : OpticalConfig): if config_type == DeviceTypeEnum.OPTICAL_TRANSPONDER._value_: if (len(transponder)>0): stmt = insert(TransponderTypeModel).values(transponder) - stmt = stmt.on_conflict_do_update( - index_elements=[TransponderTypeModel.transponder_uuid], - set_=dict( - transcievers= stmt.excluded.transcievers , - ) - + index_elements=[TransponderTypeModel.transponder_uuid], + set_=dict( + transcievers= stmt.excluded.transcievers, ) + ) stmt = stmt.returning(TransponderTypeModel.transponder_uuid) transponder_id = session.execute(stmt).fetchone() - - if (len(channels)>0) : - stmt = insert(OpticalChannelModel).values(channels) - - stmt = stmt.on_conflict_do_update( - index_elements=[OpticalChannelModel.channel_uuid ], - set_=dict( - channel_name= stmt.excluded.channel_name , - frequency = stmt.excluded.frequency, - operational_mode=stmt.excluded.operational_mode, - target_output_power=stmt.excluded.target_output_power, - status = stmt.excluded.status, - - ) - + if len(channels) > 0: + stmt = insert(OpticalChannelModel).values(channels) + stmt = stmt.on_conflict_do_update( + index_elements=[OpticalChannelModel.channel_uuid ], + set_=dict( + channel_name= stmt.excluded.channel_name , + frequency = stmt.excluded.frequency, + operational_mode=stmt.excluded.operational_mode, + target_output_power=stmt.excluded.target_output_power, + status = stmt.excluded.status, ) - stmt = stmt.returning(OpticalChannelModel.channel_uuid) - opticalChannel_id = session.execute(stmt).fetchone() + ) + stmt = stmt.returning(OpticalChannelModel.channel_uuid) + opticalChannel_id = session.execute(stmt).fetchone() if config_type == DeviceTypeEnum.OPTICAL_ROADM._value_: - if (len(roadms)>0): + if len(roadms) > 0: stmt = insert(RoadmTypeModel).values(roadms) - stmt = stmt.on_conflict_do_update( - index_elements=[RoadmTypeModel.roadm_uuid], - set_=dict( - circuits=stmt.excluded.circuits - ) + index_elements=[RoadmTypeModel.roadm_uuid], + set_=dict( + circuits=stmt.excluded.circuits ) + ) stmt = stmt.returning(RoadmTypeModel.roadm_uuid) roadm_id = session.execute(stmt).fetchone() - if (channels is not None and len(channels)>0) : - - stmt = insert(ChannelModel).values(channels) - - stmt = stmt.on_conflict_do_update( - index_elements=[ChannelModel.channel_uuid ], - set_=dict( - band_name= stmt.excluded.band_name , - lower_frequency = stmt.excluded.lower_frequency, - upper_frequency = stmt.excluded.upper_frequency, - type=stmt.excluded.type, - status=stmt.excluded.status, - dest_port=stmt.excluded.dest_port, - src_port=stmt.excluded.src_port, - - ) - + if (channels is not None and len(channels) > 0): + stmt = insert(ChannelModel).values(channels) + stmt = stmt.on_conflict_do_update( + index_elements=[ChannelModel.channel_uuid ], + set_=dict( + band_name= stmt.excluded.band_name , + lower_frequency = stmt.excluded.lower_frequency, + upper_frequency = stmt.excluded.upper_frequency, + type=stmt.excluded.type, + status=stmt.excluded.status, + dest_port=stmt.excluded.dest_port, + src_port=stmt.excluded.src_port, ) - stmt = stmt.returning(ChannelModel.channel_uuid) - opticalChannel_id = session.execute(stmt).fetchone() - - - + ) + stmt = stmt.returning(ChannelModel.channel_uuid) + opticalChannel_id = session.execute(stmt).fetchone() + opticalconfig_id = run_transaction(sessionmaker(bind=db_engine), callback) return {'opticalconfig_uuid': opticalconfig_id} - -def select_opticalconfig(db_engine:Engine,request:OpticalConfigId): +def select_opticalconfig(db_engine : Engine, request : OpticalConfigId): def callback(session : Session) -> OpticalConfig: result = OpticalConfig() stmt = session.query(OpticalConfigModel) @@ -587,134 +494,101 @@ def select_opticalconfig(db_engine:Engine,request:OpticalConfigId): if obj is not None: result.config = json.dumps(obj.dump()) ids_obj = obj.dump_id() - result.opticalconfig_id.opticalconfig_uuid = ids_obj["opticalconfig_uuid"] result.device_id.device_uuid.uuid=ids_obj["device_uuid"] - LOGGER.info(f"select_opticalconfig {result}") return result return run_transaction(sessionmaker(bind=db_engine, expire_on_commit=False), callback) - -def delete_opticalconfig(db_engine : Engine ,messagebroker : MessageBroker, request : OpticalConfigId): +def delete_opticalconfig(db_engine : Engine, messagebroker : MessageBroker, request : OpticalConfigId): opticalconfig_uuid = request.opticalconfig_uuid def callback(session : Session): - query = session.query(OpticalConfigModel) - + #query = session.query(OpticalConfigModel) num_deleted = session.query(OpticalConfigModel).filter_by(opticalconfig_uuid=opticalconfig_uuid).delete() return num_deleted > 0 deleted = run_transaction(sessionmaker(bind=db_engine), callback) - if deleted: - notify_event_opticalconfig(messagebroker, EventTypeEnum.EVENTTYPE_REMOVE, opticalconfig_uuid) - + notify_event_opticalconfig(messagebroker, EventTypeEnum.EVENTTYPE_REMOVE, opticalconfig_uuid) return Empty() -def delete_opticalchannel(db_engine : Engine ,messagebroker : MessageBroker, request : OpticalConfig): +def delete_opticalchannel(db_engine : Engine, messagebroker : MessageBroker, request : OpticalConfig): config = json.loads(request.config) device_id = request.device_id device_uuid = request.device_id.device_uuid.uuid opticalconfig_uuid = request.opticalconfig_id.opticalconfig_uuid - channels=[] - config_type=None - LOGGER.info(f"delete_optical_channel config {config}") + channels = [] + config_type = None + if "type" in config : - config_type= config["type"] + config_type= config["type"] if 'new_config' in config: - - if config_type == DeviceTypeEnum.OPTICAL_TRANSPONDER._value_: for flow in config['flow']: - src,dest = flow channel_index= src if src is not None and src!='0' else dest channel_name= f"channel-{channel_index}" - channels.append( - { - # "opticalconfig_uuid":opticalconfig_uuid, - "transponder_uuid" : transponder_get_uuid(device_id), - "channel_uuid" : channel_get_uuid(channel_name ,device_uuid), - "channel_name" :channel_name , - "frequency" : 0, - "operational_mode" : None, - "target_output_power" : None, - "status" :"DISABLED" - } - ) + channels.append({ + # "opticalconfig_uuid":opticalconfig_uuid, + "transponder_uuid" : transponder_get_uuid(device_id), + "channel_uuid" : channel_get_uuid(channel_name ,device_uuid), + "channel_name" : channel_name , + "frequency" : 0, + "operational_mode" : None, + "target_output_power": None, + "status" : "DISABLED" + }) elif config_type == DeviceTypeEnum.OPTICAL_ROADM._value_: - - channel_num=0 + channel_num = 0 if 'flow' in config : if 'is_opticalband' in config: if config['is_opticalband']: - ob_id =config['new_config']['ob_id'] if 'ob_id' in config['new_config'] else None - if len(config['flow']) ==0: - channel_index=ob_id+channel_num - - channel_name=f'optical_bands_{channel_index}' - channels.append( channel_get_uuid(channel_name,device_uuid)) - else : + ob_id = config['new_config']['ob_id'] if 'ob_id' in config['new_config'] else None + if len(config['flow']) == 0: + channel_index = ob_id + channel_num + channel_name = f'optical_bands_{channel_index}' + channels.append(channel_get_uuid(channel_name, device_uuid)) + else: for flow in config['flow']: - channel_index=ob_id+channel_num + channel_index = ob_id+channel_num channel_num +=1 - channel_name=f'optical_bands_{channel_index}' - channels.append( channel_get_uuid(channel_name,device_uuid)) - else : - if config['flow'] ==0: - channel_num=1 - channel_name=f'media_channel_{channel_num}' - channels.append( channel_get_uuid(channel_name,device_uuid)) - else : + channel_name = f'optical_bands_{channel_index}' + channels.append(channel_get_uuid(channel_name, device_uuid)) + else: + if config['flow'] == 0: + channel_num = 1 + channel_name = f'media_channel_{channel_num}' + channels.append(channel_get_uuid(channel_name, device_uuid)) + else: for flow in config['flow']: - channel_num +=1 - channel_name=f'media_channel_{channel_num}' - channels.append( channel_get_uuid(channel_name,device_uuid)) - - else : - return - - LOGGER.info(f"delete channel {channels}") - - + channel_num += 1 + channel_name = f'media_channel_{channel_num}' + channels.append(channel_get_uuid(channel_name, device_uuid)) + def callback(session : Session): - all_suceed=[] - if config_type ==DeviceTypeEnum.OPTICAL_ROADM._value_: - query = session.query(ChannelModel) + all_suceed = [] + if config_type == DeviceTypeEnum.OPTICAL_ROADM._value_: for channel_uuid in channels: num_deleted = session.query(ChannelModel).filter_by(channel_uuid=channel_uuid).delete() all_suceed.append(num_deleted > 0) - return all_suceed - elif config_type == DeviceTypeEnum.OPTICAL_TRANSPONDER._value_ : - if (len(channels)>0) : - - stmt = insert(OpticalChannelModel).values(channels) - - stmt = stmt.on_conflict_do_update( - index_elements=[OpticalChannelModel.channel_uuid ], - set_=dict( - channel_name= stmt.excluded.channel_name , - frequency = stmt.excluded.frequency, - operational_mode=stmt.excluded.operational_mode, - target_output_power=stmt.excluded.target_output_power, - status=stmt.excluded.status - - ) - + elif config_type == DeviceTypeEnum.OPTICAL_TRANSPONDER._value_: + if len(channels) > 0: + stmt = insert(OpticalChannelModel).values(channels) + stmt = stmt.on_conflict_do_update( + index_elements=[OpticalChannelModel.channel_uuid ], + set_=dict( + channel_name= stmt.excluded.channel_name , + frequency = stmt.excluded.frequency, + operational_mode=stmt.excluded.operational_mode, + target_output_power=stmt.excluded.target_output_power, + status=stmt.excluded.status ) - stmt = stmt.returning(OpticalChannelModel.channel_uuid) - opticalChannel_id = session.execute(stmt).fetchone() - all_suceed.append(True) - return all_suceed - else: - return all_suceed - - - all_deleted = run_transaction(sessionmaker(bind=db_engine), callback) - - for stat in all_deleted: - if not stat: - return - notify_event_opticalconfig(messagebroker, EventTypeEnum.EVENTTYPE_REMOVE, opticalconfig_uuid) + ) + stmt = stmt.returning(OpticalChannelModel.channel_uuid) + opticalChannel_id = session.execute(stmt).fetchone() + all_suceed.append(True) + return all_suceed + all_deleted = run_transaction(sessionmaker(bind=db_engine), callback) + for stat in all_deleted: + if not stat: return + notify_event_opticalconfig(messagebroker, EventTypeEnum.EVENTTYPE_REMOVE, opticalconfig_uuid) return Empty() - - \ No newline at end of file diff --git a/src/context/service/database/OpticalLink.py b/src/context/service/database/OpticalLink.py index 6c99450b96be2dd1f4769ed3ee0e273044dd5a79..93f43ef34497cb353f50a9b001da8ec4a6f5f92f 100644 --- a/src/context/service/database/OpticalLink.py +++ b/src/context/service/database/OpticalLink.py @@ -1,4 +1,4 @@ -# Copyright 2022-2023 ETSI TeraFlowSDN - TFS OSG (https://tfs.etsi.org/) +# Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -15,28 +15,25 @@ import datetime, logging from sqlalchemy.dialects.postgresql import insert from sqlalchemy.engine import Engine -from sqlalchemy import inspect from sqlalchemy.orm import Session, selectinload, sessionmaker from sqlalchemy_cockroachdb import run_transaction from typing import Dict, List, Optional, Set, Tuple -from common.proto.context_pb2 import Empty, EventTypeEnum, OpticalLink, LinkId, OpticalLinkList, TopologyId +from common.proto.context_pb2 import ( + Empty, EventTypeEnum, OpticalLink, LinkId, OpticalLinkList, TopologyId +) from common.message_broker.MessageBroker import MessageBroker from common.method_wrappers.ServiceExceptions import NotFoundException from common.tools.object_factory.Link import json_link_id -from context.service.database.uuids.Topology import topology_get_uuid from .models.OpticalLinkModel import OpticalLinkModel,OpticalLinkEndPointModel - from .models.TopologyModel import TopologyOpticalLinkModel, TopologyModel -from .uuids.OpticalEndPoint import optical_endpoint_get_uuid -from .uuids.Link import link_get_uuid -from .uuids.OpticalLink import opticaldetail_get_uuid -from .Events import notify_event_context, notify_event_link, notify_event_topology from .uuids.EndPoint import endpoint_get_uuid +from .uuids.Link import link_get_uuid +from .uuids.Topology import topology_get_uuid +from .Events import notify_event_link LOGGER = logging.getLogger(__name__) - def optical_link_list_objs(db_engine : Engine) -> OpticalLinkList: def callback(session : Session) -> List[Dict]: obj_list : List[OpticalLinkModel] = session.query(OpticalLinkModel)\ @@ -70,8 +67,6 @@ def optical_link_set(db_engine : Engine, messagebroker : MessageBroker, request now = datetime.datetime.utcnow() # By default, always add link to default Context/Topology - - topology_uuids : Set[str] = set() related_topologies : List[Dict] = list() _,topology_uuid = topology_get_uuid(TopologyId(), allow_random=False, allow_default=True) @@ -80,9 +75,9 @@ def optical_link_set(db_engine : Engine, messagebroker : MessageBroker, request 'optical_link_uuid' : link_uuid, }) topology_uuids.add(topology_uuid) - + link_endpoints_data : List[Dict] = list() - + for i,endpoint_id in enumerate(request.link_endpoint_ids): endpoint_topology_uuid, endpoint_device_uuid, endpoint_uuid = endpoint_get_uuid( endpoint_id, endpoint_name="", allow_random=True) @@ -92,7 +87,7 @@ def optical_link_set(db_engine : Engine, messagebroker : MessageBroker, request 'endpoint_uuid': endpoint_uuid, }) - + if endpoint_topology_uuid not in topology_uuids: related_topologies.append({ 'topology_uuid': endpoint_topology_uuid, @@ -100,11 +95,6 @@ def optical_link_set(db_engine : Engine, messagebroker : MessageBroker, request }) topology_uuids.add(endpoint_topology_uuid) - - - - LOGGER.info(f"update_link_uuid {link_uuid}") - LOGGER.info(f"c_slots {request.optical_details.c_slots }") optical_link_data = [{ 'opticallink_uuid' : link_uuid, 'name' : link_name, @@ -119,10 +109,8 @@ def optical_link_set(db_engine : Engine, messagebroker : MessageBroker, request "c_slots" : request.optical_details.c_slots , "l_slots" : request.optical_details.l_slots, "s_slots" : request.optical_details.s_slots, - }] - - + def callback(session : Session) -> Tuple[bool, List[Dict]]: stmt = insert(OpticalLinkModel).values(optical_link_data) stmt = stmt.on_conflict_do_update( @@ -144,11 +132,7 @@ def optical_link_set(db_engine : Engine, messagebroker : MessageBroker, request updated = updated_at > created_at updated_endpoints = False - - - if len(link_endpoints_data) > 0: - stmt = insert(OpticalLinkEndPointModel).values(link_endpoints_data) stmt = stmt.on_conflict_do_nothing( index_elements=[OpticalLinkEndPointModel.link_uuid, OpticalLinkEndPointModel.endpoint_uuid] @@ -175,8 +159,6 @@ def optical_link_set(db_engine : Engine, messagebroker : MessageBroker, request link_topologies : List[TopologyModel] = query.all() link_topology_ids = [obj.dump_id() for obj in link_topologies] #LOGGER.warning('link_topology_ids={:s}'.format(str(link_topology_ids))) - - return updated or updated_endpoints updated = run_transaction(sessionmaker(bind=db_engine), callback ) @@ -188,10 +170,8 @@ def optical_link_set(db_engine : Engine, messagebroker : MessageBroker, request def optical_link_delete(db_engine : Engine, messagebroker : MessageBroker, request : LinkId) -> Empty: link_uuid = link_get_uuid(request, allow_random=False) - + def callback(session : Session) -> bool: - - num_deleted = session.query(OpticalLinkModel).filter_by(opticallink_uuid=link_uuid).delete() return num_deleted > 0 deleted = run_transaction(sessionmaker(bind=db_engine), callback) diff --git a/src/context/service/database/Topology.py b/src/context/service/database/Topology.py index d6afee218b3c78642c550b27ad9dde47a1229791..7dc1b60f977fb4447fa86a47a48d0335270c8f1a 100644 --- a/src/context/service/database/Topology.py +++ b/src/context/service/database/Topology.py @@ -27,15 +27,14 @@ from common.tools.object_factory.Topology import json_topology_id from context.Config import ALLOW_EXPLICIT_ADD_DEVICE_TO_TOPOLOGY, ALLOW_EXPLICIT_ADD_LINK_TO_TOPOLOGY from .models.DeviceModel import DeviceModel from .models.LinkModel import LinkModel -from .models.TopologyModel import TopologyDeviceModel, TopologyLinkModel, TopologyModel , TopologyOpticalLinkModel +from .models.OpticalLinkModel import OpticalLinkModel +from .models.TopologyModel import TopologyDeviceModel, TopologyLinkModel, TopologyModel, TopologyOpticalLinkModel from .uuids.Context import context_get_uuid from .uuids.Device import device_get_uuid from .uuids.Link import link_get_uuid from .uuids.Topology import topology_get_uuid from .Events import notify_event_context, notify_event_topology -from .models.OpticalLinkModel import OpticalLinkModel - LOGGER = logging.getLogger(__name__) def topology_list_ids(db_engine : Engine, request : ContextId) -> TopologyIdList: @@ -79,12 +78,11 @@ def topology_get_details(db_engine : Engine, request : TopologyId) -> TopologyDe _,topology_uuid = topology_get_uuid(request, allow_random=False) def callback(session : Session) -> Optional[Dict]: obj : Optional[TopologyModel] = session.query(TopologyModel)\ - .options(selectinload(TopologyModel.topology_devices, TopologyDeviceModel.device, DeviceModel.endpoints))\ - .options(selectinload(TopologyModel.topology_links, TopologyLinkModel.link, LinkModel.link_endpoints))\ - .options(selectinload(TopologyModel.topology_optical_links, TopologyOpticalLinkModel.optical_link, OpticalLinkModel.opticallink_endpoints))\ - .filter_by(topology_uuid=topology_uuid).one_or_none() + .options(selectinload(TopologyModel.topology_devices, TopologyDeviceModel.device, DeviceModel.endpoints))\ + .options(selectinload(TopologyModel.topology_links, TopologyLinkModel.link, LinkModel.link_endpoints))\ + .options(selectinload(TopologyModel.topology_optical_links, TopologyOpticalLinkModel.optical_link, OpticalLinkModel.opticallink_endpoints))\ + .filter_by(topology_uuid=topology_uuid).one_or_none() #.options(selectinload(DeviceModel.components))\ - return None if obj is None else obj.dump_details() obj = run_transaction(sessionmaker(bind=db_engine), callback) if obj is None: @@ -92,7 +90,7 @@ def topology_get_details(db_engine : Engine, request : TopologyId) -> TopologyDe raw_topology_uuid = '{:s}/{:s}'.format(request.context_id.context_uuid.uuid, request.topology_uuid.uuid) raise NotFoundException('Topology', raw_topology_uuid, extra_details=[ 'context_uuid generated was: {:s}'.format(context_uuid), - 'topology_uuid generated was: {:s}'.format(topology_uuid) + 'topology_uuid generated was: {:s}'.format(topology_uuid), ]) return TopologyDetails(**obj) diff --git a/src/context/service/database/models/ConstraintModel.py b/src/context/service/database/models/ConstraintModel.py index fc56a1145983776f1604a8cc6a6b36cbd12370b3..3eef030fccccbe4e4806f12188161bf97018c5f5 100644 --- a/src/context/service/database/models/ConstraintModel.py +++ b/src/context/service/database/models/ConstraintModel.py @@ -31,6 +31,7 @@ class ConstraintKindEnum(enum.Enum): SLA_LATENCY = 'sla_latency' SLA_AVAILABILITY = 'sla_availability' SLA_ISOLATION = 'sla_isolation' + QOS_PROFILE = 'qos_profile' EXCLUSIONS = 'exclusions' class ServiceConstraintModel(_Base): diff --git a/src/context/service/database/models/DeviceModel.py b/src/context/service/database/models/DeviceModel.py index 5e40b4dbb3388fc14f8f30efdcac90b5bcd55940..0613caba6a433d4440908f4f796c26349f8d9af7 100644 --- a/src/context/service/database/models/DeviceModel.py +++ b/src/context/service/database/models/DeviceModel.py @@ -34,13 +34,11 @@ class DeviceModel(_Base): updated_at = Column(DateTime, nullable=False) #topology_devices = relationship('TopologyDeviceModel', back_populates='device') - config_rules = relationship('DeviceConfigRuleModel', passive_deletes=True) # lazy='joined', back_populates='device' - endpoints = relationship('EndPointModel', passive_deletes=True) # lazy='joined', back_populates='device' - components = relationship('ComponentModel', passive_deletes=True) # lazy='joined', back_populates='device' - controller = relationship('DeviceModel', remote_side=[device_uuid], passive_deletes=True) # lazy='joined', back_populates='device' - - # ------------------- Experimental ----------------------------------- - optical_config= relationship('OpticalConfigModel',passive_deletes=True) + config_rules = relationship('DeviceConfigRuleModel', passive_deletes=True) # lazy='joined', back_populates='device' + endpoints = relationship('EndPointModel', passive_deletes=True) # lazy='joined', back_populates='device' + components = relationship('ComponentModel', passive_deletes=True) # lazy='joined', back_populates='device' + controller = relationship('DeviceModel', remote_side=[device_uuid], passive_deletes=True) # lazy='joined', back_populates='device' + optical_config = relationship('OpticalConfigModel', passive_deletes=True) def dump_id(self) -> Dict: return {'device_uuid': {'uuid': self.device_uuid}} diff --git a/src/context/service/database/models/EndPointModel.py b/src/context/service/database/models/EndPointModel.py index a1bccae5f3cf7d9d5c9703d0f4ee001c2eed81d5..37a03393bd6a571d8587be7f9c345097971d5111 100644 --- a/src/context/service/database/models/EndPointModel.py +++ b/src/context/service/database/models/EndPointModel.py @@ -33,9 +33,9 @@ class EndPointModel(_Base): updated_at = Column(DateTime, nullable=False) endpoint_location = Column(String, nullable=True) - device = relationship('DeviceModel', back_populates='endpoints') # lazy='selectin' - topology = relationship('TopologyModel', lazy='selectin') - optical_link_endpoints = relationship('OpticalLinkEndPointModel', back_populates='endpoint' ) + device = relationship('DeviceModel', back_populates='endpoints') # lazy='selectin' + topology = relationship('TopologyModel', lazy='selectin') + optical_link_endpoints = relationship('OpticalLinkEndPointModel', back_populates='endpoint' ) #link_endpoints = relationship('LinkEndPointModel', back_populates='endpoint' ) #service_endpoints = relationship('ServiceEndPointModel', back_populates='endpoint' ) diff --git a/src/context/service/database/models/OpticalConfig/OpticalConfigModel.py b/src/context/service/database/models/OpticalConfig/OpticalConfigModel.py index eafafaa7c87af29236724de2e73cfde2d9b91543..9545c6a0d1968dcca716f835d10934d4cb8df7e7 100644 --- a/src/context/service/database/models/OpticalConfig/OpticalConfigModel.py +++ b/src/context/service/database/models/OpticalConfig/OpticalConfigModel.py @@ -1,4 +1,4 @@ -# Copyright 2022-2023 ETSI TeraFlowSDN - TFS OSG (https://tfs.etsi.org/) +# Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -12,12 +12,11 @@ # See the License for the specific language governing permissions and # limitations under the License. -import json , logging -from sqlalchemy import Column, String, Integer , ForeignKey, Boolean +import json +from sqlalchemy import Column, String, ForeignKey from sqlalchemy.dialects.postgresql import ARRAY from sqlalchemy.orm import relationship from context.service.database.models._Base import _Base -from .RoadmModel import RoadmTypeModel class OpticalConfigModel(_Base): __tablename__ = 'optical_config' @@ -25,21 +24,16 @@ class OpticalConfigModel(_Base): channel_namespace = Column(String, nullable=True) endpoints = Column(ARRAY(String), nullable=True) type = Column(String,nullable=False) - - # transcievers = Column(ARRAY(String), nullable=True) - # interfaces = Column(String, nullable=True) - - - #channels = relationship("OpticalChannelModel") + + # transcievers = Column(ARRAY(String), nullable=True) + # interfaces = Column(String, nullable=True) + # channels = relationship("OpticalChannelModel") transponders = relationship("TransponderTypeModel") roadms = relationship("RoadmTypeModel") - - + device_uuid = Column(ForeignKey("device.device_uuid",ondelete="CASCADE"),index=True ,nullable=False) - device= relationship("DeviceModel", back_populates='optical_config') - + device = relationship("DeviceModel", back_populates='optical_config') - def dump_id (self ): return { "opticalconfig_uuid":self.opticalconfig_uuid, @@ -64,19 +58,14 @@ class OpticalConfigModel(_Base): obj['trasponder_uuid']=channels['trasponder_uuid'] if 'trasponder_uuid' in channels else None if self.type =="optical-roadm" : - dev=[roadms.dump() for roadms in self.roadms ][0] - + dev = [roadms.dump() for roadms in self.roadms ][0] obj['channels']=dev['channels'] if 'channels' in dev else None obj['roadm_uuid']=dev['roadm_uuid'] if 'roadm_uuid' in dev else None - + if self.type =="openroadm" : - dev=[roadms.dump() for roadms in self.roadms ][0] - + dev = [roadms.dump() for roadms in self.roadms ][0] obj['interfaces']=dev['interfaces'] if 'interfaces' in dev else None obj['roadm_uuid']=dev['roadm_uuid'] if 'roadm_uuid' in dev else None - - - logging.info(f"optical_config_model {obj}") + return obj - diff --git a/src/context/service/database/models/OpticalConfig/RoadmModel.py b/src/context/service/database/models/OpticalConfig/RoadmModel.py index 52e831e73a95437749d9c737c524e4a04f211bbb..fbdf00f1a96c954d04edede58660bc639ef423c9 100644 --- a/src/context/service/database/models/OpticalConfig/RoadmModel.py +++ b/src/context/service/database/models/OpticalConfig/RoadmModel.py @@ -1,5 +1,4 @@ - -# Copyright 2022-2023 ETSI TeraFlowSDN - TFS OSG (https://tfs.etsi.org/) +# Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -19,73 +18,68 @@ from sqlalchemy.dialects.postgresql import ARRAY from sqlalchemy.orm import relationship from context.service.database.models._Base import _Base - - - class RoadmTypeModel (_Base): - - __tablename__ = 'roadm_type' - roadm_uuid = Column(String, primary_key=True) + __tablename__ = 'roadm_type' + roadm_uuid = Column(String, primary_key=True) + circuits = Column(String, nullable=True) + opticalconfig_uuid = Column(ForeignKey('optical_config.opticalconfig_uuid', ondelete='CASCADE'), index=True, nullable=False) + channels = relationship("ChannelModel") + opticalconfig = relationship('OpticalConfigModel', back_populates='roadms') + interfaces = relationship("ORInterfaceModel") - channels = relationship("ChannelModel") - interfaces = relationship ("ORInterfaceModel") - - opticalconfig_uuid = Column(ForeignKey('optical_config.opticalconfig_uuid', ondelete='CASCADE' ),index=True ,nullable=False) - opticalconfig = relationship('OpticalConfigModel', back_populates='roadms') - def dump_id (self): return { - "roadm_uuid":self.roadm_uuid + "roadm_uuid" : self.roadm_uuid } - + def dump (self): i=[interface.dump() for interface in self.interfaces] logging.info(f"roamd_type_model {i}") return { - "channels" : [channel.dump() for channel in self.channels], - "roadm_uuid" : self.dump_id(), - "interfaces" :[interface.dump() for interface in self.interfaces] + "channels" : [channel.dump() for channel in self.channels], + "roadm_uuid" : self.dump_id(), + "interfaces" : [interface.dump() for interface in self.interfaces] } class ChannelModel(_Base): - __tablename__ = 'channel' - channel_uuid = Column(String, primary_key=True) - band_name = Column (String,nullable=True) - lower_frequency = Column(Integer, nullable=True) - upper_frequency = Column(Integer, nullable=True) - channel_index = Column(String , nullable=True) - status = Column(String , nullable=True) - src_port = Column(String, nullable=True) - dest_port = Column(String, nullable=True) - - type = Column(String, nullable=False) - optical_band_parent = Column(String, nullable=True) - - roadm_uuid = Column(ForeignKey('roadm_type.roadm_uuid', ondelete='CASCADE' ),nullable=False) - roadm = relationship('RoadmTypeModel',back_populates='channels') - # opticalconfig_uuid = Column(ForeignKey('optical_config.opticalconfig_uuid', ondelete='CASCADE' ), primary_key=True) - # opticalconfig = relationship('OpticalConfigModel', back_populates='channels') + __tablename__ = 'channel' + + channel_uuid = Column(String, primary_key=True) + band_name = Column(String, nullable=True) + lower_frequency = Column(Integer, nullable=True) + upper_frequency = Column(Integer, nullable=True) + channel_index = Column(String, nullable=True) + status = Column(String, nullable=True) + src_port = Column(String, nullable=True) + dest_port = Column(String, nullable=True) + type = Column(String, nullable=False) + optical_band_parent = Column(String, nullable=True) + roadm_uuid = Column(ForeignKey('roadm_type.roadm_uuid', ondelete='CASCADE'), nullable=False) + + roadm = relationship('RoadmTypeModel',back_populates='channels') + + # opticalconfig_uuid = Column(ForeignKey('optical_config.opticalconfig_uuid', ondelete='CASCADE'), primary_key=True) + # opticalconfig = relationship('OpticalConfigModel', back_populates='channels') + def dump_id (self ): return { - "channel_uuid":self.channel_uuid + "channel_uuid": self.channel_uuid } def dump(self): return { - "band_name" :self.band_name, - "lower_frequency" : self.lower_frequency, - "upper_frequency" : self.upper_frequency, - "type" : self.type, - "src_port" : self.src_port, - "dest_port" : self.dest_port, - - "status":self.status, - "optical_band_parent":self.optical_band_parent, - "channel_index":self.channel_index + "band_name" : self.band_name, + "lower_frequency" : self.lower_frequency, + "upper_frequency" : self.upper_frequency, + "type" : self.type, + "src_port" : self.src_port, + "dest_port" : self.dest_port, + "status" : self.status, + "optical_band_parent" : self.optical_band_parent, + "channel_index" : self.channel_index, } class ORInterfaceModel (_Base): - __tablename__ = 'open_roadm_interface' interface_uuid = Column(String, primary_key=True) name = Column(String, nullable=False ,unique=True ) @@ -118,4 +112,4 @@ class ORInterfaceModel (_Base): "frequency" : self.frequency, "width" : self.width - } \ No newline at end of file + } diff --git a/src/context/service/database/models/OpticalConfig/TransponderModel.py b/src/context/service/database/models/OpticalConfig/TransponderModel.py index 9a07536b1242711b2dd608579cd492ef8e857663..33e509d354b257d380d61c9795e86fdce7a68348 100644 --- a/src/context/service/database/models/OpticalConfig/TransponderModel.py +++ b/src/context/service/database/models/OpticalConfig/TransponderModel.py @@ -1,5 +1,4 @@ - -# Copyright 2022-2023 ETSI TeraFlowSDN - TFS OSG (https://tfs.etsi.org/) +# Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -13,66 +12,61 @@ # See the License for the specific language governing permissions and # limitations under the License. -import json , logging -from sqlalchemy import Column, String, Integer , ForeignKey, Boolean +import json +from sqlalchemy import Column, String, Integer , ForeignKey from sqlalchemy.dialects.postgresql import ARRAY from sqlalchemy.orm import relationship from context.service.database.models._Base import _Base +class TransponderTypeModel (_Base): + __tablename__ = 'transponder_type' + transponder_uuid = Column(String, primary_key=True) + transcievers = Column(ARRAY(String), nullable=True) + interfaces = Column(String, nullable=True) + opticalconfig_uuid = Column(ForeignKey('optical_config.opticalconfig_uuid', ondelete='CASCADE'), index=True, nullable=False) + channels = relationship("OpticalChannelModel") + opticalconfig = relationship('OpticalConfigModel', back_populates='transponders') - -class TransponderTypeModel (_Base): - - __tablename__ = 'transponder_type' - transponder_uuid = Column(String, primary_key=True) - - transcievers = Column(ARRAY(String), nullable=True) - interfaces = Column(String, nullable=True) - channels = relationship("OpticalChannelModel") - - opticalconfig_uuid = Column(ForeignKey('optical_config.opticalconfig_uuid', ondelete='CASCADE' ),index=True ,nullable=False) - opticalconfig = relationship('OpticalConfigModel', back_populates='transponders') - def dump_id (self): return { - "transponder_uuid":self.transponder_uuid + "transponder_uuid": self.transponder_uuid } - + def dump (self): return { - "channels" : [channel.dump() for channel in self.channels], - "transceivers" : {"transceiver": [transciever for transciever in self.transcievers]}, - "interfaces" : {"interface":json.loads(self.interfaces) if self.interfaces else ''}, - "trasponder_uuid" : self.dump_id() + "channels" : [channel.dump() for channel in self.channels], + "transceivers" : {"transceiver": [transciever for transciever in self.transcievers]}, + "interfaces" : {"interface":json.loads(self.interfaces) if self.interfaces else ''}, + "trasponder_uuid" : self.dump_id() } class OpticalChannelModel(_Base): - __tablename__ = 'optical_channel' - channel_uuid = Column(String, primary_key=True) - - channel_name = Column (String,nullable=True) - frequency = Column(Integer, nullable=True) - operational_mode = Column(Integer, nullable=True) - status = Column(String , nullable=True) - target_output_power = Column(String, nullable=True) - - transponder_uuid = Column(ForeignKey('transponder_type.transponder_uuid', ondelete='CASCADE' ),nullable=False) - transponder = relationship('TransponderTypeModel',back_populates='channels') - # opticalconfig_uuid = Column(ForeignKey('optical_config.opticalconfig_uuid', ondelete='CASCADE' ), primary_key=True) - # opticalconfig = relationship('OpticalConfigModel', back_populates='channels') + __tablename__ = 'optical_channel' + + channel_uuid = Column(String, primary_key=True) + channel_name = Column(String, nullable=True) + frequency = Column(Integer, nullable=True) + operational_mode = Column(Integer, nullable=True) + status = Column(String, nullable=True) + target_output_power = Column(String, nullable=True) + transponder_uuid = Column(ForeignKey('transponder_type.transponder_uuid', ondelete='CASCADE'), nullable=False) + transponder = relationship('TransponderTypeModel', back_populates='channels') + + # opticalconfig_uuid = Column(ForeignKey('optical_config.opticalconfig_uuid', ondelete='CASCADE'), primary_key=True) + # opticalconfig = relationship('OpticalConfigModel', back_populates='channels') + def dump_id (self ): return { - "channel_uuid":self.channel_uuid + "channel_uuid": self.channel_uuid } def dump(self): return { - "name" :{'index':self.channel_name}, - "frequency" : self.frequency, - "target-output-power" : self.target_output_power, - "operational-mode" : self.operational_mode, - "status":self.status + "name" : {'index':self.channel_name}, + "frequency" : self.frequency, + "target-output-power" : self.target_output_power, + "operational-mode" : self.operational_mode, + "status" : self.status, } - diff --git a/src/context/service/database/models/OpticalConfig/__init__.py b/src/context/service/database/models/OpticalConfig/__init__.py index 38d04994fb0fa1951fb465bc127eb72659dc2eaf..bbfc943b68af13a11e562abbc8680ade71db8f02 100644 --- a/src/context/service/database/models/OpticalConfig/__init__.py +++ b/src/context/service/database/models/OpticalConfig/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2022-2023 ETSI TeraFlowSDN - TFS OSG (https://tfs.etsi.org/) +# Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/context/service/database/models/OpticalLinkModel.py b/src/context/service/database/models/OpticalLinkModel.py index c23a93c6414422eb5de89822cc906af5c25e27d6..6db1b316160aeb3f01d6d70b74338ba67d9b528a 100644 --- a/src/context/service/database/models/OpticalLinkModel.py +++ b/src/context/service/database/models/OpticalLinkModel.py @@ -1,4 +1,4 @@ -# Copyright 2022-2023 ETSI TeraFlowSDN - TFS OSG (https://tfs.etsi.org/) +# Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -13,20 +13,12 @@ # limitations under the License. - - -import operator -from sqlalchemy import CheckConstraint, Column, DateTime, Float, ForeignKey, Integer, String ,Boolean +from sqlalchemy import Column, DateTime, ForeignKey, Integer, String ,Boolean from sqlalchemy.dialects.postgresql import UUID -from sqlalchemy.types import PickleType , TypeDecorator ,Integer from sqlalchemy.orm import relationship -import json,logging from typing import Dict from ._Base import _Base from .Slot import C_Slot ,S_Slot , L_Slot -from common.tools.object_factory.OpticalLink import order_dict - - class OpticalLinkModel(_Base): __tablename__ = 'opticallink' @@ -44,52 +36,39 @@ class OpticalLinkModel(_Base): c_slots = Column (C_Slot,nullable=True) l_slots = Column (L_Slot,nullable=True) s_slots = Column (S_Slot,nullable=True) - opticallink_endpoints = relationship("OpticalLinkEndPointModel") + opticallink_endpoints = relationship('OpticalLinkEndPointModel') topology_optical_links = relationship('TopologyOpticalLinkModel', back_populates='optical_link') - - - - def dump_id(self) -> Dict: return {'link_uuid': {'uuid': self.opticallink_uuid}} def dump(self) -> Dict: - result = { - 'link_id' : self.dump_id(), 'name' : self.name, - 'optical_details' :{ - - 'length' : self.length, - "src_port" : self.src_port, - "dst_port" : self.dst_port, - "local_peer_port" : self.local_peer_port, - "remote_peer_port" : self.remote_peer_port, - "used" : self.used, - "c_slots" : order_dict(self.c_slots) if self.c_slots is not None else {} , - "l_slots" : order_dict(self.l_slots) if self.l_slots is not None else {}, - "s_slots" : order_dict(self.s_slots) if self.s_slots is not None else {} - }, - "link_endpoint_ids" : [optical_endpoint.endpoint.dump_id() for optical_endpoint in self.opticallink_endpoints] - + 'optical_details' : { + 'length' : self.length, + 'src_port' : self.src_port, + 'dst_port' : self.dst_port, + 'local_peer_port' : self.local_peer_port, + 'remote_peer_port' : self.remote_peer_port, + 'used' : self.used, + 'c_slots' : self.c_slots if self.c_slots is not None else {}, + 'l_slots' : self.l_slots if self.l_slots is not None else {}, + 's_slots' : self.s_slots if self.s_slots is not None else {}, + }, + 'link_endpoint_ids' : [ + optical_endpoint.endpoint.dump_id() + for optical_endpoint in self.opticallink_endpoints + ], } - return result - - - class OpticalLinkEndPointModel(_Base): __tablename__ = 'opticallink_endpoint' - link_uuid = Column(ForeignKey('opticallink.opticallink_uuid', ondelete='CASCADE' ), primary_key=True) - endpoint_uuid = Column(ForeignKey('endpoint.endpoint_uuid', ondelete='RESTRICT'), primary_key=True, index=True) - - - optical_link = relationship('OpticalLinkModel', back_populates='opticallink_endpoints') - endpoint = relationship('EndPointModel', lazy='selectin') - - + link_uuid = Column(ForeignKey('opticallink.opticallink_uuid', ondelete='CASCADE' ), primary_key=True) + endpoint_uuid = Column(ForeignKey('endpoint.endpoint_uuid', ondelete='RESTRICT'), primary_key=True, index=True) + optical_link = relationship('OpticalLinkModel', back_populates='opticallink_endpoints') + endpoint = relationship('EndPointModel', lazy='selectin') diff --git a/src/context/service/database/models/Slot.py b/src/context/service/database/models/Slot.py index 4daca913a72f803167ba52fa5d7d9abfca73390c..3d8602bd40464eafa8a6234881b100c73134bed7 100644 --- a/src/context/service/database/models/Slot.py +++ b/src/context/service/database/models/Slot.py @@ -1,4 +1,4 @@ -# Copyright 2022-2023 ETSI TeraFlowSDN - TFS OSG (https://tfs.etsi.org/) +# Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -12,75 +12,51 @@ # See the License for the specific language governing permissions and # limitations under the License. - -from common.tools.object_factory.OpticalLink import order_dict -import logging - -from sqlalchemy.types import PickleType , TypeDecorator ,Integer - - +from sqlalchemy.types import TypeDecorator, Integer class SlotType(TypeDecorator): - impl = Integer def process_bind_param(self, value, dialect): - if value is not None: - - value =order_dict(value) - - bin_num="0b" + bin_num = "0b" for i,(key,val) in enumerate(value.items()): bin_num =bin_num + f"{val}" - int_num = int(bin_num,2) - return int_num def process_result_value(self, value, dialect): - if value is not None: - slot= dict() + slot = dict() bin_num = bin(value) - sliced_num=bin_num[2:] + sliced_num = bin_num[2:] for i in range(len(sliced_num)): slot[str(i+1)]=int(sliced_num[i]) return slot - - -class C_Slot (SlotType): - start_point=0 - - +class C_Slot(SlotType): + start_point = 0 + def process_result_value(self, value, dialect): - if value is not None: - slot= dict() + slot = dict() bin_num = bin(value) - sliced_num=bin_num[2:] + sliced_num = bin_num[2:] if (len(sliced_num) != 20) : for i in range(0,20 - len(sliced_num)): - sliced_num='0'+sliced_num - + sliced_num = '0' + sliced_num for i in range(len(sliced_num)): slot[str(self.start_point+i+1)]=int(sliced_num[i]) - return slot - - -class L_Slot (SlotType): - start_point=100 +class L_Slot (SlotType): + start_point = 100 - def process_result_value(self, value, dialect): - if value is not None: - slot= dict() + slot = dict() bin_num = bin(value) - sliced_num=bin_num[2:] + sliced_num = bin_num[2:] if (len(sliced_num) != 20) : for i in range(0,20 - len(sliced_num)): sliced_num='0'+sliced_num @@ -89,11 +65,9 @@ class L_Slot (SlotType): return slot class S_Slot (SlotType): - start_point=500 - - + start_point = 500 + def process_result_value(self, value, dialect): - if value is not None: slot= dict() bin_num = bin(value) diff --git a/src/context/service/database/models/TopologyModel.py b/src/context/service/database/models/TopologyModel.py index 41a9b5aa01aa8823ecd6221892dfbfae9f7b4ca1..cd731ed60efd6be266dea4bf3c9847bbceb0370e 100644 --- a/src/context/service/database/models/TopologyModel.py +++ b/src/context/service/database/models/TopologyModel.py @@ -27,12 +27,10 @@ class TopologyModel(_Base): created_at = Column(DateTime, nullable=False) updated_at = Column(DateTime, nullable=False) - context = relationship('ContextModel', back_populates='topologies', lazy='selectin') - topology_devices = relationship('TopologyDeviceModel') # back_populates='topology' - topology_links = relationship('TopologyLinkModel' ) # back_populates='topology' - - #-------------------------- Experimental --------------------------- - topology_optical_links= relationship("TopologyOpticalLinkModel") + context = relationship('ContextModel', back_populates='topologies', lazy='selectin') + topology_devices = relationship('TopologyDeviceModel') # back_populates='topology' + topology_links = relationship('TopologyLinkModel' ) # back_populates='topology' + topology_optical_links = relationship("TopologyOpticalLinkModel") def dump_id(self) -> Dict: return { @@ -42,12 +40,11 @@ class TopologyModel(_Base): def dump(self) -> Dict: return { - 'topology_id': self.dump_id(), - 'name' : self.topology_name, - 'device_ids' : [{'device_uuid': {'uuid': td.device_uuid}} for td in self.topology_devices], - 'link_ids' : [{'link_uuid' : {'uuid': tl.link_uuid }} for tl in self.topology_links ], - 'optical_link_ids' : [{'link_uuid' : {'uuid': to.optical_link_uuid }} for to in self.topology_optical_links ], - + 'topology_id' : self.dump_id(), + 'name' : self.topology_name, + 'device_ids' : [{'device_uuid': {'uuid': td.device_uuid }} for td in self.topology_devices ], + 'link_ids' : [{'link_uuid' : {'uuid': tl.link_uuid }} for tl in self.topology_links ], + 'optical_link_ids': [{'link_uuid' : {'uuid': to.optical_link_uuid}} for to in self.topology_optical_links], } def dump_details(self) -> Dict: @@ -64,11 +61,11 @@ class TopologyModel(_Base): for ol in self.topology_optical_links ] return { - 'topology_id': self.dump_id(), - 'name' : self.topology_name, - 'devices' : devices, - 'links' : links, - 'optical_links':optical_links + 'topology_id' : self.dump_id(), + 'name' : self.topology_name, + 'devices' : devices, + 'links' : links, + 'optical_links': optical_links, } class TopologyDeviceModel(_Base): @@ -94,8 +91,8 @@ class TopologyLinkModel(_Base): class TopologyOpticalLinkModel(_Base): __tablename__ = 'topology_optical_link' - topology_uuid = Column(ForeignKey('topology.topology_uuid', ondelete='RESTRICT'), primary_key=True, index=True) - optical_link_uuid = Column(ForeignKey('opticallink.opticallink_uuid', ondelete='CASCADE' ), primary_key=True, index=True) + topology_uuid = Column(ForeignKey('topology.topology_uuid', ondelete='RESTRICT'), primary_key=True, index=True) + optical_link_uuid = Column(ForeignKey('opticallink.opticallink_uuid', ondelete='CASCADE' ), primary_key=True, index=True) - topology = relationship('TopologyModel', lazy='selectin', viewonly=True) # back_populates='topology_optical_links' - optical_link = relationship('OpticalLinkModel', lazy='selectin') # back_populates='topology_optical_links' + topology = relationship('TopologyModel', lazy='selectin', viewonly=True) # back_populates='topology_optical_links' + optical_link = relationship('OpticalLinkModel', lazy='selectin') # back_populates='topology_optical_links' diff --git a/src/context/service/database/uuids/EndPoint.py b/src/context/service/database/uuids/EndPoint.py index 9653324e5034e84cdbf834cb8a813c927a3a3c59..b8c97a1bbe584d927d8d5bab0ef9036794f3e9a8 100644 --- a/src/context/service/database/uuids/EndPoint.py +++ b/src/context/service/database/uuids/EndPoint.py @@ -18,26 +18,21 @@ from common.method_wrappers.ServiceExceptions import InvalidArgumentsException from ._Builder import get_uuid_from_string, get_uuid_random from .Device import device_get_uuid from .Topology import topology_get_uuid -import logging def endpoint_get_uuid( endpoint_id : EndPointId, endpoint_name : str = '', allow_random : bool = False ) -> Tuple[str, str, str]: - device_uuid = device_get_uuid(endpoint_id.device_id, allow_random=False) _,topology_uuid = topology_get_uuid(endpoint_id.topology_id, allow_random=False, allow_default=True) raw_endpoint_uuid = endpoint_id.endpoint_uuid.uuid if len(raw_endpoint_uuid) > 0: prefix_for_name = '{:s}/{:s}'.format(topology_uuid, device_uuid) - return topology_uuid, device_uuid, get_uuid_from_string(raw_endpoint_uuid, prefix_for_name=prefix_for_name) if len(endpoint_name) > 0: - prefix_for_name = '{:s}/{:s}'.format(topology_uuid, device_uuid) return topology_uuid, device_uuid, get_uuid_from_string(endpoint_name, prefix_for_name=prefix_for_name) if allow_random: - return topology_uuid, device_uuid, get_uuid_random() raise InvalidArgumentsException([ diff --git a/src/context/service/database/uuids/OpticalConfig.py b/src/context/service/database/uuids/OpticalConfig.py index 398e8d73157c3a9041a4044a3cf500784825a8f9..abc1bf67f7f534932316c60639d1626ca86fc06f 100644 --- a/src/context/service/database/uuids/OpticalConfig.py +++ b/src/context/service/database/uuids/OpticalConfig.py @@ -1,43 +1,46 @@ +# Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. from common.method_wrappers.ServiceExceptions import InvalidArgumentsException -from ._Builder import get_uuid_from_string, get_uuid_random from common.proto.context_pb2 import DeviceId +from ._Builder import get_uuid_from_string, get_uuid_random def channel_get_uuid( - channel_name :str , device_id:str, allow_random : bool = False + channel_name : str , device_id : str, allow_random : bool = False ) -> str: - - if len(channel_name) > 0: return get_uuid_from_string(channel_name) + device_id if allow_random: return get_uuid_random() raise InvalidArgumentsException([ ('channel uuid', channel_name), - ], extra_details=['Channel name is required to produce a channel UUID']) def interface_get_uuid( interface_name :str , allow_random : bool = False ) -> str: - - if len(interface_name) > 0: return get_uuid_from_string(interface_name) if allow_random: return get_uuid_random() raise InvalidArgumentsException([ ('interface uuid', interface_name), - ], extra_details=['interface name is required to produce a interface UUID']) - - def transponder_get_uuid( - opticalconfig_id :str , allow_random : bool = False + opticalconfig_id : str, allow_random : bool = False ) -> str: - - if opticalconfig_id is not None: return get_uuid_from_string(f"{opticalconfig_id}-transponder") if allow_random: return get_uuid_random() @@ -46,30 +49,27 @@ def transponder_get_uuid( ('transponder uuid', opticalconfig_id), ], extra_details=['opticalconfig id is required to produce a transponder UUID']) - def roadm_get_uuid( - opticalconfig_id :str , allow_random : bool = False + opticalconfig_id : str, allow_random : bool = False ) -> str: - - if opticalconfig_id is not None: return get_uuid_from_string(f"{opticalconfig_id}-roadm") - + if allow_random: return get_uuid_random() raise InvalidArgumentsException([ ('roadm uuid', opticalconfig_id), ], extra_details=['opticalconfig id is required to produce a roadm UUID']) - - -def opticalconfig_get_uuid ( device_id: DeviceId, allow_random : bool = False) -> str : +def opticalconfig_get_uuid( + device_id : DeviceId, allow_random : bool = False +) -> str: device_uuid = device_id.device_uuid.uuid if (len(device_uuid)>0): return get_uuid_from_string(f"{device_uuid}_opticalconfig") if allow_random: return get_uuid_random() + raise InvalidArgumentsException([ ('DeviceId ', device_id), - - ], extra_details=['device_id is required to produce a OpticalConfig UUID']) \ No newline at end of file + ], extra_details=['device_id is required to produce a OpticalConfig UUID']) diff --git a/src/context/service/database/uuids/OpticalEndPoint.py b/src/context/service/database/uuids/OpticalEndPoint.py index b31bc7d71ad10772de049be66dd8d51eaea86141..fedafd6f470af174a6c4701e330f93fea00a5a3f 100644 --- a/src/context/service/database/uuids/OpticalEndPoint.py +++ b/src/context/service/database/uuids/OpticalEndPoint.py @@ -1,4 +1,4 @@ -# Copyright 2022-2023 ETSI TeraFlowSDN - TFS OSG (https://tfs.etsi.org/) +# Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -17,26 +17,19 @@ from common.proto.context_pb2 import EndPointId from common.method_wrappers.ServiceExceptions import InvalidArgumentsException from ._Builder import get_uuid_from_string, get_uuid_random from .Device import device_get_uuid -from .Topology import topology_get_uuid -import logging def optical_endpoint_get_uuid( endpoint_id : EndPointId, endpoint_name : str = '', allow_random : bool = False ) -> Tuple[str, str, str]: device_uuid = device_get_uuid(endpoint_id.device_id, allow_random=False) - raw_endpoint_uuid = endpoint_id.endpoint_uuid.uuid - if len(raw_endpoint_uuid) > 0: prefix_for_name = '{:s}'.format( device_uuid) - logging.info(f" raw_endpoint uuid {raw_endpoint_uuid} and endpoint {get_uuid_from_string(raw_endpoint_uuid, prefix_for_name=prefix_for_name)}") return device_uuid, get_uuid_from_string(raw_endpoint_uuid, prefix_for_name=prefix_for_name) if len(endpoint_name) > 0: - prefix_for_name = '{:s}'.format( device_uuid) return device_uuid, get_uuid_from_string(endpoint_name, prefix_for_name=prefix_for_name) if allow_random: - return device_uuid, get_uuid_random() raise InvalidArgumentsException([ diff --git a/src/context/service/database/uuids/OpticalLink.py b/src/context/service/database/uuids/OpticalLink.py index 0caead511d470174796b0fcf6686dd2a83e0b0b9..152686423aa808194f0582075557e6133e405071 100644 --- a/src/context/service/database/uuids/OpticalLink.py +++ b/src/context/service/database/uuids/OpticalLink.py @@ -1,21 +1,32 @@ +# Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. -from common.proto.context_pb2 import LinkId from common.method_wrappers.ServiceExceptions import InvalidArgumentsException +from common.proto.context_pb2 import LinkId from ._Builder import get_uuid_from_string, get_uuid_random -optical_detail_sp="Optical_link_detail" +optical_detail_sp = "Optical_link_detail" + def opticaldetail_get_uuid( link_id : LinkId,allow_random=False ) -> str: link_uuid = link_id.link_uuid.uuid - if len(link_uuid) > 0: str_uuid=f"{link_uuid}{optical_detail_sp}" return get_uuid_from_string(str_uuid) - - if allow_random: return get_uuid_random() + if allow_random: return get_uuid_random() raise InvalidArgumentsException([ ('link_id.link_uuid.uuid', link_uuid), - ], extra_details=['At least one is required to produce a Optical Link Detail UUID']) diff --git a/src/context/service/database/uuids/_Builder.py b/src/context/service/database/uuids/_Builder.py index df5791b382b36d80ab67ee22ecc840acda4a9d69..39c98de69d577ce2722693e57c4ee678124f9e30 100644 --- a/src/context/service/database/uuids/_Builder.py +++ b/src/context/service/database/uuids/_Builder.py @@ -14,7 +14,7 @@ from typing import Optional, Union from uuid import UUID, uuid4, uuid5 -import logging + # Generate a UUIDv5-like from the SHA-1 of "TFS" and no namespace to be used as the NAMESPACE for all # the context UUIDs generated. For efficiency purposes, the UUID is hardcoded; however, it is produced # using the following code: @@ -32,12 +32,10 @@ def get_uuid_from_string(str_uuid_or_name : Union[str, UUID], prefix_for_name : raise Exception(MSG.format(str(repr(str_uuid_or_name)))) try: # try to parse as UUID - return str(UUID(str_uuid_or_name)) except: # pylint: disable=bare-except # produce a UUID within TFS namespace from parameter if prefix_for_name is not None: - str_uuid_or_name = '{:s}/{:s}'.format(prefix_for_name, str_uuid_or_name) return str(uuid5(NAMESPACE_TFS, str_uuid_or_name)) diff --git a/src/context/tests/conftest.py b/src/context/tests/conftest.py index 905c87c3179aec400e35d12c4d0c5ddbcc21529f..108814c58c7d1f641c3fbcd5dc13a7c7f7159f48 100644 --- a/src/context/tests/conftest.py +++ b/src/context/tests/conftest.py @@ -18,8 +18,9 @@ from _pytest.terminal import TerminalReporter from typing import Tuple from common.Constants import ServiceNameEnum from common.Settings import ( - ENVVAR_SUFIX_SERVICE_HOST, ENVVAR_SUFIX_SERVICE_PORT_GRPC, ENVVAR_SUFIX_SERVICE_PORT_HTTP, get_env_var_name, - get_service_port_grpc, get_service_port_http) + ENVVAR_SUFIX_SERVICE_HOST, ENVVAR_SUFIX_SERVICE_PORT_GRPC, + get_env_var_name, get_service_port_grpc +) from common.message_broker.Factory import get_messagebroker_backend from common.message_broker.MessageBroker import MessageBroker from common.method_wrappers.Decorator import MetricsPool @@ -30,11 +31,9 @@ from context.service.database.models._Base import rebuild_database LOCAL_HOST = '127.0.0.1' GRPC_PORT = 10000 + int(get_service_port_grpc(ServiceNameEnum.CONTEXT)) # avoid privileged ports -HTTP_PORT = 10000 + int(get_service_port_http(ServiceNameEnum.CONTEXT)) # avoid privileged ports os.environ[get_env_var_name(ServiceNameEnum.CONTEXT, ENVVAR_SUFIX_SERVICE_HOST )] = str(LOCAL_HOST) os.environ[get_env_var_name(ServiceNameEnum.CONTEXT, ENVVAR_SUFIX_SERVICE_PORT_GRPC)] = str(GRPC_PORT) -os.environ[get_env_var_name(ServiceNameEnum.CONTEXT, ENVVAR_SUFIX_SERVICE_PORT_HTTP)] = str(HTTP_PORT) @pytest.fixture(scope='session') def context_db_mb(request) -> Tuple[sqlalchemy.engine.Engine, MessageBroker]: # pylint: disable=unused-argument diff --git a/src/device/Dockerfile b/src/device/Dockerfile index 42bf4335cc6b0c6337c166dae8680e18d46d1360..31dffddc40a6c9dc3dca8f0f155ac543fd10b12d 100644 --- a/src/device/Dockerfile +++ b/src/device/Dockerfile @@ -16,9 +16,24 @@ FROM python:3.9-slim # Install dependencies RUN apt-get --yes --quiet --quiet update && \ - apt-get --yes --quiet --quiet install wget g++ git && \ + apt-get --yes --quiet --quiet install wget g++ git build-essential cmake libpcre2-dev python3-dev python3-cffi && \ rm -rf /var/lib/apt/lists/* +# Download, build and install libyang. Note that APT package is outdated +# - Ref: https://github.com/CESNET/libyang +# - Ref: https://github.com/CESNET/libyang-python/ +RUN mkdir -p /var/libyang +RUN git clone https://github.com/CESNET/libyang.git /var/libyang +WORKDIR /var/libyang +RUN git fetch +RUN git checkout v2.1.148 +RUN mkdir -p /var/libyang/build +WORKDIR /var/libyang/build +RUN cmake -D CMAKE_BUILD_TYPE:String="Release" .. +RUN make +RUN make install +RUN ldconfig + # Set Python to show logs as they occur ENV PYTHONUNBUFFERED=0 @@ -62,17 +77,30 @@ RUN python3 -m pip install -r requirements.txt # Add component files into working directory WORKDIR /var/teraflow +COPY src/device/. device/ COPY src/context/__init__.py context/__init__.py COPY src/context/client/. context/client/ COPY src/monitoring/__init__.py monitoring/__init__.py COPY src/monitoring/client/. monitoring/client/ -COPY src/device/. device/ +# Clone test mock tools RUN mkdir -p tests/tools/mock_ietf_actn_sdn_ctrl RUN touch tests/__init__.py RUN touch tests/tools/__init__.py RUN touch tests/tools/mock_ietf_actn_sdn_ctrl/__init__.py COPY src/tests/tools/mock_ietf_actn_sdn_ctrl/. tests/tools/mock_ietf_actn_sdn_ctrl/ +# Clone OpenConfig YANG models +RUN mkdir -p /var/teraflow/device/service/drivers/gnmi_openconfig/git/openconfig/public +RUN mkdir -p /tmp/openconfig +RUN git clone https://github.com/openconfig/public.git /tmp/openconfig +WORKDIR /tmp/openconfig +RUN git fetch +RUN git checkout v4.4.0 +RUN mv /tmp/openconfig/release /var/teraflow/device/service/drivers/gnmi_openconfig/git/openconfig/public +RUN mv /tmp/openconfig/third_party /var/teraflow/device/service/drivers/gnmi_openconfig/git/openconfig/public +RUN rm -rf /tmp/openconfig +WORKDIR /var/teraflow + # Start the service ENTRYPOINT ["python", "-m", "device.service"] diff --git a/src/device/client/DeviceClient.py b/src/device/client/DeviceClient.py index 3fea0276a8663e701239da12ce68257ea0c02f01..8397b89b8c43917a5a22dee2ed3ad5ec0d105aae 100644 --- a/src/device/client/DeviceClient.py +++ b/src/device/client/DeviceClient.py @@ -15,12 +15,16 @@ import grpc, logging from common.Constants import ServiceNameEnum from common.Settings import get_service_host, get_service_port_grpc -from common.proto.context_pb2 import Device, DeviceConfig, DeviceId, Empty,OpticalConfig,OpticalConfigId ,OpticalConfigList +from common.proto.context_pb2 import ( + Device, DeviceConfig, DeviceId, Empty, + OpticalConfig, OpticalConfigId, OpticalConfigList +) from common.proto.device_pb2 import MonitoringSettings from common.proto.device_pb2_grpc import DeviceServiceStub +from common.proto.optical_device_pb2_grpc import OpenConfigServiceStub from common.tools.client.RetryDecorator import retry, delay_exponential from common.tools.grpc.Tools import grpc_message_to_json_string -from common.proto.optical_device_pb2_grpc import OpenConfigServiceStub + LOGGER = logging.getLogger(__name__) MAX_RETRIES = 15 DELAY_FUNCTION = delay_exponential(initial=0.01, increment=2.0, maximum=5.0) @@ -41,12 +45,13 @@ class DeviceClient: def connect(self): self.channel = grpc.insecure_channel(self.endpoint) self.stub = DeviceServiceStub(self.channel) - self.openconfig_stub=OpenConfigServiceStub(self.channel) + self.openconfig_stub = OpenConfigServiceStub(self.channel) def close(self): if self.channel is not None: self.channel.close() self.channel = None self.stub = None + self.openconfig_stub = None @RETRY_DECORATOR def AddDevice(self, request : Device) -> DeviceId: @@ -82,23 +87,21 @@ class DeviceClient: response = self.stub.MonitorDeviceKpi(request) LOGGER.debug('MonitorDeviceKpi result: {:s}'.format(grpc_message_to_json_string(response))) return response - + def ConfigureOpticalDevice(self, request : OpticalConfig) -> OpticalConfigId: LOGGER.debug('ConfigureOpticalDevice request: {:s}'.format(grpc_message_to_json_string(request))) response = self.openconfig_stub.ConfigureOpticalDevice(request) LOGGER.debug('ConfigureOpticalDevice result: {:s}'.format(grpc_message_to_json_string(response))) return response - + def GetDeviceConfiguration(self, request : OpticalConfigList) -> Empty: LOGGER.debug('ConfigureOpticalDevice request: {:s}'.format(grpc_message_to_json_string(request))) response = self.openconfig_stub.GetDeviceConfiguration(request) LOGGER.debug('ConfigureOpticalDevice result: {:s}'.format(grpc_message_to_json_string(response))) return response - + def DisableOpticalDevice(self, request : OpticalConfig) -> Empty: LOGGER.debug('DisableOpticalDevice request: {:s}'.format(grpc_message_to_json_string(request))) response = self.openconfig_stub.DisableOpticalDevice(request) LOGGER.debug('DisableOpticalDevice result: {:s}'.format(grpc_message_to_json_string(response))) return response - - diff --git a/src/device/requirements.in b/src/device/requirements.in index bf5e6a2b3128f438a7c044c3f3cf9ee393de2265..a4d818b52b494f2ef6cc0938d69ddb133ab40859 100644 --- a/src/device/requirements.in +++ b/src/device/requirements.in @@ -12,9 +12,9 @@ # See the License for the specific language governing permissions and # limitations under the License. - anytree==2.8.0 APScheduler==3.10.1 +bitarray==2.8.* cryptography==36.0.2 deepdiff==6.7.* deepmerge==1.1.* @@ -22,26 +22,27 @@ deepmerge==1.1.* Flask==2.1.3 Flask-HTTPAuth==4.5.0 Flask-RESTful==0.3.9 +ipaddress Jinja2==3.0.3 -numpy<2.0.0 +libyang==2.8.0 +macaddress ncclient==0.6.15 +numpy<2.0.0 p4runtime==1.3.0 pandas==1.5.* paramiko==2.9.2 +pyang==2.6.* +git+https://github.com/robshakir/pyangbind.git python-json-logger==2.0.2 #pytz==2021.3 #redis==4.1.2 requests==2.27.1 requests-mock==1.9.3 -xmltodict==0.12.0 tabulate -ipaddress -macaddress -yattag -pyang==2.6.0 -git+https://github.com/robshakir/pyangbind.git websockets==10.4 werkzeug==2.3.7 +xmltodict==0.12.0 +yattag # pip's dependency resolver does not take into account installed packages. # p4runtime does not specify the version of grpcio/protobuf it needs, so it tries to install latest one diff --git a/src/device/service/DeviceServiceServicerImpl.py b/src/device/service/DeviceServiceServicerImpl.py index 89687f58dbef328c0b2d53c34f0021c6ced501ce..6e6fa6a9311751888d51e053e323a63d810dad4e 100644 --- a/src/device/service/DeviceServiceServicerImpl.py +++ b/src/device/service/DeviceServiceServicerImpl.py @@ -33,9 +33,11 @@ from .driver_api.DriverInstanceCache import DriverInstanceCache, get_driver from .monitoring.MonitoringLoops import MonitoringLoops from .ErrorMessages import ERROR_MISSING_DRIVER, ERROR_MISSING_KPI from .Tools import ( - check_connect_rules, check_no_endpoints, compute_rules_to_add_delete, configure_rules, deconfigure_rules, - get_device_controller_uuid, populate_config_rules, populate_endpoint_monitoring_resources, populate_endpoints, - populate_initial_config_rules, subscribe_kpi, unsubscribe_kpi, update_endpoints) + check_connect_rules, check_no_endpoints, compute_rules_to_add_delete, configure_rules, + deconfigure_rules, get_device_controller_uuid, populate_config_rules, + populate_endpoint_monitoring_resources, populate_endpoints, populate_initial_config_rules, + subscribe_kpi, unsubscribe_kpi, update_endpoints +) LOGGER = logging.getLogger(__name__) @@ -56,14 +58,10 @@ class DeviceServiceServicerImpl(DeviceServiceServicer): @safe_and_metered_rpc_method(METRICS_POOL, LOGGER) def AddDevice(self, request : Device, context : grpc.ServicerContext) -> DeviceId: t0 = time.time() - is_optical_device = request.device_drivers[0] == DeviceDriverEnum.DEVICEDRIVER_OC + device_uuid = request.device_id.device_uuid.uuid connection_config_rules = check_connect_rules(request.device_config) - LOGGER.info(f"connection_config_rules {connection_config_rules}") - LOGGER.info(f"lenght of connection_config_rules {len(connection_config_rules)}") - - check_no_endpoints(request.device_endpoints) t1 = time.time() @@ -112,22 +110,22 @@ class DeviceServiceServicerImpl(DeviceServiceServicer): new_sub_links : Dict[str, Link] = dict() #----- Experimental ------------ - new_optial_configs: Dict[str , OpticalConfig]= dict() + new_optical_configs : Dict[str, OpticalConfig] = dict() if len(device.device_endpoints) == 0: t5 = time.time() # created from request, populate endpoints using driver errors.extend(populate_endpoints( - device, driver, self.monitoring_loops, new_sub_devices, new_sub_links,new_optial_configs)) + device, driver, self.monitoring_loops, new_sub_devices, new_sub_links, + new_optical_configs + )) t6 = time.time() t_pop_endpoints = t6 - t5 else: t_pop_endpoints = None - - - - if len(device.device_config.config_rules) == len(connection_config_rules) and not is_optical_device : - + + is_optical_device = request.device_drivers[0] == DeviceDriverEnum.DEVICEDRIVER_OC + if len(device.device_config.config_rules) == len(connection_config_rules) and not is_optical_device: # created from request, populate config rules using driver t7 = time.time() errors.extend(populate_config_rules(device, driver)) @@ -152,16 +150,15 @@ class DeviceServiceServicerImpl(DeviceServiceServicer): else: # ZTP is not deployed; assume the device is ready while onboarding and set them as enabled. device.device_operational_status = DeviceOperationalStatusEnum.DEVICEOPERATIONALSTATUS_ENABLED - - # temporary line - if is_optical_device : + + # temporary line + if is_optical_device: #for endpoint in request.device_endpoints: # #endpoint.endpoint_id.device_id.CopyFrom(device.device_id) # pass - LOGGER.info(f"add_device {new_optial_configs}") - if ('new_optical_config' in new_optial_configs and 'opticalconfig' in new_optial_configs["new_optical_config"]): - - context_client.SetOpticalConfig(new_optial_configs["new_optical_config"]['opticalconfig']) + + if 'new_optical_config' in new_optical_configs and 'opticalconfig' in new_optical_configs["new_optical_config"]: + context_client.SetOpticalConfig(new_optical_configs["new_optical_config"]['opticalconfig']) device_id = context_client.SetDevice(device) @@ -263,8 +260,15 @@ class DeviceServiceServicerImpl(DeviceServiceServicer): device_id = context_client.SetDevice(device) device = context_client.GetDevice(device_id) - if request.device_operational_status != DeviceOperationalStatusEnum.DEVICEOPERATIONALSTATUS_UNDEFINED: - device.device_operational_status = request.device_operational_status + ztp_service_host = get_env_var_name(ServiceNameEnum.ZTP, ENVVAR_SUFIX_SERVICE_HOST) + environment_variables = set(os.environ.keys()) + if ztp_service_host in environment_variables: + # ZTP component is deployed; accept status updates + if request.device_operational_status != DeviceOperationalStatusEnum.DEVICEOPERATIONALSTATUS_UNDEFINED: + device.device_operational_status = request.device_operational_status + else: + # ZTP is not deployed; activated during AddDevice and not modified + pass t4 = time.time() # TODO: use of datastores (might be virtual ones) to enable rollbacks diff --git a/src/device/service/OpenConfigServicer.py b/src/device/service/OpenConfigServicer.py index be84fdccff1d1ea5c96d082bfc72e941a9a81576..bee2d4d5ccf6a5757b854f2d8b2275c4da64758f 100644 --- a/src/device/service/OpenConfigServicer.py +++ b/src/device/service/OpenConfigServicer.py @@ -16,7 +16,8 @@ import grpc, logging, json from common.method_wrappers.Decorator import MetricsPool, safe_and_metered_rpc_method from common.method_wrappers.ServiceExceptions import NotFoundException from common.proto.context_pb2 import ( - Device, DeviceId, DeviceOperationalStatusEnum, Empty, OpticalConfig, OpticalConfig,OpticalConfigList,EndPoint + Device, DeviceId, DeviceOperationalStatusEnum, Empty, OpticalConfig, + OpticalConfig, OpticalConfigList ) from common.proto.device_pb2_grpc import DeviceServiceServicer from common.tools.context_queries.Device import get_device @@ -25,7 +26,7 @@ from context.client.ContextClient import ContextClient from .driver_api._Driver import _Driver from .driver_api.DriverInstanceCache import DriverInstanceCache, get_driver from .monitoring.MonitoringLoops import MonitoringLoops -from .Tools import extract_resources , get_endpoint_matching +from .Tools import extract_resources from .Tools import check_no_endpoints LOGGER = logging.getLogger(__name__) @@ -76,128 +77,102 @@ class OpenConfigServicer(DeviceServiceServicer): @safe_and_metered_rpc_method(METRICS_POOL, LOGGER) def ConfigureOpticalDevice (self, request : OpticalConfig, context : grpc.ServicerContext) -> Empty: device_uuid = request.device_id.device_uuid.uuid - resources:list[dict]=[] - is_all_good=True - config =json.loads(request.config) - results=None - LOGGER.info(f" config from openconfigservicer {config}") + resources : list[dict] = [] + is_all_good = True + config = json.loads(request.config) + results = None + try: context_client = ContextClient() device = get_device( context_client, device_uuid, rw_copy=True, include_endpoints=True, include_components=False, include_config_rules=False) - if device is None: raise NotFoundException('Device', device_uuid, extra_details='loading in ConfigureDevice') - LOGGER.info(f"device is {device.name}") - resources,conditions=extract_resources(config=config,device=device) - LOGGER.info(f"from openconfigservicer {resources} and conditions {conditions}") + resources, conditions = extract_resources(config=config, device=device) + driver : _Driver = get_driver(self.driver_instance_cache, device) results = driver.SetConfig(resources=resources,conditions=conditions) for result in results: if not result : - is_all_good=False - - LOGGER.info(f"resluts {results} and is_all_good {is_all_good}") + is_all_good = False + if is_all_good: #driver.GetConfig(resource_keys=[]) config = json.loads(request.config) - handled_flow=next((i for i in resources if i['resource_key']=='handled_flow'),None) - flow_handled=[ ] - - LOGGER.info(f"flow_handled {handled_flow}") - if handled_flow is not None and len(handled_flow)>0: - config['flow_handled']=handled_flow['value'] - + handled_flow = next((i for i in resources if i['resource_key'] == 'handled_flow'), None) + if handled_flow is not None and len(handled_flow) > 0: + config['flow_handled'] = handled_flow['value'] request.config=json.dumps(config) - context_client.UpdateOpticalConfig(request) context_client.close() except Exception as e: - LOGGER.info("error in configuring %s",e) + LOGGER.info("error in configuring %s",e) return Empty() - - + @safe_and_metered_rpc_method(METRICS_POOL, LOGGER) def GetDeviceConfiguration (self, request : OpticalConfigList, context : grpc.ServicerContext) -> Empty: context_client = ContextClient() - - for configs in request.opticalconfigs: + for configs in request.opticalconfigs: device_uuid = configs.device_id.device_uuid.uuid - - LOGGER.info(f" Get DeviceConfigure {device_uuid}") try: - device = get_device( context_client, device_uuid, rw_copy=True, include_endpoints=True, include_components=False, include_config_rules=False) - if device is None: raise NotFoundException('Device', device_uuid, extra_details='loading in ConfigureDevice') - driver : _Driver = get_driver(self.driver_instance_cache, device) - results = driver.GetConfig(resource_keys=[]) for resource_data in results : resource_key, resource_value = resource_data - if resource_key.startswith('/opticalconfigs/opticalconfig/'): if 'opticalconfig' in resource_value: - context_client.SetOpticalConfig(resource_value['opticalconfig']) + context_client.SetOpticalConfig(resource_value['opticalconfig']) #TODO: add a control with the NETCONF get #driver.GetConfig(resource_keys=filter_fields) except Exception as e: - LOGGER.info("error in configuring %s",e) + LOGGER.info("error in configuring %s",e) context_client.close() return Empty() - - - - + @safe_and_metered_rpc_method(METRICS_POOL, LOGGER) def DisableOpticalDevice (self, request : OpticalConfig, context : grpc.ServicerContext) -> Empty: - - roadm_configuration=None + roadm_configuration = None device_uuid = request.device_id.device_uuid.uuid - resources:list[dict]=[] - is_all_good=True - config =json.loads(request.config) - LOGGER.info(f"Disable config from openconfigservicer {config}") + resources : list[dict] = [] + is_all_good = True + config = json.loads(request.config) + try: context_client = ContextClient() device = get_device( context_client, device_uuid, rw_copy=True, include_endpoints=True, include_components=False, include_config_rules=False) - + if device is None: raise NotFoundException('Device', device_uuid, extra_details='loading in ConfigureDevice') - LOGGER.info(f"device is {device.name}") - resources,conditions=extract_resources(config=config,device=device) - LOGGER.info(f" Disable resources from openconfigservicer {resources} and conditions {conditions}") + + resources, conditions = extract_resources(config=config, device=device) + driver : _Driver = get_driver(self.driver_instance_cache, device) if 'edit_type' in conditions and conditions['edit_type'] == 'optical-band': roadm_configuration = driver.GetConfig() for resource_data in roadm_configuration: resource_key, resource_value = resource_data if resource_key.startswith('/opticalconfigs/opticalconfig/'): - roadm_configuration=resource_value["opticalconfig"] + roadm_configuration=resource_value["opticalconfig"] results = driver.DeleteConfig(resources=resources,conditions=conditions,optical_device_configuration=roadm_configuration) for result in results: if not result : - is_all_good=False - LOGGER.info(f"Disable resluts {results} and is_all_good {is_all_good}") + is_all_good = False + if is_all_good: config = json.loads(request.config) - flow_handled=[ ] if "new_config" in config : - - - context_client.DeleteOpticalChannel(request) - context_client.close() + context_client.DeleteOpticalChannel(request) + context_client.close() except Exception as e: - LOGGER.info("error in Disable configuring %s",e) + LOGGER.info("error in Disable configuring %s",e) return Empty() - - \ No newline at end of file diff --git a/src/device/service/Tools.py b/src/device/service/Tools.py index c4d4efb8f208003fa68271f3ba953d7eb7194f0d..f68f9bffa5faa2779e648f7fcd66bf0747b4ecf6 100644 --- a/src/device/service/Tools.py +++ b/src/device/service/Tools.py @@ -17,7 +17,9 @@ from typing import Any, Dict, List, Optional, Tuple, Union from common.Constants import DEFAULT_CONTEXT_NAME, DEFAULT_TOPOLOGY_NAME from common.DeviceTypes import DeviceTypeEnum from common.method_wrappers.ServiceExceptions import InvalidArgumentException, NotFoundException -from common.proto.context_pb2 import ConfigActionEnum, ConfigRule_ACL, Device, DeviceConfig, EndPoint, Link, Location,OpticalConfig +from common.proto.context_pb2 import ( + ConfigActionEnum, ConfigRule_ACL, Device, DeviceConfig, EndPoint, Link, Location, OpticalConfig +) from common.proto.device_pb2 import MonitoringSettings from common.proto.kpi_sample_types_pb2 import KpiSampleType from common.tools.grpc.ConfigRules import update_config_rule_custom @@ -26,7 +28,8 @@ from common.type_checkers.Checkers import chk_length, chk_type from .driver_api._Driver import _Driver, RESOURCE_ENDPOINTS from .monitoring.MonitoringLoops import MonitoringLoops from .ErrorMessages import ( - ERROR_BAD_RESOURCE, ERROR_DELETE, ERROR_GET, ERROR_GET_INIT, ERROR_MISSING_KPI, ERROR_SAMPLETYPE, ERROR_SET, + ERROR_BAD_RESOURCE, ERROR_DELETE, ERROR_GET, ERROR_GET_INIT, + ERROR_MISSING_KPI, ERROR_SAMPLETYPE, ERROR_SET, ERROR_SUBSCRIBE, ERROR_UNSUBSCRIBE, ERROR_UNSUP_RESOURCE ) @@ -106,8 +109,8 @@ def get_device_controller_uuid(device : Device) -> Optional[str]: def populate_endpoints( device : Device, driver : _Driver, monitoring_loops : MonitoringLoops, - new_sub_devices : Dict[str, Device], new_sub_links : Dict[str, Link] - ,new_optical_configs:Dict[str,OpticalConfig] + new_sub_devices : Dict[str, Device], new_sub_links : Dict[str, Link], + new_optical_configs : Dict[str, OpticalConfig] ) -> List[str]: device_uuid = device.device_id.device_uuid.uuid device_name = device.name @@ -115,7 +118,6 @@ def populate_endpoints( resources_to_get = [RESOURCE_ENDPOINTS] results_getconfig = driver.GetConfig(resources_to_get) LOGGER.debug('results_getconfig = {:s}'.format(str(results_getconfig))) - LOGGER.info('results_getconfig = {:s}'.format(str(results_getconfig))) # first quick pass to identify need of mgmt endpoints and links add_mgmt_port = False @@ -238,12 +240,10 @@ def populate_endpoints( _sub_link_endpoint_id.topology_id.topology_uuid.uuid = DEFAULT_TOPOLOGY_NAME _sub_link_endpoint_id.device_id.device_uuid.uuid = device_uuid _sub_link_endpoint_id.endpoint_uuid.uuid = endpoint_uuid - + # ----------Experimental -------------- elif resource_key.startswith('/opticalconfigs/opticalconfig/'): new_optical_configs["new_optical_config"]=resource_value - - else: errors.append(ERROR_UNSUP_RESOURCE.format(device_uuid=device_uuid, resource_data=str(resource_data))) continue @@ -277,8 +277,7 @@ def _raw_config_rules_to_grpc( device_uuid=device_uuid, resource_key=str(resource_key), resource_value=str(resource_value), error=str(resource_value))) continue - - + if resource_value is None: continue resource_value = json.loads(resource_value) if isinstance(resource_value, str) else resource_value if isinstance(resource_value, ConfigRule_ACL): resource_value = grpc_message_to_json(resource_value) @@ -288,7 +287,6 @@ def _raw_config_rules_to_grpc( return errors def populate_config_rules(device : Device, driver : _Driver) -> List[str]: - device_uuid = device.device_id.device_uuid.uuid results_getconfig = driver.GetConfig() return _raw_config_rules_to_grpc( @@ -462,7 +460,6 @@ def update_endpoints(src_device : Device, dst_device : Device) -> None: if len(src_context_uuid) > 0: dst_topology_id.context_id.context_uuid.uuid = src_context_uuid def get_edit_target(device : Device, is_opticalband : bool) -> str: - if is_opticalband: return 'optical-band' if device.device_type == DeviceTypeEnum.OPTICAL_ROADM._value_: return 'media-channel' if device.device_type == DeviceTypeEnum.OPEN_ROADM._value_: return 'network-media-channel' @@ -479,13 +476,12 @@ def is_key_existed(key : str, keys_dic = dict, key_name_to_use = None) -> dict: dic['value'] = None return dic -def extract_resources(config : dict, device : Device) -> list[list[dict],dict]: +def extract_resources(config : dict, device : Device) -> list[list[dict], dict]: conditions = {} resources:list[dict] = [] is_opticalband = config.get('is_opticalband', False) conditions['edit_type'] = get_edit_target(device, is_opticalband) - if device.device_type == DeviceTypeEnum.OPEN_ROADM._value_ : ports_dic=is_key_existed('ports',keys_dic=config['new_config']) interfaces_list=[] @@ -502,10 +498,7 @@ def extract_resources(config : dict, device : Device) -> list[list[dict],dict]: circuit_pack_dic, interface_list, supporting_port]) - resources.append({'resource_key':'interfaces','value':interfaces_list}) - - else : resources.append(is_key_existed('channel_namespace', config)) resources.append(is_key_existed('add_transceiver', config)) @@ -549,16 +542,11 @@ def extract_resources(config : dict, device : Device) -> list[list[dict],dict]: if config['new_config']['frequency'] is not None and config['new_config']['band'] is not None: lower_frequency = int(int(config['new_config']['frequency']) - (int(config['new_config']['band'])/2)+1) upper_frequency = int(int(config['new_config']['frequency']) + (int(config['new_config']['band'])/2)) - - resources.append(is_key_existed('flow_id', keys_dic=config['new_config'], key_name_to_use='index')) #resources.append({'resource_key':'index','value':config['new_config']['flow_id'] if 'flow_id' in config['new_config'] else None}) else: - lower_frequency = config['new_config']['low-freq'] if 'low-freq' in config['new_config'] else None upper_frequency = config['new_config']['up-freq' ] if 'up-freq' in config['new_config'] else None - - resources.append(is_key_existed('ob_id', keys_dic=config['new_config'], key_name_to_use='index')) #resources.append({'resource_key':'index','value':config['new_config']['ob_id'] if 'ob_id' in config['new_config'] else None}) resources.append({'resource_key': 'lower-frequency', 'value': lower_frequency}) diff --git a/src/device/service/__main__.py b/src/device/service/__main__.py index e69b7fd3c4518b5cbc3833c457f8803e26b2c8e3..4a75d6284ac700bb1a6d6a388049824c2b301de7 100644 --- a/src/device/service/__main__.py +++ b/src/device/service/__main__.py @@ -16,8 +16,10 @@ import logging, signal, sys, threading from prometheus_client import start_http_server from common.Constants import ServiceNameEnum from common.Settings import ( - ENVVAR_SUFIX_SERVICE_HOST, ENVVAR_SUFIX_SERVICE_PORT_GRPC, get_env_var_name, get_log_level, get_metrics_port, - wait_for_environment_variables) + ENVVAR_SUFIX_SERVICE_HOST, ENVVAR_SUFIX_SERVICE_PORT_GRPC, + get_env_var_name, get_log_level, get_metrics_port, + wait_for_environment_variables +) from .DeviceService import DeviceService from .driver_api.DriverFactory import DriverFactory from .driver_api.DriverInstanceCache import DriverInstanceCache, preload_drivers diff --git a/src/device/service/drivers/gnmi_openconfig/DeltaSampleCache.py b/src/device/service/drivers/gnmi_openconfig/DeltaSampleCache.py index daf04be5a1ff82a79031d8c3ffe19da10739fbcb..140efe84038ed5117d6c7924b188a7dc7dbd7958 100644 --- a/src/device/service/drivers/gnmi_openconfig/DeltaSampleCache.py +++ b/src/device/service/drivers/gnmi_openconfig/DeltaSampleCache.py @@ -13,13 +13,15 @@ # limitations under the License. import copy -from typing import Any, Dict, Tuple, Union +from typing import Any, Dict, Optional, Tuple, Union class DeltaSampleCache: def __init__(self) -> None: self._previous_samples : Dict[str, Tuple[float, Union[int, float]]] = dict() - def get_delta(self, path : str, current_timestamp : float, current_value : Any) -> None: + def get_delta( + self, path : str, current_timestamp : float, current_value : Any + ) -> Optional[Tuple[float, Optional[Any]]]: previous_sample = copy.deepcopy(self._previous_samples.get(path)) self._previous_samples[path] = current_timestamp, current_value @@ -30,6 +32,10 @@ class DeltaSampleCache: delta_value = max(0, current_value - previous_value) delay = current_timestamp - previous_timestamp - delta_sample = current_timestamp, delta_value / delay - - return delta_sample + if delay < 1.e-12: + # return a special value meaning, at that timestamp, + # computed value is not a number, e.g., division by zero + # also, recover previuos samples to do not miss any packet/byte + self._previous_samples[path] = previous_sample + return current_timestamp, None + return current_timestamp, delta_value / delay diff --git a/src/device/service/drivers/gnmi_openconfig/GnmiSessionHandler.py b/src/device/service/drivers/gnmi_openconfig/GnmiSessionHandler.py index 4428fb81ca304d20ee4b3bce259924278400249f..3668c6a3eeb4ab31e2ee01517efaab157c98f8d1 100644 --- a/src/device/service/drivers/gnmi_openconfig/GnmiSessionHandler.py +++ b/src/device/service/drivers/gnmi_openconfig/GnmiSessionHandler.py @@ -19,7 +19,8 @@ from common.type_checkers.Checkers import chk_float, chk_length, chk_string, chk from .gnmi.gnmi_pb2_grpc import gNMIStub from .gnmi.gnmi_pb2 import Encoding, GetRequest, SetRequest, UpdateResult # pylint: disable=no-name-in-module from .handlers import ALL_RESOURCE_KEYS, compose, get_path, parse -from .tools.Capabilities import get_supported_encodings +from .handlers.YangHandler import YangHandler +from .tools.Capabilities import check_capabilities from .tools.Channel import get_grpc_channel from .tools.Path import path_from_string, path_to_string #, compose_path from .tools.Subscriptions import Subscriptions @@ -39,12 +40,22 @@ class GnmiSessionHandler: self._use_tls = settings.get('use_tls', False) self._channel : Optional[grpc.Channel] = None self._stub : Optional[gNMIStub] = None + self._yang_handler = None self._monit_thread = None - self._supported_encodings = None + self._yang_handler = YangHandler() self._subscriptions = Subscriptions() self._in_subscriptions = queue.Queue() self._out_samples = queue.Queue() + def __del__(self) -> None: + self._logger.info('Destroying YangValidator...') + if self._yang_handler is not None: + self._logger.debug('yang_validator.data:') + for path, dnode in self._yang_handler.get_data_paths().items(): + self._logger.debug(' {:s}: {:s}'.format(str(path), json.dumps(dnode.print_dict()))) + self._yang_handler.destroy() + self._logger.info('DONE') + @property def subscriptions(self): return self._subscriptions @@ -58,8 +69,7 @@ class GnmiSessionHandler: with self._lock: self._channel = get_grpc_channel(self._address, self._port, self._use_tls, self._logger) self._stub = gNMIStub(self._channel) - self._supported_encodings = get_supported_encodings( - self._stub, self._username, self._password, timeout=120) + check_capabilities(self._stub, self._username, self._password, timeout=120) self._monit_thread = MonitoringThread( self._stub, self._logger, self._settings, self._in_subscriptions, self._out_samples) self._monit_thread.start() @@ -96,13 +106,15 @@ class GnmiSessionHandler: self._logger.exception(MSG.format(str_resource_name, str(resource_key))) parsing_results.append((resource_key, e)) # if validation fails, store the exception + self._logger.debug('parsing_results={:s}'.format(str(parsing_results))) + if len(parsing_results) > 0: return parsing_results metadata = [('username', self._username), ('password', self._password)] timeout = None # GNMI_SUBSCRIPTION_TIMEOUT = int(sampling_duration) get_reply = self._stub.Get(get_request, metadata=metadata, timeout=timeout) - #self._logger.info('get_reply={:s}'.format(grpc_message_to_json_string(get_reply))) + self._logger.debug('get_reply={:s}'.format(grpc_message_to_json_string(get_reply))) results = [] #results[str_filter] = [i, None, False] # (index, value, processed?) @@ -119,7 +131,7 @@ class GnmiSessionHandler: # resource_key_tuple[2] = True for update in notification.update: - #self._logger.info('update={:s}'.format(grpc_message_to_json_string(update))) + self._logger.debug('update={:s}'.format(grpc_message_to_json_string(update))) str_path = path_to_string(update.path) #resource_key_tuple = results.get(str_path) #if resource_key_tuple is None: @@ -130,10 +142,10 @@ class GnmiSessionHandler: value = decode_value(update.val) #resource_key_tuple[1] = value #resource_key_tuple[2] = True - results.extend(parse(str_path, value)) + results.extend(parse(str_path, value, self._yang_handler)) except Exception as e: # pylint: disable=broad-except - MSG = 'Exception processing notification {:s}' - self._logger.exception(MSG.format(grpc_message_to_json_string(notification))) + MSG = 'Exception processing update {:s}' + self._logger.exception(MSG.format(grpc_message_to_json_string(update))) results.append((str_path, e)) # if validation fails, store the exception #_results = sorted(results.items(), key=lambda x: x[1][0]) @@ -158,31 +170,34 @@ class GnmiSessionHandler: set_request = SetRequest() #for resource_key in resource_keys: + resources_requested = list() for resource_key, resource_value in resources: - self._logger.info('---1') - self._logger.info(str(resource_key)) - self._logger.info(str(resource_value)) + #self._logger.info('---1') + #self._logger.info(str(resource_key)) + #self._logger.info(str(resource_value)) #resource_tuple = resource_tuples.get(resource_key) #if resource_tuple is None: continue #_, value, exists, operation_done = resource_tuple if isinstance(resource_value, str): resource_value = json.loads(resource_value) - str_path, str_data = compose(resource_key, resource_value, delete=False) - self._logger.info('---3') - self._logger.info(str(str_path)) - self._logger.info(str(str_data)) + str_path, str_data = compose(resource_key, resource_value, self._yang_handler, delete=False) + if str_path is None: continue # nothing to set + #self._logger.info('---3') + #self._logger.info(str(str_path)) + #self._logger.info(str(str_data)) set_request_list = set_request.update #if exists else set_request.replace set_request_entry = set_request_list.add() set_request_entry.path.CopyFrom(path_from_string(str_path)) set_request_entry.val.json_val = str_data.encode('UTF-8') + resources_requested.append((resource_key, resource_value)) - self._logger.info('set_request={:s}'.format(grpc_message_to_json_string(set_request))) + self._logger.debug('set_request={:s}'.format(grpc_message_to_json_string(set_request))) metadata = [('username', self._username), ('password', self._password)] timeout = None # GNMI_SUBSCRIPTION_TIMEOUT = int(sampling_duration) set_reply = self._stub.Set(set_request, metadata=metadata, timeout=timeout) - self._logger.info('set_reply={:s}'.format(grpc_message_to_json_string(set_reply))) + self._logger.debug('set_reply={:s}'.format(grpc_message_to_json_string(set_reply))) results = [] - for (resource_key, resource_value), update_result in zip(resources, set_reply.response): + for (resource_key, resource_value), update_result in zip(resources_requested, set_reply.response): operation = update_result.op if operation == UpdateResult.UPDATE: results.append((resource_key, True)) @@ -227,30 +242,34 @@ class GnmiSessionHandler: set_request = SetRequest() #for resource_key in resource_keys: + resources_requested = list() for resource_key, resource_value in resources: - self._logger.info('---1') - self._logger.info(str(resource_key)) - self._logger.info(str(resource_value)) + #self._logger.info('---1') + #self._logger.info(str(resource_key)) + #self._logger.info(str(resource_value)) #resource_tuple = resource_tuples.get(resource_key) #if resource_tuple is None: continue #_, value, exists, operation_done = resource_tuple #if not exists: continue if isinstance(resource_value, str): resource_value = json.loads(resource_value) - str_path, str_data = compose(resource_key, resource_value, delete=True) - self._logger.info('---3') - self._logger.info(str(str_path)) - self._logger.info(str(str_data)) + # pylint: disable=unused-variable + str_path, str_data = compose(resource_key, resource_value, self._yang_handler, delete=True) + if str_path is None: continue # nothing to do with this resource_key + #self._logger.info('---3') + #self._logger.info(str(str_path)) + #self._logger.info(str(str_data)) set_request_entry = set_request.delete.add() set_request_entry.CopyFrom(path_from_string(str_path)) + resources_requested.append((resource_key, resource_value)) - self._logger.info('set_request={:s}'.format(grpc_message_to_json_string(set_request))) + self._logger.debug('set_request={:s}'.format(grpc_message_to_json_string(set_request))) metadata = [('username', self._username), ('password', self._password)] timeout = None # GNMI_SUBSCRIPTION_TIMEOUT = int(sampling_duration) set_reply = self._stub.Set(set_request, metadata=metadata, timeout=timeout) - self._logger.info('set_reply={:s}'.format(grpc_message_to_json_string(set_reply))) + self._logger.debug('set_reply={:s}'.format(grpc_message_to_json_string(set_reply))) results = [] - for (resource_key, resource_value), update_result in zip(resources, set_reply.response): + for (resource_key, resource_value), update_result in zip(resources_requested, set_reply.response): operation = update_result.op if operation == UpdateResult.DELETE: results.append((resource_key, True)) diff --git a/src/device/service/drivers/gnmi_openconfig/MonitoringThread.py b/src/device/service/drivers/gnmi_openconfig/MonitoringThread.py index 8bf6704a854542b3a085af05d55391e23c8d224f..505c2f009cc7a2ab312e062f1ad82bd01d4c183e 100644 --- a/src/device/service/drivers/gnmi_openconfig/MonitoringThread.py +++ b/src/device/service/drivers/gnmi_openconfig/MonitoringThread.py @@ -94,9 +94,14 @@ class MonitoringThread(threading.Thread): subscriptions = [] while not self._terminate.is_set(): try: - subscription = self._in_subscriptions.get(block=True, timeout=0.1) + # Some devices do not support to process multiple + # SubscriptionList requests in a bidirectional channel. + # Increased timeout to 5 seconds assuming it should + # bring enough time to receive all the subscriptions in + # the queue and process them in bulk. + subscription = self._in_subscriptions.get(block=True, timeout=5.0) operation, resource_key, sampling_duration, sampling_interval = subscription # pylint: disable=unused-variable - if operation != 'subscribe': continue # Unsubscribe not supported by gNM, needs to cancel entire connection + if operation != 'subscribe': continue # Unsubscribe not supported by gNMI, needs to cancel entire connection # options.timeout = int(sampling_duration) #_path = parse_xpath(resource_key) path = path_from_string(resource_key) @@ -107,15 +112,15 @@ class MonitoringThread(threading.Thread): subscriptions.append(subscription) except queue.Empty: if len(subscriptions) == 0: continue - #self._logger.warning('[generate_requests] process') + self._logger.debug('[generate_requests] process') prefix = path_from_string(GNMI_PATH_PREFIX) if GNMI_PATH_PREFIX is not None else None qos = QOSMarking(marking=GNMI_QOS_MARKING) if GNMI_QOS_MARKING is not None else None subscriptions_list = SubscriptionList( prefix=prefix, mode=GNMI_SUBSCRIPTION_LIST_MODE, allow_aggregation=GNMI_ALLOW_AGGREGATION, encoding=GNMI_ENCODING, subscription=subscriptions, qos=qos) subscribe_request = SubscribeRequest(subscribe=subscriptions_list) - #str_subscribe_request = grpc_message_to_json_string(subscribe_request) - #self._logger.warning('[generate_requests] subscribe_request={:s}'.format(str_subscribe_request)) + str_subscribe_request = grpc_message_to_json_string(subscribe_request) + self._logger.debug('[generate_requests] subscribe_request={:s}'.format(str_subscribe_request)) yield subscribe_request subscriptions = [] except: # pylint: disable=bare-except @@ -134,7 +139,7 @@ class MonitoringThread(threading.Thread): self._response_iterator = self._stub.Subscribe(request_iterator, metadata=metadata, timeout=timeout) for subscribe_response in self._response_iterator: str_subscribe_response = grpc_message_to_json_string(subscribe_response) - self._logger.warning('[run] subscribe_response={:s}'.format(str_subscribe_response)) + self._logger.debug('[run] subscribe_response={:s}'.format(str_subscribe_response)) update = subscribe_response.update timestamp_device = float(update.timestamp) / 1.e9 timestamp_local = datetime.timestamp(datetime.utcnow()) @@ -145,25 +150,37 @@ class MonitoringThread(threading.Thread): else: # might be clocks are not synchronized, use local timestamp timestamp = timestamp_local + str_prefix = path_to_string(update.prefix) if len(update.prefix.elem) > 0 else '' for update_entry in update.update: str_path = path_to_string(update_entry.path) + if len(str_prefix) > 0: + str_path = '{:s}/{:s}'.format(str_prefix, str_path) + str_path = str_path.replace('//', '/') + if str_path.startswith('/interfaces/'): + # Add namespace, if missing + str_path_parts = str_path.split('/') + str_path_parts[1] = 'openconfig-interfaces:interfaces' + str_path = '/'.join(str_path_parts) #if str_path != '/system/name/host-name': continue #counter_name = update_entry.path[-1].name value_type = update_entry.val.WhichOneof('value') value = getattr(update_entry.val, value_type) - if re.match(r'^[0-9]+$', value) is not None: - value = int(value) - elif re.match(r'^[0-9]*\.[0-9]*$', value) is not None: - value = float(value) - else: - value = str(value) + if isinstance(value, str): + if re.match(r'^[0-9]+$', value) is not None: + value = int(value) + elif re.match(r'^[0-9]*\.[0-9]*$', value) is not None: + value = float(value) + else: + value = str(value) delta_sample = self._delta_sample_cache.get_delta(str_path, timestamp, value) if delta_sample is None: sample = (timestamp, str_path, value) else: sample = (delta_sample[0], str_path, delta_sample[1]) - self._logger.warning('[run] sample={:s}'.format(str(sample))) - self._out_samples.put_nowait(sample) + self._logger.debug('[run] sample={:s}'.format(str(sample))) + if sample[2] is not None: + # Skip not-a-number (e.g., division by zero) samples + self._out_samples.put_nowait(sample) except grpc.RpcError as e: if e.code() != grpc.StatusCode.CANCELLED: raise # pylint: disable=no-member if e.details() != 'Locally cancelled by application!': raise # pylint: disable=no-member diff --git a/src/device/service/drivers/gnmi_openconfig/clone-yang-models.sh b/src/device/service/drivers/gnmi_openconfig/clone-yang-models.sh new file mode 100755 index 0000000000000000000000000000000000000000..b41fc6bbba60bf18c0cccebdb3536c3f96372c39 --- /dev/null +++ b/src/device/service/drivers/gnmi_openconfig/clone-yang-models.sh @@ -0,0 +1,27 @@ +#!/bin/bash +# Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +BASE_PATH=~/tfs-ctrl/src/device/service/drivers/gnmi_openconfig +GIT_BASE_PATH=${BASE_PATH}/git/openconfig + +rm -rf ${GIT_BASE_PATH} + +OC_PUBLIC_PATH=${GIT_BASE_PATH}/public +mkdir -p ${OC_PUBLIC_PATH} +git clone https://github.com/openconfig/public.git ${OC_PUBLIC_PATH} + +#OC_HERCULES_PATH=${GIT_BASE_PATH}/hercules +#mkdir -p ${OC_HERCULES_PATH} +#git clone https://github.com/openconfig/hercules.git ${OC_HERCULES_PATH} diff --git a/src/device/service/drivers/gnmi_openconfig/handlers/Component.py b/src/device/service/drivers/gnmi_openconfig/handlers/Component.py index 5ac8754c6081245f79f28b89e026d5a859bc363a..e669872fb5e675ea5490b5e36376ceced4e296ee 100644 --- a/src/device/service/drivers/gnmi_openconfig/handlers/Component.py +++ b/src/device/service/drivers/gnmi_openconfig/handlers/Component.py @@ -12,45 +12,52 @@ # See the License for the specific language governing permissions and # limitations under the License. -import logging +import json, logging, re # libyang from typing import Any, Dict, List, Tuple from common.proto.kpi_sample_types_pb2 import KpiSampleType from ._Handler import _Handler +from .YangHandler import YangHandler LOGGER = logging.getLogger(__name__) -PATH_IF_CTR = "/interfaces/interface[name={:s}]/state/counters/{:s}" +PATH_IF_CTR = '/openconfig-interfaces:interfaces/interface[name={:s}]/state/counters/{:s}' +#pylint: disable=abstract-method class ComponentHandler(_Handler): def get_resource_key(self) -> str: return '/endpoints/endpoint' - def get_path(self) -> str: return '/components/component' + def get_path(self) -> str: return '/openconfig-platform:components' - def parse(self, json_data : Dict) -> List[Tuple[str, Dict[str, Any]]]: - #LOGGER.info('json_data = {:s}'.format(json.dumps(json_data))) - json_component_list : List[Dict] = json_data.get('component', []) - response = [] - for json_component in json_component_list: - #LOGGER.info('json_component = {:s}'.format(json.dumps(json_component))) + def parse( + self, json_data : Dict, yang_handler : YangHandler + ) -> List[Tuple[str, Dict[str, Any]]]: + LOGGER.debug('json_data = {:s}'.format(json.dumps(json_data))) - endpoint = {} + yang_components_path = self.get_path() + json_data_valid = yang_handler.parse_to_dict(yang_components_path, json_data, fmt='json') - component_type = json_component.get('state', {}).get('type') - if component_type is None: continue - component_type = component_type.replace('oc-platform-types:', '') - component_type = component_type.replace('openconfig-platform-types:', '') - if component_type not in {'PORT'}: continue - endpoint['type'] = '-' + entries = [] + for component in json_data_valid['components']['component']: + LOGGER.debug('component={:s}'.format(str(component))) + + component_name = component['name'] + #component_config = component.get('config', {}) - #LOGGER.info('PORT json_component = {:s}'.format(json.dumps(json_component))) + #yang_components : libyang.DContainer = yang_handler.get_data_path(yang_components_path) + #yang_component_path = 'component[name="{:s}"]'.format(component_name) + #yang_component : libyang.DContainer = yang_components.create_path(yang_component_path) + #yang_component.merge_data_dict(component, strict=True, validate=False) - component_name = json_component.get('name') - if component_name is None: continue + component_state = component.get('state', {}) + component_type = component_state.get('type') + if component_type is None: continue + component_type = component_type.split(':')[-1] + if component_type not in {'PORT'}: continue # TODO: improve mapping between interface name and component name # By now, computed by time for the sake of saving time for the Hackfest. - interface_name = component_name.lower().replace('-port', '') + interface_name = re.sub(r'\-[pP][oO][rR][tT]', '', component_name) - endpoint['uuid'] = interface_name + endpoint = {'uuid': interface_name, 'type': '-'} endpoint['sample_types'] = { KpiSampleType.KPISAMPLETYPE_BYTES_RECEIVED : PATH_IF_CTR.format(interface_name, 'in-octets' ), KpiSampleType.KPISAMPLETYPE_BYTES_TRANSMITTED : PATH_IF_CTR.format(interface_name, 'out-octets'), @@ -58,6 +65,6 @@ class ComponentHandler(_Handler): KpiSampleType.KPISAMPLETYPE_PACKETS_TRANSMITTED: PATH_IF_CTR.format(interface_name, 'out-pkts' ), } - if len(endpoint) == 0: continue - response.append(('/endpoints/endpoint[{:s}]'.format(endpoint['uuid']), endpoint)) - return response + entries.append(('/endpoints/endpoint[{:s}]'.format(endpoint['uuid']), endpoint)) + + return entries diff --git a/src/device/service/drivers/gnmi_openconfig/handlers/Interface.py b/src/device/service/drivers/gnmi_openconfig/handlers/Interface.py index e97855aa8b97fc855b07848f1a7f0c7e93717a70..03cfc6ff15e0490aee99be89c3ff1e9327dddf15 100644 --- a/src/device/service/drivers/gnmi_openconfig/handlers/Interface.py +++ b/src/device/service/drivers/gnmi_openconfig/handlers/Interface.py @@ -12,20 +12,23 @@ # See the License for the specific language governing permissions and # limitations under the License. -import json, logging +import json, libyang, logging from typing import Any, Dict, List, Tuple from ._Handler import _Handler -from .Tools import dict_get_first +from .Tools import get_bool, get_int, get_str +from .YangHandler import YangHandler LOGGER = logging.getLogger(__name__) class InterfaceHandler(_Handler): - def get_resource_key(self) -> str: return '/interface' - def get_path(self) -> str: return '/interfaces/interface' + def get_resource_key(self) -> str: return '/interface/subinterface' + def get_path(self) -> str: return '/openconfig-interfaces:interfaces' - def compose(self, resource_key : str, resource_value : Dict, delete : bool = False) -> Tuple[str, str]: - if_name = str (resource_value['name' ]) # ethernet-1/1 - sif_index = int (resource_value.get('sub_if_index' , 0 )) # 0 + def compose( + self, resource_key : str, resource_value : Dict, yang_handler : YangHandler, delete : bool = False + ) -> Tuple[str, str]: + if_name = get_str(resource_value, 'name' ) # ethernet-1/1 + sif_index = get_int(resource_value, 'index', 0) # 0 if delete: PATH_TMPL = '/interfaces/interface[name={:s}]/subinterfaces/subinterface[index={:d}]' @@ -33,216 +36,159 @@ class InterfaceHandler(_Handler): str_data = json.dumps({}) return str_path, str_data - if_enabled = bool(resource_value.get('enabled' , True)) # True/False - sif_enabled = bool(resource_value.get('sub_if_enabled' , True)) # True/False - sif_ipv4_enabled = bool(resource_value.get('sub_if_ipv4_enabled', True)) # True/False - sif_ipv4_address = str (resource_value['sub_if_ipv4_address' ]) # 172.16.0.1 - sif_ipv4_prefix = int (resource_value['sub_if_ipv4_prefix' ]) # 24 + enabled = get_bool(resource_value, 'enabled', True) # True/False + #if_type = get_str (resource_value, 'type' ) # 'l3ipvlan' + vlan_id = get_int (resource_value, 'vlan_id', ) # 127 + address_ip = get_str (resource_value, 'address_ip' ) # 172.16.0.1 + address_prefix = get_int (resource_value, 'address_prefix') # 24 + mtu = get_int (resource_value, 'mtu' ) # 1500 + + yang_ifs : libyang.DContainer = yang_handler.get_data_path('/openconfig-interfaces:interfaces') + yang_if_path = 'interface[name="{:s}"]'.format(if_name) + yang_if : libyang.DContainer = yang_ifs.create_path(yang_if_path) + yang_if.create_path('config/name', if_name ) + if enabled is not None: yang_if.create_path('config/enabled', enabled) + if mtu is not None: yang_if.create_path('config/mtu', mtu) + + yang_sifs : libyang.DContainer = yang_if.create_path('subinterfaces') + yang_sif_path = 'subinterface[index="{:d}"]'.format(sif_index) + yang_sif : libyang.DContainer = yang_sifs.create_path(yang_sif_path) + yang_sif.create_path('config/index', sif_index) + if enabled is not None: yang_sif.create_path('config/enabled', enabled) + + if vlan_id is not None: + yang_subif_vlan : libyang.DContainer = yang_sif.create_path('openconfig-vlan:vlan') + yang_subif_vlan.create_path('match/single-tagged/config/vlan-id', vlan_id) + + yang_ipv4 : libyang.DContainer = yang_sif.create_path('openconfig-if-ip:ipv4') + if enabled is not None: yang_ipv4.create_path('config/enabled', enabled) + + if address_ip is not None and address_prefix is not None: + yang_ipv4_addrs : libyang.DContainer = yang_ipv4.create_path('addresses') + yang_ipv4_addr_path = 'address[ip="{:s}"]'.format(address_ip) + yang_ipv4_addr : libyang.DContainer = yang_ipv4_addrs.create_path(yang_ipv4_addr_path) + yang_ipv4_addr.create_path('config/ip', address_ip) + yang_ipv4_addr.create_path('config/prefix-length', address_prefix) + if mtu is not None: yang_ipv4_addr.create_path('config/mtu', mtu) str_path = '/interfaces/interface[name={:s}]'.format(if_name) - str_data = json.dumps({ - 'name': if_name, - 'config': {'name': if_name, 'enabled': if_enabled}, - 'subinterfaces': { - 'subinterface': { - 'index': sif_index, - 'config': {'index': sif_index, 'enabled': sif_enabled}, - 'ipv4': { - 'config': {'enabled': sif_ipv4_enabled}, - 'addresses': { - 'address': { - 'ip': sif_ipv4_address, - 'config': {'ip': sif_ipv4_address, 'prefix_length': sif_ipv4_prefix}, - } - } - } - } - } - }) + str_data = yang_if.print_mem('json') + json_data = json.loads(str_data) + json_data = json_data['openconfig-interfaces:interface'][0] + str_data = json.dumps(json_data) return str_path, str_data - def parse(self, json_data : Dict) -> List[Tuple[str, Dict[str, Any]]]: - #LOGGER.info('json_data = {:s}'.format(json.dumps(json_data))) - json_interface_list : List[Dict] = json_data.get('interface', []) - - response = [] - for json_interface in json_interface_list: - #LOGGER.info('json_interface = {:s}'.format(json.dumps(json_interface))) - - interface = {} - - interface_name = json_interface.get('name') - if interface_name is None: - LOGGER.info('DISCARDED json_interface = {:s}'.format(json.dumps(json_interface))) - continue - interface['name'] = interface_name - - CONFIG_FIELDS = ('config', 'openconfig-interface:config', 'oci:config') - json_config : Dict = dict_get_first(json_interface, CONFIG_FIELDS, default={}) - - STATE_FIELDS = ('state', 'openconfig-interface:state', 'oci:state') - json_state : Dict = dict_get_first(json_interface, STATE_FIELDS, default={}) - - interface_type = json_config.get('type') - if interface_type is None: interface_type = json_state.get('type') - if interface_type is None: - LOGGER.info('DISCARDED json_interface = {:s}'.format(json.dumps(json_interface))) - continue - interface_type = interface_type.replace('ianaift:', '') - interface_type = interface_type.replace('iana-if-type:', '') - interface['type'] = interface_type - - interface_mtu = json_config.get('mtu') - if interface_mtu is None: interface_mtu = json_state.get('mtu') - if interface_mtu is not None: interface['mtu'] = int(interface_mtu) - - interface_enabled = json_config.get('enabled') - if interface_enabled is None: interface_enabled = json_state.get('enabled') - interface['enabled'] = False if interface_enabled is None else bool(interface_enabled) - - interface_management = json_config.get('management') - if interface_management is None: interface_management = json_state.get('management') - interface['management'] = False if interface_management is None else bool(interface_management) - - interface_descr = json_interface.get('config', {}).get('description') - if interface_descr is not None: interface['description'] = interface_descr - - json_subinterfaces = json_interface.get('subinterfaces', {}) - json_subinterface_list : List[Dict] = json_subinterfaces.get('subinterface', []) - - for json_subinterface in json_subinterface_list: - #LOGGER.info('json_subinterface = {:s}'.format(json.dumps(json_subinterface))) - - subinterface = {} - - subinterface_index = json_subinterface.get('state', {}).get('index') - if subinterface_index is None: continue - subinterface['index'] = int(subinterface_index) - - subinterface_name = json_subinterface.get('state', {}).get('name') - if subinterface_name is None: continue - subinterface['name'] = subinterface_name - - subinterface_enabled = json_subinterface.get('state', {}).get('enabled', False) - subinterface['enabled'] = bool(subinterface_enabled) - - VLAN_FIELDS = ('vlan', 'openconfig-vlan:vlan', 'ocv:vlan') - json_vlan = dict_get_first(json_subinterface, VLAN_FIELDS, default={}) - - MATCH_FIELDS = ('match', 'openconfig-vlan:match', 'ocv:match') - json_vlan = dict_get_first(json_vlan, MATCH_FIELDS, default={}) - - SIN_TAG_FIELDS = ('single-tagged', 'openconfig-vlan:single-tagged', 'ocv:single-tagged') - json_vlan = dict_get_first(json_vlan, SIN_TAG_FIELDS, default={}) - - CONFIG_FIELDS = ('config', 'openconfig-vlan:config', 'ocv:config') - json_vlan = dict_get_first(json_vlan, CONFIG_FIELDS, default={}) - - VLAN_ID_FIELDS = ('vlan-id', 'openconfig-vlan:vlan-id', 'ocv:vlan-id') - subinterface_vlan_id = dict_get_first(json_vlan, VLAN_ID_FIELDS) - if subinterface_vlan_id is not None: subinterface['vlan_id'] = subinterface_vlan_id - - - # TODO: implement support for multiple IP addresses per subinterface - - IPV4_FIELDS = ('ipv4', 'openconfig-if-ip:ipv4', 'ociip:ipv4') - json_ipv4 = dict_get_first(json_subinterface, IPV4_FIELDS, default={}) - - IPV4_ADDRESSES_FIELDS = ('addresses', 'openconfig-if-ip:addresses', 'ociip:addresses') - json_ipv4_addresses = dict_get_first(json_ipv4, IPV4_ADDRESSES_FIELDS, default={}) - - IPV4_ADDRESS_FIELDS = ('address', 'openconfig-if-ip:address', 'ociip:address') - json_ipv4_address_list : List[Dict] = dict_get_first(json_ipv4_addresses, IPV4_ADDRESS_FIELDS, default=[]) - - #ipv4_addresses = [] - for json_ipv4_address in json_ipv4_address_list: - #LOGGER.info('json_ipv4_address = {:s}'.format(json.dumps(json_ipv4_address))) - - STATE_FIELDS = ('state', 'openconfig-if-ip:state', 'ociip:state') - json_ipv4_address_state = dict_get_first(json_ipv4_address, STATE_FIELDS, default={}) - - #ipv4_address = {} - - #ORIGIN_FIELDS = ('origin', 'openconfig-if-ip:origin', 'ociip:origin') - #ipv4_address_origin = dict_get_first(json_ipv4_address_state, ORIGIN_FIELDS, default={}) - #if ipv4_address_origin is not None: ipv4_address['origin'] = ipv4_address_origin - - IP_FIELDS = ('ip', 'openconfig-if-ip:ip', 'ociip:ip') - ipv4_address_ip = dict_get_first(json_ipv4_address_state, IP_FIELDS) - #if ipv4_address_ip is not None: ipv4_address['address_ip'] = ipv4_address_ip - if ipv4_address_ip is not None: subinterface['address_ip'] = ipv4_address_ip - - PREFIX_FIELDS = ('prefix-length', 'openconfig-if-ip:prefix-length', 'ociip:prefix-length') - ipv4_address_prefix = dict_get_first(json_ipv4_address_state, PREFIX_FIELDS) - #if ipv4_address_prefix is not None: ipv4_address['address_prefix'] = int(ipv4_address_prefix) - if ipv4_address_prefix is not None: subinterface['address_prefix'] = int(ipv4_address_prefix) - - #if len(ipv4_address) == 0: continue - #ipv4_addresses.append(ipv4_address) - - #subinterface['ipv4_addresses'] = ipv4_addresses - - if len(subinterface) == 0: continue - resource_key = '/interface[{:s}]/subinterface[{:s}]'.format(interface['name'], str(subinterface['index'])) - response.append((resource_key, subinterface)) - - if len(interface) == 0: continue - response.append(('/interface[{:s}]'.format(interface['name']), interface)) - - return response - - def parse_counters(self, json_data : Dict) -> List[Tuple[str, Dict[str, Any]]]: - LOGGER.info('[parse_counters] json_data = {:s}'.format(json.dumps(json_data))) - json_interface_list : List[Dict] = json_data.get('interface', []) - - response = [] - for json_interface in json_interface_list: - LOGGER.info('[parse_counters] json_interface = {:s}'.format(json.dumps(json_interface))) - - interface = {} - - NAME_FIELDS = ('name', 'openconfig-interface:name', 'oci:name') - interface_name = dict_get_first(json_interface, NAME_FIELDS) - if interface_name is None: continue - interface['name'] = interface_name - - STATE_FIELDS = ('state', 'openconfig-interface:state', 'oci:state') - json_state = dict_get_first(json_interface, STATE_FIELDS, default={}) - - COUNTERS_FIELDS = ('counters', 'openconfig-interface:counters', 'oci:counters') - json_counters = dict_get_first(json_state, COUNTERS_FIELDS, default={}) - - IN_PKTS_FIELDS = ('in-pkts', 'openconfig-interface:in-pkts', 'oci:in-pkts') - interface_in_pkts = dict_get_first(json_counters, IN_PKTS_FIELDS) - if interface_in_pkts is not None: interface['in-pkts'] = int(interface_in_pkts) - - IN_OCTETS_FIELDS = ('in-octets', 'openconfig-interface:in-octets', 'oci:in-octets') - interface_in_octets = dict_get_first(json_counters, IN_OCTETS_FIELDS) - if interface_in_octets is not None: interface['in-octets'] = int(interface_in_octets) - - IN_ERRORS_FIELDS = ('in-errors', 'openconfig-interface:in-errors', 'oci:in-errors') - interface_in_errors = dict_get_first(json_counters, IN_ERRORS_FIELDS) - if interface_in_errors is not None: interface['in-errors'] = int(interface_in_errors) - - OUT_OCTETS_FIELDS = ('out-octets', 'openconfig-interface:out-octets', 'oci:out-octets') - interface_out_octets = dict_get_first(json_counters, OUT_OCTETS_FIELDS) - if interface_out_octets is not None: interface['out-octets'] = int(interface_out_octets) - - OUT_PKTS_FIELDS = ('out-pkts', 'openconfig-interface:out-pkts', 'oci:out-pkts') - interface_out_pkts = dict_get_first(json_counters, OUT_PKTS_FIELDS) - if interface_out_pkts is not None: interface['out-pkts'] = int(interface_out_pkts) - - OUT_ERRORS_FIELDS = ('out-errors', 'openconfig-interface:out-errors', 'oci:out-errors') - interface_out_errors = dict_get_first(json_counters, OUT_ERRORS_FIELDS) - if interface_out_errors is not None: interface['out-errors'] = int(interface_out_errors) - - OUT_DISCARDS_FIELDS = ('out-discards', 'openconfig-interface:out-discards', 'oci:out-discards') - interface_out_discards = dict_get_first(json_counters, OUT_DISCARDS_FIELDS) - if interface_out_discards is not None: interface['out-discards'] = int(interface_out_discards) - - #LOGGER.info('[parse_counters] interface = {:s}'.format(str(interface))) - - if len(interface) == 0: continue - response.append(('/interface[{:s}]'.format(interface['name']), interface)) - - return response + def parse( + self, json_data : Dict, yang_handler : YangHandler + ) -> List[Tuple[str, Dict[str, Any]]]: + LOGGER.debug('json_data = {:s}'.format(json.dumps(json_data))) + + yang_interfaces_path = self.get_path() + json_data_valid = yang_handler.parse_to_dict(yang_interfaces_path, json_data, fmt='json') + + entries = [] + for interface in json_data_valid['interfaces']['interface']: + LOGGER.debug('interface={:s}'.format(str(interface))) + + interface_name = interface['name'] + interface_config = interface.get('config', {}) + + #yang_interfaces : libyang.DContainer = yang_handler.get_data_path(yang_interfaces_path) + #yang_interface_path = 'interface[name="{:s}"]'.format(interface_name) + #yang_interface : libyang.DContainer = yang_interfaces.create_path(yang_interface_path) + #yang_interface.merge_data_dict(interface, strict=True, validate=False) + + interface_state = interface.get('state', {}) + interface_type = interface_state.get('type') + if interface_type is None: continue + interface_type = interface_type.split(':')[-1] + if interface_type not in {'ethernetCsmacd'}: continue + + _interface = { + 'name' : interface_name, + 'type' : interface_type, + 'mtu' : interface_state['mtu'], + 'admin-status' : interface_state['admin-status'], + 'oper-status' : interface_state['oper-status'], + 'management' : interface_state['management'], + } + if not interface_state['management'] and 'ifindex' in interface_state: + _interface['ifindex'] = interface_state['ifindex'] + if 'description' in interface_config: + _interface['description'] = interface_config['description'] + if 'enabled' in interface_config: + _interface['enabled'] = interface_config['enabled'] + if 'hardware-port' in interface_state: + _interface['hardware-port'] = interface_state['hardware-port'] + if 'transceiver' in interface_state: + _interface['transceiver'] = interface_state['transceiver'] + + entry_interface_key = '/interface[{:s}]'.format(interface_name) + entries.append((entry_interface_key, _interface)) + + if interface_type == 'ethernetCsmacd': + ethernet_state = interface['ethernet']['state'] + + _ethernet = { + 'mac-address' : ethernet_state['mac-address'], + 'hw-mac-address' : ethernet_state['hw-mac-address'], + 'port-speed' : ethernet_state['port-speed'].split(':')[-1], + 'negotiated-port-speed' : ethernet_state['negotiated-port-speed'].split(':')[-1], + } + entry_ethernet_key = '{:s}/ethernet'.format(entry_interface_key) + entries.append((entry_ethernet_key, _ethernet)) + + subinterfaces = interface.get('subinterfaces', {}).get('subinterface', []) + for subinterface in subinterfaces: + LOGGER.debug('subinterface={:s}'.format(str(subinterface))) + + subinterface_index = subinterface['index'] + subinterface_state = subinterface.get('state', {}) + + _subinterface = {'index': subinterface_index} + if 'name' in subinterface_state: + _subinterface['name'] = subinterface_state['name'] + if 'enabled' in subinterface_state: + _subinterface['enabled'] = subinterface_state['enabled'] + + if 'vlan' in subinterface: + vlan = subinterface['vlan'] + vlan_match = vlan['match'] + + single_tagged = vlan_match.pop('single-tagged', None) + if single_tagged is not None: + single_tagged_config = single_tagged['config'] + vlan_id = single_tagged_config['vlan-id'] + _subinterface['vlan_id'] = vlan_id + + if len(vlan_match) > 0: + raise Exception('Unsupported VLAN schema: {:s}'.format(str(vlan))) + + ipv4_addresses = subinterface.get('ipv4', {}).get('addresses', {}).get('address', []) + if len(ipv4_addresses) > 1: + raise Exception('Multiple IPv4 Addresses not supported: {:s}'.format(str(ipv4_addresses))) + for ipv4_address in ipv4_addresses: + LOGGER.debug('ipv4_address={:s}'.format(str(ipv4_address))) + _subinterface['address_ip'] = ipv4_address['ip'] + ipv4_address_state = ipv4_address.get('state', {}) + #if 'origin' in ipv4_address_state: + # _subinterface['origin'] = ipv4_address_state['origin'] + if 'prefix-length' in ipv4_address_state: + _subinterface['address_prefix'] = ipv4_address_state['prefix-length'] + + ipv6_addresses = subinterface.get('ipv6', {}).get('addresses', {}).get('address', []) + if len(ipv6_addresses) > 1: + raise Exception('Multiple IPv6 Addresses not supported: {:s}'.format(str(ipv6_addresses))) + for ipv6_address in ipv6_addresses: + LOGGER.debug('ipv6_address={:s}'.format(str(ipv6_address))) + _subinterface['address_ipv6'] = ipv6_address['ip'] + ipv6_address_state = ipv6_address.get('state', {}) + #if 'origin' in ipv6_address_state: + # _subinterface['origin_ipv6'] = ipv6_address_state['origin'] + if 'prefix-length' in ipv6_address_state: + _subinterface['address_prefix_ipv6'] = ipv6_address_state['prefix-length'] + + entry_subinterface_key = '{:s}/subinterface[{:d}]'.format(entry_interface_key, subinterface_index) + entries.append((entry_subinterface_key, _subinterface)) + + return entries diff --git a/src/device/service/drivers/gnmi_openconfig/handlers/InterfaceCounter.py b/src/device/service/drivers/gnmi_openconfig/handlers/InterfaceCounter.py index 502868c2204553d30e7cdd529184cf994d03fd21..ae6d86c43addf4f3083b9900796365b3e0601620 100644 --- a/src/device/service/drivers/gnmi_openconfig/handlers/InterfaceCounter.py +++ b/src/device/service/drivers/gnmi_openconfig/handlers/InterfaceCounter.py @@ -12,69 +12,53 @@ # See the License for the specific language governing permissions and # limitations under the License. -import json, logging +import json, libyang, logging from typing import Any, Dict, List, Tuple from ._Handler import _Handler -from .Tools import dict_get_first +from .YangHandler import YangHandler LOGGER = logging.getLogger(__name__) +#pylint: disable=abstract-method class InterfaceCounterHandler(_Handler): def get_resource_key(self) -> str: return '/interface/counters' - def get_path(self) -> str: return '/interfaces/interface/state/counters' - - def parse(self, json_data : Dict) -> List[Tuple[str, Dict[str, Any]]]: - LOGGER.info('[parse] json_data = {:s}'.format(json.dumps(json_data))) - json_interface_list : List[Dict] = json_data.get('interface', []) - - response = [] - for json_interface in json_interface_list: - LOGGER.info('[parse] json_interface = {:s}'.format(json.dumps(json_interface))) - - interface = {} - - NAME_FIELDS = ('name', 'openconfig-interface:name', 'oci:name') - interface_name = dict_get_first(json_interface, NAME_FIELDS) - if interface_name is None: continue - interface['name'] = interface_name - - STATE_FIELDS = ('state', 'openconfig-interface:state', 'oci:state') - json_state = dict_get_first(json_interface, STATE_FIELDS, default={}) - - COUNTERS_FIELDS = ('counters', 'openconfig-interface:counters', 'oci:counters') - json_counters = dict_get_first(json_state, COUNTERS_FIELDS, default={}) - - IN_PKTS_FIELDS = ('in-pkts', 'openconfig-interface:in-pkts', 'oci:in-pkts') - interface_in_pkts = dict_get_first(json_counters, IN_PKTS_FIELDS) - if interface_in_pkts is not None: interface['in-pkts'] = int(interface_in_pkts) - - IN_OCTETS_FIELDS = ('in-octets', 'openconfig-interface:in-octets', 'oci:in-octets') - interface_in_octets = dict_get_first(json_counters, IN_OCTETS_FIELDS) - if interface_in_octets is not None: interface['in-octets'] = int(interface_in_octets) - - IN_ERRORS_FIELDS = ('in-errors', 'openconfig-interface:in-errors', 'oci:in-errors') - interface_in_errors = dict_get_first(json_counters, IN_ERRORS_FIELDS) - if interface_in_errors is not None: interface['in-errors'] = int(interface_in_errors) - - OUT_OCTETS_FIELDS = ('out-octets', 'openconfig-interface:out-octets', 'oci:out-octets') - interface_out_octets = dict_get_first(json_counters, OUT_OCTETS_FIELDS) - if interface_out_octets is not None: interface['out-octets'] = int(interface_out_octets) - - OUT_PKTS_FIELDS = ('out-pkts', 'openconfig-interface:out-pkts', 'oci:out-pkts') - interface_out_pkts = dict_get_first(json_counters, OUT_PKTS_FIELDS) - if interface_out_pkts is not None: interface['out-pkts'] = int(interface_out_pkts) - - OUT_ERRORS_FIELDS = ('out-errors', 'openconfig-interface:out-errors', 'oci:out-errors') - interface_out_errors = dict_get_first(json_counters, OUT_ERRORS_FIELDS) - if interface_out_errors is not None: interface['out-errors'] = int(interface_out_errors) - - OUT_DISCARDS_FIELDS = ('out-discards', 'openconfig-interface:out-discards', 'oci:out-discards') - interface_out_discards = dict_get_first(json_counters, OUT_DISCARDS_FIELDS) - if interface_out_discards is not None: interface['out-discards'] = int(interface_out_discards) - - #LOGGER.info('[parse] interface = {:s}'.format(str(interface))) - - if len(interface) == 0: continue - response.append(('/interface[{:s}]'.format(interface['name']), interface)) - - return response + def get_path(self) -> str: return '/openconfig-interfaces:interfaces/interface/state/counters' + + def parse( + self, json_data : Dict, yang_handler : YangHandler + ) -> List[Tuple[str, Dict[str, Any]]]: + LOGGER.debug('json_data = {:s}'.format(json.dumps(json_data))) + + yang_interfaces_path = self.get_path() + json_data_valid = yang_handler.parse_to_dict(yang_interfaces_path, json_data, fmt='json') + + entries = [] + for interface in json_data_valid['interfaces']['interface']: + LOGGER.debug('interface={:s}'.format(str(interface))) + + interface_name = interface['name'] + interface_counters = interface.get('state', {}).get('counters', {}) + _interface = { + 'name' : interface_name, + 'in-broadcast-pkts' : interface_counters['in_broadcast_pkts' ], + 'in-discards' : interface_counters['in_discards' ], + 'in-errors' : interface_counters['in_errors' ], + 'in-fcs-errors' : interface_counters['in_fcs_errors' ], + 'in-multicast-pkts' : interface_counters['in_multicast_pkts' ], + 'in-octets' : interface_counters['in_octets' ], + 'in-pkts' : interface_counters['in_pkts' ], + 'in-unicast-pkts' : interface_counters['in_unicast_pkts' ], + 'out-broadcast-pkts': interface_counters['out_broadcast_pkts'], + 'out-discards' : interface_counters['out_discards' ], + 'out-errors' : interface_counters['out_errors' ], + 'out-multicast-pkts': interface_counters['out_multicast_pkts'], + 'out-octets' : interface_counters['out_octets' ], + 'out-pkts' : interface_counters['out_pkts' ], + 'out-unicast-pkts' : interface_counters['out_unicast_pkts' ], + } + LOGGER.debug('interface = {:s}'.format(str(interface))) + + entry_interface_key = '/interface[{:s}]'.format(interface_name) + entries.append((entry_interface_key, _interface)) + + return entries diff --git a/src/device/service/drivers/gnmi_openconfig/handlers/NetworkInstance.py b/src/device/service/drivers/gnmi_openconfig/handlers/NetworkInstance.py index d522eec964b2c6beffe953075411dbba2594eaa4..f1d1c56b4023a1250263aaf0995975d815eb5fec 100644 --- a/src/device/service/drivers/gnmi_openconfig/handlers/NetworkInstance.py +++ b/src/device/service/drivers/gnmi_openconfig/handlers/NetworkInstance.py @@ -12,18 +12,39 @@ # See the License for the specific language governing permissions and # limitations under the License. -import json, logging +import json, libyang, logging from typing import Any, Dict, List, Tuple from ._Handler import _Handler +from .Tools import get_str +from .YangHandler import YangHandler LOGGER = logging.getLogger(__name__) +MAP_NETWORK_INSTANCE_TYPE = { + # special routing instance; acts as default/global routing instance for a network device + 'DEFAULT': 'openconfig-network-instance-types:DEFAULT_INSTANCE', + + # private L3-only routing instance; formed of one or more RIBs + 'L3VRF': 'openconfig-network-instance-types:L3VRF', + + # private L2-only switch instance; formed of one or more L2 forwarding tables + 'L2VSI': 'openconfig-network-instance-types:L2VSI', + + # private L2-only forwarding instance; point to point connection between two endpoints + 'L2P2P': 'openconfig-network-instance-types:L2P2P', + + # private Layer 2 and Layer 3 forwarding instance + 'L2L3': 'openconfig-network-instance-types:L2L3', +} + class NetworkInstanceHandler(_Handler): def get_resource_key(self) -> str: return '/network_instance' - def get_path(self) -> str: return '/network-instances/network-instance' + def get_path(self) -> str: return '/openconfig-network-instance:network-instances' - def compose(self, resource_key : str, resource_value : Dict, delete : bool = False) -> Tuple[str, str]: - ni_name = str(resource_value['name']) # test-svc + def compose( + self, resource_key : str, resource_value : Dict, yang_handler : YangHandler, delete : bool = False + ) -> Tuple[str, str]: + ni_name = get_str(resource_value, 'name') # test-svc if delete: PATH_TMPL = '/network-instances/network-instance[name={:s}]' @@ -31,32 +52,124 @@ class NetworkInstanceHandler(_Handler): str_data = json.dumps({}) return str_path, str_data - ni_type = str(resource_value['type']) # L3VRF / L2VSI / ... + ni_type = get_str(resource_value, 'type') # L3VRF / L2VSI / ... + ni_type = MAP_NETWORK_INSTANCE_TYPE.get(ni_type, ni_type) + + str_path = '/network-instances/network-instance[name={:s}]'.format(ni_name) + #str_data = json.dumps({ + # 'name': ni_name, + # 'config': {'name': ni_name, 'type': ni_type}, + #}) - # not works: [FailedPrecondition] unsupported identifier 'DIRECTLY_CONNECTED' - #protocols = [self._compose_directly_connected()] + yang_nis : libyang.DContainer = yang_handler.get_data_path('/openconfig-network-instance:network-instances') + yang_ni_path = 'network-instance[name="{:s}"]'.format(ni_name) + yang_ni : libyang.DContainer = yang_nis.create_path(yang_ni_path) + yang_ni.create_path('config/name', ni_name) + yang_ni.create_path('config/type', ni_type) - MAP_OC_NI_TYPE = { - 'L3VRF': 'openconfig-network-instance-types:L3VRF', - } - ni_type = MAP_OC_NI_TYPE.get(ni_type, ni_type) + # 'DIRECTLY_CONNECTED' is implicitly added + #'protocols': {'protocol': protocols}, - str_path = '/network-instances/network-instance[name={:s}]'.format(ni_name) - str_data = json.dumps({ - 'name': ni_name, - 'config': {'name': ni_name, 'type': ni_type}, - #'protocols': {'protocol': protocols}, - }) + str_data = yang_ni.print_mem('json') + json_data = json.loads(str_data) + json_data = json_data['openconfig-network-instance:network-instance'][0] + str_data = json.dumps(json_data) return str_path, str_data - def _compose_directly_connected(self, name=None, enabled=True) -> Dict: - identifier = 'DIRECTLY_CONNECTED' - if name is None: name = 'DIRECTLY_CONNECTED' - return { - 'identifier': identifier, 'name': name, - 'config': {'identifier': identifier, 'name': name, 'enabled': enabled}, - } - - def parse(self, json_data : Dict) -> List[Tuple[str, Dict[str, Any]]]: - response = [] - return response + def parse( + self, json_data : Dict, yang_handler : YangHandler + ) -> List[Tuple[str, Dict[str, Any]]]: + LOGGER.debug('json_data = {:s}'.format(json.dumps(json_data))) + + # Arista Parsing Fixes: + # - Default instance comes with mpls/signaling-protocols/rsvp-te/global/hellos/state/hello-interval set to 0 + # overwrite with .../hellos/config/hello-interval + network_instances = json_data.get('openconfig-network-instance:network-instance', []) + for network_instance in network_instances: + if network_instance['name'] != 'default': continue + mpls_rsvp_te = network_instance.get('mpls', {}).get('signaling-protocols', {}).get('rsvp-te', {}) + mpls_rsvp_te_hellos = mpls_rsvp_te.get('global', {}).get('hellos', {}) + hello_interval = mpls_rsvp_te_hellos.get('config', {}).get('hello-interval', 9000) + mpls_rsvp_te_hellos.get('state', {})['hello-interval'] = hello_interval + + yang_network_instances_path = self.get_path() + json_data_valid = yang_handler.parse_to_dict(yang_network_instances_path, json_data, fmt='json', strict=False) + + entries = [] + for network_instance in json_data_valid['network-instances']['network-instance']: + LOGGER.debug('network_instance={:s}'.format(str(network_instance))) + ni_name = network_instance['name'] + + ni_config = network_instance['config'] + ni_type = ni_config['type'].split(':')[-1] + + _net_inst = {'name': ni_name, 'type': ni_type} + entry_net_inst_key = '/network_instance[{:s}]'.format(ni_name) + entries.append((entry_net_inst_key, _net_inst)) + + ni_interfaces = network_instance.get('interfaces', {}).get('interface', []) + for ni_interface in ni_interfaces: + #ni_if_id = ni_interface['id'] + ni_if_config = ni_interface['config'] + ni_if_name = ni_if_config['interface'] + ni_sif_index = ni_if_config['subinterface'] + ni_if_id = '{:s}.{:d}'.format(ni_if_name, ni_sif_index) + + _interface = {'name': ni_name, 'id': ni_if_id, 'if_name': ni_if_name, 'sif_index': ni_sif_index} + entry_interface_key = '{:s}/interface[{:s}]'.format(entry_net_inst_key, ni_if_id) + entries.append((entry_interface_key, _interface)) + + ni_protocols = network_instance.get('protocols', {}).get('protocol', []) + for ni_protocol in ni_protocols: + ni_protocol_id = ni_protocol['identifier'].split(':')[-1] + ni_protocol_name = ni_protocol['name'] + + _protocol = {'name': ni_name, 'identifier': ni_protocol_id, 'protocol_name': ni_protocol_name} + entry_protocol_key = '{:s}/protocols[{:s}]'.format(entry_net_inst_key, ni_protocol_id) + entries.append((entry_protocol_key, _protocol)) + + if ni_protocol_id == 'STATIC': + static_routes = ni_protocol.get('static-routes', {}).get('static', []) + for static_route in static_routes: + static_route_prefix = static_route['prefix'] + for next_hop in static_route.get('next-hops', {}).get('next-hop', []): + static_route_metric = next_hop['config']['metric'] + _static_route = { + 'prefix' : static_route_prefix, + 'index' : next_hop['index'], + 'next_hop': next_hop['config']['next-hop'], + 'metric' : static_route_metric, + } + _static_route.update(_protocol) + entry_static_route_key = '{:s}/static_route[{:s}:{:d}]'.format( + entry_protocol_key, static_route_prefix, static_route_metric + ) + entries.append((entry_static_route_key, _static_route)) + + ni_tables = network_instance.get('tables', {}).get('table', []) + for ni_table in ni_tables: + ni_table_protocol = ni_table['protocol'].split(':')[-1] + ni_table_address_family = ni_table['address-family'].split(':')[-1] + _table = {'protocol': ni_table_protocol, 'address_family': ni_table_address_family} + entry_table_key = '{:s}/table[{:s},{:s}]'.format( + entry_net_inst_key, ni_table_protocol, ni_table_address_family + ) + entries.append((entry_table_key, _table)) + + ni_vlans = network_instance.get('vlans', {}).get('vlan', []) + for ni_vlan in ni_vlans: + ni_vlan_id = ni_vlan['vlan-id'] + + #ni_vlan_config = ni_vlan['config'] + ni_vlan_state = ni_vlan['state'] + ni_vlan_name = ni_vlan_state['name'] + + _members = [ + member['state']['interface'] + for member in ni_vlan.get('members', {}).get('member', []) + ] + _vlan = {'vlan_id': ni_vlan_id, 'name': ni_vlan_name, 'members': _members} + entry_vlan_key = '{:s}/vlan[{:d}]'.format(entry_net_inst_key, ni_vlan_id) + entries.append((entry_vlan_key, _vlan)) + + return entries diff --git a/src/device/service/drivers/gnmi_openconfig/handlers/NetworkInstanceInterface.py b/src/device/service/drivers/gnmi_openconfig/handlers/NetworkInstanceInterface.py index cc22618bc4179ba6eabdd2b4232b8cbfb92f1587..5e5ea9bf0bdc38b09d3959e8b6ecfc3534319817 100644 --- a/src/device/service/drivers/gnmi_openconfig/handlers/NetworkInstanceInterface.py +++ b/src/device/service/drivers/gnmi_openconfig/handlers/NetworkInstanceInterface.py @@ -12,35 +12,62 @@ # See the License for the specific language governing permissions and # limitations under the License. -import json, logging +import json, libyang, logging from typing import Any, Dict, List, Tuple from ._Handler import _Handler +from .Tools import get_int, get_str +from .YangHandler import YangHandler LOGGER = logging.getLogger(__name__) +IS_CEOS = True + class NetworkInstanceInterfaceHandler(_Handler): def get_resource_key(self) -> str: return '/network_instance/interface' - def get_path(self) -> str: return '/network-instances/network-instance/interfaces' + def get_path(self) -> str: return '/openconfig-network-instance:network-instances/network-instance/interfaces' + + def compose( + self, resource_key : str, resource_value : Dict, yang_handler : YangHandler, delete : bool = False + ) -> Tuple[str, str]: + ni_name = get_str(resource_value, 'name' ) # test-svc + ni_if_id = get_str(resource_value, 'id' ) # ethernet-1/1.0 + if_name = get_str(resource_value, 'interface' ) # ethernet-1/1 + sif_index = get_int(resource_value, 'subinterface', 0) # 0 - def compose(self, resource_key : str, resource_value : Dict, delete : bool = False) -> Tuple[str, str]: - ni_name = str(resource_value['name' ]) # test-svc - if_name = str(resource_value['if_name' ]) # ethernet-1/1 - sif_index = int(resource_value['sif_index']) # 0 - if_id = '{:s}.{:d}'.format(if_name, sif_index) + if IS_CEOS: ni_if_id = if_name if delete: PATH_TMPL = '/network-instances/network-instance[name={:s}]/interfaces/interface[id={:s}]' - str_path = PATH_TMPL.format(ni_name, if_id) + str_path = PATH_TMPL.format(ni_name, ni_if_id) str_data = json.dumps({}) return str_path, str_data - str_path = '/network-instances/network-instance[name={:s}]/interfaces/interface[id={:s}]'.format(ni_name, if_id) - str_data = json.dumps({ - 'id': if_id, - 'config': {'id': if_id, 'interface': if_name, 'subinterface': sif_index}, - }) + str_path = '/network-instances/network-instance[name={:s}]/interfaces/interface[id={:s}]'.format( + ni_name, ni_if_id + ) + #str_data = json.dumps({ + # 'id': if_id, + # 'config': {'id': if_id, 'interface': if_name, 'subinterface': sif_index}, + #}) + + yang_nis : libyang.DContainer = yang_handler.get_data_path('/openconfig-network-instance:network-instances') + yang_ni : libyang.DContainer = yang_nis.create_path('network-instance[name="{:s}"]'.format(ni_name)) + yang_ni_ifs : libyang.DContainer = yang_ni.create_path('interfaces') + yang_ni_if_path = 'interface[id="{:s}"]'.format(ni_if_id) + yang_ni_if : libyang.DContainer = yang_ni_ifs.create_path(yang_ni_if_path) + yang_ni_if.create_path('config/id', ni_if_id) + yang_ni_if.create_path('config/interface', if_name) + yang_ni_if.create_path('config/subinterface', sif_index) + + str_data = yang_ni_if.print_mem('json') + json_data = json.loads(str_data) + json_data = json_data['openconfig-network-instance:interface'][0] + str_data = json.dumps(json_data) return str_path, str_data - def parse(self, json_data : Dict) -> List[Tuple[str, Dict[str, Any]]]: + def parse( + self, json_data : Dict, yang_handler : YangHandler + ) -> List[Tuple[str, Dict[str, Any]]]: + LOGGER.debug('[parse] json_data = {:s}'.format(str(json_data))) response = [] return response diff --git a/src/device/service/drivers/gnmi_openconfig/handlers/NetworkInstanceProtocol.py b/src/device/service/drivers/gnmi_openconfig/handlers/NetworkInstanceProtocol.py new file mode 100644 index 0000000000000000000000000000000000000000..f155fa1ca5c0a990abf18ab1c78059673d94e04e --- /dev/null +++ b/src/device/service/drivers/gnmi_openconfig/handlers/NetworkInstanceProtocol.py @@ -0,0 +1,79 @@ +# Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +import json, libyang, logging +from typing import Any, Dict, List, Tuple +from ._Handler import _Handler +from .Tools import get_str +from .YangHandler import YangHandler + +LOGGER = logging.getLogger(__name__) + +class NetworkInstanceProtocolHandler(_Handler): + def get_resource_key(self) -> str: return '/network_instance/protocols' + def get_path(self) -> str: + return '/openconfig-network-instance:network-instances/network-instance/protocols/protocol' + + def compose( + self, resource_key : str, resource_value : Dict, yang_handler : YangHandler, delete : bool = False + ) -> Tuple[str, str]: + ni_name = get_str(resource_value, 'name' ) # test-svc + identifier = get_str(resource_value, 'identifier') # 'STATIC' + proto_name = get_str(resource_value, 'protocol_name') # 'STATIC' + + if ':' not in identifier: + identifier = 'openconfig-policy-types:{:s}'.format(identifier) + PATH_TMPL = '/network-instances/network-instance[name={:s}]/protocols/protocol[identifier={:s}][name={:s}]' + str_path = PATH_TMPL.format(ni_name, identifier, proto_name) + + if delete: + str_data = json.dumps({}) + return str_path, str_data + + #str_data = json.dumps({ + # 'identifier': identifier, 'name': name, + # 'config': {'identifier': identifier, 'name': name, 'enabled': True}, + # 'static_routes': {'static': [{ + # 'prefix': prefix, + # 'config': {'prefix': prefix}, + # 'next_hops': { + # 'next-hop': [{ + # 'index': next_hop_index, + # 'config': {'index': next_hop_index, 'next_hop': next_hop} + # }] + # } + # }]} + #}) + + yang_nis : libyang.DContainer = yang_handler.get_data_path('/openconfig-network-instance:network-instances') + yang_ni : libyang.DContainer = yang_nis.create_path('network-instance[name="{:s}"]'.format(ni_name)) + yang_ni_prs : libyang.DContainer = yang_ni.create_path('protocols') + yang_ni_pr_path = 'protocol[identifier="{:s}"][name="{:s}"]'.format(identifier, proto_name) + yang_ni_pr : libyang.DContainer = yang_ni_prs.create_path(yang_ni_pr_path) + yang_ni_pr.create_path('config/identifier', identifier) + yang_ni_pr.create_path('config/name', proto_name) + yang_ni_pr.create_path('config/enabled', True ) + + str_data = yang_ni_pr.print_mem('json') + json_data = json.loads(str_data) + json_data = json_data['openconfig-network-instance:protocol'][0] + str_data = json.dumps(json_data) + return str_path, str_data + + def parse( + self, json_data : Dict, yang_handler : YangHandler + ) -> List[Tuple[str, Dict[str, Any]]]: + LOGGER.debug('[parse] json_data = {:s}'.format(str(json_data))) + response = [] + return response diff --git a/src/device/service/drivers/gnmi_openconfig/handlers/NetworkInstanceStaticRoute.py b/src/device/service/drivers/gnmi_openconfig/handlers/NetworkInstanceStaticRoute.py index 6294f9c9bf46b3b60da48f19c08ad57f096fa39b..9f80b647b8e1188c80609dbdb47bbe9ea0d68b5f 100644 --- a/src/device/service/drivers/gnmi_openconfig/handlers/NetworkInstanceStaticRoute.py +++ b/src/device/service/drivers/gnmi_openconfig/handlers/NetworkInstanceStaticRoute.py @@ -12,50 +12,90 @@ # See the License for the specific language governing permissions and # limitations under the License. -import json, logging +import json, libyang, logging from typing import Any, Dict, List, Tuple from ._Handler import _Handler +from .Tools import get_int, get_str +from .YangHandler import YangHandler LOGGER = logging.getLogger(__name__) class NetworkInstanceStaticRouteHandler(_Handler): - def get_resource_key(self) -> str: return '/network_instance/static_route' - def get_path(self) -> str: return '/network-instances/network-instance/static_route' + def get_resource_key(self) -> str: return '/network_instance/protocols/static_route' + def get_path(self) -> str: + return '/openconfig-network-instance:network-instances/network-instance/protocols/protocol/static-routes' - def compose(self, resource_key : str, resource_value : Dict, delete : bool = False) -> Tuple[str, str]: - ni_name = str(resource_value['name' ]) # test-svc - prefix = str(resource_value['prefix' ]) # '172.0.1.0/24' + def compose( + self, resource_key : str, resource_value : Dict, yang_handler : YangHandler, delete : bool = False + ) -> Tuple[str, str]: + ni_name = get_str(resource_value, 'name' ) # test-svc + identifier = get_str(resource_value, 'identifier') # 'STATIC' + proto_name = get_str(resource_value, 'protocol_name') # 'STATIC' + prefix = get_str(resource_value, 'prefix') # '172.0.1.0/24' + + if ':' not in identifier: + identifier = 'openconfig-policy-types:{:s}'.format(identifier) - identifier = 'STATIC' - name = 'static' if delete: PATH_TMPL = '/network-instances/network-instance[name={:s}]/protocols' PATH_TMPL += '/protocol[identifier={:s}][name={:s}]/static-routes/static[prefix={:s}]' - str_path = PATH_TMPL.format(ni_name, identifier, name, prefix) + str_path = PATH_TMPL.format(ni_name, identifier, proto_name, prefix) str_data = json.dumps({}) return str_path, str_data - next_hop = str(resource_value['next_hop' ]) # '172.0.0.1' - next_hop_index = int(resource_value.get('next_hop_index', 0)) # 0 + next_hop = get_str(resource_value, 'next_hop') # '172.0.0.1' + metric = get_int(resource_value, 'metric' ) # 20 + index = get_str(resource_value, 'index' ) # AUTO_1_172-0-0-1 + if index is None: + index = 'AUTO_{:d}_{:s}'.format(metric, next_hop) PATH_TMPL = '/network-instances/network-instance[name={:s}]/protocols/protocol[identifier={:s}][name={:s}]' - str_path = PATH_TMPL.format(ni_name, identifier, name) - str_data = json.dumps({ - 'identifier': identifier, 'name': name, - 'config': {'identifier': identifier, 'name': name, 'enabled': True}, - 'static_routes': {'static': [{ - 'prefix': prefix, - 'config': {'prefix': prefix}, - 'next_hops': { - 'next-hop': [{ - 'index': next_hop_index, - 'config': {'index': next_hop_index, 'next_hop': next_hop} - }] - } - }]} - }) + str_path = PATH_TMPL.format(ni_name, identifier, proto_name) + #str_data = json.dumps({ + # 'identifier': identifier, 'name': name, + # 'config': {'identifier': identifier, 'name': name, 'enabled': True}, + # 'static_routes': {'static': [{ + # 'prefix': prefix, + # 'config': {'prefix': prefix}, + # 'next_hops': { + # 'next-hop': [{ + # 'index': next_hop_index, + # 'config': {'index': next_hop_index, 'next_hop': next_hop} + # }] + # } + # }]} + #}) + + yang_nis : libyang.DContainer = yang_handler.get_data_path('/openconfig-network-instance:network-instances') + yang_ni : libyang.DContainer = yang_nis.create_path('network-instance[name="{:s}"]'.format(ni_name)) + yang_ni_prs : libyang.DContainer = yang_ni.create_path('protocols') + yang_ni_pr_path = 'protocol[identifier="{:s}"][name="{:s}"]'.format(identifier, proto_name) + yang_ni_pr : libyang.DContainer = yang_ni_prs.create_path(yang_ni_pr_path) + yang_ni_pr.create_path('config/identifier', identifier) + yang_ni_pr.create_path('config/name', proto_name) + yang_ni_pr.create_path('config/enabled', True ) + + yang_ni_pr_srs : libyang.DContainer = yang_ni_pr.create_path('static-routes') + yang_ni_pr_sr_path = 'static[prefix="{:s}"]'.format(prefix) + yang_ni_pr_sr : libyang.DContainer = yang_ni_pr_srs.create_path(yang_ni_pr_sr_path) + yang_ni_pr_sr.create_path('config/prefix', prefix) + + yang_ni_pr_sr_nhs : libyang.DContainer = yang_ni_pr_sr.create_path('next-hops') + yang_ni_pr_sr_nh_path = 'next-hop[index="{:s}"]'.format(index) + yang_ni_pr_sr_nh : libyang.DContainer = yang_ni_pr_sr_nhs.create_path(yang_ni_pr_sr_nh_path) + yang_ni_pr_sr_nh.create_path('config/index', index) + yang_ni_pr_sr_nh.create_path('config/next-hop', next_hop) + yang_ni_pr_sr_nh.create_path('config/metric', metric) + + str_data = yang_ni_pr.print_mem('json') + json_data = json.loads(str_data) + json_data = json_data['openconfig-network-instance:protocol'][0] + str_data = json.dumps(json_data) return str_path, str_data - def parse(self, json_data : Dict) -> List[Tuple[str, Dict[str, Any]]]: + def parse( + self, json_data : Dict, yang_handler : YangHandler + ) -> List[Tuple[str, Dict[str, Any]]]: + LOGGER.debug('[parse] json_data = {:s}'.format(str(json_data))) response = [] return response diff --git a/src/device/service/drivers/gnmi_openconfig/handlers/Tools.py b/src/device/service/drivers/gnmi_openconfig/handlers/Tools.py index 358c7de9fa3b9c46c4a7c70142deb1c2ab396ad0..f258de926d44c48a655eab877eeb0350df511b69 100644 --- a/src/device/service/drivers/gnmi_openconfig/handlers/Tools.py +++ b/src/device/service/drivers/gnmi_openconfig/handlers/Tools.py @@ -13,7 +13,7 @@ # limitations under the License. import re -from typing import Any, Dict, Iterable +from typing import Any, Callable, Dict, Iterable, Optional RE_REMOVE_FILTERS = re.compile(r'\[[^\]]+\]') RE_REMOVE_NAMESPACES = re.compile(r'\/[a-zA-Z0-9\_\-]+:') @@ -23,8 +23,39 @@ def get_schema(resource_key : str): resource_key = RE_REMOVE_NAMESPACES.sub('/', resource_key) return resource_key -def dict_get_first(d : Dict, field_names : Iterable[str], default=None) -> Any: - for field_name in field_names: - if field_name not in d: continue - return d[field_name] +def container_get_first( + container : Dict[str, Any], key_name : str, namespace : Optional[str]=None, namespaces : Iterable[str]=tuple(), + default : Optional[Any] = None +) -> Any: + value = container.get(key_name) + if value is not None: return value + + if namespace is not None: + if len(namespaces) > 0: + raise Exception('At maximum, one of namespace or namespaces can be specified') + namespaces = (namespace,) + + for namespace in namespaces: + namespace_key_name = '{:s}:{:s}'.format(namespace, key_name) + if namespace_key_name in container: return container[namespace_key_name] + return default + +def get_value( + resource_value : Dict, field_name : str, cast_func : Callable = lambda x:x, default : Optional[Any] = None +) -> Optional[Any]: + field_value = resource_value.get(field_name, default) + if field_value is not None: field_value = cast_func(field_value) + return field_value + +def get_bool(resource_value : Dict, field_name : bool, default : Optional[Any] = None) -> bool: + return get_value(resource_value, field_name, cast_func=bool, default=default) + +def get_float(resource_value : Dict, field_name : float, default : Optional[Any] = None) -> float: + return get_value(resource_value, field_name, cast_func=float, default=default) + +def get_int(resource_value : Dict, field_name : int, default : Optional[Any] = None) -> int: + return get_value(resource_value, field_name, cast_func=int, default=default) + +def get_str(resource_value : Dict, field_name : str, default : Optional[Any] = None) -> str: + return get_value(resource_value, field_name, cast_func=str, default=default) diff --git a/src/device/service/drivers/gnmi_openconfig/handlers/YangHandler.py b/src/device/service/drivers/gnmi_openconfig/handlers/YangHandler.py new file mode 100644 index 0000000000000000000000000000000000000000..944dfa60781162d841c5da12813a4581c282471b --- /dev/null +++ b/src/device/service/drivers/gnmi_openconfig/handlers/YangHandler.py @@ -0,0 +1,110 @@ +# Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +import json, libyang, logging, os +from typing import Dict, Optional + +YANG_BASE_PATH = os.path.join(os.path.dirname(__file__), '..', 'git', 'openconfig', 'public') +YANG_SEARCH_PATHS = ':'.join([ + os.path.join(YANG_BASE_PATH, 'release'), + os.path.join(YANG_BASE_PATH, 'third_party'), +]) + +YANG_MODULES = [ + 'iana-if-type', + 'openconfig-bgp-types', + 'openconfig-vlan-types', + + 'openconfig-interfaces', + 'openconfig-if-8021x', + 'openconfig-if-aggregate', + 'openconfig-if-ethernet-ext', + 'openconfig-if-ethernet', + 'openconfig-if-ip-ext', + 'openconfig-if-ip', + 'openconfig-if-poe', + 'openconfig-if-sdn-ext', + 'openconfig-if-tunnel', + + 'openconfig-vlan', + + 'openconfig-types', + 'openconfig-policy-types', + 'openconfig-mpls-types', + 'openconfig-network-instance-types', + 'openconfig-network-instance', + + 'openconfig-platform', + 'openconfig-platform-controller-card', + 'openconfig-platform-cpu', + 'openconfig-platform-ext', + 'openconfig-platform-fabric', + 'openconfig-platform-fan', + 'openconfig-platform-integrated-circuit', + 'openconfig-platform-linecard', + 'openconfig-platform-pipeline-counters', + 'openconfig-platform-port', + 'openconfig-platform-psu', + 'openconfig-platform-software', + 'openconfig-platform-transceiver', + 'openconfig-platform-types', +] + +LOGGER = logging.getLogger(__name__) + +class YangHandler: + def __init__(self) -> None: + self._yang_context = libyang.Context(YANG_SEARCH_PATHS) + self._loaded_modules = set() + for yang_module_name in YANG_MODULES: + LOGGER.info('Loading module: {:s}'.format(str(yang_module_name))) + self._yang_context.load_module(yang_module_name).feature_enable_all() + self._loaded_modules.add(yang_module_name) + self._data_path_instances = dict() + + def get_data_paths(self) -> Dict[str, libyang.DNode]: + return self._data_path_instances + + def get_data_path(self, path : str) -> libyang.DNode: + data_path_instance = self._data_path_instances.get(path) + if data_path_instance is None: + data_path_instance = self._yang_context.create_data_path(path) + self._data_path_instances[path] = data_path_instance + return data_path_instance + + def parse_to_dict( + self, request_path : str, json_data : Dict, fmt : str = 'json', strict : bool = True + ) -> Dict: + if fmt != 'json': raise Exception('Unsupported format: {:s}'.format(str(fmt))) + LOGGER.debug('request_path = {:s}'.format(str(request_path))) + LOGGER.debug('json_data = {:s}'.format(str(json_data))) + LOGGER.debug('format = {:s}'.format(str(fmt))) + + parent_path_parts = list(filter(lambda s: len(s) > 0, request_path.split('/'))) + for parent_path_part in reversed(parent_path_parts): + json_data = {parent_path_part: json_data} + str_data = json.dumps(json_data) + + dnode : Optional[libyang.DNode] = self._yang_context.parse_data_mem( + str_data, fmt, strict=strict, parse_only=True, #validate_present=True, #validate=True, + ) + if dnode is None: raise Exception('Unable to parse Data({:s})'.format(str(json_data))) + + parsed = dnode.print_dict() + LOGGER.debug('parsed = {:s}'.format(json.dumps(parsed))) + dnode.free() + return parsed + + def destroy(self) -> None: + self._yang_context.destroy() diff --git a/src/device/service/drivers/gnmi_openconfig/handlers/_Handler.py b/src/device/service/drivers/gnmi_openconfig/handlers/_Handler.py index f051c43534ab4e1d6c15a34ae2070067034ba9e1..215a4d499e534ca9797c487adb0c798487a4a7cf 100644 --- a/src/device/service/drivers/gnmi_openconfig/handlers/_Handler.py +++ b/src/device/service/drivers/gnmi_openconfig/handlers/_Handler.py @@ -13,6 +13,7 @@ # limitations under the License. from typing import Any, Dict, List, Tuple +from .YangHandler import YangHandler class _Handler: def get_resource_key(self) -> str: @@ -23,10 +24,14 @@ class _Handler: # Retrieve the OpenConfig path schema used to interrogate the device raise NotImplementedError() - def compose(self, resource_key : str, resource_value : Dict, delete : bool = False) -> Tuple[str, str]: + def compose( + self, resource_key : str, resource_value : Dict, yang_handler : YangHandler, delete : bool = False + ) -> Tuple[str, str]: # Compose a Set/Delete message based on the resource_key/resource_value fields, and the delete flag raise NotImplementedError() - def parse(self, json_data : Dict) -> List[Tuple[str, Dict[str, Any]]]: + def parse( + self, json_data : Dict, yang_handler : YangHandler + ) -> List[Tuple[str, Dict[str, Any]]]: # Parse a Reply from the device and return a list of resource_key/resource_value pairs raise NotImplementedError() diff --git a/src/device/service/drivers/gnmi_openconfig/handlers/__init__.py b/src/device/service/drivers/gnmi_openconfig/handlers/__init__.py index 4ff8e8b38b4a76ba9bb0d2b91fb70b54b06a170e..b36313bb2030ed9d07f1f3c198ea9447a0cafbaa 100644 --- a/src/device/service/drivers/gnmi_openconfig/handlers/__init__.py +++ b/src/device/service/drivers/gnmi_openconfig/handlers/__init__.py @@ -13,7 +13,7 @@ # limitations under the License. import logging -from typing import Dict, List, Optional, Tuple, Union +from typing import Any, Dict, List, Optional, Tuple, Union from device.service.driver_api._Driver import RESOURCE_ENDPOINTS, RESOURCE_INTERFACES, RESOURCE_NETWORK_INSTANCES from ._Handler import _Handler from .Component import ComponentHandler @@ -21,8 +21,10 @@ from .Interface import InterfaceHandler from .InterfaceCounter import InterfaceCounterHandler from .NetworkInstance import NetworkInstanceHandler from .NetworkInstanceInterface import NetworkInstanceInterfaceHandler +from .NetworkInstanceProtocol import NetworkInstanceProtocolHandler from .NetworkInstanceStaticRoute import NetworkInstanceStaticRouteHandler from .Tools import get_schema +from .YangHandler import YangHandler LOGGER = logging.getLogger(__name__) @@ -31,6 +33,7 @@ ifaceh = InterfaceHandler() ifctrh = InterfaceCounterHandler() nih = NetworkInstanceHandler() niifh = NetworkInstanceInterfaceHandler() +niph = NetworkInstanceProtocolHandler() nisrh = NetworkInstanceStaticRouteHandler() ALL_RESOURCE_KEYS = [ @@ -46,9 +49,10 @@ RESOURCE_KEY_MAPPER = { } PATH_MAPPER = { - '/components' : comph.get_path(), - '/interfaces' : ifaceh.get_path(), - '/network-instances' : nih.get_path(), + '/components' : comph.get_path(), + '/components/component' : comph.get_path(), + '/interfaces' : ifaceh.get_path(), + '/network-instances' : nih.get_path(), } RESOURCE_KEY_TO_HANDLER = { @@ -57,6 +61,7 @@ RESOURCE_KEY_TO_HANDLER = { ifctrh.get_resource_key() : ifctrh, nih.get_resource_key() : nih, niifh.get_resource_key() : niifh, + niph.get_resource_key() : niph, nisrh.get_resource_key() : nisrh, } @@ -66,11 +71,13 @@ PATH_TO_HANDLER = { ifctrh.get_path() : ifctrh, nih.get_path() : nih, niifh.get_path() : niifh, + niph.get_path() : niph, nisrh.get_path() : nisrh, } def get_handler( - resource_key : Optional[str] = None, path : Optional[str] = None, raise_if_not_found=True + resource_key : Optional[str] = None, path : Optional[str] = None, + raise_if_not_found=True ) -> Optional[_Handler]: if (resource_key is None) == (path is None): MSG = 'Exactly one of resource_key({:s}) or path({:s}) must be specified' @@ -88,16 +95,24 @@ def get_handler( path_schema = PATH_MAPPER.get(path_schema, path_schema) handler = PATH_TO_HANDLER.get(path_schema) if handler is None and raise_if_not_found: - MSG = 'Handler not found: resource_key={:s} resource_key_schema={:s}' + MSG = 'Handler not found: path={:s} path_schema={:s}' # pylint: disable=broad-exception-raised - raise Exception(MSG.format(str(resource_key), str(resource_key_schema))) + raise Exception(MSG.format(str(path), str(path_schema))) return handler def get_path(resource_key : str) -> str: - return get_handler(resource_key=resource_key).get_path() + handler = get_handler(resource_key=resource_key) + return handler.get_path() -def parse(str_path : str, value : Union[Dict, List]): - return get_handler(path=str_path).parse(value) +def parse( + str_path : str, value : Union[Dict, List], yang_handler : YangHandler +) -> List[Tuple[str, Dict[str, Any]]]: + handler = get_handler(path=str_path) + return handler.parse(value, yang_handler) -def compose(resource_key : str, resource_value : Union[Dict, List], delete : bool = False) -> Tuple[str, str]: - return get_handler(resource_key=resource_key).compose(resource_key, resource_value, delete=delete) +def compose( + resource_key : str, resource_value : Union[Dict, List], + yang_handler : YangHandler, delete : bool = False +) -> Tuple[str, str]: + handler = get_handler(resource_key=resource_key) + return handler.compose(resource_key, resource_value, yang_handler, delete=delete) diff --git a/src/device/service/drivers/gnmi_openconfig/tools/Capabilities.py b/src/device/service/drivers/gnmi_openconfig/tools/Capabilities.py index 093a96233f26399be4e224a48a78ea6329da4304..66b30da9832e661b35e1f13b3e3a47c7a50098cb 100644 --- a/src/device/service/drivers/gnmi_openconfig/tools/Capabilities.py +++ b/src/device/service/drivers/gnmi_openconfig/tools/Capabilities.py @@ -17,7 +17,7 @@ from common.tools.grpc.Tools import grpc_message_to_json from ..gnmi.gnmi_pb2 import CapabilityRequest # pylint: disable=no-name-in-module from ..gnmi.gnmi_pb2_grpc import gNMIStub -def get_supported_encodings( +def check_capabilities( stub : gNMIStub, username : str, password : str, timeout : Optional[int] = None ) -> Set[Union[str, int]]: metadata = [('username', username), ('password', password)] @@ -25,6 +25,17 @@ def get_supported_encodings( reply = stub.Capabilities(req, metadata=metadata, timeout=timeout) data = grpc_message_to_json(reply) + + gnmi_version = data.get('gNMI_version') + if gnmi_version is None or gnmi_version != '0.7.0': + raise Exception('Unsupported gNMI version: {:s}'.format(str(gnmi_version))) + + #supported_models = { + # supported_model['name']: supported_model['version'] + # for supported_model in data.get('supported_models', []) + #} + # TODO: check supported models and versions + supported_encodings = { supported_encoding for supported_encoding in data.get('supported_encodings', []) @@ -33,4 +44,6 @@ def get_supported_encodings( if len(supported_encodings) == 0: # pylint: disable=broad-exception-raised raise Exception('No supported encodings found') - return supported_encodings + if 'JSON_IETF' not in supported_encodings: + # pylint: disable=broad-exception-raised + raise Exception('JSON_IETF encoding not supported') diff --git a/src/device/service/drivers/gnmi_openconfig/tools/Path.py b/src/device/service/drivers/gnmi_openconfig/tools/Path.py index 7ce0631dada58ce581900c974a0b24d170df2f39..1955fc4d94eff0106d324a067809f93151da5699 100644 --- a/src/device/service/drivers/gnmi_openconfig/tools/Path.py +++ b/src/device/service/drivers/gnmi_openconfig/tools/Path.py @@ -19,8 +19,8 @@ from ..gnmi.gnmi_pb2 import Path, PathElem RE_PATH_SPLIT = re.compile(r'/(?=(?:[^\[\]]|\[[^\[\]]+\])*$)') RE_PATH_KEYS = re.compile(r'\[(.*?)\]') -def path_from_string(path='/'): - if not path: return Path(elem=[]) +def path_from_string(path='/'): #, origin='openconfig' + if not path: return Path(elem=[]) #, origin=origin if path[0] == '/': if path[-1] == '/': @@ -40,7 +40,7 @@ def path_from_string(path='/'): dict_keys = dict(x.split('=', 1) for x in elem_keys) path.append(PathElem(name=elem_name, key=dict_keys)) - return Path(elem=path) + return Path(elem=path) #, origin=origin def path_to_string(path : Path) -> str: path_parts = list() diff --git a/src/device/service/drivers/gnmi_openconfig/tools/Value.py b/src/device/service/drivers/gnmi_openconfig/tools/Value.py index 077bdd40ec8859202b8e8e6053b731339edfe7fe..325dacd51b8b1157ea63ff71eed1f9a758d56c3b 100644 --- a/src/device/service/drivers/gnmi_openconfig/tools/Value.py +++ b/src/device/service/drivers/gnmi_openconfig/tools/Value.py @@ -13,9 +13,36 @@ # limitations under the License. import base64, json -from typing import Any +from typing import Any, Dict, List, Union from ..gnmi.gnmi_pb2 import TypedValue +REMOVE_NAMESPACES = ( + 'arista-intf-augments', + 'arista-netinst-augments', + 'openconfig-hercules-platform', +) + +def remove_fields(key : str) -> bool: + parts = key.split(':') + if len(parts) == 1: return False + namespace = parts[0].lower() + return namespace in REMOVE_NAMESPACES + +def recursive_remove_keys(container : Union[Dict, List, Any]) -> None: + if isinstance(container, dict): + remove_keys = [ + key + for key in container.keys() + if remove_fields(key) + ] + for key in remove_keys: + container.pop(key, None) + for value in container.values(): + recursive_remove_keys(value) + elif isinstance(container, list): + for value in container: + recursive_remove_keys(value) + def decode_value(value : TypedValue) -> Any: encoding = value.WhichOneof('value') if encoding == 'json_val': @@ -31,9 +58,13 @@ def decode_value(value : TypedValue) -> Any: raise NotImplementedError() #return value elif encoding == 'json_ietf_val': - value : str = value.json_ietf_val + str_value : str = value.json_ietf_val.decode('UTF-8') try: - return json.loads(value) + # Cleanup and normalize the records according to OpenConfig + #str_value = str_value.replace('openconfig-platform-types:', 'oc-platform-types:') + json_value = json.loads(str_value) + recursive_remove_keys(json_value) + return json_value except json.decoder.JSONDecodeError: # Assume is Base64-encoded b_b64_value = value.encode('UTF-8') diff --git a/src/device/service/drivers/oc_driver/OCDriver.py b/src/device/service/drivers/oc_driver/OCDriver.py index 3d0078c85eedd72c0d8df3b5e4aec3372a6f5782..b75d627b422f93fe1b9b0c06caed46c87d83a135 100644 --- a/src/device/service/drivers/oc_driver/OCDriver.py +++ b/src/device/service/drivers/oc_driver/OCDriver.py @@ -15,10 +15,8 @@ import json import logging, pytz, queue, re, threading #import lxml.etree as ET - from typing import Any, List, Tuple, Union from apscheduler.executors.pool import ThreadPoolExecutor - from apscheduler.jobstores.memory import MemoryJobStore from apscheduler.schedulers.background import BackgroundScheduler from ncclient.manager import Manager, connect_ssh @@ -30,16 +28,15 @@ from device.service.driver_api._Driver import _Driver from device.service.driver_api.AnyTreeTools import TreeNode from .templates.VPN.common import seperate_port_config #from .Tools import xml_pretty_print, xml_to_dict, xml_to_file - -from .templates.VPN.roadms import (create_media_channel,create_optical_band, disable_media_channel - , delete_optical_band,create_media_channel_v2) -from .templates.VPN.transponder import (edit_optical_channel ,change_optical_channel_status) +from .templates.VPN.roadms import ( + create_optical_band, disable_media_channel, delete_optical_band, create_media_channel_v2 +) +from .templates.VPN.transponder import edit_optical_channel, change_optical_channel_status from .RetryDecorator import retry from context.client.ContextClient import ContextClient -from common.proto.context_pb2 import ( - OpticalConfig) +from common.proto.context_pb2 import OpticalConfig from .templates.descovery_tool.transponders import transponder_values_extractor -from .templates.descovery_tool.roadms import roadm_values_extractor ,extract_media_channels +from .templates.descovery_tool.roadms import roadm_values_extractor, extract_media_channels from .templates.descovery_tool.open_roadm import openroadm_values_extractor from .templates.VPN.openroadm import network_media_channel_handler @@ -60,13 +57,14 @@ RE_GET_ENDPOINT_FROM_INTERFACE_XPATH = re.compile(r".*interface\[oci\:name\='([^ SAMPLE_EVICTION_SECONDS = 30.0 # seconds SAMPLE_RESOURCE_KEY = 'interfaces/interface/state/counters' -transponder_filter_fields= ["frequency","target-output-power","operational-mode","line-port","admin-state"] +transponder_filter_fields = ["frequency", "target-output-power", "operational-mode", "line-port", "admin-state"] MAX_RETRIES = 15 DELAY_FUNCTION = delay_exponential(initial=0.01, increment=2.0, maximum=5.0) RETRY_DECORATOR = retry(max_retries=MAX_RETRIES, delay_function=DELAY_FUNCTION, prepare_method_name='connect') context_client= ContextClient() port_xml_filter=f"/components/component[state[type='oc-platform-types:PORT']]/*" transceiver_xml_filter="/components/component[state[type='oc-platform-types:TRANSCEIVER']]/*" + class NetconfSessionHandler: def __init__(self, address : str, port : int, **settings) -> None: self.__lock = threading.RLock() @@ -114,10 +112,10 @@ class NetconfSessionHandler: @property def vendor(self): return self.__vendor - + @property def version(self): return self.__version - + @property def message_renderer(self): return self.__message_renderer @@ -125,7 +123,6 @@ class NetconfSessionHandler: def get(self, filter=None, with_defaults=None): # pylint: disable=redefined-builtin with self.__lock: config=self.__manager.get(filter=filter, with_defaults=with_defaults) - return config @RETRY_DECORATOR @@ -133,20 +130,16 @@ class NetconfSessionHandler: self, config, target='running', default_operation=None, test_option=None, error_option=None, format='xml' # pylint: disable=redefined-builtin ): - response = None with self.__lock: response= self.__manager.edit_config( config, target=target, default_operation=default_operation, test_option=test_option, error_option=error_option, format=format) - logging.info(f"resonse from edit {response}") + str_respones = str(response) if re.search(r'<ok/>', str_respones): - return True - - return False - + return False @RETRY_DECORATOR def locked(self, target): @@ -155,7 +148,7 @@ class NetconfSessionHandler: @RETRY_DECORATOR def commit(self, confirmed=False, timeout=None, persist=None, persist_id=None): return self.__manager.commit(confirmed=confirmed, timeout=timeout, persist=persist, persist_id=persist_id) - + DRIVER_NAME = 'oc' METRICS_POOL = MetricsPool('Device', 'Driver', labels={'driver': DRIVER_NAME}) def edit_config( # edit the configuration of openconfig devices @@ -184,8 +177,8 @@ def edit_config( else : #roadm media-channel str_config_messages=create_media_channel_v2(resources) - #Disabling of the Configuration - else : + #Disabling of the Configuration + else: # Device type is Transponder if (conditions['edit_type'] == "optical-channel"): _,ports,_=seperate_port_config(resources) @@ -196,35 +189,27 @@ def edit_config( str_config_messages=delete_optical_band(resources) else : str_config_messages=disable_media_channel(resources) - - - - logging.info(f" edit messages {str_config_messages}") - + for str_config_message in str_config_messages: - # configuration of the received templates - if str_config_message is None: raise UnsupportedResourceKeyException("CONFIG") - - result= netconf_handler.edit_config( # configure the device - config=str_config_message, target=target, default_operation=default_operation, - test_option=test_option, error_option=error_option, format=format) - if commit_per_rule: - netconf_handler.commit() # configuration commit - + # configuration of the received templates + if str_config_message is None: raise UnsupportedResourceKeyException("CONFIG") + result= netconf_handler.edit_config( # configure the device + config=str_config_message, target=target, default_operation=default_operation, + test_option=test_option, error_option=error_option, format=format) + if commit_per_rule: + netconf_handler.commit() # configuration commit + #results[i] = True results.append(result) - + return results - class OCDriver(_Driver): def __init__(self, address : str, port : int,device_uuid=None, **settings) -> None: super().__init__(DRIVER_NAME, address, port, **settings) self.__logger = logging.getLogger('{:s}:[{:s}:{:s}]'.format(str(__name__), str(self.address), str(self.port))) self.__lock = threading.Lock() - - - self.__subscriptions = TreeNode('.') + self.__started = threading.Event() self.__terminate = threading.Event() self.__scheduler = BackgroundScheduler(daemon=True) @@ -234,31 +219,24 @@ class OCDriver(_Driver): job_defaults = {'coalesce': False, 'max_instances': 3}, timezone=pytz.utc) self._temp_address=f"{address}{port}" - self.__out_samples = queue.Queue() - logging.info(f"setting ocdriver address {self.address} and {self.port} {self.settings}") + self.__netconf_handler = NetconfSessionHandler(self.address, self.port, **(self.settings)) self.__type = self.settings.get("type","optical-transponder") - self.__device_uuid=device_uuid - self.__pending_tasks=[] + self.__device_uuid = device_uuid self.Connect() - logging.info(f"settings {settings}") def Connect(self) -> bool: with self.__lock: if self.__started.is_set(): return True self.__netconf_handler.connect() - self.__scheduler.start() self.__started.set() return True def Disconnect(self) -> bool: with self.__lock: - self.__terminate.set() - if not self.__started.is_set(): return True - self.__scheduler.shutdown() self.__netconf_handler.disconnect() return True @@ -270,100 +248,91 @@ class OCDriver(_Driver): @metered_subclass_method(METRICS_POOL) def GetConfig(self, resource_keys : List[str] = []) -> List[Tuple[str, Union[Any, None, Exception]]]: - - chk_type('resources', resource_keys, list) results = [] opticalConfig= OpticalConfig() - - with self.__lock: - - config={} - transceivers={} - oc_values={} - ports_result=[] - oc_values["type"]=self.__type - try: + with self.__lock: + config = {} + transceivers = {} + oc_values = {} + ports_result = [] + oc_values["type"] = self.__type + try: xml_data = self.__netconf_handler.get().data_xml - logging.info(f"type {self.__type}") - if (self.__type == "optical-transponder"): - - extracted_values=transponder_values_extractor(data_xml=xml_data,resource_keys=transponder_filter_fields,dic=config) - transceivers,optical_channels_params,channel_namespace,endpoints,ports_result=extracted_values - oc_values["channels"]=optical_channels_params - oc_values["transceivers"]=transceivers - oc_values["channel_namespace"]=channel_namespace - oc_values["endpoints"]=endpoints - oc_values["ports"]=ports_result - elif (self.__type =='openroadm') : - extracted_values=openroadm_values_extractor(data_xml=xml_data,resource_keys=[],dic=oc_values) + if self.__type == "optical-transponder": + extracted_values = transponder_values_extractor( + data_xml=xml_data, resource_keys=transponder_filter_fields, dic=config + ) + transceivers, optical_channels_params, channel_namespace, endpoints, ports_result = extracted_values + oc_values["channels"] = optical_channels_params + oc_values["transceivers"] = transceivers + oc_values["channel_namespace"] = channel_namespace + oc_values["endpoints"] = endpoints + oc_values["ports"] = ports_result + elif (self.__type =='openroadm'): + extracted_values=openroadm_values_extractor(data_xml=xml_data, resource_keys=[], dic=oc_values) ports_result = extracted_values[1] oc_values['interfaces']=extracted_values[0]['interfaces'] - - - - - else : - extracted_values=roadm_values_extractor(data_xml=xml_data,resource_keys=[],dic=config) + else: + extracted_values = roadm_values_extractor(data_xml=xml_data, resource_keys=[], dic=config) ports_result = extracted_values[0] oc_values['optical_bands']=extracted_values[1] oc_values['media_channels']=extracted_values[2] - #results.append((resource_key, e)) # if validation fails, store the exception - + #results.append((resource_key, e)) # if validation fails, store the exception + #///////////////////////// store optical configurtaion //////////////////////////////////////////////////////// - - + opticalConfig.config=json.dumps(oc_values) if self.__device_uuid is not None: - opticalConfig.device_id.device_uuid.uuid=self.__device_uuid results.append((f"/opticalconfigs/opticalconfig/{self.__device_uuid}",{"opticalconfig":opticalConfig})) # context_client.connect() # config_id=context_client.SetOpticalConfig(opticalConfig) - # context_client.close() except Exception as e: # pylint: disable=broad-except - MSG = 'Exception retrieving {:s}' - self.__logger.info("error from getConfig %s",e) - self.__logger.exception(MSG.format(e)) - - if(len(ports_result)>0) : results.extend(ports_result) - logging.info(f"from OCDriver {results}") + MSG = 'Exception retrieving {:s}' + self.__logger.info("error from getConfig %s",e) + self.__logger.exception(MSG.format(e)) + + if len(ports_result) > 0: results.extend(ports_result) return results @metered_subclass_method(METRICS_POOL) def SetConfig(self, resources : List[Tuple[str, Any]],conditions:dict) -> List[Union[bool, Exception]]: - logging.info(f"from setConfig {resources}") - logging.info(f"from setConfig condititons {conditions}") if len(resources) == 0: return [] - results=[] + results = [] with self.__lock: - if self.__netconf_handler.use_candidate: - with self.__netconf_handler.locked(target='candidate'): - results = edit_config( - self.__netconf_handler, self.__logger, resources,conditions, target='candidate', - commit_per_rule=self.__netconf_handler.commit_per_rule - ,) + if self.__netconf_handler.use_candidate: + with self.__netconf_handler.locked(target='candidate'): + results = edit_config( + self.__netconf_handler, self.__logger, resources, conditions, target='candidate', + commit_per_rule=self.__netconf_handler.commit_per_rule + ) else: - results = edit_config(self.__netconf_handler, self.__logger, resources,conditions=conditions - ) + results = edit_config( + self.__netconf_handler, self.__logger, resources, conditions=conditions + ) return results @metered_subclass_method(METRICS_POOL) - def DeleteConfig(self, resources : List[Tuple[str, Any]],conditions:dict,optical_device_configuration=None) -> List[Union[bool, Exception]]: + def DeleteConfig( + self, resources : List[Tuple[str, Any]], conditions : dict, + optical_device_configuration = None + ) -> List[Union[bool, Exception]]: chk_type('resources', resources, list) if len(resources) == 0: return [] - + with self.__lock: if self.__netconf_handler.use_candidate: with self.__netconf_handler.locked(target='candidate'): results = edit_config( self.__netconf_handler, self.__logger, resources, target='candidate', delete=True, - commit_per_rule=self.__netconf_handler.commit_per_rule,conditions=conditions) + commit_per_rule=self.__netconf_handler.commit_per_rule, conditions=conditions + ) else: - results = edit_config(self.__netconf_handler, self.__logger, resources, delete=True,conditions=conditions) + results = edit_config( + self.__netconf_handler, self.__logger, resources, delete=True, conditions=conditions + ) return results - - diff --git a/src/device/service/drivers/oc_driver/templates/Interfaces/interfaces.py b/src/device/service/drivers/oc_driver/templates/Interfaces/interfaces.py index 87ba8835ac6f7ad66a709be90195e6597bc2bf6c..b8c3812f292270b63dbe1391d922cbd989415458 100644 --- a/src/device/service/drivers/oc_driver/templates/Interfaces/interfaces.py +++ b/src/device/service/drivers/oc_driver/templates/Interfaces/interfaces.py @@ -14,6 +14,7 @@ from yattag import Doc, indent import logging + def interface_template (interface_data:dict) : data={"name":"eth0","ip":"192.168.1.1","prefix-length":'24'} doc, tag, text = Doc().tagtext() @@ -31,13 +32,10 @@ def interface_template (interface_data:dict) : with tag('config'): with tag('ip'):text(interface_data["ip"]) with tag('prefix-length'):text(interface_data["prefix-length"]) - + result = indent( doc.getvalue(), indentation = ' '*2, newline = '\r\n' ) - logging.info("interfaces %s",result) - return result - - \ No newline at end of file + return result diff --git a/src/device/service/drivers/oc_driver/templates/Tools.py b/src/device/service/drivers/oc_driver/templates/Tools.py index 93f3ce3df458d4ab726680607093b6f8968ff596..92607aca88c1581218c97484c7dfcc87831b5912 100644 --- a/src/device/service/drivers/oc_driver/templates/Tools.py +++ b/src/device/service/drivers/oc_driver/templates/Tools.py @@ -166,7 +166,7 @@ def extract_channels_based_on_type (xml_data:str): return channel_names def extract_value(resource_key:str,xml_data:str,dic:dict,channel_name:str,channel_namespace:str): - logging.info(f"resource_key {resource_key} and channgel_name {channel_name} and channel_namespace {channel_namespace}") + xml_bytes = xml_data.encode("utf-8") root = ET.fromstring(xml_bytes) channel_name=channel_name if 'index' not in channel_name else channel_name['index'] @@ -186,7 +186,7 @@ def extract_value(resource_key:str,xml_data:str,dic:dict,channel_name:str,channe else: logging.info("element is None") print(" element not found.") - logging.info(f"dic {dic}") + return dic @@ -492,7 +492,3 @@ def extract_openroadm_info(xml_data:str): if (clli is not None): roadm_info['clli']=clli.text return roadm_info - - - - diff --git a/src/device/service/drivers/oc_driver/templates/VPN/common.py b/src/device/service/drivers/oc_driver/templates/VPN/common.py index 3b21974f08f842cf6a19023f23f52e515b411a47..d84afc5563ad9cf1fbc7fda44800b90876ee302e 100644 --- a/src/device/service/drivers/oc_driver/templates/VPN/common.py +++ b/src/device/service/drivers/oc_driver/templates/VPN/common.py @@ -1,5 +1,4 @@ - -# Copyright 2022-2023 ETSI TeraFlowSDN - TFS OSG (https://tfs.etsi.org/) +# Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -14,26 +13,6 @@ # limitations under the License. -from yattag import Doc, indent -import logging - - - - - - - - - - - - - - - - - - def seperate_port_config(resources:list,unwanted_keys=[])->list[list,dict,str]: config=[] ports={} @@ -51,8 +30,6 @@ def seperate_port_config(resources:list,unwanted_keys=[])->list[list,dict,str]: return [config,ports,index] - - def extract_ports (resources:list): if len(resources) ==0 :return ports=[] @@ -60,10 +37,6 @@ def extract_ports (resources:list): if flow is not None: ports = flow['value'] return ports - - - - def filter_config(resources:list,unwanted_keys=[])->list[list,dict,str]: config=[] @@ -80,5 +53,3 @@ def filter_config(resources:list,unwanted_keys=[])->list[list,dict,str]: ports = extract_ports(resources=resources) return [config,ports,index] - - diff --git a/src/device/service/drivers/oc_driver/templates/VPN/physical.py b/src/device/service/drivers/oc_driver/templates/VPN/physical.py index cc59c721b7ea4a68cc49ee23b74dfd3cab442db7..11e6df5d99f8d365eeaeec3960da52f28c717551 100644 --- a/src/device/service/drivers/oc_driver/templates/VPN/physical.py +++ b/src/device/service/drivers/oc_driver/templates/VPN/physical.py @@ -41,7 +41,7 @@ def create_optical_channel(resources:list[dict],ports:list[dict],config:list[dic data ={} data["channel_namespace"]=next((i["value"] for i in resources if i["resource_key"] == "channel_namespace"), None) #config,ports,index=seperate_port_config(resources,unwanted_keys=unwanted_keys) - logging.info(f"ports are {ports}") + port_val = "" if 'destination_port' in ports and ports['destination_port'][0] is not None: port_val = ports['destination_port'][0] @@ -127,7 +127,7 @@ def create_optical_band (resources) : results =[] unwanted_keys=['destination_port','source_port','channel_namespace','frequency','optical-band-parent'] config,ports,index= seperate_port_config(resources,unwanted_keys=unwanted_keys) - logging.info(f"BBBBBBBBBBBBB {ports}") + doc, tag, text = Doc().tagtext() #with tag('config'): with tag('config',xmlns="urn:ietf:params:xml:ns:netconf:base:1.0"): @@ -175,7 +175,7 @@ def create_media_channel (resources): results=[] unwanted_keys=['destination_port','source_port','channel_namespace','frequency','operational-mode', 'optical-band-parent'] config,ports,index= seperate_port_config(resources,unwanted_keys=unwanted_keys) - logging.info(f"BBBBBBBBBBBBB {ports}") + doc, tag, text = Doc().tagtext() #with tag('config'): with tag('config',xmlns="urn:ietf:params:xml:ns:netconf:base:1.0"): @@ -254,11 +254,11 @@ def edit_optical_channel (resources:list[dict]): channel_name=next((i["value"] for i in resources if i["resource_key"]=="channel_name" and i["value"] != None),None) admin_state= next((i["value"] for i in resources if i["resource_key"]== "admin-state" and i["value"] != None) , None) - logging.info(f"admin state is {admin_state}") + if channel_name is not None : if (admin_state is not None): results.extend(change_optical_channel_status(channel_name=channel_name,state=admin_state,ports=ports)) if admin_state is None : results.extend(create_optical_channel(resources=resources,ports=ports,config=config) ) - return results \ No newline at end of file + return results diff --git a/src/device/service/drivers/oc_driver/templates/VPN/roadms.py b/src/device/service/drivers/oc_driver/templates/VPN/roadms.py index 6a83a7a03465b099d19c23b1a67ee2690384214a..7e076588cc160cf22d773476119f8e91001a5053 100644 --- a/src/device/service/drivers/oc_driver/templates/VPN/roadms.py +++ b/src/device/service/drivers/oc_driver/templates/VPN/roadms.py @@ -1,4 +1,4 @@ -# Copyright 2022-2023 ETSI TeraFlowSDN - TFS OSG (https://tfs.etsi.org/) +# Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -239,7 +239,7 @@ def create_optical_band (resources) : results =[] unwanted_keys=['destination_port','source_port','channel_namespace','frequency','optical-band-parent','handled_flow'] config,ports,index= filter_config(resources,unwanted_keys=unwanted_keys) - logging.info(f"SSSSSSSSSSSSSSS {ports}") + #with tag('config'): n = 0 for flow in ports: @@ -251,7 +251,7 @@ def create_optical_band (resources) : #with tag('optical-band', operation="create"): src,dest=flow - logging.info(f"SSSSSSSSSSSSSSS {src}, {dest}") + with tag('optical-band'): if index is not None: with tag('index'):text(str(int(index)+n)) @@ -354,4 +354,4 @@ def delete_optical_band (resources:list): newline = '' ) results.append(result) - return results \ No newline at end of file + return results diff --git a/src/device/service/drivers/oc_driver/templates/VPN/transponder.py b/src/device/service/drivers/oc_driver/templates/VPN/transponder.py index c4a2c3c521e299adf129765e88543056c6b56cb9..a41c7e9a0853a371bf1f6d8d343913c52f9365ac 100644 --- a/src/device/service/drivers/oc_driver/templates/VPN/transponder.py +++ b/src/device/service/drivers/oc_driver/templates/VPN/transponder.py @@ -1,4 +1,4 @@ -# Copyright 2022-2023 ETSI TeraFlowSDN - TFS OSG (https://tfs.etsi.org/) +# Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -13,8 +13,6 @@ # limitations under the License. - - from yattag import Doc, indent import logging @@ -72,7 +70,7 @@ def create_optical_channel(resources:list[dict],ports:list[dict],config:list[dic data ={} data["channel_namespace"]=next((i["value"] for i in resources if i["resource_key"] == "channel_namespace"), None) #config,ports,index=seperate_port_config(resources,unwanted_keys=unwanted_keys) - logging.info(f"ports are {ports}") + port_val = "" if 'destination_port' in ports and ports['destination_port'][0] is not None: port_val = ports['destination_port'][0] @@ -141,7 +139,7 @@ def change_optical_channel_status (state:str,ports:list[dict]) : def edit_optical_channel (resources:list[dict]): - logging.info(f"building xml {resources}") + unwanted_keys=['destination_port','source_port','channel_namespace' ,'optical-band-parent','index', 'name','admin-state','handled_flow'] config,ports,index=seperate_port_config(resources,unwanted_keys=unwanted_keys) @@ -149,12 +147,11 @@ def edit_optical_channel (resources:list[dict]): # channel_name=next((i["value"] for i in resources if i["resource_key"]=="channel_name" and i["value"] != None),None) # admin_state= next((i["value"] for i in resources if i["resource_key"]== "admin-state" and i["value"] != None) , None) - # logging.info(f"channel_name {channel_name}") + # results.extend(change_optical_channel_status(state=admin_state,ports=ports)) # else : - logging.info(f"config_xml {config}") - logging.info(f"ports_xml {ports}") + results.extend(create_optical_channel(resources=resources,ports=ports,config=config) ) - return results \ No newline at end of file + return results diff --git a/src/device/service/drivers/oc_driver/templates/descovery_tool/roadms.py b/src/device/service/drivers/oc_driver/templates/descovery_tool/roadms.py index 3140d5aa1b5474bd0e793756d8b24ce6c8dc6071..f7ebfde705f9e094fc74e7c0ef8f1130345cdb30 100644 --- a/src/device/service/drivers/oc_driver/templates/descovery_tool/roadms.py +++ b/src/device/service/drivers/oc_driver/templates/descovery_tool/roadms.py @@ -1,5 +1,4 @@ - -# Copyright 2022-2023 ETSI TeraFlowSDN - TFS OSG (https://tfs.etsi.org/) +# Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -13,14 +12,8 @@ # See the License for the specific language governing permissions and # limitations under the License. -import re,logging -import json +import re import lxml.etree as ET -from typing import Collection, Dict, Any - - - - def extract_channel_xmlns (data_xml:str,is_opticalband:bool): xml_bytes = data_xml.encode("utf-8") @@ -49,25 +42,19 @@ def extract_channel_xmlns (data_xml:str,is_opticalband:bool): if channels is not None: optical_channel_namespace = channels.tag.replace("optical-bands", "") namespace=optical_channel_namespace.replace("{", "").replace("}", "") - - return namespace - - def extract_optical_bands (data_xml:str,namespace:str): namespaces={"oc":namespace} xml_bytes = data_xml.encode("utf-8") root = ET.fromstring(xml_bytes) op_bands=[] optical_bands= root.find('.//oc:optical-bands',namespaces) - logging.info(f'optical_bands {optical_bands}') + if optical_bands is not None : optical_bands_ele= optical_bands.findall('.//oc:optical-band',namespaces) - - + for optical_band in optical_bands_ele: - band_ele=optical_band.find('.//oc:name',namespaces) lower_freq_ele=optical_band.find('.//oc:lower-frequency',namespaces) upper_freq_ele=optical_band.find('.//oc:upper-frequency',namespaces) @@ -97,9 +84,7 @@ def extract_media_channels (data_xml:str): op_bands=[] if media_channels is not None : media_channels_ele= media_channels.findall('.//oc:channel',namespaces) - for optical_band in media_channels_ele: - band_ele=optical_band.find('.//oc:name',namespaces) lower_freq_ele=optical_band.find('.//oc:lower-frequency',namespaces) upper_freq_ele=optical_band.find('.//oc:upper-frequency',namespaces) @@ -119,62 +104,46 @@ def extract_media_channels (data_xml:str): 'channel_index':channel_index.text if channel_index is not None else None } op_bands.append(op_band_obj) - + return op_bands - - - def extract_roadm_ports_old (xml_data:str): - ports =[] pattern = r'\bMG_ON_OPTICAL_PORT_WAVEBAND\b' xml_bytes = xml_data.encode("utf-8") root = ET.fromstring(xml_bytes) with open('xml.log', 'w') as f: print(xml_bytes, file=f) - namespace = {'oc': 'http://openconfig.net/yang/platform'} ports = [] components = root.findall('.//oc:component',namespace) print(f"component {components}") - - + for component in components: - properties = component.find(".//oc:properties",namespace) - if (properties is not None): for property in properties : value = property.find(".//oc:value",namespace) - if (re.search(pattern,value.text)): name_element= component.find(".//oc:name",namespace) ports.append(name_element.text) return ports - def extract_roadm_ports (xml_data:str): - ports =[] pattern2=r'\bMG_ON_PORT_TYPE' pattern = r'\bMG_ON_OPTICAL_PORT_WAVEBAND\b' xml_bytes = xml_data.encode("utf-8") root = ET.fromstring(xml_bytes) - - namespace = {'oc': 'http://openconfig.net/yang/platform'} ports = [] components = root.findall('.//oc:component',namespace) #print(f"component {components}") - - + for component in components: - properties = component.find(".//oc:properties",namespace) - if (properties is not None): for property in properties : value = property.find(".//oc:value",namespace) @@ -184,28 +153,19 @@ def extract_roadm_ports (xml_data:str): name_element= component.find(".//oc:name",namespace) print('value',value.text) ports.append((name_element.text,value.text)) - return ports - - def roadm_values_extractor (data_xml:str,resource_keys:list,dic:dict): - ports_result=[] - ports = extract_roadm_ports(data_xml) - namespcae= extract_channel_xmlns(data_xml,True) - optical_bands=extract_optical_bands(data_xml=data_xml,namespace=namespcae) - media_cahannels=extract_media_channels(data_xml) - - - if len(ports)>0 : - for port in ports : - name,type=port - resource_key = '/endpoints/endpoint[{:s}]'.format(name) - resource_value = {'uuid': name, 'type':type} - - ports_result.append((resource_key, resource_value)) - - return [ports_result,optical_bands,media_cahannels] - - - \ No newline at end of file + ports_result=[] + ports = extract_roadm_ports(data_xml) + namespcae= extract_channel_xmlns(data_xml,True) + optical_bands=extract_optical_bands(data_xml=data_xml,namespace=namespcae) + media_cahannels=extract_media_channels(data_xml) + + if len(ports)>0 : + for port in ports : + name,type=port + resource_key = '/endpoints/endpoint[{:s}]'.format(name) + resource_value = {'uuid': name, 'type':type} + ports_result.append((resource_key, resource_value)) + return [ports_result,optical_bands,media_cahannels] diff --git a/src/device/service/drivers/oc_driver/templates/descovery_tool/transponders.py b/src/device/service/drivers/oc_driver/templates/descovery_tool/transponders.py index 892ef98dc1f001a859b5ad8e102218607e204540..e0ffc12ffd63f2e5b32ea4c7a813acee7d146c58 100644 --- a/src/device/service/drivers/oc_driver/templates/descovery_tool/transponders.py +++ b/src/device/service/drivers/oc_driver/templates/descovery_tool/transponders.py @@ -1,4 +1,4 @@ -# Copyright 2022-2023 ETSI TeraFlowSDN - TFS OSG (https://tfs.etsi.org/) +# Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -147,7 +147,7 @@ def extract_channels_based_on_type (xml_data:str): return channel_names def extract_value(resource_key:str,xml_data:str,dic:dict,channel_name:str,channel_namespace:str): - logging.info(f"resource_key {resource_key} and channgel_name {channel_name} and channel_namespace {channel_namespace}") + xml_bytes = xml_data.encode("utf-8") root = ET.fromstring(xml_bytes) channel_name=channel_name if 'index' not in channel_name else channel_name['index'] @@ -167,7 +167,7 @@ def extract_value(resource_key:str,xml_data:str,dic:dict,channel_name:str,channe else: logging.info("element is None") print(" element not found.") - logging.info(f"dic {dic}") + return dic @@ -266,7 +266,7 @@ def transponder_values_extractor(data_xml:str,resource_keys:list,dic:dict): # channel_names=extract_channels_based_on_type(xml_data=data_xml) # if len(channel_names)==0 : channel_names= extract_channels_based_on_channelnamespace(xml_data=data_xml,channel_namespace=channel_namespace,is_opticalband=is_opticalband) - logging.info(f"channel_names {channel_names}") + ports = extract_ports_based_on_type(data_xml) optical_channels_params=[] ports_result=[] @@ -299,4 +299,3 @@ def transponder_values_extractor(data_xml:str,resource_keys:list,dic:dict): return [transceivers_dic,optical_channels_params,channel_namespace,endpoints,ports_result] - \ No newline at end of file diff --git a/src/device/tests/gnmi_openconfig/__init__.py b/src/device/tests/gnmi_openconfig/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..3ee6f7071f145e06c3aeaefc09a43ccd88e619e3 --- /dev/null +++ b/src/device/tests/gnmi_openconfig/__init__.py @@ -0,0 +1,14 @@ +# Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + diff --git a/src/device/tests/gnmi_openconfig/storage/Storage.py b/src/device/tests/gnmi_openconfig/storage/Storage.py new file mode 100644 index 0000000000000000000000000000000000000000..ba3596be791e0bc8a473596e6c238eb87fe21f89 --- /dev/null +++ b/src/device/tests/gnmi_openconfig/storage/Storage.py @@ -0,0 +1,23 @@ +# Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +from .StorageEndpoints import StorageEndpoints +from .StorageInterface import StorageInterface +from .StorageNetworkInstance import StorageNetworkInstance + +class Storage: + def __init__(self) -> None: + self.endpoints = StorageEndpoints() + self.interfaces = StorageInterface() + self.network_instances = StorageNetworkInstance() diff --git a/src/device/tests/gnmi_openconfig/storage/StorageEndpoints.py b/src/device/tests/gnmi_openconfig/storage/StorageEndpoints.py new file mode 100644 index 0000000000000000000000000000000000000000..9876c8019317e33e58a64a86a477ea06c1ce76a9 --- /dev/null +++ b/src/device/tests/gnmi_openconfig/storage/StorageEndpoints.py @@ -0,0 +1,75 @@ +# Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +import re +from typing import Dict, List, Tuple +from .Tools import compose_resources + +RE_RESKEY_ENDPOINT = re.compile(r'^\/endpoints\/endpoint\[([^\]]+)\]$') + +ENDPOINT_PACKET_SAMPLE_TYPES : Dict[int, str] = { + 101: '/openconfig-interfaces:interfaces/interface[name={:s}]/state/counters/out-pkts', + 102: '/openconfig-interfaces:interfaces/interface[name={:s}]/state/counters/in-pkts', + 201: '/openconfig-interfaces:interfaces/interface[name={:s}]/state/counters/out-octets', + 202: '/openconfig-interfaces:interfaces/interface[name={:s}]/state/counters/in-octets', +} + +class Endpoints: + STRUCT : List[Tuple[str, List[str]]] = [ + ('/endpoints/endpoint[{:s}]', ['uuid', 'type', 'sample_types']), + ] + + def __init__(self) -> None: + self._items : Dict[str, Dict] = dict() + + def add(self, ep_uuid : str, resource_value : Dict) -> None: + item = self._items.setdefault(ep_uuid, dict()) + item['uuid'] = ep_uuid + + for _, field_names in Endpoints.STRUCT: + field_names = set(field_names) + item.update({k:v for k,v in resource_value.items() if k in field_names}) + + item['sample_types'] = { + sample_type_id : sample_type_path.format(ep_uuid) + for sample_type_id, sample_type_path in ENDPOINT_PACKET_SAMPLE_TYPES.items() + } + + def get(self, ep_uuid : str) -> Dict: + return self._items.get(ep_uuid) + + def remove(self, ep_uuid : str) -> None: + self._items.pop(ep_uuid, None) + + def compose_resources(self) -> List[Dict]: + return compose_resources(self._items, Endpoints.STRUCT) + +class StorageEndpoints: + def __init__(self) -> None: + self.endpoints = Endpoints() + + def populate(self, resources : List[Tuple[str, Dict]]) -> None: + for resource_key, resource_value in resources: + match = RE_RESKEY_ENDPOINT.match(resource_key) + if match is not None: + self.endpoints.add(match.group(1), resource_value) + continue + + MSG = 'Unhandled Resource Key: {:s} => {:s}' + raise Exception(MSG.format(str(resource_key), str(resource_value))) + + def get_expected_config(self) -> List[Tuple[str, Dict]]: + expected_config = list() + expected_config.extend(self.endpoints.compose_resources()) + return expected_config diff --git a/src/device/tests/gnmi_openconfig/storage/StorageInterface copy.py b/src/device/tests/gnmi_openconfig/storage/StorageInterface copy.py new file mode 100644 index 0000000000000000000000000000000000000000..1929ced36b9c597656d4f6022616c78c78539a6a --- /dev/null +++ b/src/device/tests/gnmi_openconfig/storage/StorageInterface copy.py @@ -0,0 +1,134 @@ +# Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +import re +from typing import Dict, List, Tuple +from .Tools import compose_resources + +PREFIX = r'^\/interface\[([^\]]+)\]' +RE_RESKEY_INTERFACE = re.compile(PREFIX + r'$') +RE_RESKEY_ETHERNET = re.compile(PREFIX + r'\/ethernet$') +RE_RESKEY_SUBINTERFACE = re.compile(PREFIX + r'\/subinterface\[([^\]]+)\]$') +#RE_RESKEY_IPV4_ADDRESS = re.compile(PREFIX + r'\/subinterface\[([^\]]+)\]\/ipv4\[([^\]]+)\]$') + +class Interfaces: + STRUCT : List[Tuple[str, List[str]]] = [ + ('/interface[{:s}]', ['name', 'type', 'admin-status', 'oper-status', 'management', 'mtu', 'ifindex', + 'hardware-port', 'transceiver']), + ('/interface[{:s}]/ethernet', ['port-speed', 'negotiated-port-speed', 'mac-address', 'hw-mac-address']), + ] + + def __init__(self) -> None: + self._items : Dict[str, Dict] = dict() + + def add(self, if_name : str, resource_value : Dict) -> None: + item = self._items.setdefault(if_name, dict()) + item['name'] = if_name + for _, field_names in Interfaces.STRUCT: + field_names = set(field_names) + item.update({k:v for k,v in resource_value.items() if k in field_names}) + + def get(self, if_name : str) -> Dict: + return self._items.get(if_name) + + def remove(self, if_name : str) -> None: + self._items.pop(if_name, None) + + def compose_resources(self) -> List[Dict]: + return compose_resources(self._items, Interfaces.STRUCT) + +class SubInterfaces: + STRUCT : List[Tuple[str, List[str]]] = [ + ('/interface[{:s}]/subinterface[{:d}]', ['index']), + ] + + def __init__(self) -> None: + self._items : Dict[Tuple[str, int], Dict] = dict() + + def add(self, if_name : str, subif_index : int) -> None: + item = self._items.setdefault((if_name, subif_index), dict()) + item['index'] = subif_index + + def get(self, if_name : str, subif_index : int) -> Dict: + return self._items.get((if_name, subif_index)) + + def remove(self, if_name : str, subif_index : int) -> None: + self._items.pop((if_name, subif_index), None) + + def compose_resources(self) -> List[Dict]: + return compose_resources(self._items, SubInterfaces.STRUCT) + +class IPv4Addresses: + STRUCT : List[Tuple[str, List[str]]] = [ + ('/interface[{:s}]/subinterface[{:d}]', ['index', 'address_ip', 'address_prefix', 'origin']), + ] + + def __init__(self) -> None: + self._items : Dict[Tuple[str, int], Dict] = dict() + + def add(self, if_name : str, subif_index : int, ipv4_address : str, resource_value : Dict) -> None: + item = self._items.setdefault((if_name, subif_index), dict()) + item['index' ] = subif_index + item['address_ip' ] = ipv4_address + item['origin' ] = resource_value.get('origin') + item['address_prefix'] = resource_value.get('prefix') + + def get(self, if_name : str, subif_index : int, ipv4_address : str) -> Dict: + return self._items.get((if_name, subif_index)) + + def remove(self, if_name : str, subif_index : int, ipv4_address : str) -> None: + self._items.pop((if_name, subif_index), None) + + def compose_resources(self) -> List[Dict]: + return compose_resources(self._items, IPv4Addresses.STRUCT) + +class StorageInterface: + def __init__(self) -> None: + self.interfaces = Interfaces() + self.subinterfaces = SubInterfaces() + self.ipv4_addresses = IPv4Addresses() + + def populate(self, resources : List[Tuple[str, Dict]]) -> None: + for resource_key, resource_value in resources: + match = RE_RESKEY_INTERFACE.match(resource_key) + if match is not None: + self.interfaces.add(match.group(1), resource_value) + continue + + match = RE_RESKEY_ETHERNET.match(resource_key) + if match is not None: + self.interfaces.add(match.group(1), resource_value) + continue + + match = RE_RESKEY_SUBINTERFACE.match(resource_key) + if match is not None: + self.subinterfaces.add(match.group(1), int(match.group(2))) + address_ip = resource_value.get('address_ip') + self.ipv4_addresses.add(match.group(1), int(match.group(2)), address_ip, resource_value) + continue + + #match = RE_RESKEY_IPV4_ADDRESS.match(resource_key) + #if match is not None: + # self.ipv4_addresses.add(match.group(1), int(match.group(2)), match.group(3), resource_value) + # continue + + MSG = 'Unhandled Resource Key: {:s} => {:s}' + raise Exception(MSG.format(str(resource_key), str(resource_value))) + + def get_expected_config(self) -> List[Tuple[str, Dict]]: + expected_config = list() + expected_config.extend(self.interfaces.compose_resources()) + #expected_config.extend(self.subinterfaces.compose_resources()) + expected_config.extend(self.ipv4_addresses.compose_resources()) + return expected_config diff --git a/src/device/tests/gnmi_openconfig/storage/StorageInterface.py b/src/device/tests/gnmi_openconfig/storage/StorageInterface.py new file mode 100644 index 0000000000000000000000000000000000000000..f07677c123048774326d61c88df61e66c254b612 --- /dev/null +++ b/src/device/tests/gnmi_openconfig/storage/StorageInterface.py @@ -0,0 +1,131 @@ +# Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +import re +from typing import Dict, List, Tuple +from .Tools import compose_resources + +PREFIX = r'^\/interface\[([^\]]+)\]' +RE_RESKEY_INTERFACE = re.compile(PREFIX + r'$') +RE_RESKEY_ETHERNET = re.compile(PREFIX + r'\/ethernet$') +RE_RESKEY_SUBINTERFACE = re.compile(PREFIX + r'\/subinterface\[([^\]]+)\]$') +RE_RESKEY_IPV4_ADDRESS = re.compile(PREFIX + r'\/subinterface\[([^\]]+)\]\/ipv4\[([^\]]+)\]$') + +class Interfaces: + STRUCT : List[Tuple[str, List[str]]] = [ + ('/interface[{:s}]', ['name', 'type', 'admin-status', 'oper-status', 'management', 'mtu', 'ifindex', + 'hardware-port', 'transceiver']), + ('/interface[{:s}]/ethernet', ['port-speed', 'negotiated-port-speed', 'mac-address', 'hw-mac-address']), + ] + + def __init__(self) -> None: + self._items : Dict[str, Dict] = dict() + + def add(self, if_name : str, resource_value : Dict) -> None: + item = self._items.setdefault(if_name, dict()) + item['name'] = if_name + for _, field_names in Interfaces.STRUCT: + field_names = set(field_names) + item.update({k:v for k,v in resource_value.items() if k in field_names}) + + def get(self, if_name : str) -> Dict: + return self._items.get(if_name) + + def remove(self, if_name : str) -> None: + self._items.pop(if_name, None) + + def compose_resources(self) -> List[Dict]: + return compose_resources(self._items, Interfaces.STRUCT) + +class SubInterfaces: + STRUCT : List[Tuple[str, List[str]]] = [ + ('/interface[{:s}]/subinterface[{:d}]', ['index']), + ] + + def __init__(self) -> None: + self._items : Dict[Tuple[str, int], Dict] = dict() + + def add(self, if_name : str, subif_index : int) -> None: + item = self._items.setdefault((if_name, subif_index), dict()) + item['index'] = subif_index + + def get(self, if_name : str, subif_index : int) -> Dict: + return self._items.get((if_name, subif_index)) + + def remove(self, if_name : str, subif_index : int) -> None: + self._items.pop((if_name, subif_index), None) + + def compose_resources(self) -> List[Dict]: + return compose_resources(self._items, SubInterfaces.STRUCT) + +class IPv4Addresses: + STRUCT : List[Tuple[str, List[str]]] = [ + ('/interface[{:s}]/subinterface[{:d}]/ipv4[{:s}]', ['ip', 'origin', 'prefix']), + ] + + def __init__(self) -> None: + self._items : Dict[Tuple[str, int, str], Dict] = dict() + + def add(self, if_name : str, subif_index : int, ipv4_address : str, resource_value : Dict) -> None: + item = self._items.setdefault((if_name, subif_index, ipv4_address), dict()) + item['ip' ] = ipv4_address + item['origin'] = resource_value.get('origin') + item['prefix'] = resource_value.get('prefix') + + def get(self, if_name : str, subif_index : int, ipv4_address : str) -> Dict: + return self._items.get((if_name, subif_index, ipv4_address)) + + def remove(self, if_name : str, subif_index : int, ipv4_address : str) -> None: + self._items.pop((if_name, subif_index, ipv4_address), None) + + def compose_resources(self) -> List[Dict]: + return compose_resources(self._items, IPv4Addresses.STRUCT) + +class StorageInterface: + def __init__(self) -> None: + self.interfaces = Interfaces() + self.subinterfaces = SubInterfaces() + self.ipv4_addresses = IPv4Addresses() + + def populate(self, resources : List[Tuple[str, Dict]]) -> None: + for resource_key, resource_value in resources: + match = RE_RESKEY_INTERFACE.match(resource_key) + if match is not None: + self.interfaces.add(match.group(1), resource_value) + continue + + match = RE_RESKEY_ETHERNET.match(resource_key) + if match is not None: + self.interfaces.add(match.group(1), resource_value) + continue + + match = RE_RESKEY_SUBINTERFACE.match(resource_key) + if match is not None: + self.subinterfaces.add(match.group(1), int(match.group(2))) + continue + + match = RE_RESKEY_IPV4_ADDRESS.match(resource_key) + if match is not None: + self.ipv4_addresses.add(match.group(1), int(match.group(2)), match.group(3), resource_value) + continue + + MSG = 'Unhandled Resource Key: {:s} => {:s}' + raise Exception(MSG.format(str(resource_key), str(resource_value))) + + def get_expected_config(self) -> List[Tuple[str, Dict]]: + expected_config = list() + expected_config.extend(self.interfaces.compose_resources()) + expected_config.extend(self.subinterfaces.compose_resources()) + expected_config.extend(self.ipv4_addresses.compose_resources()) + return expected_config diff --git a/src/device/tests/gnmi_openconfig/storage/StorageNetworkInstance.py b/src/device/tests/gnmi_openconfig/storage/StorageNetworkInstance.py new file mode 100644 index 0000000000000000000000000000000000000000..642099aba80542dd93a504c11778a91be615799f --- /dev/null +++ b/src/device/tests/gnmi_openconfig/storage/StorageNetworkInstance.py @@ -0,0 +1,218 @@ +# Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +import re +from typing import Dict, List, Tuple +from .Tools import compose_resources + +PREFIX = r'^\/network\_instance\[([^\]]+)\]' +RE_RESKEY_NET_INST = re.compile(PREFIX + r'$') +RE_RESKEY_INTERFACE = re.compile(PREFIX + r'\/interface\[([^\]]+)\]$') +RE_RESKEY_PROTOCOL = re.compile(PREFIX + r'\/protocol\[([^\]]+)\]$') +RE_RESKEY_PROTO_STATIC = re.compile(PREFIX + r'\/protocol\[([^\]]+)\]\/static\_routes\[([^\]]+)\]$') +RE_RESKEY_TABLE = re.compile(PREFIX + r'\/table\[([^\,]+)\,([^\]]+)\]$') +RE_RESKEY_VLAN = re.compile(PREFIX + r'\/vlan\[([^\]]+)\]$') + +class NetworkInstances: + STRUCT : List[Tuple[str, List[str]]] = [ + ('/network_instance[{:s}]', ['name', 'type']), + ] + + def __init__(self) -> None: + self._items : Dict[str, Dict] = dict() + + def add(self, ni_name : str, resource_value : Dict) -> None: + item = self._items.setdefault(ni_name, dict()) + item['name'] = ni_name + item['type'] = resource_value.get('type') + + def get(self, ni_name : str) -> Dict: + return self._items.get(ni_name) + + def remove(self, ni_name : str) -> None: + self._items.pop(ni_name, None) + + def compose_resources(self) -> List[Dict]: + return compose_resources(self._items, NetworkInstances.STRUCT) + +class Interfaces: + STRUCT : List[Tuple[str, List[str]]] = [ + ('/network_instance[{:s}]/interface[{:s}.{:d}]', ['name', 'id', 'if_name', 'sif_index']), + ] + + def __init__(self) -> None: + self._items : Dict[Tuple[str, str], Dict] = dict() + + def add(self, ni_name : str, if_name : str, sif_index : int) -> None: + item = self._items.setdefault((ni_name, if_name, sif_index), dict()) + item['name' ] = ni_name + item['id' ] = '{:s}.{:d}'.format(if_name, sif_index) + item['if_name' ] = if_name + item['sif_index'] = sif_index + + def get(self, ni_name : str, if_name : str, sif_index : int) -> Dict: + return self._items.get((ni_name, if_name, sif_index)) + + def remove(self, ni_name : str, if_name : str, sif_index : int) -> None: + self._items.pop((ni_name, if_name, sif_index), None) + + def compose_resources(self) -> List[Dict]: + return compose_resources(self._items, Interfaces.STRUCT) + +class Protocols: + STRUCT : List[Tuple[str, List[str]]] = [ + ('/network_instance[{:s}]/protocol[{:s}]', ['id', 'name']), + ] + + def __init__(self) -> None: + self._items : Dict[Tuple[str, str], Dict] = dict() + + def add(self, ni_name : str, protocol : str) -> None: + item = self._items.setdefault((ni_name, protocol), dict()) + item['id' ] = protocol + item['name'] = protocol + + def get(self, ni_name : str, protocol : str) -> Dict: + return self._items.get((ni_name, protocol)) + + def remove(self, ni_name : str, protocol : str) -> None: + self._items.pop((ni_name, protocol), None) + + def compose_resources(self) -> List[Dict]: + return compose_resources(self._items, Protocols.STRUCT) + +class StaticRoutes: + STRUCT : List[Tuple[str, List[str]]] = [ + ('/network_instance[{:s}]/protocol[{:s}]/static_routes[{:s}]', ['prefix', 'next_hops']), + ] + + def __init__(self) -> None: + self._items : Dict[Tuple[str, str, str], Dict] = dict() + + def add(self, ni_name : str, protocol : str, prefix : str, resource_value : Dict) -> None: + item = self._items.setdefault((ni_name, protocol, prefix), dict()) + item['prefix' ] = prefix + item['next_hops'] = resource_value.get('next_hops') + + def get(self, ni_name : str, protocol : str, prefix : str) -> Dict: + return self._items.get((ni_name, protocol, prefix)) + + def remove(self, ni_name : str, protocol : str, prefix : str) -> None: + self._items.pop((ni_name, protocol, prefix), None) + + def compose_resources(self) -> List[Dict]: + return compose_resources(self._items, StaticRoutes.STRUCT) + +class Tables: + STRUCT : List[Tuple[str, List[str]]] = [ + ('/network_instance[{:s}]/table[{:s},{:s}]', ['protocol', 'address_family']), + ] + + def __init__(self) -> None: + self._items : Dict[Tuple[str, str, str], Dict] = dict() + + def add(self, ni_name : str, protocol : str, address_family : str) -> None: + item = self._items.setdefault((ni_name, protocol, address_family), dict()) + item['protocol' ] = protocol + item['address_family'] = address_family + + def get(self, ni_name : str, protocol : str, address_family : str) -> Dict: + return self._items.get((ni_name, protocol, address_family)) + + def remove(self, ni_name : str, protocol : str, address_family : str) -> None: + self._items.pop((ni_name, protocol, address_family), None) + + def compose_resources(self) -> List[Dict]: + return compose_resources(self._items, Tables.STRUCT) + +class Vlans: + STRUCT : List[Tuple[str, List[str]]] = [ + ('/network_instance[{:s}]/vlan[{:d}]', ['vlan_id', 'name', 'members']), + ] + + def __init__(self) -> None: + self._items : Dict[Tuple[str, int], Dict] = dict() + + def add(self, ni_name : str, vlan_id : int, resource_value : Dict) -> None: + item = self._items.setdefault((ni_name, vlan_id), dict()) + item['vlan_id'] = vlan_id + item['name' ] = resource_value.get('name') + item['members'] = sorted(resource_value.get('members')) + + def get(self, ni_name : str, vlan_id : int) -> Dict: + return self._items.get((ni_name, vlan_id)) + + def remove(self, ni_name : str, vlan_id : int) -> None: + self._items.pop((ni_name, vlan_id), None) + + def compose_resources(self) -> List[Dict]: + return compose_resources(self._items, Vlans.STRUCT) + +class StorageNetworkInstance: + def __init__(self) -> None: + self.network_instances = NetworkInstances() + self.interfaces = Interfaces() + self.protocols = Protocols() + self.protocol_static = StaticRoutes() + self.tables = Tables() + self.vlans = Vlans() + + def populate(self, resources : List[Tuple[str, Dict]]) -> None: + for resource_key, resource_value in resources: + match = RE_RESKEY_NET_INST.match(resource_key) + if match is not None: + self.network_instances.add(match.group(1), resource_value) + continue + + match = RE_RESKEY_INTERFACE.match(resource_key) + if match is not None: + if_id = match.group(2) + if_id_parts = if_id.split('.') + if_name = if_id_parts[0] + sif_index = 0 if len(if_id_parts) == 1 else int(if_id_parts[1]) + self.interfaces.add(match.group(1), if_name, sif_index) + continue + + match = RE_RESKEY_PROTOCOL.match(resource_key) + if match is not None: + self.protocols.add(match.group(1), match.group(2)) + continue + + match = RE_RESKEY_PROTO_STATIC.match(resource_key) + if match is not None: + self.protocol_static.add(match.group(1), match.group(2), match.group(3), resource_value) + continue + + match = RE_RESKEY_TABLE.match(resource_key) + if match is not None: + self.tables.add(match.group(1), match.group(2), match.group(3)) + continue + + match = RE_RESKEY_VLAN.match(resource_key) + if match is not None: + self.vlans.add(match.group(1), int(match.group(2)), resource_value) + continue + + MSG = 'Unhandled Resource Key: {:s} => {:s}' + raise Exception(MSG.format(str(resource_key), str(resource_value))) + + def get_expected_config(self) -> List[Tuple[str, Dict]]: + expected_config = list() + expected_config.extend(self.network_instances.compose_resources()) + expected_config.extend(self.interfaces.compose_resources()) + expected_config.extend(self.protocols.compose_resources()) + expected_config.extend(self.protocol_static.compose_resources()) + expected_config.extend(self.tables.compose_resources()) + expected_config.extend(self.vlans.compose_resources()) + return expected_config diff --git a/src/device/tests/gnmi_openconfig/storage/Tools.py b/src/device/tests/gnmi_openconfig/storage/Tools.py new file mode 100644 index 0000000000000000000000000000000000000000..0e26417d98ccd40ec9685c56de253d0a414475e3 --- /dev/null +++ b/src/device/tests/gnmi_openconfig/storage/Tools.py @@ -0,0 +1,33 @@ +# Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +from typing import Dict, List, Tuple + +def compose_resources( + storage : Dict[Tuple, Dict], config_struct : List[Tuple[str, List[str]]] +) -> List[Dict]: + expected_config = list() + + for resource_key_fields, resource_value_data in storage.items(): + for resource_key_template, resource_key_field_names in config_struct: + if isinstance(resource_key_fields, (str, int, float, bool)): resource_key_fields = (resource_key_fields,) + resource_key = resource_key_template.format(*resource_key_fields) + resource_value = { + field_name : resource_value_data[field_name] + for field_name in resource_key_field_names + if field_name in resource_value_data and resource_value_data[field_name] is not None + } + expected_config.append((resource_key, resource_value)) + + return expected_config diff --git a/src/device/tests/gnmi_openconfig/storage/__init__.py b/src/device/tests/gnmi_openconfig/storage/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..3ee6f7071f145e06c3aeaefc09a43ccd88e619e3 --- /dev/null +++ b/src/device/tests/gnmi_openconfig/storage/__init__.py @@ -0,0 +1,14 @@ +# Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + diff --git a/src/device/tests/gnmi_openconfig/test_unitary_gnmi_oc_arista_l2vpn.py b/src/device/tests/gnmi_openconfig/test_unitary_gnmi_oc_arista_l2vpn.py new file mode 100644 index 0000000000000000000000000000000000000000..b09d7186b684d15172c25714d2df6458442f9e80 --- /dev/null +++ b/src/device/tests/gnmi_openconfig/test_unitary_gnmi_oc_arista_l2vpn.py @@ -0,0 +1,576 @@ +# Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +import json, logging, os, pytest, time +from typing import Dict, Tuple +os.environ['DEVICE_EMULATED_ONLY'] = 'YES' + +# pylint: disable=wrong-import-position +from device.service.drivers.gnmi_openconfig.GnmiOpenConfigDriver import GnmiOpenConfigDriver +#from device.service.driver_api._Driver import ( +# RESOURCE_ENDPOINTS, RESOURCE_INTERFACES, RESOURCE_NETWORK_INSTANCES, RESOURCE_ROUTING_POLICIES, RESOURCE_SERVICES +#) + +logging.basicConfig(level=logging.DEBUG) +#logging.getLogger('ncclient.operations.rpc').setLevel(logging.INFO) +#logging.getLogger('ncclient.transport.parser').setLevel(logging.INFO) + +LOGGER = logging.getLogger(__name__) + + +##### DRIVERS FIXTURE ################################################################################################## + +DEVICES = { + 'SW1': {'address': '172.20.20.101', 'port': 6030, 'settings': { + 'username': 'admin', 'password': 'admin', + 'vendor': None, 'force_running': False, 'hostkey_verify': False, 'look_for_keys': False, 'allow_agent': False, + 'commit_per_rule': True, 'device_params': {'name': 'default'}, 'manager_params': {'timeout' : 120} + }}, + 'SW2': {'address': '10.1.1.87', 'port': 830, 'settings': { + 'username': 'ocnos', 'password': 'ocnos', + 'vendor': None, 'force_running': False, 'hostkey_verify': False, 'look_for_keys': False, 'allow_agent': False, + 'commit_per_rule': True, 'device_params': {'name': 'default'}, 'manager_params': {'timeout' : 120} + }}, +} + +@pytest.fixture(scope='session') +def drivers() -> Dict[str, OpenConfigDriver]: + _drivers : Dict[str, OpenConfigDriver] = dict() + for device_name, driver_params in DEVICES.items(): + driver = OpenConfigDriver(driver_params['address'], driver_params['port'], **(driver_params['settings'])) + driver.Connect() + _drivers[device_name] = driver + yield _drivers + time.sleep(1) + for _,driver in _drivers.items(): + driver.Disconnect() + + +def network_instance(ni_name, ni_type, ni_router_id=None, ni_route_distinguisher=None) -> Tuple[str, Dict]: + path = '/network_instance[{:s}]'.format(ni_name) + data = {'name': ni_name, 'type': ni_type} + if ni_router_id is not None: data['router_id'] = ni_router_id + if ni_route_distinguisher is not None: data['route_distinguisher'] = ni_route_distinguisher + return path, json.dumps(data) + +def network_instance_add_protocol_bgp(ni_name, ni_type, ni_router_id, ni_bgp_as, neighbors=[]) -> Tuple[str, Dict]: + path = '/network_instance[{:s}]/protocols[BGP]'.format(ni_name) + data = { + 'name': ni_name, 'type': ni_type, 'router_id': ni_router_id, 'identifier': 'BGP', + 'protocol_name': ni_bgp_as, 'as': ni_bgp_as + } + if len(neighbors) > 0: + data['neighbors'] = [ + {'ip_address': neighbor_ip_address, 'remote_as': neighbor_remote_as} + for neighbor_ip_address, neighbor_remote_as in neighbors + ] + return path, json.dumps(data) + +def network_instance_add_protocol_direct(ni_name, ni_type) -> Tuple[str, Dict]: + path = '/network_instance[{:s}]/protocols[DIRECTLY_CONNECTED]'.format(ni_name) + data = { + 'name': ni_name, 'type': ni_type, 'identifier': 'DIRECTLY_CONNECTED', + 'protocol_name': 'DIRECTLY_CONNECTED' + } + return path, json.dumps(data) + +def network_instance_add_protocol_static(ni_name, ni_type) -> Tuple[str, Dict]: + path = '/network_instance[{:s}]/protocols[STATIC]'.format(ni_name) + data = { + 'name': ni_name, 'type': ni_type, 'identifier': 'STATIC', + 'protocol_name': 'STATIC' + } + return path, json.dumps(data) + +#def network_instance_static_route(ni_name, prefix, next_hop, next_hop_index=0) -> Tuple[str, Dict]: +# path = '/network_instance[{:s}]/static_route[{:s}]'.format(ni_name, prefix) +# data = {'name': ni_name, 'prefix': prefix, 'next_hop': next_hop, 'next_hop_index': next_hop_index} +# return path, json.dumps(data) + +def network_instance_add_table_connection( + ni_name, src_protocol, dst_protocol, address_family, default_import_policy, bgp_as=None +) -> Tuple[str, Dict]: + path = '/network_instance[{:s}]/table_connections[{:s}][{:s}][{:s}]'.format( + ni_name, src_protocol, dst_protocol, address_family + ) + data = { + 'name': ni_name, 'src_protocol': src_protocol, 'dst_protocol': dst_protocol, + 'address_family': address_family, 'default_import_policy': default_import_policy, + } + if bgp_as is not None: data['as'] = bgp_as + return path, json.dumps(data) + +def interface( + name, index, description=None, if_type=None, vlan_id=None, mtu=None, ipv4_address_prefix=None, enabled=None +) -> Tuple[str, Dict]: + path = '/interface[{:s}]/subinterface[{:d}]'.format(name, index) + data = {'name': name, 'index': index} + if description is not None: data['description'] = description + if if_type is not None: data['type' ] = if_type + if vlan_id is not None: data['vlan_id' ] = vlan_id + if mtu is not None: data['mtu' ] = mtu + if enabled is not None: data['enabled' ] = enabled + if ipv4_address_prefix is not None: + ipv4_address, ipv4_prefix = ipv4_address_prefix + data['address_ip' ] = ipv4_address + data['address_prefix'] = ipv4_prefix + return path, json.dumps(data) + +def network_instance_interface(ni_name, ni_type, if_name, if_index) -> Tuple[str, Dict]: + path = '/network_instance[{:s}]/interface[{:s}.{:d}]'.format(ni_name, if_name, if_index) + data = {'name': ni_name, 'type': ni_type, 'id': if_name, 'interface': if_name, 'subinterface': if_index} + return path, json.dumps(data) + +def test_configure(drivers : Dict[str, OpenConfigDriver]): + #resources_to_get = [] + #resources_to_get = [RESOURCE_ENDPOINTS] + #resources_to_get = [RESOURCE_INTERFACES] + #resources_to_get = [RESOURCE_NETWORK_INSTANCES] + #resources_to_get = [RESOURCE_ROUTING_POLICIES] + #resources_to_get = [RESOURCE_SERVICES] + #LOGGER.info('resources_to_get = {:s}'.format(str(resources_to_get))) + #results_getconfig = driver.GetConfig(resources_to_get) + #LOGGER.info('results_getconfig = {:s}'.format(str(results_getconfig))) + + csgw1_resources_to_set = [ + network_instance('ecoc24', 'L3VRF', '192.168.150.1', '65001:1'), + network_instance_add_protocol_direct('ecoc24', 'L3VRF'), + network_instance_add_protocol_static('ecoc24', 'L3VRF'), + network_instance_add_protocol_bgp('ecoc24', 'L3VRF', '192.168.150.1', '65001', neighbors=[ + ('192.168.150.2', '65001') + ]), + network_instance_add_table_connection('ecoc24', 'DIRECTLY_CONNECTED', 'BGP', 'IPV4', 'ACCEPT_ROUTE', bgp_as='65001'), + network_instance_add_table_connection('ecoc24', 'STATIC', 'BGP', 'IPV4', 'ACCEPT_ROUTE', bgp_as='65001'), + + interface('ce1', 0, if_type='ethernetCsmacd', mtu=1500), + network_instance_interface('ecoc24', 'L3VRF', 'ce1', 0), + interface('ce1', 0, if_type='ethernetCsmacd', mtu=1500, ipv4_address_prefix=('192.168.10.1', 24), enabled=True), + + interface('xe5', 0, if_type='ethernetCsmacd', mtu=1500), + network_instance_interface('ecoc24', 'L3VRF', 'xe5', 0), + interface('xe5', 0, if_type='ethernetCsmacd', mtu=1500, ipv4_address_prefix=('192.168.150.1', 24), enabled=True), + ] + LOGGER.info('CSGW1 resources_to_set = {:s}'.format(str(csgw1_resources_to_set))) + results_setconfig = drivers['CSGW1'].SetConfig(csgw1_resources_to_set) + LOGGER.info('CSGW1 results_setconfig = {:s}'.format(str(results_setconfig))) + + csgw2_resources_to_set = [ + network_instance('ecoc24', 'L3VRF', '192.168.150.2', '65001:1'), + network_instance_add_protocol_direct('ecoc24', 'L3VRF'), + network_instance_add_protocol_static('ecoc24', 'L3VRF'), + network_instance_add_protocol_bgp('ecoc24', 'L3VRF', '192.168.150.2', '65001', neighbors=[ + ('192.168.150.1', '65001') + ]), + network_instance_add_table_connection('ecoc24', 'DIRECTLY_CONNECTED', 'BGP', 'IPV4', 'ACCEPT_ROUTE', bgp_as='65001'), + network_instance_add_table_connection('ecoc24', 'STATIC', 'BGP', 'IPV4', 'ACCEPT_ROUTE', bgp_as='65001'), + + interface('ce1', 0, if_type='ethernetCsmacd', mtu=1500), + network_instance_interface('ecoc24', 'L3VRF', 'ce1', 0), + interface('ce1', 0, if_type='ethernetCsmacd', mtu=1500, ipv4_address_prefix=('192.168.20.1', 24), enabled=True), + + interface('xe5', 0, if_type='ethernetCsmacd', mtu=1500), + network_instance_interface('ecoc24', 'L3VRF', 'xe5', 0), + interface('xe5', 0, if_type='ethernetCsmacd', mtu=1500, ipv4_address_prefix=('192.168.150.2', 24), enabled=True), + ] + LOGGER.info('CSGW2 resources_to_set = {:s}'.format(str(csgw2_resources_to_set))) + results_setconfig = drivers['CSGW2'].SetConfig(csgw2_resources_to_set) + LOGGER.info('CSGW2 results_setconfig = {:s}'.format(str(results_setconfig))) + + csgw1_resources_to_delete = [ + network_instance_interface('ecoc24', 'L3VRF', 'ce1', 0), + network_instance_interface('ecoc24', 'L3VRF', 'xe5', 0), + #interface('ce1', 0), + #interface('xe5', 0), + network_instance('ecoc24', 'L3VRF'), + ] + LOGGER.info('CSGW1 resources_to_delete = {:s}'.format(str(csgw1_resources_to_delete))) + results_deleteconfig = drivers['CSGW1'].DeleteConfig(csgw1_resources_to_delete) + LOGGER.info('CSGW1 results_deleteconfig = {:s}'.format(str(results_deleteconfig))) + + csgw2_resources_to_delete = [ + network_instance_interface('ecoc24', 'L3VRF', 'ce1', 0), + network_instance_interface('ecoc24', 'L3VRF', 'xe5', 0), + #interface('ce1', 0), + #interface('xe5', 0), + network_instance('ecoc24', 'L3VRF'), + ] + LOGGER.info('CSGW2 resources_to_delete = {:s}'.format(str(csgw2_resources_to_delete))) + results_deleteconfig = drivers['CSGW2'].DeleteConfig(csgw2_resources_to_delete) + LOGGER.info('CSGW2 results_deleteconfig = {:s}'.format(str(results_deleteconfig))) + + + + + + +# Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +import os +os.environ['DEVICE_EMULATED_ONLY'] = 'YES' + +# pylint: disable=wrong-import-position +import logging, pytest, time +from typing import Dict, List +from device.service.driver_api._Driver import ( + RESOURCE_ENDPOINTS, RESOURCE_INTERFACES, RESOURCE_NETWORK_INSTANCES, + RESOURCE_ROUTING_POLICIES, RESOURCE_SERVICES +) +from device.service.drivers.gnmi_openconfig.GnmiOpenConfigDriver import GnmiOpenConfigDriver +from .storage.Storage import Storage +from .tools.manage_config import ( + check_config_endpoints, check_config_interfaces, check_config_network_instances, del_config, get_config, set_config +) +from .tools.check_updates import check_updates +from .tools.request_composers import ( + interface, network_instance, network_instance_interface, network_instance_static_route +) + +logging.basicConfig(level=logging.DEBUG) +LOGGER = logging.getLogger(__name__) +LOGGER.setLevel(logging.DEBUG) + + +##### DRIVER FIXTURE ################################################################################################### + +DRIVER_SETTING_ADDRESS = '172.20.20.101' +DRIVER_SETTING_PORT = 6030 +DRIVER_SETTING_USERNAME = 'admin' +DRIVER_SETTING_PASSWORD = 'admin' +DRIVER_SETTING_USE_TLS = False + +@pytest.fixture(scope='session') +def driver() -> GnmiOpenConfigDriver: + _driver = GnmiOpenConfigDriver( + DRIVER_SETTING_ADDRESS, DRIVER_SETTING_PORT, + username=DRIVER_SETTING_USERNAME, + password=DRIVER_SETTING_PASSWORD, + use_tls=DRIVER_SETTING_USE_TLS, + ) + _driver.Connect() + yield _driver + time.sleep(1) + _driver.Disconnect() + + +##### STORAGE FIXTURE ################################################################################################## + +@pytest.fixture(scope='session') +def storage() -> Dict: + yield Storage() + + +##### NETWORK INSTANCE DETAILS ######################################################################################### + +NETWORK_INSTANCES = [ + { + 'name': 'test-l3-svc', + 'type': 'L3VRF', + 'interfaces': [ + {'name': 'Ethernet1', 'index': 0, 'ipv4_addr': '192.168.1.1', 'ipv4_prefix': 24, 'enabled': True}, + {'name': 'Ethernet10', 'index': 0, 'ipv4_addr': '192.168.10.1', 'ipv4_prefix': 24, 'enabled': True}, + ], + 'static_routes': [ + {'prefix': '172.0.0.0/24', 'next_hop': '172.16.0.2', 'metric': 1}, + {'prefix': '172.2.0.0/24', 'next_hop': '172.16.0.3', 'metric': 1}, + ] + }, + #{ + # 'name': 'test-l2-svc', + # 'type': 'L2VSI', + # 'interfaces': [ + # {'name': 'Ethernet2', 'index': 0, 'ipv4_addr': '192.168.1.1', 'ipv4_prefix': 24, 'enabled': True}, + # {'name': 'Ethernet4', 'index': 0, 'ipv4_addr': '192.168.10.1', 'ipv4_prefix': 24, 'enabled': True}, + # ], + # 'static_routes': [ + # {'prefix': '172.0.0.0/24', 'next_hop': '172.16.0.2', 'metric': 1}, + # {'prefix': '172.2.0.0/24', 'next_hop': '172.16.0.3', 'metric': 1}, + # ] + #} +] + + +##### TEST METHODS ##################################################################################################### + +def test_get_endpoints( + driver : GnmiOpenConfigDriver, # pylint: disable=redefined-outer-name + storage : Storage, # pylint: disable=redefined-outer-name +) -> None: + results_getconfig = get_config(driver, [RESOURCE_ENDPOINTS]) + storage.endpoints.populate(results_getconfig) + check_config_endpoints(driver, storage) + + +def test_get_interfaces( + driver : GnmiOpenConfigDriver, # pylint: disable=redefined-outer-name + storage : Storage, # pylint: disable=redefined-outer-name +) -> None: + results_getconfig = get_config(driver, [RESOURCE_INTERFACES]) + storage.interfaces.populate(results_getconfig) + check_config_interfaces(driver, storage) + + +def test_get_network_instances( + driver : GnmiOpenConfigDriver, # pylint: disable=redefined-outer-name + storage : Storage, # pylint: disable=redefined-outer-name +) -> None: + results_getconfig = get_config(driver, [RESOURCE_NETWORK_INSTANCES]) + storage.network_instances.populate(results_getconfig) + check_config_network_instances(driver, storage) + + +def test_set_network_instances( + driver : GnmiOpenConfigDriver, # pylint: disable=redefined-outer-name + storage : Storage, # pylint: disable=redefined-outer-name +) -> None: + check_config_interfaces(driver, storage) + check_config_network_instances(driver, storage) + + resources_to_set = list() + ni_names = list() + for ni in NETWORK_INSTANCES: + ni_name = ni['name'] + ni_type = ni['type'] + resources_to_set.append(network_instance(ni_name, ni_type)) + ni_names.append(ni_name) + storage.network_instances.network_instances.add(ni_name, {'type': ni_type}) + storage.network_instances.protocols.add(ni_name, 'DIRECTLY_CONNECTED') + storage.network_instances.tables.add(ni_name, 'DIRECTLY_CONNECTED', 'IPV4') + storage.network_instances.tables.add(ni_name, 'DIRECTLY_CONNECTED', 'IPV6') + + results_setconfig = set_config(driver, resources_to_set) + check_updates(results_setconfig, '/network_instance[{:s}]', ni_names) + + check_config_interfaces(driver, storage, max_retries=10, retry_delay=2.0) + check_config_network_instances(driver, storage, max_retries=10, retry_delay=2.0) + + +def test_add_interfaces_to_network_instance( + driver : GnmiOpenConfigDriver, # pylint: disable=redefined-outer-name + storage : Storage, # pylint: disable=redefined-outer-name +) -> None: + check_config_interfaces(driver, storage) + check_config_network_instances(driver, storage) + + resources_to_set = list() + ni_if_names = list() + for ni in NETWORK_INSTANCES: + ni_name = ni['name'] + for ni_if in ni.get('interfaces', list()): + if_name = ni_if['name' ] + subif_index = ni_if['index'] + resources_to_set.append(network_instance_interface(ni_name, if_name, subif_index)) + ni_if_names.append((ni_name, '{:s}.{:d}'.format(if_name, subif_index))) + storage.network_instances.interfaces.add(ni_name, if_name, subif_index) + + results_setconfig = set_config(driver, resources_to_set) + check_updates(results_setconfig, '/network_instance[{:s}]/interface[{:s}]', ni_if_names) + + check_config_interfaces(driver, storage, max_retries=10, retry_delay=2.0) + check_config_network_instances(driver, storage, max_retries=10, retry_delay=2.0) + + +def test_set_interfaces( + driver : GnmiOpenConfigDriver, # pylint: disable=redefined-outer-name + storage : Storage, # pylint: disable=redefined-outer-name +) -> None: + check_config_interfaces(driver, storage) + check_config_network_instances(driver, storage) + + resources_to_set = list() + if_names = list() + for ni in NETWORK_INSTANCES: + for ni_if in ni.get('interfaces', list()): + if_name = ni_if['name' ] + subif_index = ni_if['index' ] + ipv4_address = ni_if['ipv4_addr' ] + ipv4_prefix = ni_if['ipv4_prefix'] + enabled = ni_if['enabled' ] + resources_to_set.append(interface( + if_name, subif_index, ipv4_address, ipv4_prefix, enabled + )) + if_names.append(if_name) + storage.interfaces.ipv4_addresses.add(if_name, subif_index, ipv4_address, { + 'origin' : 'STATIC', 'prefix': ipv4_prefix + }) + default_vlan = storage.network_instances.vlans.get('default', 1) + default_vlan_members : List[str] = default_vlan.setdefault('members', list()) + if if_name in default_vlan_members: default_vlan_members.remove(if_name) + + results_setconfig = set_config(driver, resources_to_set) + check_updates(results_setconfig, '/interface[{:s}]', if_names) + + check_config_interfaces(driver, storage, max_retries=10, retry_delay=2.0) + check_config_network_instances(driver, storage, max_retries=10, retry_delay=2.0) + + +def test_set_network_instance_static_routes( + driver : GnmiOpenConfigDriver, # pylint: disable=redefined-outer-name + storage : Storage, # pylint: disable=redefined-outer-name +) -> None: + check_config_interfaces(driver, storage) + check_config_network_instances(driver, storage) + + resources_to_set = list() + ni_sr_prefixes = list() + for ni in NETWORK_INSTANCES: + ni_name = ni['name'] + for ni_sr in ni.get('static_routes', list()): + ni_sr_prefix = ni_sr['prefix' ] + ni_sr_next_hop = ni_sr['next_hop'] + ni_sr_metric = ni_sr['metric' ] + ni_sr_next_hop_index = 'AUTO_{:d}_{:s}'.format(ni_sr_metric, '-'.join(ni_sr_next_hop.split('.'))) + resources_to_set.append(network_instance_static_route( + ni_name, ni_sr_prefix, ni_sr_next_hop_index, ni_sr_next_hop, metric=ni_sr_metric + )) + ni_sr_prefixes.append((ni_name, ni_sr_prefix)) + storage.network_instances.protocols.add(ni_name, 'STATIC') + storage.network_instances.protocol_static.add(ni_name, 'STATIC', ni_sr_prefix, { + 'prefix': ni_sr_prefix, 'next_hops': { + ni_sr_next_hop_index: {'next_hop': ni_sr_next_hop, 'metric': ni_sr_metric} + } + }) + storage.network_instances.tables.add(ni_name, 'STATIC', 'IPV4') + storage.network_instances.tables.add(ni_name, 'STATIC', 'IPV6') + + results_setconfig = set_config(driver, resources_to_set) + check_updates(results_setconfig, '/network_instance[{:s}]/static_route[{:s}]', ni_sr_prefixes) + + check_config_interfaces(driver, storage, max_retries=10, retry_delay=2.0) + check_config_network_instances(driver, storage, max_retries=10, retry_delay=2.0) + + +def test_del_network_instance_static_routes( + driver : GnmiOpenConfigDriver, # pylint: disable=redefined-outer-name + storage : Storage, # pylint: disable=redefined-outer-name +) -> None: + check_config_interfaces(driver, storage) + check_config_network_instances(driver, storage) + + resources_to_delete = list() + ni_sr_prefixes = list() + for ni in NETWORK_INSTANCES: + ni_name = ni['name'] + for ni_sr in ni.get('static_routes', list()): + ni_sr_prefix = ni_sr['prefix' ] + ni_sr_next_hop = ni_sr['next_hop'] + ni_sr_metric = ni_sr['metric' ] + ni_sr_next_hop_index = 'AUTO_{:d}_{:s}'.format(ni_sr_metric, '-'.join(ni_sr_next_hop.split('.'))) + resources_to_delete.append(network_instance_static_route( + ni_name, ni_sr_prefix, ni_sr_next_hop_index, ni_sr_next_hop, metric=ni_sr_metric + )) + ni_sr_prefixes.append((ni_name, ni_sr_prefix)) + + storage.network_instances.protocols.remove(ni_name, 'STATIC') + storage.network_instances.protocol_static.remove(ni_name, 'STATIC', ni_sr_prefix) + storage.network_instances.tables.remove(ni_name, 'STATIC', 'IPV4') + storage.network_instances.tables.remove(ni_name, 'STATIC', 'IPV6') + + results_deleteconfig = del_config(driver, resources_to_delete) + check_updates(results_deleteconfig, '/network_instance[{:s}]/static_route[{:s}]', ni_sr_prefixes) + + check_config_interfaces(driver, storage, max_retries=10, retry_delay=2.0) + #check_config_network_instances(driver, storage, max_retries=10, retry_delay=2.0) + + +def test_del_interfaces( + driver : GnmiOpenConfigDriver, # pylint: disable=redefined-outer-name + storage : Storage, # pylint: disable=redefined-outer-name +) -> None: + check_config_interfaces(driver, storage) + #check_config_network_instances(driver, storage) + + resources_to_delete = list() + if_names = list() + for ni in NETWORK_INSTANCES: + for ni_if in ni.get('interfaces', list()): + if_name = ni_if['name' ] + subif_index = ni_if['index' ] + ipv4_address = ni_if['ipv4_addr' ] + ipv4_prefix = ni_if['ipv4_prefix'] + enabled = ni_if['enabled' ] + resources_to_delete.append(interface(if_name, subif_index, ipv4_address, ipv4_prefix, enabled)) + if_names.append(if_name) + storage.interfaces.ipv4_addresses.remove(if_name, subif_index, ipv4_address) + default_vlan = storage.network_instances.vlans.get('default', 1) + default_vlan_members : List[str] = default_vlan.setdefault('members', list()) + if if_name not in default_vlan_members: default_vlan_members.append(if_name) + + results_deleteconfig = del_config(driver, resources_to_delete) + check_updates(results_deleteconfig, '/interface[{:s}]', if_names) + + check_config_interfaces(driver, storage, max_retries=10, retry_delay=2.0) + #check_config_network_instances(driver, storage, max_retries=10, retry_delay=2.0) + + +def test_del_interfaces_from_network_instance( + driver : GnmiOpenConfigDriver, # pylint: disable=redefined-outer-name + storage : Storage, # pylint: disable=redefined-outer-name +) -> None: + check_config_interfaces(driver, storage) + #check_config_network_instances(driver, storage) + + resources_to_delete = list() + ni_if_names = list() + for ni in NETWORK_INSTANCES: + ni_name = ni['name'] + for ni_if in ni.get('interfaces', list()): + if_name = ni_if['name' ] + subif_index = ni_if['index'] + resources_to_delete.append(network_instance_interface(ni_name, if_name, subif_index)) + ni_if_names.append((ni_name, '{:s}.{:d}'.format(if_name, subif_index))) + storage.network_instances.interfaces.remove(ni_name, if_name, subif_index) + + results_deleteconfig = del_config(driver, resources_to_delete) + check_updates(results_deleteconfig, '/network_instance[{:s}]/interface[{:s}]', ni_if_names) + + check_config_interfaces(driver, storage, max_retries=10, retry_delay=2.0) + #check_config_network_instances(driver, storage, max_retries=10, retry_delay=2.0) + + +def test_del_network_instances( + driver : GnmiOpenConfigDriver, # pylint: disable=redefined-outer-name + storage : Storage, # pylint: disable=redefined-outer-name +) -> None: + check_config_interfaces(driver, storage) + #check_config_network_instances(driver, storage) + + resources_to_delete = list() + ni_names = list() + for ni in NETWORK_INSTANCES: + ni_name = ni['name'] + ni_type = ni['type'] + resources_to_delete.append(network_instance(ni_name, ni_type)) + ni_names.append(ni_name) + storage.network_instances.network_instances.remove(ni_name) + storage.network_instances.protocols.remove(ni_name, 'DIRECTLY_CONNECTED') + storage.network_instances.tables.remove(ni_name, 'DIRECTLY_CONNECTED', 'IPV4') + storage.network_instances.tables.remove(ni_name, 'DIRECTLY_CONNECTED', 'IPV6') + + results_deleteconfig = del_config(driver, resources_to_delete) + check_updates(results_deleteconfig, '/network_instance[{:s}]', ni_names) + + check_config_interfaces(driver, storage, max_retries=10, retry_delay=2.0) + check_config_network_instances(driver, storage, max_retries=10, retry_delay=2.0) diff --git a/src/device/tests/gnmi_openconfig/test_unitary_gnmi_openconfig.py b/src/device/tests/gnmi_openconfig/test_unitary_gnmi_openconfig.py new file mode 100644 index 0000000000000000000000000000000000000000..1ec2e2f5f808ad5caa12c7dd1effb927bc4dd068 --- /dev/null +++ b/src/device/tests/gnmi_openconfig/test_unitary_gnmi_openconfig.py @@ -0,0 +1,360 @@ +# Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +import os +os.environ['DEVICE_EMULATED_ONLY'] = 'YES' + +# pylint: disable=wrong-import-position +import logging, pytest, time +from typing import Dict, List +from device.service.driver_api._Driver import ( + RESOURCE_ENDPOINTS, RESOURCE_INTERFACES, RESOURCE_NETWORK_INSTANCES, + RESOURCE_ROUTING_POLICIES, RESOURCE_SERVICES +) +from device.service.drivers.gnmi_openconfig.GnmiOpenConfigDriver import GnmiOpenConfigDriver +from .storage.Storage import Storage +from .tools.manage_config import ( + check_config_endpoints, check_config_interfaces, check_config_network_instances, del_config, get_config, set_config +) +from .tools.check_updates import check_updates +from .tools.request_composers import ( + interface, network_instance, network_instance_interface, network_instance_static_route +) + +logging.basicConfig(level=logging.DEBUG) +LOGGER = logging.getLogger(__name__) +LOGGER.setLevel(logging.DEBUG) + + +##### DRIVER FIXTURE ################################################################################################### + +DRIVER_SETTING_ADDRESS = '172.20.20.101' +DRIVER_SETTING_PORT = 6030 +DRIVER_SETTING_USERNAME = 'admin' +DRIVER_SETTING_PASSWORD = 'admin' +DRIVER_SETTING_USE_TLS = False + +@pytest.fixture(scope='session') +def driver() -> GnmiOpenConfigDriver: + _driver = GnmiOpenConfigDriver( + DRIVER_SETTING_ADDRESS, DRIVER_SETTING_PORT, + username=DRIVER_SETTING_USERNAME, + password=DRIVER_SETTING_PASSWORD, + use_tls=DRIVER_SETTING_USE_TLS, + ) + _driver.Connect() + yield _driver + time.sleep(1) + _driver.Disconnect() + + +##### STORAGE FIXTURE ################################################################################################## + +@pytest.fixture(scope='session') +def storage() -> Dict: + yield Storage() + + +##### NETWORK INSTANCE DETAILS ######################################################################################### + +NETWORK_INSTANCES = [ + { + 'name': 'test-l3-svc', + 'type': 'L3VRF', + 'interfaces': [ + {'name': 'Ethernet1', 'index': 0, 'ipv4_addr': '192.168.1.1', 'ipv4_prefix': 24, 'enabled': True}, + {'name': 'Ethernet10', 'index': 0, 'ipv4_addr': '192.168.10.1', 'ipv4_prefix': 24, 'enabled': True}, + ], + 'static_routes': [ + {'prefix': '172.0.0.0/24', 'next_hop': '172.16.0.2', 'metric': 1}, + {'prefix': '172.2.0.0/24', 'next_hop': '172.16.0.3', 'metric': 1}, + ] + }, + #{ + # 'name': 'test-l2-svc', + # 'type': 'L2VSI', + # 'interfaces': [ + # {'name': 'Ethernet2', 'index': 0, 'ipv4_addr': '192.168.1.1', 'ipv4_prefix': 24, 'enabled': True}, + # {'name': 'Ethernet4', 'index': 0, 'ipv4_addr': '192.168.10.1', 'ipv4_prefix': 24, 'enabled': True}, + # ], + # 'static_routes': [ + # {'prefix': '172.0.0.0/24', 'next_hop': '172.16.0.2', 'metric': 1}, + # {'prefix': '172.2.0.0/24', 'next_hop': '172.16.0.3', 'metric': 1}, + # ] + #} +] + + +##### TEST METHODS ##################################################################################################### + +def test_get_endpoints( + driver : GnmiOpenConfigDriver, # pylint: disable=redefined-outer-name + storage : Storage, # pylint: disable=redefined-outer-name +) -> None: + results_getconfig = get_config(driver, [RESOURCE_ENDPOINTS]) + storage.endpoints.populate(results_getconfig) + check_config_endpoints(driver, storage) + + +def test_get_interfaces( + driver : GnmiOpenConfigDriver, # pylint: disable=redefined-outer-name + storage : Storage, # pylint: disable=redefined-outer-name +) -> None: + results_getconfig = get_config(driver, [RESOURCE_INTERFACES]) + storage.interfaces.populate(results_getconfig) + check_config_interfaces(driver, storage) + + +def test_get_network_instances( + driver : GnmiOpenConfigDriver, # pylint: disable=redefined-outer-name + storage : Storage, # pylint: disable=redefined-outer-name +) -> None: + results_getconfig = get_config(driver, [RESOURCE_NETWORK_INSTANCES]) + storage.network_instances.populate(results_getconfig) + check_config_network_instances(driver, storage) + + +def test_set_network_instances( + driver : GnmiOpenConfigDriver, # pylint: disable=redefined-outer-name + storage : Storage, # pylint: disable=redefined-outer-name +) -> None: + check_config_interfaces(driver, storage) + check_config_network_instances(driver, storage) + + resources_to_set = list() + ni_names = list() + for ni in NETWORK_INSTANCES: + ni_name = ni['name'] + ni_type = ni['type'] + resources_to_set.append(network_instance(ni_name, ni_type)) + ni_names.append(ni_name) + storage.network_instances.network_instances.add(ni_name, {'type': ni_type}) + storage.network_instances.protocols.add(ni_name, 'DIRECTLY_CONNECTED') + storage.network_instances.tables.add(ni_name, 'DIRECTLY_CONNECTED', 'IPV4') + storage.network_instances.tables.add(ni_name, 'DIRECTLY_CONNECTED', 'IPV6') + + results_setconfig = set_config(driver, resources_to_set) + check_updates(results_setconfig, '/network_instance[{:s}]', ni_names) + + check_config_interfaces(driver, storage, max_retries=10, retry_delay=2.0) + check_config_network_instances(driver, storage, max_retries=10, retry_delay=2.0) + + +def test_add_interfaces_to_network_instance( + driver : GnmiOpenConfigDriver, # pylint: disable=redefined-outer-name + storage : Storage, # pylint: disable=redefined-outer-name +) -> None: + check_config_interfaces(driver, storage) + check_config_network_instances(driver, storage) + + resources_to_set = list() + ni_if_names = list() + for ni in NETWORK_INSTANCES: + ni_name = ni['name'] + for ni_if in ni.get('interfaces', list()): + if_name = ni_if['name' ] + subif_index = ni_if['index'] + resources_to_set.append(network_instance_interface(ni_name, if_name, subif_index)) + ni_if_names.append((ni_name, '{:s}.{:d}'.format(if_name, subif_index))) + storage.network_instances.interfaces.add(ni_name, if_name, subif_index) + + results_setconfig = set_config(driver, resources_to_set) + check_updates(results_setconfig, '/network_instance[{:s}]/interface[{:s}]', ni_if_names) + + check_config_interfaces(driver, storage, max_retries=10, retry_delay=2.0) + check_config_network_instances(driver, storage, max_retries=10, retry_delay=2.0) + + +def test_set_interfaces( + driver : GnmiOpenConfigDriver, # pylint: disable=redefined-outer-name + storage : Storage, # pylint: disable=redefined-outer-name +) -> None: + check_config_interfaces(driver, storage) + check_config_network_instances(driver, storage) + + resources_to_set = list() + if_names = list() + for ni in NETWORK_INSTANCES: + for ni_if in ni.get('interfaces', list()): + if_name = ni_if['name' ] + subif_index = ni_if['index' ] + ipv4_address = ni_if['ipv4_addr' ] + ipv4_prefix = ni_if['ipv4_prefix'] + enabled = ni_if['enabled' ] + resources_to_set.append(interface( + if_name, subif_index, ipv4_address, ipv4_prefix, enabled + )) + if_names.append(if_name) + storage.interfaces.ipv4_addresses.add(if_name, subif_index, ipv4_address, { + 'origin' : 'STATIC', 'prefix': ipv4_prefix + }) + default_vlan = storage.network_instances.vlans.get('default', 1) + default_vlan_members : List[str] = default_vlan.setdefault('members', list()) + if if_name in default_vlan_members: default_vlan_members.remove(if_name) + + results_setconfig = set_config(driver, resources_to_set) + check_updates(results_setconfig, '/interface[{:s}]', if_names) + + check_config_interfaces(driver, storage, max_retries=10, retry_delay=2.0) + check_config_network_instances(driver, storage, max_retries=10, retry_delay=2.0) + + +def test_set_network_instance_static_routes( + driver : GnmiOpenConfigDriver, # pylint: disable=redefined-outer-name + storage : Storage, # pylint: disable=redefined-outer-name +) -> None: + check_config_interfaces(driver, storage) + check_config_network_instances(driver, storage) + + resources_to_set = list() + ni_sr_prefixes = list() + for ni in NETWORK_INSTANCES: + ni_name = ni['name'] + for ni_sr in ni.get('static_routes', list()): + ni_sr_prefix = ni_sr['prefix' ] + ni_sr_next_hop = ni_sr['next_hop'] + ni_sr_metric = ni_sr['metric' ] + ni_sr_next_hop_index = 'AUTO_{:d}_{:s}'.format(ni_sr_metric, '-'.join(ni_sr_next_hop.split('.'))) + resources_to_set.append(network_instance_static_route( + ni_name, ni_sr_prefix, ni_sr_next_hop_index, ni_sr_next_hop, metric=ni_sr_metric + )) + ni_sr_prefixes.append((ni_name, ni_sr_prefix)) + storage.network_instances.protocols.add(ni_name, 'STATIC') + storage.network_instances.protocol_static.add(ni_name, 'STATIC', ni_sr_prefix, { + 'prefix': ni_sr_prefix, 'next_hops': { + ni_sr_next_hop_index: {'next_hop': ni_sr_next_hop, 'metric': ni_sr_metric} + } + }) + storage.network_instances.tables.add(ni_name, 'STATIC', 'IPV4') + storage.network_instances.tables.add(ni_name, 'STATIC', 'IPV6') + + results_setconfig = set_config(driver, resources_to_set) + check_updates(results_setconfig, '/network_instance[{:s}]/static_route[{:s}]', ni_sr_prefixes) + + check_config_interfaces(driver, storage, max_retries=10, retry_delay=2.0) + check_config_network_instances(driver, storage, max_retries=10, retry_delay=2.0) + + +def test_del_network_instance_static_routes( + driver : GnmiOpenConfigDriver, # pylint: disable=redefined-outer-name + storage : Storage, # pylint: disable=redefined-outer-name +) -> None: + check_config_interfaces(driver, storage) + check_config_network_instances(driver, storage) + + resources_to_delete = list() + ni_sr_prefixes = list() + for ni in NETWORK_INSTANCES: + ni_name = ni['name'] + for ni_sr in ni.get('static_routes', list()): + ni_sr_prefix = ni_sr['prefix' ] + ni_sr_next_hop = ni_sr['next_hop'] + ni_sr_metric = ni_sr['metric' ] + ni_sr_next_hop_index = 'AUTO_{:d}_{:s}'.format(ni_sr_metric, '-'.join(ni_sr_next_hop.split('.'))) + resources_to_delete.append(network_instance_static_route( + ni_name, ni_sr_prefix, ni_sr_next_hop_index, ni_sr_next_hop, metric=ni_sr_metric + )) + ni_sr_prefixes.append((ni_name, ni_sr_prefix)) + + storage.network_instances.protocols.remove(ni_name, 'STATIC') + storage.network_instances.protocol_static.remove(ni_name, 'STATIC', ni_sr_prefix) + storage.network_instances.tables.remove(ni_name, 'STATIC', 'IPV4') + storage.network_instances.tables.remove(ni_name, 'STATIC', 'IPV6') + + results_deleteconfig = del_config(driver, resources_to_delete) + check_updates(results_deleteconfig, '/network_instance[{:s}]/static_route[{:s}]', ni_sr_prefixes) + + check_config_interfaces(driver, storage, max_retries=10, retry_delay=2.0) + #check_config_network_instances(driver, storage, max_retries=10, retry_delay=2.0) + + +def test_del_interfaces( + driver : GnmiOpenConfigDriver, # pylint: disable=redefined-outer-name + storage : Storage, # pylint: disable=redefined-outer-name +) -> None: + check_config_interfaces(driver, storage) + #check_config_network_instances(driver, storage) + + resources_to_delete = list() + if_names = list() + for ni in NETWORK_INSTANCES: + for ni_if in ni.get('interfaces', list()): + if_name = ni_if['name' ] + subif_index = ni_if['index' ] + ipv4_address = ni_if['ipv4_addr' ] + ipv4_prefix = ni_if['ipv4_prefix'] + enabled = ni_if['enabled' ] + resources_to_delete.append(interface(if_name, subif_index, ipv4_address, ipv4_prefix, enabled)) + if_names.append(if_name) + storage.interfaces.ipv4_addresses.remove(if_name, subif_index, ipv4_address) + default_vlan = storage.network_instances.vlans.get('default', 1) + default_vlan_members : List[str] = default_vlan.setdefault('members', list()) + if if_name not in default_vlan_members: default_vlan_members.append(if_name) + + results_deleteconfig = del_config(driver, resources_to_delete) + check_updates(results_deleteconfig, '/interface[{:s}]', if_names) + + check_config_interfaces(driver, storage, max_retries=10, retry_delay=2.0) + #check_config_network_instances(driver, storage, max_retries=10, retry_delay=2.0) + + +def test_del_interfaces_from_network_instance( + driver : GnmiOpenConfigDriver, # pylint: disable=redefined-outer-name + storage : Storage, # pylint: disable=redefined-outer-name +) -> None: + check_config_interfaces(driver, storage) + #check_config_network_instances(driver, storage) + + resources_to_delete = list() + ni_if_names = list() + for ni in NETWORK_INSTANCES: + ni_name = ni['name'] + for ni_if in ni.get('interfaces', list()): + if_name = ni_if['name' ] + subif_index = ni_if['index'] + resources_to_delete.append(network_instance_interface(ni_name, if_name, subif_index)) + ni_if_names.append((ni_name, '{:s}.{:d}'.format(if_name, subif_index))) + storage.network_instances.interfaces.remove(ni_name, if_name, subif_index) + + results_deleteconfig = del_config(driver, resources_to_delete) + check_updates(results_deleteconfig, '/network_instance[{:s}]/interface[{:s}]', ni_if_names) + + check_config_interfaces(driver, storage, max_retries=10, retry_delay=2.0) + #check_config_network_instances(driver, storage, max_retries=10, retry_delay=2.0) + + +def test_del_network_instances( + driver : GnmiOpenConfigDriver, # pylint: disable=redefined-outer-name + storage : Storage, # pylint: disable=redefined-outer-name +) -> None: + check_config_interfaces(driver, storage) + #check_config_network_instances(driver, storage) + + resources_to_delete = list() + ni_names = list() + for ni in NETWORK_INSTANCES: + ni_name = ni['name'] + ni_type = ni['type'] + resources_to_delete.append(network_instance(ni_name, ni_type)) + ni_names.append(ni_name) + storage.network_instances.network_instances.remove(ni_name) + storage.network_instances.protocols.remove(ni_name, 'DIRECTLY_CONNECTED') + storage.network_instances.tables.remove(ni_name, 'DIRECTLY_CONNECTED', 'IPV4') + storage.network_instances.tables.remove(ni_name, 'DIRECTLY_CONNECTED', 'IPV6') + + results_deleteconfig = del_config(driver, resources_to_delete) + check_updates(results_deleteconfig, '/network_instance[{:s}]', ni_names) + + check_config_interfaces(driver, storage, max_retries=10, retry_delay=2.0) + check_config_network_instances(driver, storage, max_retries=10, retry_delay=2.0) diff --git a/src/device/tests/gnmi_openconfig/tools/__init__.py b/src/device/tests/gnmi_openconfig/tools/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..3ee6f7071f145e06c3aeaefc09a43ccd88e619e3 --- /dev/null +++ b/src/device/tests/gnmi_openconfig/tools/__init__.py @@ -0,0 +1,14 @@ +# Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + diff --git a/src/device/tests/gnmi_openconfig/tools/check_updates.py b/src/device/tests/gnmi_openconfig/tools/check_updates.py new file mode 100644 index 0000000000000000000000000000000000000000..7e120ab89ac508623ef27b6e6a6f792b6c565840 --- /dev/null +++ b/src/device/tests/gnmi_openconfig/tools/check_updates.py @@ -0,0 +1,22 @@ +# Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +from typing import Iterable, List, Tuple + +def check_updates(results : Iterable[Tuple[str, bool]], format_str : str, item_ids : List[Tuple]) -> None: + results = set(results) + assert len(results) == len(item_ids) + for item_id_fields in item_ids: + if isinstance(item_id_fields, (str, int, float, bool)): item_id_fields = (item_id_fields,) + assert (format_str.format(*item_id_fields), True) in results diff --git a/src/device/tests/gnmi_openconfig/tools/manage_config.py b/src/device/tests/gnmi_openconfig/tools/manage_config.py new file mode 100644 index 0000000000000000000000000000000000000000..6dc485bf256236bf9438536e9182181f784faacd --- /dev/null +++ b/src/device/tests/gnmi_openconfig/tools/manage_config.py @@ -0,0 +1,103 @@ +# Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +import copy, deepdiff, logging, time +from typing import Callable, Dict, List, Tuple, Union +from device.service.driver_api._Driver import ( + RESOURCE_ENDPOINTS, RESOURCE_INTERFACES, RESOURCE_NETWORK_INSTANCES, + RESOURCE_ROUTING_POLICIES, RESOURCE_SERVICES +) +from device.service.drivers.gnmi_openconfig.GnmiOpenConfigDriver import GnmiOpenConfigDriver +from device.tests.gnmi_openconfig.storage.Storage import Storage +from .result_config_adapters import adapt_endpoint, adapt_interface, adapt_network_instance + +LOGGER = logging.getLogger(__name__) + +def get_config(driver : GnmiOpenConfigDriver, resources_to_get : List[str]) -> List[Tuple[str, Dict]]: + LOGGER.info('[get_config] resources_to_get = {:s}'.format(str(resources_to_get))) + results_getconfig = driver.GetConfig(resources_to_get) + LOGGER.info('[get_config] results_getconfig = {:s}'.format(str(results_getconfig))) + return results_getconfig + +def set_config( + driver : GnmiOpenConfigDriver, resources_to_set : List[Tuple[str, Dict]] +) -> List[Tuple[str, Union[bool, Exception]]]: + LOGGER.info('[set_config] resources_to_set = {:s}'.format(str(resources_to_set))) + results_setconfig = driver.SetConfig(resources_to_set) + LOGGER.info('[set_config] results_setconfig = {:s}'.format(str(results_setconfig))) + return results_setconfig + +def del_config( + driver : GnmiOpenConfigDriver, resources_to_delete : List[Tuple[str, Dict]] +) -> List[Tuple[str, Union[bool, Exception]]]: + LOGGER.info('resources_to_delete = {:s}'.format(str(resources_to_delete))) + results_deleteconfig = driver.DeleteConfig(resources_to_delete) + LOGGER.info('results_deleteconfig = {:s}'.format(str(results_deleteconfig))) + return results_deleteconfig + +def check_expected_config( + driver : GnmiOpenConfigDriver, resources_to_get : List[str], expected_config : List[Dict], + func_adapt_returned_config : Callable[[Tuple[str, Dict]], Tuple[str, Dict]] = lambda x: x, + max_retries : int = 1, retry_delay : float = 0.5 +) -> List[Dict]: + LOGGER.info('expected_config = {:s}'.format(str(expected_config))) + + num_retry = 0 + return_data = None + while num_retry < max_retries: + results_getconfig = get_config(driver, resources_to_get) + return_data = copy.deepcopy(results_getconfig) + + results_getconfig = [ + func_adapt_returned_config(resource_key, resource_value) + for resource_key, resource_value in results_getconfig + ] + + diff_data = deepdiff.DeepDiff(sorted(expected_config), sorted(results_getconfig)) + num_diffs = len(diff_data) + if num_diffs == 0: break + # let the device take some time to reconfigure + time.sleep(retry_delay) + num_retry += 1 + + if num_diffs > 0: LOGGER.error('Differences[{:d}]:\n{:s}'.format(num_diffs, str(diff_data.pretty()))) + assert num_diffs == 0 + return return_data + +def check_config_endpoints( + driver : GnmiOpenConfigDriver, storage : Storage, + max_retries : int = 1, retry_delay : float = 0.5 +) -> List[Dict]: + return check_expected_config( + driver, [RESOURCE_ENDPOINTS], storage.endpoints.get_expected_config(), + adapt_endpoint, max_retries=max_retries, retry_delay=retry_delay + ) + +def check_config_interfaces( + driver : GnmiOpenConfigDriver, storage : Storage, + max_retries : int = 1, retry_delay : float = 0.5 +) -> List[Dict]: + return check_expected_config( + driver, [RESOURCE_INTERFACES], storage.interfaces.get_expected_config(), + adapt_interface, max_retries=max_retries, retry_delay=retry_delay + ) + +def check_config_network_instances( + driver : GnmiOpenConfigDriver, storage : Storage, + max_retries : int = 1, retry_delay : float = 0.5 +) -> List[Dict]: + return check_expected_config( + driver, [RESOURCE_NETWORK_INSTANCES], storage.network_instances.get_expected_config(), + adapt_network_instance, max_retries=max_retries, retry_delay=retry_delay + ) diff --git a/src/device/tests/gnmi_openconfig/tools/request_composers copy.py b/src/device/tests/gnmi_openconfig/tools/request_composers copy.py new file mode 100644 index 0000000000000000000000000000000000000000..9545e156df2c88ea1c86f094b770e09328b368e6 --- /dev/null +++ b/src/device/tests/gnmi_openconfig/tools/request_composers copy.py @@ -0,0 +1,46 @@ +# Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +from typing import Dict, Tuple + +def interface(if_name, sif_index, ipv4_address, ipv4_prefix, enabled) -> Tuple[str, Dict]: + str_path = '/interface[{:s}]'.format(if_name) + str_data = { + 'name': if_name, 'enabled': enabled, 'sub_if_index': sif_index, 'sub_if_enabled': enabled, + 'sub_if_ipv4_enabled': enabled, 'sub_if_ipv4_address': ipv4_address, 'sub_if_ipv4_prefix': ipv4_prefix + } + return str_path, str_data + +def network_instance(ni_name, ni_type) -> Tuple[str, Dict]: + str_path = '/network_instance[{:s}]'.format(ni_name) + str_data = { + 'name': ni_name, 'type': ni_type + } + return str_path, str_data + +def network_instance_static_route(ni_name, prefix, next_hop_index, next_hop, metric=1) -> Tuple[str, Dict]: + str_path = '/network_instance[{:s}]/static_route[{:s}]'.format(ni_name, prefix) + str_data = { + 'name': ni_name, 'identifier': 'STATIC', 'protocol_name': 'STATIC', + 'prefix': prefix, 'index': next_hop_index, 'next_hop': next_hop, 'metric': metric + } + return str_path, str_data + +def network_instance_interface(ni_name, if_name, sif_index) -> Tuple[str, Dict]: + ni_if_id = '{:s}.{:d}'.format(if_name, sif_index) + str_path = '/network_instance[{:s}]/interface[{:s}]'.format(ni_name, ni_if_id) + str_data = { + 'name': ni_name, 'id': ni_if_id, 'interface': if_name, 'subinterface': sif_index + } + return str_path, str_data diff --git a/src/device/tests/gnmi_openconfig/tools/request_composers.py b/src/device/tests/gnmi_openconfig/tools/request_composers.py new file mode 100644 index 0000000000000000000000000000000000000000..d80709114bdf36c1e634047256c7e42d638de3c5 --- /dev/null +++ b/src/device/tests/gnmi_openconfig/tools/request_composers.py @@ -0,0 +1,44 @@ +# Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +from typing import Dict, Tuple + +def interface(if_name, sif_index, ipv4_address, ipv4_prefix, enabled) -> Tuple[str, Dict]: + str_path = '/interface[{:s}]'.format(if_name) + str_data = { + 'name': if_name, 'enabled': enabled, 'sub_if_index': sif_index, 'sub_if_enabled': enabled, + 'sub_if_ipv4_enabled': enabled, 'sub_if_ipv4_address': ipv4_address, 'sub_if_ipv4_prefix': ipv4_prefix + } + return str_path, str_data + +def network_instance(ni_name, ni_type) -> Tuple[str, Dict]: + str_path = '/network_instance[{:s}]'.format(ni_name) + str_data = { + 'name': ni_name, 'type': ni_type + } + return str_path, str_data + +def network_instance_static_route(ni_name, prefix, next_hop_index, next_hop, metric=1) -> Tuple[str, Dict]: + str_path = '/network_instance[{:s}]/static_route[{:s}]'.format(ni_name, prefix) + str_data = { + 'name': ni_name, 'prefix': prefix, 'next_hop_index': next_hop_index, 'next_hop': next_hop, 'metric': metric + } + return str_path, str_data + +def network_instance_interface(ni_name, if_name, sif_index) -> Tuple[str, Dict]: + str_path = '/network_instance[{:s}]/interface[{:s}.{:d}]'.format(ni_name, if_name, sif_index) + str_data = { + 'name': ni_name, 'if_name': if_name, 'sif_index': sif_index + } + return str_path, str_data diff --git a/src/device/tests/gnmi_openconfig/tools/result_config_adapters.py b/src/device/tests/gnmi_openconfig/tools/result_config_adapters.py new file mode 100644 index 0000000000000000000000000000000000000000..db7d5735d05eba9e4b8a2bec3b2763bdb3c3cc42 --- /dev/null +++ b/src/device/tests/gnmi_openconfig/tools/result_config_adapters.py @@ -0,0 +1,29 @@ +# Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +import re +from typing import Dict, Tuple + +def adapt_endpoint(resource_key : str, resource_value : Dict) -> Tuple[str, Dict]: + return resource_key, resource_value + +def adapt_interface(resource_key : str, resource_value : Dict) -> Tuple[str, Dict]: + return resource_key, resource_value + +def adapt_network_instance(resource_key : str, resource_value : Dict) -> Tuple[str, Dict]: + match = re.match(r'^\/network\_instance\[([^\]]+)\]\/vlan\[([^\]]+)\]$', resource_key) + if match is not None: + members = resource_value.get('members') + if len(members) > 0: resource_value['members'] = sorted(members) + return resource_key, resource_value diff --git a/src/device/tests/test_gnmi.py b/src/device/tests/test_gnmi.py deleted file mode 100644 index ebd026a206ddf9444d30c01e8ac2d097307cc0db..0000000000000000000000000000000000000000 --- a/src/device/tests/test_gnmi.py +++ /dev/null @@ -1,115 +0,0 @@ -# Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -import logging, os, sys, time -from typing import Dict, Tuple -os.environ['DEVICE_EMULATED_ONLY'] = 'YES' -from device.service.drivers.gnmi_openconfig.GnmiOpenConfigDriver import GnmiOpenConfigDriver # pylint: disable=wrong-import-position -#from device.service.driver_api._Driver import ( -# RESOURCE_ENDPOINTS, RESOURCE_INTERFACES, RESOURCE_NETWORK_INSTANCES, RESOURCE_ROUTING_POLICIES, RESOURCE_SERVICES -#) - -logging.basicConfig(level=logging.DEBUG) -LOGGER = logging.getLogger(__name__) -LOGGER.setLevel(logging.DEBUG) - -# +---+---------------------------+--------------+---------------------------------+-------+---------+--------------------+--------------+ -# | # | Name | Container ID | Image | Kind | State | IPv4 Address | IPv6 Address | -# +---+---------------------------+--------------+---------------------------------+-------+---------+--------------------+--------------+ -# | 1 | clab-tfs-scenario-client1 | a8d48ec3265a | ghcr.io/hellt/network-multitool | linux | running | 172.100.100.201/24 | N/A | -# | 2 | clab-tfs-scenario-client2 | fc88436d2b32 | ghcr.io/hellt/network-multitool | linux | running | 172.100.100.202/24 | N/A | -# | 3 | clab-tfs-scenario-srl1 | b995b9bdadda | ghcr.io/nokia/srlinux | srl | running | 172.100.100.101/24 | N/A | -# | 4 | clab-tfs-scenario-srl2 | aacfc38cc376 | ghcr.io/nokia/srlinux | srl | running | 172.100.100.102/24 | N/A | -# +---+---------------------------+--------------+---------------------------------+-------+---------+--------------------+--------------+ - -def interface(if_name, sif_index, ipv4_address, ipv4_prefix, enabled) -> Tuple[str, Dict]: - str_path = '/interface[{:s}]'.format(if_name) - str_data = {'name': if_name, 'enabled': enabled, 'sub_if_index': sif_index, 'sub_if_enabled': enabled, - 'sub_if_ipv4_enabled': enabled, 'sub_if_ipv4_address': ipv4_address, 'sub_if_ipv4_prefix': ipv4_prefix} - return str_path, str_data - -def network_instance(ni_name, ni_type) -> Tuple[str, Dict]: - str_path = '/network_instance[{:s}]'.format(ni_name) - str_data = {'name': ni_name, 'type': ni_type} - return str_path, str_data - -def network_instance_static_route(ni_name, prefix, next_hop, next_hop_index=0) -> Tuple[str, Dict]: - str_path = '/network_instance[{:s}]/static_route[{:s}]'.format(ni_name, prefix) - str_data = {'name': ni_name, 'prefix': prefix, 'next_hop': next_hop, 'next_hop_index': next_hop_index} - return str_path, str_data - -def network_instance_interface(ni_name, if_name, sif_index) -> Tuple[str, Dict]: - str_path = '/network_instance[{:s}]/interface[{:s}.{:d}]'.format(ni_name, if_name, sif_index) - str_data = {'name': ni_name, 'if_name': if_name, 'sif_index': sif_index} - return str_path, str_data - -def main(): - driver_settings = { - 'protocol': 'gnmi', - 'username': 'admin', - 'password': 'NokiaSrl1!', - 'use_tls' : True, - } - driver = GnmiOpenConfigDriver('172.100.100.102', 57400, **driver_settings) - driver.Connect() - - #resources_to_get = [] - #resources_to_get = [RESOURCE_ENDPOINTS] - #resources_to_get = [RESOURCE_INTERFACES] - #resources_to_get = [RESOURCE_NETWORK_INSTANCES] - #resources_to_get = [RESOURCE_ROUTING_POLICIES] - #resources_to_get = [RESOURCE_SERVICES] - #LOGGER.info('resources_to_get = {:s}'.format(str(resources_to_get))) - #results_getconfig = driver.GetConfig(resources_to_get) - #LOGGER.info('results_getconfig = {:s}'.format(str(results_getconfig))) - - #resources_to_set = [ - # network_instance('test-svc', 'L3VRF'), - # - # interface('ethernet-1/1', 0, '172.16.0.1', 24, True), - # network_instance_interface('test-svc', 'ethernet-1/1', 0), - # - # interface('ethernet-1/2', 0, '172.0.0.1', 24, True), - # network_instance_interface('test-svc', 'ethernet-1/2', 0), - # - # network_instance_static_route('test-svc', '172.0.0.0/24', '172.16.0.2'), - # network_instance_static_route('test-svc', '172.2.0.0/24', '172.16.0.3'), - #] - #LOGGER.info('resources_to_set = {:s}'.format(str(resources_to_set))) - #results_setconfig = driver.SetConfig(resources_to_set) - #LOGGER.info('results_setconfig = {:s}'.format(str(results_setconfig))) - - resources_to_delete = [ - #network_instance_static_route('d35fc1d9', '172.0.0.0/24', '172.16.0.2'), - #network_instance_static_route('d35fc1d9', '172.2.0.0/24', '172.16.0.3'), - - #network_instance_interface('d35fc1d9', 'ethernet-1/1', 0), - #network_instance_interface('d35fc1d9', 'ethernet-1/2', 0), - - interface('ethernet-1/1', 0, '172.16.1.1', 24, True), - interface('ethernet-1/2', 0, '172.0.0.2', 24, True), - - network_instance('20f66fb5', 'L3VRF'), - ] - LOGGER.info('resources_to_delete = {:s}'.format(str(resources_to_delete))) - results_deleteconfig = driver.DeleteConfig(resources_to_delete) - LOGGER.info('results_deleteconfig = {:s}'.format(str(results_deleteconfig))) - - time.sleep(1) - - driver.Disconnect() - return 0 - -if __name__ == '__main__': - sys.exit(main()) diff --git a/src/e2e_orchestrator/.gitlab-ci.yml b/src/e2e_orchestrator/.gitlab-ci.yml index ecc17f26119e40659d6191e88e26a4000c9d9ada..0930be486cce13706292a48c6e6e01c60228f061 100644 --- a/src/e2e_orchestrator/.gitlab-ci.yml +++ b/src/e2e_orchestrator/.gitlab-ci.yml @@ -13,9 +13,9 @@ # limitations under the License. # build, tag and push the Docker image to the gitlab registry -build e2eorchestrator: +build e2e_orchestrator: variables: - IMAGE_NAME: 'e2eorchestrator' # name of the microservice + IMAGE_NAME: 'e2e_orchestrator' # name of the microservice IMAGE_TAG: 'latest' # tag of the container image (production, development, etc) stage: build before_script: diff --git a/src/e2e_orchestrator/Dockerfile b/src/e2e_orchestrator/Dockerfile index 1ead42a2fd85316b8f8a45aded98f91d861e6b8d..132d6ba47938e1c74cee08aa3ad41ead6f992f68 100644 --- a/src/e2e_orchestrator/Dockerfile +++ b/src/e2e_orchestrator/Dockerfile @@ -77,8 +77,11 @@ RUN pip-compile --quiet --output-file=e2e_orchestrator/requirements.txt e2e_orch RUN python3 -m pip install -r e2e_orchestrator/requirements.txt # Add component files into working directory -COPY --chown=teraflow:teraflow ./src/context/. context -COPY --chown=teraflow:teraflow ./src/e2e_orchestrator/. e2e_orchestrator +COPY src/context/__init__.py context/__init__.py +COPY src/context/client/. context/client/ +COPY src/service/__init__.py service/__init__.py +COPY src/service/client/. service/client/ +COPY src/e2e_orchestrator/. e2e_orchestrator/ # Start the service ENTRYPOINT ["python", "-m", "e2e_orchestrator.service"] diff --git a/src/e2e_orchestrator/requirements.in b/src/e2e_orchestrator/requirements.in index 6553c5a41eb9bcf20b7841d8af1fb84be61a27fc..5732b1bf053301f73a37830e66eb211912d9e200 100644 --- a/src/e2e_orchestrator/requirements.in +++ b/src/e2e_orchestrator/requirements.in @@ -12,4 +12,5 @@ # See the License for the specific language governing permissions and # limitations under the License. -networkx \ No newline at end of file +networkx +websockets==12.0 diff --git a/src/e2e_orchestrator/service/E2EOrchestratorServiceServicerImpl.py b/src/e2e_orchestrator/service/E2EOrchestratorServiceServicerImpl.py index 0ba2eba3390ab13f38ce80affd4faaeba61e1b87..4fc0ea3ba45a85bb3b1dccb18191dc1b4e380404 100644 --- a/src/e2e_orchestrator/service/E2EOrchestratorServiceServicerImpl.py +++ b/src/e2e_orchestrator/service/E2EOrchestratorServiceServicerImpl.py @@ -12,33 +12,181 @@ # See the License for the specific language governing permissions and # limitations under the License. -import logging - -import networkx as nx -import grpc import copy - -from common.Constants import ServiceNameEnum -from common.method_wrappers.Decorator import (MetricsPool, MetricTypeEnum, safe_and_metered_rpc_method) +from common.method_wrappers.Decorator import MetricsPool, safe_and_metered_rpc_method from common.proto.e2eorchestrator_pb2 import E2EOrchestratorRequest, E2EOrchestratorReply -from common.proto.context_pb2 import Empty, Connection, EndPointId +from common.proto.context_pb2 import ( + Empty, Connection, EndPointId, Link, LinkId, TopologyDetails, Topology, Context, Service, ServiceId, + ServiceTypeEnum, ServiceStatusEnum) from common.proto.e2eorchestrator_pb2_grpc import E2EOrchestratorServiceServicer +from common.Settings import get_setting from context.client.ContextClient import ContextClient +from service.client.ServiceClient import ServiceClient from context.service.database.uuids.EndPoint import endpoint_get_uuid +from context.service.database.uuids.Device import device_get_uuid +from common.proto.vnt_manager_pb2 import VNTSubscriptionRequest +from common.tools.grpc.Tools import grpc_message_to_json_string +import grpc +import json +import logging +import networkx as nx +from threading import Thread +from websockets.sync.client import connect +from websockets.sync.server import serve +from common.Constants import DEFAULT_CONTEXT_NAME LOGGER = logging.getLogger(__name__) +logging.getLogger("websockets").propagate = True METRICS_POOL = MetricsPool("E2EOrchestrator", "RPC") + context_client: ContextClient = ContextClient() +service_client: ServiceClient = ServiceClient() + +EXT_HOST = str(get_setting('WS_IP_HOST')) +EXT_PORT = str(get_setting('WS_IP_PORT')) + +OWN_HOST = str(get_setting('WS_E2E_HOST')) +OWN_PORT = str(get_setting('WS_E2E_PORT')) + + +ALL_HOSTS = "0.0.0.0" + +class SubscriptionServer(Thread): + def __init__(self): + Thread.__init__(self) + + def run(self): + url = "ws://" + EXT_HOST + ":" + EXT_PORT + request = VNTSubscriptionRequest() + request.host = OWN_HOST + request.port = OWN_PORT + try: + LOGGER.debug("Trying to connect to {}".format(url)) + websocket = connect(url) + except Exception as ex: + LOGGER.error('Error connecting to {}'.format(url)) + else: + with websocket: + LOGGER.debug("Connected to {}".format(url)) + send = grpc_message_to_json_string(request) + websocket.send(send) + LOGGER.debug("Sent: {}".format(send)) + try: + message = websocket.recv() + LOGGER.debug("Received message from WebSocket: {}".format(message)) + except Exception as ex: + LOGGER.error('Exception receiving from WebSocket: {}'.format(ex)) + + self._events_server() + + + def _events_server(self): + all_hosts = "0.0.0.0" + + try: + server = serve(self._event_received, all_hosts, int(OWN_PORT)) + except Exception as ex: + LOGGER.error('Error starting server on {}:{}'.format(all_hosts, OWN_PORT)) + LOGGER.error('Exception!: {}'.format(ex)) + else: + with server: + LOGGER.info("Running events server...: {}:{}".format(all_hosts, OWN_PORT)) + server.serve_forever() + + + def _event_received(self, connection): + LOGGER.info("EVENT received!") + for message in connection: + message_json = json.loads(message) + # LOGGER.info("message_json: {}".format(message_json)) + + # Link creation + if 'link_id' in message_json: + link = Link(**message_json) + + service = Service() + service.service_id.service_uuid.uuid = link.link_id.link_uuid.uuid + service.service_id.context_id.context_uuid.uuid = DEFAULT_CONTEXT_NAME + service.service_type = ServiceTypeEnum.SERVICETYPE_OPTICAL_CONNECTIVITY + service.service_status.service_status = ServiceStatusEnum.SERVICESTATUS_PLANNED + service_client.CreateService(service) + + links = context_client.ListLinks(Empty()).links + a_device_uuid = device_get_uuid(link.link_endpoint_ids[0].device_id) + a_endpoint_uuid = endpoint_get_uuid(link.link_endpoint_ids[0])[2] + z_device_uuid = device_get_uuid(link.link_endpoint_ids[1].device_id) + z_endpoint_uuid = endpoint_get_uuid(link.link_endpoint_ids[1])[2] + + for _link in links: + for _endpoint_id in _link.link_endpoint_ids: + if _endpoint_id.device_id.device_uuid.uuid == a_device_uuid and \ + _endpoint_id.endpoint_uuid.uuid == a_endpoint_uuid: + a_ep_id = _endpoint_id + elif _endpoint_id.device_id.device_uuid.uuid == z_device_uuid and \ + _endpoint_id.endpoint_uuid.uuid == z_endpoint_uuid: + z_ep_id = _endpoint_id + + if (not 'a_ep_id' in locals()) or (not 'z_ep_id' in locals()): + error_msg = 'Could not get VNT link endpoints' + LOGGER.error(error_msg) + connection.send(error_msg) + return + + service.service_endpoint_ids.append(copy.deepcopy(a_ep_id)) + service.service_endpoint_ids.append(copy.deepcopy(z_ep_id)) + + # service_client.UpdateService(service) + connection.send(grpc_message_to_json_string(link)) + # Link removal + elif 'link_uuid' in message_json: + LOGGER.info('REMOVING VIRTUAL LINK') + link_id = LinkId(**message_json) + + service_id = ServiceId() + service_id.service_uuid.uuid = link_id.link_uuid.uuid + service_id.context_id.context_uuid.uuid = DEFAULT_CONTEXT_NAME + # service_client.DeleteService(service_id) + connection.send(grpc_message_to_json_string(link_id)) + context_client.RemoveLink(link_id) + # Topology received + else: + LOGGER.info('TOPOLOGY') + topology_details = TopologyDetails(**message_json) + + context = Context() + context.context_id.context_uuid.uuid = topology_details.topology_id.context_id.context_uuid.uuid + context_client.SetContext(context) + + topology = Topology() + topology.topology_id.context_id.CopyFrom(context.context_id) + topology.topology_id.topology_uuid.uuid = topology_details.topology_id.topology_uuid.uuid + context_client.SetTopology(topology) + + for device in topology_details.devices: + context_client.SetDevice(device) + + for link in topology_details.links: + context_client.SetLink(link) + class E2EOrchestratorServiceServicerImpl(E2EOrchestratorServiceServicer): def __init__(self): LOGGER.debug("Creating Servicer...") - LOGGER.debug("Servicer Created") + try: + LOGGER.debug("Requesting subscription") + sub_server = SubscriptionServer() + sub_server.start() + LOGGER.debug("Servicer Created") + + except Exception as ex: + LOGGER.info("Exception!: {}".format(ex)) + + @safe_and_metered_rpc_method(METRICS_POOL, LOGGER) def Compute(self, request: E2EOrchestratorRequest, context: grpc.ServicerContext) -> E2EOrchestratorReply: endpoints_ids = [] diff --git a/src/e2e_orchestrator/service/__main__.py b/src/e2e_orchestrator/service/__main__.py index 5f20fd72f062127e12fc41352e7213fa320d4a94..b4763627d6de04e49765c047d560cc5626fbc17f 100644 --- a/src/e2e_orchestrator/service/__main__.py +++ b/src/e2e_orchestrator/service/__main__.py @@ -43,13 +43,6 @@ def main(): logging.basicConfig(level=log_level) LOGGER = logging.getLogger(__name__) - wait_for_environment_variables( - [ - get_env_var_name(ServiceNameEnum.E2EORCHESTRATOR, ENVVAR_SUFIX_SERVICE_HOST), - get_env_var_name(ServiceNameEnum.E2EORCHESTRATOR, ENVVAR_SUFIX_SERVICE_PORT_GRPC), - ] - ) - signal.signal(signal.SIGINT, signal_handler) signal.signal(signal.SIGTERM, signal_handler) diff --git a/src/kpi_manager/.gitlab-ci.yml b/src/kpi_manager/.gitlab-ci.yml index 498cfd89fb3da85fec1b2ad0c930408eab215dc5..47c866b4a963a4ce94e227bf24bdeb9263af04e1 100644 --- a/src/kpi_manager/.gitlab-ci.yml +++ b/src/kpi_manager/.gitlab-ci.yml @@ -83,6 +83,7 @@ unit_test kpi-manager: - docker exec -i $IMAGE_NAME bash -c "coverage report --include='${IMAGE_NAME}/*' --show-missing" coverage: '/TOTAL\s+\d+\s+\d+\s+(\d+%)/' after_script: + - docker rm -f $IMAGE_NAME crdb - docker volume rm -f crdb - docker network rm teraflowbridge - docker volume prune --force diff --git a/src/kpi_manager/database/KpiDB.py b/src/kpi_manager/database/KpiDB.py new file mode 100644 index 0000000000000000000000000000000000000000..d503f06f4cdeb57efd4c02701803f81fd31d3eea --- /dev/null +++ b/src/kpi_manager/database/KpiDB.py @@ -0,0 +1,66 @@ +# Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +import logging +from common.method_wrappers.Decorator import MetricsPool +from common.tools.database.GenericDatabase import Database +from common.method_wrappers.ServiceExceptions import OperationFailedException + +LOGGER = logging.getLogger(__name__) +METRICS_POOL = MetricsPool('KpiManager', 'Database') + +class KpiDB(Database): + def __init__(self, model) -> None: + LOGGER.info('Init KpiManagerService') + super().__init__(model) + + def select_with_filter(self, model, filter_object): + """ + Generic method to create filters dynamically based on filter_object attributes. + params: model: SQLAlchemy model class to query. + filter_object: Object that contains filtering criteria as attributes. + return: SQLAlchemy session, query and Model + """ + session = self.Session() + try: + query = session.query(model) + # Apply filters based on the filter_object + if filter_object.kpi_id: + query = query.filter(model.kpi_id.in_([k.kpi_id.uuid for k in filter_object.kpi_id])) + + if filter_object.kpi_sample_type: + query = query.filter(model.kpi_sample_type.in_(filter_object.kpi_sample_type)) + + if filter_object.device_id: + query = query.filter(model.device_id.in_([d.device_uuid.uuid for d in filter_object.device_id])) + + if filter_object.endpoint_id: + query = query.filter(model.endpoint_id.in_([e.endpoint_uuid.uuid for e in filter_object.endpoint_id])) + + if filter_object.service_id: + query = query.filter(model.service_id.in_([s.service_uuid.uuid for s in filter_object.service_id])) + + if filter_object.slice_id: + query = query.filter(model.slice_id.in_([s.slice_uuid.uuid for s in filter_object.slice_id])) + + if filter_object.connection_id: + query = query.filter(model.connection_id.in_([c.connection_uuid.uuid for c in filter_object.connection_id])) + + if filter_object.link_id: + query = query.filter(model.link_id.in_([l.link_uuid.uuid for l in filter_object.link_id])) + except Exception as e: + LOGGER.error(f"Error creating filter of {model.__name__} table. ERROR: {e}") + raise OperationFailedException ("CreateKpiDescriptorFilter", extra_details=["unable to create the filter {:}".format(e)]) + + return super().select_with_filter(query, session, model) diff --git a/src/kpi_manager/service/KpiManagerServiceServicerImpl.py b/src/kpi_manager/service/KpiManagerServiceServicerImpl.py index fd22474829ea0dfb6b1a25e70bbb4d5440c0216b..3f9ae8492380e5e11cd3cbc926a2fce07620d8a7 100644 --- a/src/kpi_manager/service/KpiManagerServiceServicerImpl.py +++ b/src/kpi_manager/service/KpiManagerServiceServicerImpl.py @@ -18,7 +18,8 @@ from common.method_wrappers.Decorator import MetricsPool, safe_and_metered_rpc_m from common.proto.context_pb2 import Empty from common.proto.kpi_manager_pb2_grpc import KpiManagerServiceServicer from common.proto.kpi_manager_pb2 import KpiId, KpiDescriptor, KpiDescriptorFilter, KpiDescriptorList -from kpi_manager.database.Kpi_DB import KpiDB +# from kpi_manager.database.Kpi_DB import KpiDB +from kpi_manager.database.KpiDB import KpiDB from kpi_manager.database.KpiModel import Kpi as KpiModel LOGGER = logging.getLogger(__name__) @@ -27,7 +28,7 @@ METRICS_POOL = MetricsPool('KpiManager', 'NBIgRPC') class KpiManagerServiceServicerImpl(KpiManagerServiceServicer): def __init__(self): LOGGER.info('Init KpiManagerService') - self.kpi_db_obj = KpiDB() + self.kpi_db_obj = KpiDB(KpiModel) @safe_and_metered_rpc_method(METRICS_POOL, LOGGER) def SetKpiDescriptor(self, request: KpiDescriptor, grpc_context: grpc.ServicerContext # type: ignore diff --git a/src/kpi_manager/service/__main__.py b/src/kpi_manager/service/__main__.py index 244d5afa373a6462a0382a0ed26a588088a689a1..05e32bb58128975ea5d2a5f015d1e8b3977c9905 100644 --- a/src/kpi_manager/service/__main__.py +++ b/src/kpi_manager/service/__main__.py @@ -16,8 +16,11 @@ import logging, signal, sys, threading from common.Settings import get_log_level from .KpiManagerService import KpiManagerService +from kpi_manager.database.KpiModel import Kpi as Model +from common.tools.database.GenericDatabase import Database + terminate = threading.Event() -LOGGER = None +LOGGER = None def signal_handler(signal, frame): # pylint: disable=redefined-outer-name LOGGER.warning('Terminate signal received') @@ -35,6 +38,11 @@ def main(): LOGGER.debug('Starting...') + # To create DB + kpiDBobj = Database(Model) + kpiDBobj.create_database() + kpiDBobj.create_tables() + grpc_service = KpiManagerService() grpc_service.start() diff --git a/src/kpi_manager/tests/__init__.py b/src/kpi_manager/tests/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..3ee6f7071f145e06c3aeaefc09a43ccd88e619e3 --- /dev/null +++ b/src/kpi_manager/tests/__init__.py @@ -0,0 +1,14 @@ +# Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + diff --git a/src/kpi_manager/tests/test_kpi_db.py b/src/kpi_manager/tests/test_kpi_db.py index d4a57f83664f851504389b3bbe99d5c2a92542d9..b731ba385e54ed3ccb3c7a2e589977188ceb0e3c 100644 --- a/src/kpi_manager/tests/test_kpi_db.py +++ b/src/kpi_manager/tests/test_kpi_db.py @@ -14,13 +14,14 @@ import logging -from kpi_manager.database.Kpi_DB import KpiDB +from kpi_manager.database.KpiDB import KpiDB +from kpi_manager.database.KpiModel import Kpi as KpiModel LOGGER = logging.getLogger(__name__) def test_verify_databases_and_Tables(): LOGGER.info('>>> test_verify_Tables : START <<< ') - kpiDBobj = KpiDB() + kpiDBobj = KpiDB(KpiModel) # kpiDBobj.drop_database() # kpiDBobj.verify_tables() kpiDBobj.create_database() diff --git a/src/kpi_manager/tests/test_kpi_manager.py b/src/kpi_manager/tests/test_kpi_manager.py index 219fdadee9e2f4ca9ea9ac0be040043d4edfbdbe..3d046ea2ce99e655856470178bf7643f83324f17 100755 --- a/src/kpi_manager/tests/test_kpi_manager.py +++ b/src/kpi_manager/tests/test_kpi_manager.py @@ -138,10 +138,3 @@ def test_SelectKpiDescriptor(kpi_manager_client): response = kpi_manager_client.SelectKpiDescriptor(create_kpi_filter_request()) LOGGER.info("Response gRPC message object: {:}".format(response)) assert isinstance(response, KpiDescriptorList) - -def test_set_list_of_KPIs(kpi_manager_client): - LOGGER.debug(" >>> test_set_list_of_KPIs: START <<< ") - KPIs_TO_SEARCH = ["node_in_power_total", "node_in_current_total", "node_out_power_total"] - # adding KPI - for kpi in KPIs_TO_SEARCH: - kpi_manager_client.SetKpiDescriptor(create_kpi_descriptor_request_a(kpi)) diff --git a/src/kpi_manager/tests/test_messages.py b/src/kpi_manager/tests/test_messages.py index 7b5c45859b6c10056211f9f33df950d9668c11ea..08a2dbf7334c3e4e68c3cfa6c27ce08532521342 100644 --- a/src/kpi_manager/tests/test_messages.py +++ b/src/kpi_manager/tests/test_messages.py @@ -27,6 +27,8 @@ def create_kpi_id_request(): def create_kpi_descriptor_request(descriptor_name: str = "Test_name"): _create_kpi_request = kpi_manager_pb2.KpiDescriptor() _create_kpi_request.kpi_id.kpi_id.uuid = str(uuid.uuid4()) + # _create_kpi_request.kpi_id.kpi_id.uuid = "6e22f180-ba28-4641-b190-2287bf448888" + # _create_kpi_request.kpi_id.kpi_id.uuid = "1e22f180-ba28-4641-b190-2287bf446666" _create_kpi_request.kpi_description = descriptor_name _create_kpi_request.kpi_sample_type = KpiSampleType.KPISAMPLETYPE_PACKETS_RECEIVED _create_kpi_request.device_id.device_uuid.uuid = 'DEV2' diff --git a/src/kpi_value_api/.gitlab-ci.yml b/src/kpi_value_api/.gitlab-ci.yml index 1a6f821ba9e798bb4220d914109ab3a65f0f1792..14c8df299b1a4970ec0a4733bcd918bf1485b00d 100644 --- a/src/kpi_value_api/.gitlab-ci.yml +++ b/src/kpi_value_api/.gitlab-ci.yml @@ -59,9 +59,11 @@ unit_test kpi-value-api: - docker pull "bitnami/kafka:latest" - > docker run --name zookeeper -d --network=teraflowbridge -p 2181:2181 + --env ALLOW_ANONYMOUS_LOGIN=yes bitnami/zookeeper:latest - sleep 10 # Wait for Zookeeper to start - - docker run --name kafka -d --network=teraflowbridge -p 9092:9092 + - > + docker run --name kafka -d --network=teraflowbridge -p 9092:9092 --env KAFKA_ZOOKEEPER_CONNECT=zookeeper:2181 --env ALLOW_PLAINTEXT_LISTENER=yes bitnami/kafka:latest @@ -84,6 +86,8 @@ unit_test kpi-value-api: coverage: '/TOTAL\s+\d+\s+\d+\s+(\d+%)/' after_script: - docker rm -f $IMAGE_NAME + - docker rm -f kafka + - docker rm -f zookeeper - docker network rm teraflowbridge rules: - if: '$CI_PIPELINE_SOURCE == "merge_request_event" && ($CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "develop" || $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == $CI_DEFAULT_BRANCH)' diff --git a/src/kpi_value_api/client/KpiValueApiClient.py b/src/kpi_value_api/client/KpiValueApiClient.py index f432271cfb7c8136f72156330b25d0b82b934d99..dfc5f07254a30db34a20ee8d0eae931cfd0ce571 100644 --- a/src/kpi_value_api/client/KpiValueApiClient.py +++ b/src/kpi_value_api/client/KpiValueApiClient.py @@ -15,17 +15,18 @@ import grpc, logging from common.Constants import ServiceNameEnum -from common.Settings import get_service_host, get_service_port_grpc -from common.tools.client.RetryDecorator import retry, delay_exponential -from common.tools.grpc.Tools import grpc_message_to_json_string +from common.Settings import get_service_host, get_service_port_grpc -from common.proto.context_pb2 import Empty -from common.proto.kpi_value_api_pb2 import KpiValueList, KpiValueFilter +from common.tools.client.RetryDecorator import retry, delay_exponential +from common.tools.grpc.Tools import grpc_message_to_json_string +from common.proto.context_pb2 import Empty +from common.proto.kpi_manager_pb2 import KpiId +from common.proto.kpi_value_api_pb2 import KpiValueList, KpiValueFilter, KpiAlarms from common.proto.kpi_value_api_pb2_grpc import KpiValueAPIServiceStub -LOGGER = logging.getLogger(__name__) -MAX_RETRIES = 10 -DELAY_FUNCTION = delay_exponential(initial=0.01, increment=2.0, maximum=5.0) +LOGGER = logging.getLogger(__name__) +MAX_RETRIES = 10 +DELAY_FUNCTION = delay_exponential(initial=0.01, increment=2.0, maximum=5.0) RETRY_DECORATOR = retry(max_retries=MAX_RETRIES, delay_function=DELAY_FUNCTION, prepare_method_name='connect') class KpiValueApiClient: @@ -34,8 +35,8 @@ class KpiValueApiClient: if not port: port = get_service_port_grpc(ServiceNameEnum.KPIVALUEAPI) self.endpoint = '{:s}:{:s}'.format(str(host), str(port)) LOGGER.debug('Creating channel to {:s}...'.format(str(self.endpoint))) - self.channel = None - self.stub = None + self.channel = None + self.stub = None self.connect() LOGGER.debug('Channel created') @@ -46,18 +47,25 @@ class KpiValueApiClient: def close(self): if self.channel is not None: self.channel.close() self.channel = None - self.stub = None + self.stub = None @RETRY_DECORATOR - def StoreKpiValues(self, request: KpiValueList) -> Empty: + def StoreKpiValues(self, request: KpiValueList) -> Empty: # type: ignore LOGGER.debug('StoreKpiValues: {:s}'.format(grpc_message_to_json_string(request))) response = self.stub.StoreKpiValues(request) LOGGER.debug('StoreKpiValues result: {:s}'.format(grpc_message_to_json_string(response))) return response @RETRY_DECORATOR - def SelectKpiValues(self, request: KpiValueFilter) -> KpiValueList: + def SelectKpiValues(self, request: KpiValueFilter) -> KpiValueList: # type: ignore LOGGER.debug('SelectKpiValues: {:s}'.format(grpc_message_to_json_string(request))) response = self.stub.SelectKpiValues(request) LOGGER.debug('SelectKpiValues result: {:s}'.format(grpc_message_to_json_string(response))) return response + + @RETRY_DECORATOR + def GetKpiAlarms(self, request: KpiId) -> KpiAlarms: # type: ignore + LOGGER.debug('GetKpiAlarms: {:s}'.format(grpc_message_to_json_string(request))) + response = self.stub.GetKpiAlarms(request) + LOGGER.debug('GetKpiAlarms result: {:s}'.format(grpc_message_to_json_string(response))) + return response diff --git a/src/kpi_value_api/requirements.in b/src/kpi_value_api/requirements.in index f5695906a8d02d55e15960a76986b8d03f02dba1..0615fa833f255bf91fd72fc484e40842face7a44 100644 --- a/src/kpi_value_api/requirements.in +++ b/src/kpi_value_api/requirements.in @@ -14,4 +14,5 @@ confluent-kafka==2.3.* requests==2.27.* -prometheus-api-client==0.5.3 \ No newline at end of file +prometheus-api-client==0.5.3 +apscheduler==3.10.1 diff --git a/src/kpi_value_api/service/KpiValueApiServiceServicerImpl.py b/src/kpi_value_api/service/KpiValueApiServiceServicerImpl.py index 4ea978fafc8d7454d41f64182d553d030215113a..706e180d5cf65107f5899315cdf75867beb81608 100644 --- a/src/kpi_value_api/service/KpiValueApiServiceServicerImpl.py +++ b/src/kpi_value_api/service/KpiValueApiServiceServicerImpl.py @@ -12,18 +12,22 @@ # See the License for the specific language governing permissions and # limitations under the License. -import logging, grpc, json +from datetime import datetime +import logging, grpc, json, queue from typing import Dict from common.method_wrappers.Decorator import MetricsPool, safe_and_metered_rpc_method from common.tools.kafka.Variables import KafkaConfig, KafkaTopic +from confluent_kafka import KafkaError from common.proto.context_pb2 import Empty from common.proto.kpi_sample_types_pb2 import KpiSampleType from common.proto.kpi_manager_pb2 import KpiDescriptor, KpiId from common.proto.kpi_value_api_pb2_grpc import KpiValueAPIServiceServicer -from common.proto.kpi_value_api_pb2 import KpiValueList, KpiValueFilter, KpiValue, KpiValueType - +from common.proto.kpi_value_api_pb2 import KpiAlarms, KpiValueList, KpiValueFilter, KpiValue, KpiValueType +from apscheduler.schedulers.background import BackgroundScheduler +from apscheduler.triggers.interval import IntervalTrigger from confluent_kafka import Producer as KafkaProducer +from confluent_kafka import Consumer as KafkaConsumer from prometheus_api_client import PrometheusConnect from prometheus_api_client.utils import parse_datetime @@ -37,8 +41,14 @@ PROM_URL = "http://prometheus-k8s.monitoring.svc.cluster.local:9090" # TO class KpiValueApiServiceServicerImpl(KpiValueAPIServiceServicer): def __init__(self): LOGGER.debug('Init KpiValueApiService') + self.listener_topic = KafkaTopic.ALARMS.value + self.result_queue = queue.Queue() + self.scheduler = BackgroundScheduler() self.kafka_producer = KafkaProducer({'bootstrap.servers' : KafkaConfig.get_kafka_address()}) - + self.kafka_consumer = KafkaConsumer({'bootstrap.servers' : KafkaConfig.get_kafka_address(), + 'group.id' : 'kpi-value-api-frontend', + 'auto.offset.reset' : 'latest'}) + @safe_and_metered_rpc_method(METRICS_POOL, LOGGER) def StoreKpiValues(self, request: KpiValueList, grpc_context: grpc.ServicerContext ) -> Empty: @@ -109,17 +119,14 @@ class KpiValueApiServiceServicerImpl(KpiValueAPIServiceServicer): kpi_value = KpiValue() kpi_value.kpi_id.kpi_id = record['metric']['__name__'], kpi_value.timestamp = value[0], - kpi_value.kpi_value_type = self.ConverValueToKpiValueType(value[1]) + kpi_value.kpi_value_type.CopyFrom(self.ConverValueToKpiValueType(value['kpi_value'])) response.kpi_value_list.append(kpi_value) return response def GetKpiSampleType(self, kpi_value: str, kpi_manager_client): - print("--- START -----") - kpi_id = KpiId() kpi_id.kpi_id.uuid = kpi_value.kpi_id.kpi_id.uuid # print("KpiId generated: {:}".format(kpi_id)) - try: kpi_descriptor_object = KpiDescriptor() kpi_descriptor_object = kpi_manager_client.GetKpiDescriptor(kpi_id) @@ -135,26 +142,90 @@ class KpiValueApiServiceServicerImpl(KpiValueAPIServiceServicer): LOGGER.info("Unable to get KpiDescriptor. Error: {:}".format(e)) print ("Unable to get KpiDescriptor. Error: {:}".format(e)) - def ConverValueToKpiValueType(self, value): - # Check if the value is an integer (int64) - try: - int_value = int(value) - return KpiValueType(int64Val=int_value) - except (ValueError, TypeError): - pass - # Check if the value is a float + @safe_and_metered_rpc_method(METRICS_POOL, LOGGER) + def GetKpiAlarms(self, request: KpiId, grpc_context: grpc.ServicerContext) -> KpiAlarms: # type: ignore + """ + Get Alarms from Kafka return Alrams periodically. + """ + LOGGER.debug('GetKpiAlarms: {:}'.format(request)) + response = KpiAlarms() + + for alarm_key, value in self.StartResponseListener(request.kpi_id.uuid): + response.start_timestamp.timestamp = datetime.strptime( + value["window_start"], "%Y-%m-%dT%H:%M:%S.%fZ").timestamp() + response.kpi_id.kpi_id.uuid = value['kpi_id'] + for key, threshold in value.items(): + if key not in ['kpi_id', 'window']: + response.alarms[key] = threshold + + yield response + + def StartResponseListener(self, filter_key=None): + """ + Start the Kafka response listener with APScheduler and return key-value pairs periodically. + """ + LOGGER.info("Starting StartResponseListener") + # Schedule the ResponseListener at fixed intervals + self.scheduler.add_job( + self.response_listener, + trigger=IntervalTrigger(seconds=5), + args=[filter_key], + id=f"response_listener_{self.listener_topic}", + replace_existing=True + ) + self.scheduler.start() + LOGGER.info(f"Started Kafka listener for topic {self.listener_topic}...") try: - float_value = float(value) - return KpiValueType(floatVal=float_value) - except (ValueError, TypeError): - pass - # Check if the value is a boolean - if value.lower() in ['true', 'false']: - bool_value = value.lower() == 'true' - return KpiValueType(boolVal=bool_value) - # If none of the above, treat it as a string - return KpiValueType(stringVal=value) + while True: + LOGGER.info("entering while...") + key, value = self.result_queue.get() # Wait until a result is available + LOGGER.info("In while true ...") + yield key, value # Yield the result to the calling function + except Exception as e: + LOGGER.warning("Listener stopped. Error: {:}".format(e)) + finally: + self.scheduler.shutdown() + + def response_listener(self, filter_key=None): + """ + Poll Kafka messages and put key-value pairs into the queue. + """ + LOGGER.info(f"Polling Kafka topic {self.listener_topic}...") + + consumer = self.kafka_consumer + consumer.subscribe([self.listener_topic]) + while True: + msg = consumer.poll(1.0) + if msg is None: + continue + elif msg.error(): + if msg.error().code() != KafkaError._PARTITION_EOF: + LOGGER.error(f"Kafka error: {msg.error()}") + break + try: + key = msg.key().decode('utf-8') if msg.key() else None + if filter_key is not None and key == filter_key: + value = json.loads(msg.value().decode('utf-8')) + LOGGER.info(f"Received key: {key}, value: {value}") + self.result_queue.put((key, value)) + else: + LOGGER.warning(f"Skipping message with unmatched key: {key} - {filter_key}") + except Exception as e: + LOGGER.error(f"Error processing Kafka message: {e}") def delivery_callback(self, err, msg): if err: LOGGER.debug('Message delivery failed: {:}'.format(err)) else: LOGGER.debug('Message delivered to topic {:}'.format(msg.topic())) + + def ConverValueToKpiValueType(self, value): + kpi_value_type = KpiValueType() + if isinstance(value, int): + kpi_value_type.int32Val = value + elif isinstance(value, float): + kpi_value_type.floatVal = value + elif isinstance(value, str): + kpi_value_type.stringVal = value + elif isinstance(value, bool): + kpi_value_type.boolVal = value + # Add other checks for different types as needed + return kpi_value_type diff --git a/src/kpi_value_api/tests/messages.py b/src/kpi_value_api/tests/messages.py index d8ad14bd44eebc1e9412cfd5ff2973e6018c95e9..50240c0154deff33dfdbb797cd5e0fca9a05c8ab 100644 --- a/src/kpi_value_api/tests/messages.py +++ b/src/kpi_value_api/tests/messages.py @@ -13,9 +13,16 @@ # limitations under the License. import uuid, time +from common.proto import kpi_manager_pb2 from common.proto.kpi_value_api_pb2 import KpiValue, KpiValueList +def create_kpi_id_request(): + _create_kpi_id = kpi_manager_pb2.KpiId() + _create_kpi_id.kpi_id.uuid = "6e22f180-ba28-4641-b190-2287bf448888" + # _create_kpi_id.kpi_id.uuid = str(uuid.uuid4()) + return _create_kpi_id + def create_kpi_value_list(): _create_kpi_value_list = KpiValueList() # To run this experiment sucessfully, add an existing UUID of a KPI Descriptor from the KPI DB. diff --git a/src/kpi_value_api/tests/test_kpi_value_api.py b/src/kpi_value_api/tests/test_kpi_value_api.py index 307b5cdad4e6503a774e308f669fc44762f84bf1..c245bb9ef64eaa29dc4d51955ff94adeeeeb8dda 100644 --- a/src/kpi_value_api/tests/test_kpi_value_api.py +++ b/src/kpi_value_api/tests/test_kpi_value_api.py @@ -21,8 +21,8 @@ from common.Settings import ( ENVVAR_SUFIX_SERVICE_HOST, ENVVAR_SUFIX_SERVICE_PORT_GRPC, get_env_var_name, get_service_port_grpc) from kpi_value_api.service.KpiValueApiService import KpiValueApiService from kpi_value_api.client.KpiValueApiClient import KpiValueApiClient -from kpi_value_api.tests.messages import create_kpi_value_list - +from kpi_value_api.tests.messages import create_kpi_value_list, create_kpi_id_request +from common.proto.kpi_value_api_pb2 import KpiAlarms LOCAL_HOST = '127.0.0.1' KPIVALUEAPI_SERVICE_PORT = get_service_port_grpc(ServiceNameEnum.KPIVALUEAPI) # type: ignore @@ -78,7 +78,14 @@ def test_validate_kafka_topics(): response = KafkaTopic.create_all_topics() assert isinstance(response, bool) -def test_store_kpi_values(kpi_value_api_client): - LOGGER.debug(" >>> test_set_list_of_KPIs: START <<< ") - response = kpi_value_api_client.StoreKpiValues(create_kpi_value_list()) - assert isinstance(response, Empty) +# def test_GetKpiAlarms(kpi_value_api_client): +# LOGGER.debug(" >>> test_GetKpiAlarms") +# stream = kpi_value_api_client.GetKpiAlarms(create_kpi_id_request()) +# for response in stream: +# LOGGER.debug(str(response)) +# assert isinstance(response, KpiAlarms) + +# def test_store_kpi_values(kpi_value_api_client): +# LOGGER.debug(" >>> test_set_list_of_KPIs: START <<< ") +# response = kpi_value_api_client.StoreKpiValues(create_kpi_value_list()) +# assert isinstance(response, Empty) diff --git a/src/kpi_value_writer/.gitlab-ci.yml b/src/kpi_value_writer/.gitlab-ci.yml index 9a2f9fd47e435b26e2e3a335bd9b95da58a0517f..3f376a6739ebf72964d889e0c43e04f8daed6069 100644 --- a/src/kpi_value_writer/.gitlab-ci.yml +++ b/src/kpi_value_writer/.gitlab-ci.yml @@ -59,9 +59,11 @@ unit_test kpi-value-writer: - docker pull "bitnami/kafka:latest" - > docker run --name zookeeper -d --network=teraflowbridge -p 2181:2181 + --env ALLOW_ANONYMOUS_LOGIN=yes bitnami/zookeeper:latest - sleep 10 # Wait for Zookeeper to start - - docker run --name kafka -d --network=teraflowbridge -p 9092:9092 + - > + docker run --name kafka -d --network=teraflowbridge -p 9092:9092 --env KAFKA_ZOOKEEPER_CONNECT=zookeeper:2181 --env ALLOW_PLAINTEXT_LISTENER=yes bitnami/kafka:latest @@ -76,6 +78,8 @@ unit_test kpi-value-writer: $CI_REGISTRY_IMAGE/$IMAGE_NAME:$IMAGE_TAG - sleep 5 - docker ps -a + - docker logs zookeeper + - docker logs kafka - docker logs $IMAGE_NAME - > docker exec -i $IMAGE_NAME bash -c @@ -84,8 +88,8 @@ unit_test kpi-value-writer: coverage: '/TOTAL\s+\d+\s+\d+\s+(\d+%)/' after_script: - docker rm -f $IMAGE_NAME - - docker rm -f zookeeper - docker rm -f kafka + - docker rm -f zookeeper - docker network rm teraflowbridge rules: - if: '$CI_PIPELINE_SOURCE == "merge_request_event" && ($CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "develop" || $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == $CI_DEFAULT_BRANCH)' diff --git a/src/kpi_value_writer/service/MetricWriterToPrometheus.py b/src/kpi_value_writer/service/MetricWriterToPrometheus.py index 85e618a4b5b330cb83cf255652e7be8dff2dabd3..ad37d73bc2564851ee3659f3ddd756611c57bbfc 100644 --- a/src/kpi_value_writer/service/MetricWriterToPrometheus.py +++ b/src/kpi_value_writer/service/MetricWriterToPrometheus.py @@ -15,7 +15,6 @@ # read Kafka stream from Kafka topic import logging -from typing import Dict from prometheus_client import Gauge from common.proto.kpi_sample_types_pb2 import KpiSampleType @@ -45,13 +44,13 @@ class MetricWriterToPrometheus: 'slice_id' : kpi_descriptor.slice_id.slice_uuid.uuid, 'connection_id' : kpi_descriptor.connection_id.connection_uuid.uuid, 'link_id' : kpi_descriptor.link_id.link_uuid.uuid, - 'time_stamp' : kpi_value['timestamp'], - 'kpi_value' : kpi_value['kpi_value_type'] + 'time_stamp' : kpi_value.timestamp.timestamp, + 'kpi_value' : kpi_value.kpi_value_type.floatVal } - # LOGGER.debug("Cooked Kpi: {:}".format(cooked_kpi)) + LOGGER.debug("Cooked Kpi: {:}".format(cooked_kpi)) return cooked_kpi - def create_and_expose_cooked_kpi(self, kpi_descriptor: KpiDescriptor, kpi_value: Dict): + def create_and_expose_cooked_kpi(self, kpi_descriptor: KpiDescriptor, kpi_value: KpiValue): # merge both gRPC messages into single varible. cooked_kpi = self.merge_kpi_descriptor_and_kpi_value(kpi_descriptor, kpi_value) tags_to_exclude = {'kpi_description', 'kpi_sample_type', 'kpi_value'} @@ -74,7 +73,7 @@ class MetricWriterToPrometheus: connection_id = cooked_kpi['connection_id'], link_id = cooked_kpi['link_id'], time_stamp = cooked_kpi['time_stamp'], - ).set(cooked_kpi['kpi_value']) + ).set(float(cooked_kpi['kpi_value'])) LOGGER.debug("Metric pushed to the endpoints: {:}".format(PROM_METRICS[metric_name])) except ValueError as e: diff --git a/src/kpi_value_writer/tests/test_kpi_value_writer.py b/src/kpi_value_writer/tests/test_kpi_value_writer.py index b784fae5da713f9bd7cd7a1668f48b080f7a84fa..521dd676eb20d35f46a02d959a809eea685bd67a 100755 --- a/src/kpi_value_writer/tests/test_kpi_value_writer.py +++ b/src/kpi_value_writer/tests/test_kpi_value_writer.py @@ -29,5 +29,5 @@ def test_validate_kafka_topics(): def test_KafkaConsumer(): LOGGER.debug(" --->>> test_kafka_consumer: START <<<--- ") - kpi_value_writer = KpiValueWriter() - kpi_value_writer.RunKafkaConsumer() + # kpi_value_writer = KpiValueWriter() + # kpi_value_writer.RunKafkaConsumer() diff --git a/src/monitoring/service/EventTools.py b/src/monitoring/service/EventTools.py index 7820f11c86e87f543087c88704572e1a169c6e7d..2ad31c9cb7df68e2b57d280aa5cdcf356376d8c6 100644 --- a/src/monitoring/service/EventTools.py +++ b/src/monitoring/service/EventTools.py @@ -108,12 +108,15 @@ class EventsDeviceCollector: if config_rule.action != ConfigActionEnum.CONFIGACTION_SET: continue if config_rule.WhichOneof('config_rule') != 'custom': continue str_resource_key = str(config_rule.custom.resource_key) - if not str_resource_key.startswith('/interface['): continue - json_resource_value = json.loads(config_rule.custom.resource_value) - if 'name' not in json_resource_value: continue - if 'enabled' not in json_resource_value: continue - if not json_resource_value['enabled']: continue - enabled_endpoint_names.add(json_resource_value['name']) + if str_resource_key.startswith('/interface[') or str_resource_key.startswith('/endpoints/endpoint['): + json_resource_value = json.loads(config_rule.custom.resource_value) + if 'name' not in json_resource_value: continue + if 'enabled' in json_resource_value: + if not json_resource_value['enabled']: continue + enabled_endpoint_names.add(json_resource_value['name']) + if 'oper-status' in json_resource_value: + if str(json_resource_value['oper-status']).upper() != 'UP': continue + enabled_endpoint_names.add(json_resource_value['name']) endpoints_monitored = self._device_endpoint_monitored.setdefault(device_uuid, dict()) for endpoint in device.device_endpoints: @@ -127,7 +130,10 @@ class EventsDeviceCollector: endpoint_was_monitored = endpoints_monitored.get(endpoint_uuid, False) endpoint_is_enabled = (endpoint_name_or_uuid in enabled_endpoint_names) - if not endpoint_was_monitored and endpoint_is_enabled: + if not endpoint_was_monitored and not endpoint_is_enabled: + # endpoint is idle, do nothing + pass + elif not endpoint_was_monitored and endpoint_is_enabled: # activate for value in endpoint.kpi_sample_types: if value == KPISAMPLETYPE_UNKNOWN: continue diff --git a/src/nbi/Dockerfile b/src/nbi/Dockerfile index 1435e9757226e290e92f208ef48a7182eb106c55..ec1c054858b5f97dcdff36e2ccd4c8039942b51e 100644 --- a/src/nbi/Dockerfile +++ b/src/nbi/Dockerfile @@ -16,9 +16,24 @@ FROM python:3.9-slim # Install dependencies RUN apt-get --yes --quiet --quiet update && \ - apt-get --yes --quiet --quiet install wget g++ git && \ + apt-get --yes --quiet --quiet install wget g++ git build-essential cmake libpcre2-dev python3-dev python3-cffi && \ rm -rf /var/lib/apt/lists/* +# Download, build and install libyang. Note that APT package is outdated +# - Ref: https://github.com/CESNET/libyang +# - Ref: https://github.com/CESNET/libyang-python/ +RUN mkdir -p /var/libyang +RUN git clone https://github.com/CESNET/libyang.git /var/libyang +WORKDIR /var/libyang +RUN git fetch +RUN git checkout v2.1.148 +RUN mkdir -p /var/libyang/build +WORKDIR /var/libyang/build +RUN cmake -D CMAKE_BUILD_TYPE:String="Release" .. +RUN make +RUN make install +RUN ldconfig + # Set Python to show logs as they occur ENV PYTHONUNBUFFERED=0 @@ -53,24 +68,6 @@ RUN python3 -m grpc_tools.protoc -I=. --python_out=. --grpc_python_out=. *.proto RUN rm *.proto RUN find . -type f -exec sed -i -E 's/(import\ .*)_pb2/from . \1_pb2/g' {} \; -# Download, build and install libyang. Note that APT package is outdated -# - Ref: https://github.com/CESNET/libyang -# - Ref: https://github.com/CESNET/libyang-python/ -RUN apt-get --yes --quiet --quiet update && \ - apt-get --yes --quiet --quiet install build-essential cmake libpcre2-dev python3-dev python3-cffi && \ - rm -rf /var/lib/apt/lists/* -RUN mkdir -p /var/libyang -RUN git clone https://github.com/CESNET/libyang.git /var/libyang -WORKDIR /var/libyang -RUN git fetch -RUN git checkout v2.1.148 -RUN mkdir -p /var/libyang/build -WORKDIR /var/libyang/build -RUN cmake -D CMAKE_BUILD_TYPE:String="Release" .. -RUN make -RUN make install -RUN ldconfig - # Create component sub-folders, get specific Python packages RUN mkdir -p /var/teraflow/nbi WORKDIR /var/teraflow/nbi @@ -89,6 +86,10 @@ COPY src/service/__init__.py service/__init__.py COPY src/service/client/. service/client/ COPY src/slice/__init__.py slice/__init__.py COPY src/slice/client/. slice/client/ +COPY src/qkd_app/__init__.py qkd_app/__init__.py +COPY src/qkd_app/client/. qkd_app/client/ +COPY src/vnt_manager/__init__.py vnt_manager/__init__.py +COPY src/vnt_manager/client/. vnt_manager/client/ RUN mkdir -p /var/teraflow/tests/tools COPY src/tests/tools/mock_osm/. tests/tools/mock_osm/ diff --git a/src/nbi/requirements.in b/src/nbi/requirements.in index 4c5460a8e2b3c05d994bbaba4bd2939e629db1e2..f0eec63568d900c1324f74d5c9265b614e2ac7d0 100644 --- a/src/nbi/requirements.in +++ b/src/nbi/requirements.in @@ -25,3 +25,4 @@ git+https://github.com/robshakir/pyangbind.git pydantic==2.6.3 requests==2.27.1 werkzeug==2.3.7 +websockets==12.0 diff --git a/src/nbi/service/NbiServiceServicerImpl.py b/src/nbi/service/NbiServiceServicerImpl.py index b1d62afb11709d9ee237bc1f840b803674923c00..79d8b8ca0074fe63cde141d41a3e6fde475415ee 100644 --- a/src/nbi/service/NbiServiceServicerImpl.py +++ b/src/nbi/service/NbiServiceServicerImpl.py @@ -20,7 +20,7 @@ from common.proto.nbi_pb2_grpc import NbiServiceServicer LOGGER = logging.getLogger(__name__) -METRICS_POOL = MetricsPool('Compute', 'RPC') +METRICS_POOL = MetricsPool('NBI', 'RPC') class NbiServiceServicerImpl(NbiServiceServicer): def __init__(self): diff --git a/src/nbi/service/__main__.py b/src/nbi/service/__main__.py index 58fbb9625addc43c6b62d06d7a9caa3f648203d5..fb735f8a775e8cce1bc696ed4f148b2ab0ec9dcc 100644 --- a/src/nbi/service/__main__.py +++ b/src/nbi/service/__main__.py @@ -16,9 +16,10 @@ import logging, signal, sys, threading from prometheus_client import start_http_server from common.Constants import ServiceNameEnum from common.Settings import ( - ENVVAR_SUFIX_SERVICE_HOST, ENVVAR_SUFIX_SERVICE_PORT_GRPC, get_env_var_name, get_log_level, get_metrics_port, - wait_for_environment_variables) - + ENVVAR_SUFIX_SERVICE_HOST, ENVVAR_SUFIX_SERVICE_PORT_GRPC, + get_env_var_name, get_log_level, get_metrics_port, + wait_for_environment_variables +) from .NbiService import NbiService from .rest_server.RestServer import RestServer from .rest_server.nbi_plugins.etsi_bwm import register_etsi_bwm_api @@ -28,7 +29,9 @@ from .rest_server.nbi_plugins.ietf_l3vpn import register_ietf_l3vpn from .rest_server.nbi_plugins.ietf_network import register_ietf_network from .rest_server.nbi_plugins.ietf_network_slice import register_ietf_nss from .rest_server.nbi_plugins.ietf_acl import register_ietf_acl +from .rest_server.nbi_plugins.qkd_app import register_qkd_app from .rest_server.nbi_plugins.tfs_api import register_tfs_api +from .context_subscription import register_context_subscription terminate = threading.Event() LOGGER = None @@ -47,8 +50,10 @@ def main(): wait_for_environment_variables([ get_env_var_name(ServiceNameEnum.CONTEXT, ENVVAR_SUFIX_SERVICE_HOST ), get_env_var_name(ServiceNameEnum.CONTEXT, ENVVAR_SUFIX_SERVICE_PORT_GRPC), - get_env_var_name(ServiceNameEnum.SLICE, ENVVAR_SUFIX_SERVICE_HOST ), - get_env_var_name(ServiceNameEnum.SLICE, ENVVAR_SUFIX_SERVICE_PORT_GRPC), + get_env_var_name(ServiceNameEnum.DEVICE, ENVVAR_SUFIX_SERVICE_HOST ), + get_env_var_name(ServiceNameEnum.DEVICE, ENVVAR_SUFIX_SERVICE_PORT_GRPC), + get_env_var_name(ServiceNameEnum.SERVICE, ENVVAR_SUFIX_SERVICE_HOST ), + get_env_var_name(ServiceNameEnum.SERVICE, ENVVAR_SUFIX_SERVICE_PORT_GRPC), ]) signal.signal(signal.SIGINT, signal_handler) @@ -72,9 +77,12 @@ def main(): register_ietf_network(rest_server) register_ietf_nss(rest_server) # Registering NSS entrypoint register_ietf_acl(rest_server) + register_qkd_app(rest_server) register_tfs_api(rest_server) rest_server.start() + register_context_subscription() + LOGGER.debug('Configured Resources:') for resource in rest_server.api.resources: LOGGER.debug(' - {:s}'.format(str(resource))) diff --git a/src/nbi/service/context_subscription/__init__.py b/src/nbi/service/context_subscription/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..d2ae85070eb5b5352db9690179b098cdb9781de0 --- /dev/null +++ b/src/nbi/service/context_subscription/__init__.py @@ -0,0 +1,64 @@ +# Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +import logging + +from websockets.sync.server import serve +from common.proto.vnt_manager_pb2 import VNTSubscriptionRequest +from common.Settings import get_setting +from context.client.ContextClient import ContextClient +from common.Constants import DEFAULT_CONTEXT_NAME, DEFAULT_TOPOLOGY_NAME +from common.tools.object_factory.Topology import json_topology_id +from common.tools.object_factory.Context import json_context_id +from common.proto.context_pb2 import ContextId, TopologyId +import json +import os +from vnt_manager.client.VNTManagerClient import VNTManagerClient + +JSON_ADMIN_CONTEXT_ID = json_context_id(DEFAULT_CONTEXT_NAME) +ADMIN_CONTEXT_ID = ContextId(**JSON_ADMIN_CONTEXT_ID) +ADMIN_TOPOLOGY_ID = TopologyId(**json_topology_id(DEFAULT_TOPOLOGY_NAME, context_id=JSON_ADMIN_CONTEXT_ID)) + +vnt_manager_client: VNTManagerClient = VNTManagerClient() +context_client: ContextClient = ContextClient() + +ALL_HOSTS = "0.0.0.0" +WS_E2E_PORT = int(get_setting('WS_E2E_PORT', default='8762')) + +LOGGER = logging.getLogger(__name__) + + +def register_context_subscription(): + with serve(subcript_to_vnt_manager, ALL_HOSTS, WS_E2E_PORT, logger=LOGGER) as server: + LOGGER.info("Running subscription server...: {}:{}".format(ALL_HOSTS, str(WS_E2E_PORT))) + server.serve_forever() + LOGGER.info("Exiting subscription server...") + + +def subcript_to_vnt_manager(websocket): + for message in websocket: + LOGGER.debug("Message received: {}".format(message)) + message_json = json.loads(message) + request = VNTSubscriptionRequest() + request.host = message_json['host'] + request.port = message_json['port'] + LOGGER.debug("Received gRPC from ws: {}".format(request)) + + try: + vntm_reply = vnt_manager_client.VNTSubscript(request) + LOGGER.debug("Received gRPC from vntm: {}".format(vntm_reply)) + except Exception as e: + LOGGER.error('Could not subscript to VTNManager: {}'.format(e)) + + websocket.send(vntm_reply.subscription) diff --git a/src/nbi/service/rest_server/nbi_plugins/ietf_l3vpn/Handlers.py b/src/nbi/service/rest_server/nbi_plugins/ietf_l3vpn/Handlers.py index f7329cb35666f423e85f99510e5f89a82e89b7f8..1f399070aa2dbd0f9b22d32e15574b7bc38315ff 100644 --- a/src/nbi/service/rest_server/nbi_plugins/ietf_l3vpn/Handlers.py +++ b/src/nbi/service/rest_server/nbi_plugins/ietf_l3vpn/Handlers.py @@ -195,11 +195,17 @@ def process_site(site : Dict, errors : List[Dict]) -> None: # site_static_routing: (lan-range, lan-prefix-len, lan-tag) => next-hop site_static_routing : Dict[Tuple[str, str], str] = {} - for rt_proto in site['routing-protocols']['routing-protocol']: + site_routing_protocols : Dict = site.get('routing-protocols', dict()) + site_routing_protocol : List = site_routing_protocols.get('routing-protocol', list()) + for rt_proto in site_routing_protocol: if rt_proto['type'] != 'ietf-l3vpn-svc:static': MSG = 'Site Routing Protocol Type: {:s}' raise NotImplementedError(MSG.format(str(rt_proto['type']))) - for ipv4_rt in rt_proto['static']['cascaded-lan-prefixes']['ipv4-lan-prefixes']: + + rt_proto_static : Dict = rt_proto.get('static', dict()) + rt_proto_static_clps : Dict = rt_proto_static.get('cascaded-lan-prefixes', dict()) + rt_proto_static_clps_v4 = rt_proto_static_clps.get('ipv4-lan-prefixes', list()) + for ipv4_rt in rt_proto_static_clps_v4: lan_range, lan_prefix = ipv4_rt['lan'].split('/') lan_prefix = int(lan_prefix) lan_tag = int(ipv4_rt['lan-tag'].replace('vlan', '')) diff --git a/src/nbi/service/rest_server/nbi_plugins/ietf_l3vpn/L3VPN_Service.py b/src/nbi/service/rest_server/nbi_plugins/ietf_l3vpn/L3VPN_Service.py index a313677c12203c1621b920f3fcb7f6ff0c281bfb..47fb05d5571b440e867e776a753f556c3130b119 100644 --- a/src/nbi/service/rest_server/nbi_plugins/ietf_l3vpn/L3VPN_Service.py +++ b/src/nbi/service/rest_server/nbi_plugins/ietf_l3vpn/L3VPN_Service.py @@ -44,7 +44,7 @@ class L3VPN_Service(Resource): service_ready_status = ServiceStatusEnum.SERVICESTATUS_ACTIVE service_status = target.service_status.service_status # pylint: disable=no-member - response = jsonify({}) + response = jsonify({'service-id': target.service_id.service_uuid.uuid}) response.status_code = HTTP_OK if service_status == service_ready_status else HTTP_GATEWAYTIMEOUT except Exception as e: # pylint: disable=broad-except LOGGER.exception('Something went wrong Retrieving VPN({:s})'.format(str(vpn_id))) diff --git a/src/nbi/service/rest_server/nbi_plugins/ietf_network/NameMapping.py b/src/nbi/service/rest_server/nbi_plugins/ietf_network/NameMapping.py index 0c10559115f4e4ba9e5b2468e36cf7f917c25f51..94e4723a5c7ca83fb382bb70cb241cb69b66ce0e 100644 --- a/src/nbi/service/rest_server/nbi_plugins/ietf_network/NameMapping.py +++ b/src/nbi/service/rest_server/nbi_plugins/ietf_network/NameMapping.py @@ -19,7 +19,7 @@ class NameMappings: def __init__(self) -> None: self._device_uuid_to_name : Dict[str, str] = dict() self._endpoint_uuid_to_name : Dict[Tuple[str, str], str] = dict() - + def store_device_name(self, device : Device) -> None: device_uuid = device.device_id.device_uuid.uuid device_name = device.name diff --git a/src/nbi/service/rest_server/nbi_plugins/ietf_network/Networks.py b/src/nbi/service/rest_server/nbi_plugins/ietf_network/Networks.py index 5d663b8b3071856bc9cd204ee911c61b368ebe97..0198d418f7e5f0058ce40fbcd7b6010a168e1c51 100644 --- a/src/nbi/service/rest_server/nbi_plugins/ietf_network/Networks.py +++ b/src/nbi/service/rest_server/nbi_plugins/ietf_network/Networks.py @@ -12,19 +12,23 @@ # See the License for the specific language governing permissions and # limitations under the License. -import json, logging +import enum, json, logging import pyangbind.lib.pybindJSON as pybindJSON from flask import request from flask.json import jsonify from flask_restful import Resource from common.Constants import DEFAULT_CONTEXT_NAME, DEFAULT_TOPOLOGY_NAME +from common.Settings import get_setting +from common.proto.context_pb2 import ContextId, Empty from common.tools.context_queries.Topology import get_topology_details +from common.tools.object_factory.Context import json_context_id from context.client.ContextClient import ContextClient from nbi.service.rest_server.nbi_plugins.tools.Authentication import HTTP_AUTH from nbi.service.rest_server.nbi_plugins.tools.HttpStatusCodes import HTTP_OK, HTTP_SERVERERROR from .bindings import ietf_network from .ComposeNetwork import compose_network from .ManualFixes import manual_fixes +from .YangHandler import YangHandler LOGGER = logging.getLogger(__name__) @@ -33,6 +37,14 @@ TE_TOPOLOGY_NAMES = [ 'providerId-10-clientId-0-topologyId-2' ] +class Renderer(enum.Enum): + LIBYANG = 'LIBYANG' + PYANGBIND = 'PYANGBIND' + +DEFAULT_RENDERER = Renderer.LIBYANG +USE_RENDERER = get_setting('IETF_NETWORK_RENDERER', default=DEFAULT_RENDERER.value) + + class Networks(Resource): @HTTP_AUTH.login_required def get(self): @@ -40,31 +52,59 @@ class Networks(Resource): topology_id = '' try: context_client = ContextClient() - #target = get_slice_by_uuid(context_client, vpn_id, rw_copy=True) - #if target is None: - # raise Exception('VPN({:s}) not found in database'.format(str(vpn_id))) - ietf_nets = ietf_network() + if USE_RENDERER == Renderer.PYANGBIND.value: + #target = get_slice_by_uuid(context_client, vpn_id, rw_copy=True) + #if target is None: + # raise Exception('VPN({:s}) not found in database'.format(str(vpn_id))) + + ietf_nets = ietf_network() + + topology_details = get_topology_details( + context_client, DEFAULT_TOPOLOGY_NAME, context_uuid=DEFAULT_CONTEXT_NAME, + #rw_copy=True + ) + if topology_details is None: + MSG = 'Topology({:s}/{:s}) not found' + raise Exception(MSG.format(DEFAULT_CONTEXT_NAME, DEFAULT_TOPOLOGY_NAME)) - topology_details = get_topology_details( - context_client, DEFAULT_TOPOLOGY_NAME, context_uuid=DEFAULT_CONTEXT_NAME, #rw_copy=True - ) - if topology_details is None: - MSG = 'Topology({:s}/{:s}) not found' - raise Exception(MSG.format(DEFAULT_CONTEXT_NAME, DEFAULT_TOPOLOGY_NAME)) + for te_topology_name in TE_TOPOLOGY_NAMES: + ietf_net = ietf_nets.networks.network.add(te_topology_name) + compose_network(ietf_net, te_topology_name, topology_details) - for te_topology_name in TE_TOPOLOGY_NAMES: - ietf_net = ietf_nets.networks.network.add(te_topology_name) - compose_network(ietf_net, te_topology_name, topology_details) + # TODO: improve these workarounds to enhance performance + json_response = json.loads(pybindJSON.dumps(ietf_nets, mode='ietf')) + + # Workaround; pyangbind does not allow to set otn_topology / eth-tran-topology + manual_fixes(json_response) + elif USE_RENDERER == Renderer.LIBYANG.value: + yang_handler = YangHandler() + json_response = [] - # TODO: improve these workarounds to enhance performance - json_response = json.loads(pybindJSON.dumps(ietf_nets, mode='ietf')) - - # Workaround; pyangbind does not allow to set otn_topology / eth-tran-topology - manual_fixes(json_response) + contexts = context_client.ListContexts(Empty()).contexts + context_names = [context.name for context in contexts] + LOGGER.info(f'Contexts detected: {context_names}') + + for context_name in context_names: + topologies = context_client.ListTopologies(ContextId(**json_context_id(context_name))).topologies + topology_names = [topology.name for topology in topologies] + LOGGER.info(f'Topologies detected for context {context_name}: {topology_names}') + + for topology_name in topology_names: + topology_details = get_topology_details(context_client, topology_name, context_name) + if topology_details is None: + raise Exception(f'Topology({context_name}/{topology_name}) not found') + + network_reply = yang_handler.compose_network(topology_name, topology_details) + json_response.append(network_reply) + + yang_handler.destroy() + else: + raise Exception('Unsupported Renderer: {:s}'.format(str(USE_RENDERER))) response = jsonify(json_response) response.status_code = HTTP_OK + except Exception as e: # pylint: disable=broad-except LOGGER.exception('Something went wrong Retrieving Topology({:s})'.format(str(topology_id))) response = jsonify({'error': str(e)}) diff --git a/src/nbi/service/rest_server/nbi_plugins/ietf_network/YangHandler.py b/src/nbi/service/rest_server/nbi_plugins/ietf_network/YangHandler.py new file mode 100644 index 0000000000000000000000000000000000000000..a5dda280c98c060c2f872df5ab17152880b522d5 --- /dev/null +++ b/src/nbi/service/rest_server/nbi_plugins/ietf_network/YangHandler.py @@ -0,0 +1,117 @@ +# Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +import json +import libyang, logging, os +from typing import Any +from common.proto.context_pb2 import TopologyDetails, Device, Link +from .NameMapping import NameMappings +from context.client.ContextClient import ContextClient +from common.tools.object_factory.Device import json_device_id +from common.proto.context_pb2 import DeviceId + +LOGGER = logging.getLogger(__name__) + +YANG_DIR = os.path.join(os.path.dirname(__file__), 'yang') +YANG_MODULES = ['ietf-network', 'ietf-network-topology', 'ietf-l3-unicast-topology'] + +class YangHandler: + def __init__(self) -> None: + self._yang_context = libyang.Context(YANG_DIR) + for yang_module_name in YANG_MODULES: + LOGGER.info('Loading module: {:s}'.format(str(yang_module_name))) + self._yang_context.load_module(yang_module_name).feature_enable_all() + + def compose_network(self, te_topology_name: str, topology_details: TopologyDetails) -> dict: + networks = self._yang_context.create_data_path('/ietf-network:networks') + network = networks.create_path(f'network[network-id="{te_topology_name}"]') + network.create_path('network-id', te_topology_name) + + network_types = network.create_path('network-types') + network_types.create_path('ietf-l3-unicast-topology:l3-unicast-topology') + + name_mappings = NameMappings() + + for device in topology_details.devices: + self.compose_node(device, name_mappings, network) + + for link in topology_details.links: + self.compose_link(link, name_mappings, network) + + return json.loads(networks.print_mem('json')) + + def compose_node(self, dev: Device, name_mappings: NameMappings, network: Any) -> None: + device_name = dev.name + name_mappings.store_device_name(dev) + + node = network.create_path(f'node[node-id="{device_name}"]') + node.create_path('node-id', device_name) + node_attributes = node.create_path('ietf-l3-unicast-topology:l3-node-attributes') + node_attributes.create_path('name', device_name) + + context_client = ContextClient() + device = context_client.GetDevice(DeviceId(**json_device_id(device_name))) + + for endpoint in device.device_endpoints: + name_mappings.store_endpoint_name(dev, endpoint) + + self._process_device_config(device, node) + + def _process_device_config(self, device: Device, node: Any) -> None: + for config in device.device_config.config_rules: + if config.WhichOneof('config_rule') != 'custom' or '/interface[' not in config.custom.resource_key: + continue + + for endpoint in device.device_endpoints: + endpoint_name = endpoint.name + if f'/interface[{endpoint_name}]' in config.custom.resource_key or f'/interface[{endpoint_name}.' in config.custom.resource_key: + interface_name = config.custom.resource_key.split('interface[')[1].split(']')[0] + self._create_termination_point(node, interface_name, endpoint_name, config.custom.resource_value) + + def _create_termination_point(self, node: Any, interface_name: str, endpoint_name: str, resource_value: str) -> None: + ip_addresses = self._extract_ip_addresses(json.loads(resource_value)) + if ip_addresses: + tp = node.create_path(f'ietf-network-topology:termination-point[tp-id="{interface_name}"]') + tp.create_path('tp-id', interface_name) + tp_attributes = tp.create_path('ietf-l3-unicast-topology:l3-termination-point-attributes') + + for ip in ip_addresses: + tp_attributes.create_path('ip-address', ip) + tp_attributes.create_path('interface-name', endpoint_name) + + @staticmethod + def _extract_ip_addresses(resource_value: dict) -> list: + ip_addresses = [] + if 'address_ip' in resource_value: + ip_addresses.append(resource_value['address_ip']) + if 'address_ipv6' in resource_value: + ip_addresses.append(resource_value['address_ipv6']) + return ip_addresses + + def compose_link(self, link_specs: Link, name_mappings: NameMappings, network: Any) -> None: + link_name = link_specs.name + links = network.create_path(f'ietf-network-topology:link[link-id="{link_name}"]') + links.create_path('link-id', link_name) + + self._create_link_endpoint(links, 'source', link_specs.link_endpoint_ids[0], name_mappings) + self._create_link_endpoint(links, 'destination', link_specs.link_endpoint_ids[-1], name_mappings) + + def _create_link_endpoint(self, links: Any, endpoint_type: str, endpoint_id: Any, name_mappings: NameMappings) -> None: + endpoint = links.create_path(endpoint_type) + if endpoint_type == 'destination': endpoint_type = 'dest' + endpoint.create_path(f'{endpoint_type}-node', name_mappings.get_device_name(endpoint_id.device_id)) + endpoint.create_path(f'{endpoint_type}-tp', name_mappings.get_endpoint_name(endpoint_id)) + + def destroy(self) -> None: + self._yang_context.destroy() diff --git a/src/nbi/service/rest_server/nbi_plugins/ietf_network/yang/ietf-l3-unicast-topology@2018-02-26.yang b/src/nbi/service/rest_server/nbi_plugins/ietf_network/yang/ietf-l3-unicast-topology@2018-02-26.yang new file mode 100644 index 0000000000000000000000000000000000000000..39fcebd767bf7ea687de523b0dd0ba731d3c80e7 --- /dev/null +++ b/src/nbi/service/rest_server/nbi_plugins/ietf_network/yang/ietf-l3-unicast-topology@2018-02-26.yang @@ -0,0 +1,359 @@ +module ietf-l3-unicast-topology { + yang-version 1.1; + namespace + "urn:ietf:params:xml:ns:yang:ietf-l3-unicast-topology"; + prefix "l3t"; + import ietf-network { + prefix "nw"; + } + import ietf-network-topology { + prefix "nt"; + } + import ietf-inet-types { + prefix "inet"; + } + import ietf-routing-types { + prefix "rt-types"; + } + organization + "IETF I2RS (Interface to the Routing System) Working Group"; + contact + "WG Web: <https://datatracker.ietf.org/wg/i2rs/> + WG List: <mailto:i2rs@ietf.org> + Editor: Alexander Clemm + <mailto:ludwig@clemm.org> + Editor: Jan Medved + <mailto:jmedved@cisco.com> + Editor: Robert Varga + <mailto:robert.varga@pantheon.tech> + Editor: Xufeng Liu + <mailto:xufeng.liu.ietf@gmail.com> + Editor: Nitin Bahadur + <mailto:nitin_bahadur@yahoo.com> + Editor: Hariharan Ananthakrishnan + <mailto:hari@packetdesign.com>"; + description + "This module defines a model for Layer 3 Unicast + topologies. + + Copyright (c) 2018 IETF Trust and the persons identified as + authors of the code. All rights reserved. + + Redistribution and use in source and binary forms, with or + without modification, is permitted pursuant to, and subject + to the license terms contained in, the Simplified BSD License + set forth in Section 4.c of the IETF Trust's Legal Provisions + Relating to IETF Documents + (https://trustee.ietf.org/license-info). + + This version of this YANG module is part of + RFC 8346; see the RFC itself for full legal notices."; + revision "2018-02-26" { + description + "Initial revision."; + reference + "RFC 8346: A YANG Data Model for Layer 3 Topologies"; + } + + identity flag-identity { + description "Base type for flags"; + } + + typedef l3-event-type { + type enumeration { + enum "add" { + description + "A Layer 3 node, link, prefix, or termination point has + been added"; + } + enum "remove" { + description + "A Layer 3 node, link, prefix, or termination point has + been removed"; + } + enum "update" { + description + "A Layer 3 node, link, prefix, or termination point has + been updated"; + } + } + description "Layer 3 event type for notifications"; + } + + typedef prefix-flag-type { + type identityref { + base "flag-identity"; + } + description "Prefix flag attributes"; + } + + typedef node-flag-type { + type identityref { + base "flag-identity"; + } + description "Node flag attributes"; + } + + typedef link-flag-type { + type identityref { + base "flag-identity"; + } + description "Link flag attributes"; + } + + typedef l3-flag-type { + type identityref { + base "flag-identity"; + } + description "L3 flag attributes"; + } + + grouping l3-prefix-attributes { + description + "L3 prefix attributes"; + leaf prefix { + type inet:ip-prefix; + description + "IP prefix value"; + } + leaf metric { + type uint32; + description + "Prefix metric"; + } + leaf-list flag { + type prefix-flag-type; + description + "Prefix flags"; + } + } + grouping l3-unicast-topology-type { + description "Identifies the topology type to be L3 Unicast."; + container l3-unicast-topology { + presence "indicates L3 Unicast topology"; + description + "The presence of the container node indicates L3 Unicast + topology"; + } + } + grouping l3-topology-attributes { + description "Topology scope attributes"; + container l3-topology-attributes { + description "Contains topology attributes"; + leaf name { + type string; + description + "Name of the topology"; + } + leaf-list flag { + type l3-flag-type; + description + "Topology flags"; + } + } + } + grouping l3-node-attributes { + description "L3 node scope attributes"; + container l3-node-attributes { + description + "Contains node attributes"; + leaf name { + type inet:domain-name; + description + "Node name"; + } + leaf-list flag { + type node-flag-type; + description + "Node flags"; + } + leaf-list router-id { + type rt-types:router-id; + description + "Router-id for the node"; + } + list prefix { + key "prefix"; + description + "A list of prefixes along with their attributes"; + uses l3-prefix-attributes; + } + } + } + grouping l3-link-attributes { + description + "L3 link scope attributes"; + container l3-link-attributes { + description + "Contains link attributes"; + leaf name { + type string; + description + "Link Name"; + } + leaf-list flag { + type link-flag-type; + description + "Link flags"; + } + leaf metric1 { + type uint64; + description + "Link Metric 1"; + } + leaf metric2 { + type uint64; + description + "Link Metric 2"; + } + } + } + grouping l3-termination-point-attributes { + description "L3 termination point scope attributes"; + container l3-termination-point-attributes { + description + "Contains termination point attributes"; + choice termination-point-type { + description + "Indicates the termination point type"; + case ip { + leaf-list ip-address { + type inet:ip-address; + description + "IPv4 or IPv6 address."; + } + } + case unnumbered { + leaf unnumbered-id { + type uint32; + description + "Unnumbered interface identifier. + The identifier will correspond to the ifIndex value + of the interface, i.e., the ifIndex value of the + ifEntry that represents the interface in + implementations where the Interfaces Group MIB + (RFC 2863) is supported."; + reference + "RFC 2863: The Interfaces Group MIB"; + } + } + case interface-name { + leaf interface-name { + type string; + description + "Name of the interface. The name can (but does not + have to) correspond to an interface reference of a + containing node's interface, i.e., the path name of a + corresponding interface data node on the containing + node reminiscent of data type interface-ref defined + in RFC 8343. It should be noted that data type + interface-ref of RFC 8343 cannot be used directly, + + as this data type is used to reference an interface + in a datastore of a single node in the network, not + to uniquely reference interfaces across a network."; + reference + "RFC 8343: A YANG Data Model for Interface Management"; + } + } + } + } + } + augment "/nw:networks/nw:network/nw:network-types" { + description + "Introduces new network type for L3 Unicast topology"; + uses l3-unicast-topology-type; + } + augment "/nw:networks/nw:network" { + when "nw:network-types/l3t:l3-unicast-topology" { + description + "Augmentation parameters apply only for networks with + L3 Unicast topology"; + } + description + "L3 Unicast for the network as a whole"; + uses l3-topology-attributes; + } + augment "/nw:networks/nw:network/nw:node" { + when "../nw:network-types/l3t:l3-unicast-topology" { + description + "Augmentation parameters apply only for networks with + L3 Unicast topology"; + } + description + "L3 Unicast node-level attributes "; + uses l3-node-attributes; + } + augment "/nw:networks/nw:network/nt:link" { + when "../nw:network-types/l3t:l3-unicast-topology" { + description + "Augmentation parameters apply only for networks with + L3 Unicast topology"; + } + description + "Augments topology link attributes"; + uses l3-link-attributes; + } + augment "/nw:networks/nw:network/nw:node/" + +"nt:termination-point" { + when "../../nw:network-types/l3t:l3-unicast-topology" { + description + "Augmentation parameters apply only for networks with + L3 Unicast topology"; + } + description "Augments topology termination point configuration"; + uses l3-termination-point-attributes; + } + notification l3-node-event { + description + "Notification event for L3 node"; + leaf l3-event-type { + type l3-event-type; + description + "Event type"; + } + uses nw:node-ref; + uses l3-unicast-topology-type; + uses l3-node-attributes; + } + notification l3-link-event { + description + "Notification event for L3 link"; + leaf l3-event-type { + type l3-event-type; + description + "Event type"; + } + uses nt:link-ref; + uses l3-unicast-topology-type; + uses l3-link-attributes; + } + notification l3-prefix-event { + description + "Notification event for L3 prefix"; + leaf l3-event-type { + type l3-event-type; + description + "Event type"; + } + uses nw:node-ref; + uses l3-unicast-topology-type; + container prefix { + description + "Contains L3 prefix attributes"; + uses l3-prefix-attributes; + } + } + notification termination-point-event { + description + "Notification event for L3 termination point"; + leaf l3-event-type { + type l3-event-type; + description + "Event type"; + } + uses nt:tp-ref; + uses l3-unicast-topology-type; + uses l3-termination-point-attributes; + } +} diff --git a/src/qkd_app/service/rest_server/qkd_app/Resources.py b/src/nbi/service/rest_server/nbi_plugins/qkd_app/Resources.py similarity index 57% rename from src/qkd_app/service/rest_server/qkd_app/Resources.py rename to src/nbi/service/rest_server/nbi_plugins/qkd_app/Resources.py index 6ba79d3940da91dfebc1a1c666893548caccbe6c..d14fe9575b21319a0fa597a7746510a11e102903 100644 --- a/src/qkd_app/service/rest_server/qkd_app/Resources.py +++ b/src/nbi/service/rest_server/nbi_plugins/qkd_app/Resources.py @@ -12,7 +12,8 @@ # See the License for the specific language governing permissions and # limitations under the License. -import uuid, json +import uuid +import json from flask import request from flask_restful import Resource from common.proto.context_pb2 import Empty @@ -21,7 +22,6 @@ from common.Constants import DEFAULT_CONTEXT_NAME from context.client.ContextClient import ContextClient from qkd_app.client.QKDAppClient import QKDAppClient - class _Resource(Resource): def __init__(self) -> None: super().__init__() @@ -32,18 +32,56 @@ class Index(_Resource): def get(self): return {'hello': 'world'} +class ListDevices(_Resource): + def get(self): + """ + List devices and associate the apps with them. + """ + devices = self.context_client.ListDevices(Empty()).devices + for device in devices: + # Fetch apps associated with this device + device.apps = self.get_apps_for_device(device.device_id.device_uuid.uuid) + return {'devices': [self.format_device(device) for device in devices]} + + def get_apps_for_device(self, device_uuid): + """ + Fetch the apps associated with a given device UUID. + """ + try: + # Call the AppService to get the list of apps + apps_list = self.qkd_app_client.ListApps(Empty()) + + # Filter apps for this specific device + device_apps = [] + for app in apps_list.apps: + if app.local_device_id.device_uuid.uuid == device_uuid or \ + app.remote_device_id.device_uuid.uuid == device_uuid: + device_apps.append(app) + return device_apps + + except Exception as e: + print(f"Error fetching apps for device {device_uuid}: {e}") + return [] + + def format_device(self, device): + """ + Formats a device object to include the associated apps in the response. + """ + return { + 'device_uuid': device.device_id.device_uuid.uuid, + 'name': device.name, + 'type': device.device_type, + 'status': device.device_operational_status, + 'apps': [{'app_id': app.app_id.app_uuid.uuid, 'app_status': app.app_status, 'app_type': app.app_type} for app in device.apps] + } + class CreateQKDApp(_Resource): - # Optare: Post request for the QKD Node to call the TeraflowSDN. Example of requests below def post(self): app = request.get_json()['app'] - - devices = self.context_client.ListDevices(Empty()) - devices = devices.devices - + devices = self.context_client.ListDevices(Empty()).devices local_device = None - - # This for-loop won't be necessary if we can garantee Device ID is the same as QKDN Id + # This for-loop won't be necessary if Device ID is guaranteed to be the same as QKDN Id for device in devices: for config_rule in device.device_config.config_rules: if config_rule.custom.resource_key == '__node__': @@ -53,15 +91,6 @@ class CreateQKDApp(_Resource): local_device = device break - # Optare: Todo: Verify that a service is present for this app - ''' - requests.post('http://10.211.36.220/app/create_qkd_app', json={'app': {'server_app_id':'1', 'client_app_id':[], 'app_status':'ON', 'local_qkdn_id':'00000001-0000-0000-0000-000000000000', 'backing_qkdl_id':['00000003-0002-0000-0000-000000000000']}}) - - - requests.post('http://10.211.36.220/app/create_qkd_app', json={'app': {'server_app_id':'1', 'client_app_id':[], 'app_status':'ON', 'local_qkdn_id':'00000003-0000-0000-0000-000000000000', 'backing_qkdl_id':['00000003-0002-0000-0000-000000000000']}}) - ''' - - if local_device is None: return {"status": "fail"} @@ -76,11 +105,7 @@ class CreateQKDApp(_Resource): 'remote_device_id': {'device_uuid': {'uuid': ''}}, } - - # Optare: This will call our internal RegisterApp which supports the creation of both internal and external app. - # Optare the verification for knowing if two parties are requesting the same app is done inside RegisterApp's function self.qkd_app_client.RegisterApp(App(**external_app_src_dst)) - # Optare: Todo: Communicate by SBI with both Nodes of the new App - return {"status": "success"} + diff --git a/src/qkd_app/service/rest_server/qkd_app/__init__.py b/src/nbi/service/rest_server/nbi_plugins/qkd_app/__init__.py similarity index 67% rename from src/qkd_app/service/rest_server/qkd_app/__init__.py rename to src/nbi/service/rest_server/nbi_plugins/qkd_app/__init__.py index 6fc23b371414dcb2bac4afde63524febf71e5337..30982f104e189eb4af5b3f49b1abe2b0e5fb2d85 100644 --- a/src/qkd_app/service/rest_server/qkd_app/__init__.py +++ b/src/nbi/service/rest_server/nbi_plugins/qkd_app/__init__.py @@ -4,7 +4,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, @@ -12,19 +12,18 @@ # See the License for the specific language governing permissions and # limitations under the License. -from qkd_app.service.rest_server.RestServer import RestServer -from .Resources import ( - CreateQKDApp, Index) +from nbi.service.rest_server.RestServer import RestServer +from .Resources import CreateQKDApp, Index URL_PREFIX = '/qkd_app' # Use 'path' type since some identifiers might contain char '/' and Flask is unable to recognize them in 'string' type. RESOURCES = [ # (endpoint_name, resource_class, resource_url) - ('api.index', Index, '/'), - ('api.register_qkd_app', CreateQKDApp, '/create_qkd_app'), + ('api.index', Index, '/'), + ('api.register_qkd_app', CreateQKDApp, '/create_qkd_app'), ] -def register_qkd_app(app_server : RestServer): +def register_qkd_app(rest_server : RestServer): for endpoint_name, resource_class, resource_url in RESOURCES: - app_server.add_resource(resource_class, URL_PREFIX + resource_url, endpoint=endpoint_name) + rest_server.add_resource(resource_class, URL_PREFIX + resource_url, endpoint=endpoint_name) diff --git a/src/nbi/service/rest_server/nbi_plugins/tfs_api/Resources.py b/src/nbi/service/rest_server/nbi_plugins/tfs_api/Resources.py index f360e318127706b4b4c8fdc4130dfdfc0ba711c0..28f94887a1aa9895a337baa40b3896e3d7e95dc1 100644 --- a/src/nbi/service/rest_server/nbi_plugins/tfs_api/Resources.py +++ b/src/nbi/service/rest_server/nbi_plugins/tfs_api/Resources.py @@ -13,27 +13,34 @@ # limitations under the License. import json +import logging from flask.json import jsonify from flask_restful import Resource, request from werkzeug.exceptions import BadRequest -from common.proto.context_pb2 import Empty +from common.proto.context_pb2 import Empty, LinkTypeEnum from common.tools.grpc.Tools import grpc_message_to_json from context.client.ContextClient import ContextClient from device.client.DeviceClient import DeviceClient from service.client.ServiceClient import ServiceClient from slice.client.SliceClient import SliceClient +from vnt_manager.client.VNTManagerClient import VNTManagerClient + from .Tools import ( format_grpc_to_json, grpc_connection_id, grpc_context, grpc_context_id, grpc_device, grpc_device_id, grpc_link, grpc_link_id, grpc_policy_rule_id, grpc_service_id, grpc_service, grpc_slice, grpc_slice_id, grpc_topology, grpc_topology_id ) +LOGGER = logging.getLogger(__name__) + + class _Resource(Resource): def __init__(self) -> None: super().__init__() self.context_client = ContextClient() self.device_client = DeviceClient() self.service_client = ServiceClient() + self.vntmanager_client = VNTManagerClient() self.slice_client = SliceClient() class ContextIds(_Resource): @@ -292,9 +299,14 @@ class Link(_Resource): return format_grpc_to_json(self.context_client.GetLink(grpc_link_id(link_uuid))) def put(self, link_uuid : str): - link = request.get_json() - if link_uuid != link['link_id']['link_uuid']['uuid']: + link_json = request.get_json() + link = grpc_link(link_json) + virtual_types = {LinkTypeEnum.LINKTYPE_VIRTUAL_COPPER, LinkTypeEnum.LINKTYPE_VIRTUAL_OPTICAL} + if link_uuid != link.link_id.link_uuid.uuid: raise BadRequest('Mismatching link_uuid') + elif link.link_type in virtual_types: + link = grpc_link(link_json) + return format_grpc_to_json(self.vntmanager_client.SetVirtualLink(link)) return format_grpc_to_json(self.context_client.SetLink(grpc_link(link))) def delete(self, link_uuid : str): diff --git a/src/nbi/tests/test_ietf_network.py b/src/nbi/tests/test_ietf_network.py index 9a25e1b3b5e0ee202a0af945e88794f8aa9b0ec4..ec03d3798ded3efd027a0b8237becc865441fc98 100644 --- a/src/nbi/tests/test_ietf_network.py +++ b/src/nbi/tests/test_ietf_network.py @@ -12,14 +12,20 @@ # See the License for the specific language governing permissions and # limitations under the License. -import deepdiff, json, logging, operator +import deepdiff, json, logging, operator, os from typing import Dict from common.Constants import DEFAULT_CONTEXT_NAME from common.proto.context_pb2 import ContextId -from common.tools.descriptor.Loader import DescriptorLoader, check_descriptor_load_results, validate_empty_scenario +from common.tools.descriptor.Loader import ( + DescriptorLoader, check_descriptor_load_results, validate_empty_scenario +) from common.tools.object_factory.Context import json_context_id from context.client.ContextClient import ContextClient from nbi.service.rest_server import RestServer + +# Explicitly state NBI to use PyangBind Renderer for this test +os.environ['IETF_NETWORK_RENDERER'] = 'PYANGBIND' + from .PrepareTestScenario import ( # pylint: disable=unused-import # be careful, order of symbols is important here! do_rest_get_request, mock_service, nbi_service_rest, osm_wim, context_client diff --git a/src/opticalcontroller/Dockerfile b/src/opticalcontroller/Dockerfile index 70bae4223dcbb0a9399671e1b7a9af95fc5fffc6..faea3b2e056768ef9947db108df61928c8a177cb 100644 --- a/src/opticalcontroller/Dockerfile +++ b/src/opticalcontroller/Dockerfile @@ -34,20 +34,19 @@ RUN python3 -m pip install --upgrade pip-tools # Get common Python packages # Note: this step enables sharing the previous Docker build steps among all the Python components -WORKDIR /var/teraflow/opticalcontroller/ - +WORKDIR /var/teraflow COPY common_requirements.in common_requirements.in RUN pip-compile --quiet --output-file=common_requirements.txt common_requirements.in RUN python3 -m pip install -r common_requirements.txt # Add common files into working directory -WORKDIR /var/teraflow/opticalcontroller/common +WORKDIR /var/teraflow/common COPY src/common/. ./ RUN rm -rf proto # Create proto sub-folder, copy .proto files, and generate Python code -RUN mkdir -p /var/teraflow/opticalcontroller/common/proto -WORKDIR /var/teraflow/opticalcontroller/common/proto +RUN mkdir -p /var/teraflow/common/proto +WORKDIR /var/teraflow/common/proto RUN touch __init__.py COPY proto/*.proto ./ RUN python3 -m grpc_tools.protoc -I=. --python_out=. --grpc_python_out=. *.proto @@ -55,19 +54,18 @@ RUN rm *.proto RUN find . -type f -exec sed -i -E 's/(import\ .*)_pb2/from . \1_pb2/g' {} \; # Create component sub-folders, get specific Python packages - -WORKDIR /var/teraflow/ +RUN mkdir -p /var/teraflow/opticalcontroller +WORKDIR /var/teraflow/opticalcontroller COPY src/opticalcontroller/requirements.in requirements.in RUN pip-compile --quiet --output-file=requirements.txt requirements.in RUN python3 -m pip install -r requirements.txt # Add component files into working directory -WORKDIR /var/teraflow/opticalcontroller/ - +WORKDIR /var/teraflow COPY src/context/__init__.py context/__init__.py COPY src/context/client/. context/client/ -COPY src/opticalcontroller/. ./ +COPY src/opticalcontroller/. opticalcontroller/ # Start the service - +WORKDIR /var/teraflow/opticalcontroller ENTRYPOINT ["python", "OpticalController.py"] diff --git a/src/opticalcontroller/OpticalController.py b/src/opticalcontroller/OpticalController.py index 33ff0a74397221b8bfb0bac061456b7a0a0faaaa..97e097c8a94382b71903b4a57ab66382beec5eb2 100644 --- a/src/opticalcontroller/OpticalController.py +++ b/src/opticalcontroller/OpticalController.py @@ -12,18 +12,17 @@ # See the License for the specific language governing permissions and # limitations under the License. +import time from flask import Flask from flask import render_template from flask_restplus import Resource, Api from tools import * from variables import * from RSA import RSA -import time , logging -from common.proto.context_pb2 import TopologyId , OpticalLink -import json -from google.protobuf.message import Message +from common.proto.context_pb2 import TopologyId from google.protobuf.json_format import MessageToDict -from common.tools.object_factory.OpticalLink import order_dict + + global rsa global links_dict rsa = None @@ -105,14 +104,16 @@ class AddFlexLightpath(Resource): return rsa.optical_bands[optical_band_id], 200 else: return "Error", 404 + + # @optical.route('/DelFlexLightpath/<string:src>/<string:dst>/<int:bitrate>/<int:o_band_id>') -@optical.route('/DelFlexLightpath/<string:src>/<string:dst>/<int:bitrate>/<int:o_band_id>/<int:delete_band>') -@optical.route('/DelFlexLightpath/<string:src>/<string:dst>/<int:bitrate>/<int:o_band_id>/<int:delete_band>/<int:flow_id>') +@optical.route('/DelFlexLightpath/<string:src>/<string:dst>/<int:bitrate>/<int:o_band_id>') +@optical.route('/DelFlexLightpath/<string:src>/<string:dst>/<int:bitrate>/<int:o_band_id>/<int:flow_id>') @optical.response(200, 'Success') @optical.response(404, 'Error, not found') class DelFLightpath(Resource): @staticmethod - def delete( src, dst, bitrate, o_band_id,delete_band,flow_id=None): + def delete( src, dst, bitrate, o_band_id,flow_id=None): flow = None match1=False ob_id=None @@ -147,17 +148,12 @@ class DelFLightpath(Resource): return "flow {} not matching".format(flow_id), 404 else: if match1: - # if delete_band !=0 and ob_id is not None: # print(f"delete_lightpath {delete_band} and ob_id {ob_id}") # if len( rsa.optical_bands[ob_id]["served_lightpaths"]) != 0: # return "DELETE_NOT_ALLOWED" ,400 - - rsa.del_flow(flow,flow_id,ob_id) - - - + if debug: print(f"vor ob_id {ob_id} rsa.optical_bands {rsa.optical_bands[ob_id]}") print(f"rsa.links_dict {rsa.links_dict}") @@ -166,19 +162,16 @@ class DelFLightpath(Resource): return "flow {} not matching".format(flow_id), 404 else: return "flow id {} does not exist".format(flow_id), 404 - - - -@optical.route('/DelOpticalBand/<string:src>/<string:dst>/<int:o_band_id>/<int:delete_band>',methods=['DELETE']) +@optical.route('/DelOpticalBand/<string:src>/<string:dst>/<int:o_band_id>',methods=['DELETE']) @optical.response(200, 'Success') @optical.response(404, 'Error, not found') class DelOpticalBand(Resource): @staticmethod - def delete( src, dst, o_band_id,delete_band): + def delete( src, dst, o_band_id): flow = None - match1=True + ob_id=None if o_band_id is not None : @@ -210,32 +203,21 @@ class DelOpticalBand(Resource): else: return "ob_id {} not matching".format(ob_id), 404 else: - if match1: + if ob_id is not None: - if ob_id is not None: - - if len( rsa.optical_bands[ob_id]["served_lightpaths"]) != 0: - return "DELETE_NOT_ALLOWED" ,400 + if len( rsa.optical_bands[ob_id]["served_lightpaths"]) != 0: + return "DELETE_NOT_ALLOWED" ,400 - rsa.del_band(flow,ob_id) - - - - if debug: - print(f"vor ob_id {ob_id} rsa.optical_bands {rsa.optical_bands[ob_id]}") - print(f"rsa.links_dict {rsa.links_dict}") - return "ob_id {} deleted".format(ob_id), 200 - else: - return "ob_id {} not matching".format(ob_id), 404 + rsa.del_band(flow,ob_id) + if debug: + print(f"vor ob_id {ob_id} rsa.optical_bands {rsa.optical_bands[ob_id]}") + print(f"rsa.links_dict {rsa.links_dict}") + return "ob_id {} deleted".format(ob_id), 200 + else : return "flow for ob_id {} not found".format(ob_id),400 else: return "ob_id {} does not exist".format(ob_id), 404 - - - - - @optical.route('/DelLightpath/<int:flow_id>/<string:src>/<string:dst>/<int:bitrate>') @@ -273,6 +255,7 @@ class GetFlows(Resource): except: return "Error", 404 + @optical.route('/GetOpticalBands') @optical.response(200, 'Success') @optical.response(404, 'Error, not found') @@ -318,8 +301,8 @@ class GetFlows(Resource): return links, 200 except: return "Error", 404 - - + + @optical.route('/GetTopology/<path:context_id>/<path:topology_id>',methods=['GET']) @optical.response(200, 'Success') @optical.response(404, 'Error, not found') @@ -335,56 +318,45 @@ class GetTopology(Resource): topog_id.topology_uuid.uuid=topology_id topog_id.context_id.context_uuid.uuid=context_id - try: - links_dict={"optical_links":[]} - node_dict = {} - topo , nodes = readTopologyDataFromContext(topog_id) - - for link in topo: - link_dict_type = MessageToDict(link, preserving_proto_field_name=True) - - if "c_slots" in link_dict_type["optical_details"] : - link_dict_type["optical_details"]["c_slots"]=order_dict(link_dict_type["optical_details"]["c_slots"]) - - if "l_slots" in link_dict_type["optical_details"] : - link_dict_type["optical_details"]["l_slots"]=order_dict(link_dict_type["optical_details"]["l_slots"]) - - if "s_slots" in link_dict_type["optical_details"] : - link_dict_type["optical_details"]["s_slots"]=order_dict(link_dict_type["optical_details"]["s_slots"]) - - links_dict["optical_links"].append(link_dict_type) - - - - for device in nodes : - dev_dic = {} - dev_dic = { - "id":device.device_id.device_uuid.uuid, - #"ip":f"10.30.2.{207+i}", - #"port":"50001", - "type":"OC-ROADM" if device.device_type =="optical-roadm" else "OC-TP", - "driver": "OpticalOC" - } - node_dict[device.name]=dev_dic - #i+=1 - #print(f"refresh_optical controller optical_links_dict= {links_dict}") - #print(f"refresh_optical controller node_dict {node_dict}") - - rsa = RSA(node_dict, links_dict) - if debug: - print(rsa.init_link_slots2(testing)) - - - return "ok" ,200 + try: + links_dict = {"optical_links": []} + node_dict = {} + topo, nodes = readTopologyDataFromContext(topog_id) + + for link in topo: + link_dict_type = MessageToDict(link, preserving_proto_field_name=True) + + if "c_slots" in link_dict_type["optical_details"]: + link_dict_type["optical_details"]["c_slots"] = link_dict_type["optical_details"]["c_slots"] + + if "l_slots" in link_dict_type["optical_details"]: + link_dict_type["optical_details"]["l_slots"] = link_dict_type["optical_details"]["l_slots"] + + if "s_slots" in link_dict_type["optical_details"]: + link_dict_type["optical_details"]["s_slots"] = link_dict_type["optical_details"]["s_slots"] + + links_dict["optical_links"].append(link_dict_type) + + for device in nodes : + dev_dic = { + "id":device.device_id.device_uuid.uuid, + #"ip":f"10.30.2.{207+i}", + #"port":"50001", + "type":"OC-ROADM" if device.device_type =="optical-roadm" else "OC-TP", + "driver": "OpticalOC" + } + node_dict[device.name] = dev_dic + #i+=1 + #print(f"refresh_optical controller optical_links_dict= {links_dict}") + #print(f"refresh_optical controller node_dict {node_dict}") + + rsa = RSA(node_dict, links_dict) + if debug: + print(rsa.init_link_slots2()) + return "ok", 200 except Exception as e: print(f"err {e}") return "Error", 400 - - - if __name__ == '__main__': - - - app.run(host='0.0.0.0', port=10060) diff --git a/src/opticalcontroller/README.md b/src/opticalcontroller/README.md index 5fd94c59e51cbd78dd76a7db0f24aaaec4ebd9db..f121055cec91470646b9885bfe90db137027f472 100644 --- a/src/opticalcontroller/README.md +++ b/src/opticalcontroller/README.md @@ -1,17 +1,20 @@ -# optical-controller -This a framework to implement the optical controller for the RMSA algorithm. +# Optical Controller + +This is a framework to test the optical controller for the RMSA algorithm in an isolated manner. + + + +```bash #create a venv python -m venv venv -in linux +# in linux source venv/Scripts/activate -in windows +# in windows venv\Scripts\activate -pip install -r requirements_opt.txt +pip install -r requirements_optical_ctrl_test.txt python OpticalController.py - - - +``` diff --git a/src/opticalcontroller/RSA.py b/src/opticalcontroller/RSA.py index 0d8a62bbfc4349daa760d6dc24d7728aff5b254e..61a74edbecc2ac635398ee8482800514295e9473 100644 --- a/src/opticalcontroller/RSA.py +++ b/src/opticalcontroller/RSA.py @@ -31,9 +31,8 @@ class RSA(): self.l_slot_number = 0 self.s_slot_number = 0 self.optical_bands = {} - - - def init_link_slots(self, testing): + + def init_link_slots(self): if full_links: for l in self.links_dict["optical_links"]: for fib in l["optical_link"]["details"]["fibers"]: @@ -59,7 +58,7 @@ class RSA(): break return "{},{},{}".format(self.c_slot_number, self.l_slot_number, self.s_slot_number) - def init_link_slots2(self, testing): + def init_link_slots2(self): if full_links: for l in self.links_dict["optical_links"]: fib = l["optical_details"] @@ -303,21 +302,14 @@ class RSA(): fib['used'] = False #fib[band].keys().sort() set_link_update(fib,link,test="restoration") - def restore_optical_band(self, optical_band_id, slots, band): - for i in slots: self.optical_bands[optical_band_id][band][str(i)] = 1 #self.optical_bands[optical_band_id][band].append(int(i)) #self.optical_bands[optical_band_id][band].sort() - - - - - def restore_optical_band_2(self, optical_band_id, slots, band ,links): print(f"example of band { band}") print(f"example of slots {slots}") @@ -329,8 +321,7 @@ class RSA(): #link_name= self.optical_bands[optical_band_id]['links'][0] #link = self.get_link_by_name(link_name) #update_optical_band(optical_bands=self.optical_bands,optical_band_id=optical_band_id,band=band,link=link) - - + def del_flow(self, flow,flow_id, o_b_id = None): flows = flow["flows"] band = flow["band_type"] @@ -344,7 +335,6 @@ class RSA(): bidir = flow["bidir"] flow_id = flow["flow_id"] - for l in links: if debug: print(l) @@ -356,11 +346,8 @@ class RSA(): self.restore_link(fib, slots, band) if debug: print(fib[band]) - - - + if o_b_id is not None: - if debug: print("restoring OB") print(f"invoking restore_optical_band o_b_id: {o_b_id} , slots {slots} , band {band} ") @@ -370,6 +357,7 @@ class RSA(): self.optical_bands[o_b_id]["served_lightpaths"].remove(flow_id) #self.restore_optical_band_2(o_b_id, slots, band,links) + if bidir: for l in links: r_l = reverse_link(l) @@ -405,9 +393,7 @@ class RSA(): def del_band(self, flow, o_b_id = None): - print(f"delete band {flow} ") - flows = flow["flows"] band = None @@ -482,8 +468,7 @@ class RSA(): # rev_o_band_id = self.optical_bands[o_b_id]["reverse_optical_band_id"] # self.restore_optical_band(rev_o_band_id, slots, band) return True - - + def del_handler(self, flow,flow_id, o_b_id = None,delete_band=0): print(f" del_handler flow {flow} flow_id {flow_id} o_b_id {o_b_id} delete_band {delete_band}") if delete_band != 0: @@ -491,9 +476,7 @@ class RSA(): self.del_band(flow,flow_id,o_b_id=o_b_id) else : self.del_flow(flow,flow_id=flow_id,o_b_id=o_b_id) - - - + def get_fibers_forward(self, links, slots, band): fiber_list = {} add = links[0] diff --git a/src/opticalcontroller/dijsktra.py b/src/opticalcontroller/dijsktra.py index 6130799b1e8ef830d5f36643c6001017dd9a5368..058d59e75cbc09c1b18ab4b406f08186e106609d 100644 --- a/src/opticalcontroller/dijsktra.py +++ b/src/opticalcontroller/dijsktra.py @@ -237,4 +237,4 @@ if __name__ == '__main__': print ('The shortest path : %s' %(path[::-1]))""" p = shortest_path(g, g.get_vertex('a'), g.get_vertex('e')) - print(p) \ No newline at end of file + print(p) diff --git a/src/opticalcontroller/json_files/nodes.json b/src/opticalcontroller/json_files/nodes.json deleted file mode 100644 index 51f19448e745daa75e3f5b426bb039a841c68352..0000000000000000000000000000000000000000 --- a/src/opticalcontroller/json_files/nodes.json +++ /dev/null @@ -1,67 +0,0 @@ -{ - "R1":{ - "id":0, - "ip":"10.30.2.207", - "port":"50001", - "type":"OC-ROADM", - "driver": "OpticalOC" - }, - - "R2":{ - "id":1, - "ip":"10.30.2.208", - "port":"50001", - "type":"OC-ROADM", - "driver": "OpticalOC" - }, - - "R3":{ - "id":2, - "ip":"10.30.2.209", - "port":"50001", - "type":"OC-ROADM", - "driver": "OpticalOC" - }, - "T1.1":{ - "id":3, - "ip":"10.30.2.210", - "port":"50001", - "type":"OC-TP", - "driver": "OpticalOC" - }, - "T1.2":{ - "id":3, - "ip":"10.30.2.210", - "port":"50001", - "type":"OC-TP", - "driver": "OpticalOC" - }, - "T1.3":{ - "id":3, - "ip":"10.30.2.210", - "port":"50001", - "type":"OC-TP", - "driver": "OpticalOC" - }, - "T2.1":{ - "id":4, - "ip":"10.30.2.211", - "port":"50001", - "type":"OC-TP", - "driver": "OpticalOC" - }, - "T2.2":{ - "id":4, - "ip":"10.30.2.211", - "port":"50001", - "type":"OC-TP", - "driver": "OpticalOC" - }, - "T2.3":{ - "id":4, - "ip":"10.30.2.211", - "port":"50001", - "type":"OC-TP", - "driver": "OpticalOC" - } -} diff --git a/src/opticalcontroller/json_files/optical_TFSworking.json b/src/opticalcontroller/json_files/optical_TFSworking.json deleted file mode 100644 index ff1841eeea9df1e73bcfb25d07f19d64554f11e1..0000000000000000000000000000000000000000 --- a/src/opticalcontroller/json_files/optical_TFSworking.json +++ /dev/null @@ -1,486 +0,0 @@ -{ - "R1-R2": { - "length": 80, - "source": "d1", - "target": "d1", - "fibers": { - "d1-1": { - "length": 80, - "src_port": "3", - "dst_port": "14", - "local_peer_port": "13", - "remote_peer_port": "4", - "c_slots": [ - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15, - 16, - 17, - 18, - 19, - 20 - ], - "l_slots": [ - 101, - 102, - 103, - 104, - 105, - 106, - 107, - 108, - 109, - 110, - 111, - 112, - 113, - 114, - 115, - 116, - 117, - 118, - 119, - 120 - ], - "s_slots": [ - 501, - 502, - 503, - 504, - 505, - 506, - 507, - 508, - 509, - 510, - 511, - 512, - 513, - 514, - 515, - 516, - 517, - 518, - 519, - 520 - ] - } - } - }, - "R2-R1": { - "length": 80, - "source": "d1", - "target": "d1", - "fibers": { - "d1-1": { - "length": 80, - "src_port": "4", - "dst_port": "13", - "local_peer_port": "14", - "remote_peer_port": "3", - "c_slots": [ - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15, - 16, - 17, - 18, - 19, - 20 - ], - "l_slots": [ - 101, - 102, - 103, - 104, - 105, - 106, - 107, - 108, - 109, - 110, - 111, - 112, - 113, - 114, - 115, - 116, - 117, - 118, - 119, - 120 - ], - "s_slots": [ - 501, - 502, - 503, - 504, - 505, - 506, - 507, - 508, - 509, - 510, - 511, - 512, - 513, - 514, - 515, - 516, - 517, - 518, - 519, - 520 - ] - } - } - }, - "T1-R1": { - "length": 0, - "source": "muxT", - "target": "srgR", - "fibers": { - "M1": { - "length": 0, - "src_port": "1", - "dst_port": "12", - "local_peer_port": "1", - "remote_peer_port": "2", - "used": false, - "c_slots": [ - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15, - 16, - 17, - 18, - 19, - 20 - ], - "l_slots": [ - 101, - 102, - 103, - 104, - 105, - 106, - 107, - 108, - 109, - 110, - 111, - 112, - 113, - 114, - 115, - 116, - 117, - 118, - 119, - 120 - ], - "s_slots": [ - 501, - 502, - 503, - 504, - 505, - 506, - 507, - 508, - 509, - 510, - 511, - 512, - 513, - 514, - 515, - 516, - 517, - 518, - 519, - 520 - ] - } - } - }, - "R1-T1": { - "length": 0, - "source": "srgT", - "target": "muxR", - "fibers": { - "S1": { - "length": 0, - "src_port": "2", - "dst_port": "1", - "local_peer_port": "12", - "remote_peer_port": "1", - "used": false, - "c_slots": [ - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15, - 16, - 17, - 18, - 19, - 20 - ], - "l_slots": [ - 101, - 102, - 103, - 104, - 105, - 106, - 107, - 108, - 109, - 110, - 111, - 112, - 113, - 114, - 115, - 116, - 117, - 118, - 119, - 120 - ], - "s_slots": [ - 501, - 502, - 503, - 504, - 505, - 506, - 507, - 508, - 509, - 510, - 511, - 512, - 513, - 514, - 515, - 516, - 517, - 518, - 519, - 520 - ] - } - } - }, - "T2-R2": { - "length": 0, - "source": "muxT", - "target": "srgR", - "fibers": { - "M1": { - "length": 0, - "src_port": "6", - "dst_port": "15", - "local_peer_port": "6", - "remote_peer_port": "5", - "used": false, - "c_slots": [ - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15, - 16, - 17, - 18, - 19, - 20 - ], - "l_slots": [ - 101, - 102, - 103, - 104, - 105, - 106, - 107, - 108, - 109, - 110, - 111, - 112, - 113, - 114, - 115, - 116, - 117, - 118, - 119, - 120 - ], - "s_slots": [ - 501, - 502, - 503, - 504, - 505, - 506, - 507, - 508, - 509, - 510, - 511, - 512, - 513, - 514, - 515, - 516, - 517, - 518, - 519, - 520 - ] - } - } - }, - "R2-T2": { - "length": 0, - "source": "srgT", - "target": "muxR", - "fibers": { - "S1": { - "length": 0, - "src_port": "5", - "dst_port": "6", - "local_peer_port": "15", - "remote_peer_port": "6", - "used": false, - "c_slots": [ - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15, - 16, - 17, - 18, - 19, - 20 - ], - "l_slots": [ - 101, - 102, - 103, - 104, - 105, - 106, - 107, - 108, - 109, - 110, - 111, - 112, - 113, - 114, - 115, - 116, - 117, - 118, - 119, - 120 - ], - "s_slots": [ - 501, - 502, - 503, - 504, - 505, - 506, - 507, - 508, - 509, - 510, - 511, - 512, - 513, - 514, - 515, - 516, - 517, - 518, - 519, - 520 - ] - } - } - } -} diff --git a/src/opticalcontroller/json_files/optical_topoTFS.json b/src/opticalcontroller/json_files/optical_topoTFS.json deleted file mode 100644 index 7dea474cd676b7c699cffc1c180e14598b987473..0000000000000000000000000000000000000000 --- a/src/opticalcontroller/json_files/optical_topoTFS.json +++ /dev/null @@ -1,1836 +0,0 @@ -{ - "R1-R2": { - "length": 80, - "source": "d1", - "target": "d1", - "fibers": { - "d1-1": { - "length": 80, - "src_port": "101", - "dst_port": "201", - "local_peer_port": "201", - "remote_peer_port": "101", - "c_slots": [ - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15, - 16, - 17, - 18, - 19, - 20 - ], - "l_slots": [ - 101, - 102, - 103, - 104, - 105, - 106, - 107, - 108, - 109, - 110, - 111, - 112, - 113, - 114, - 115, - 116, - 117, - 118, - 119, - 120 - ], - "s_slots": [ - 501, - 502, - 503, - 504, - 505, - 506, - 507, - 508, - 509, - 510, - 511, - 512, - 513, - 514, - 515, - 516, - 517, - 518, - 519, - 520 - ] - }, - "d1-2": { - "length": 80, - "src_port": "102", - "dst_port": "202", - "local_peer_port": "202", - "remote_peer_port": "102", - "c_slots": [ - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15, - 16, - 17, - 18, - 19, - 20 - ], - "l_slots": [ - 101, - 102, - 103, - 104, - 105, - 106, - 107, - 108, - 109, - 110, - 111, - 112, - 113, - 114, - 115, - 116, - 117, - 118, - 119, - 120 - ], - "s_slots": [ - 501, - 502, - 503, - 504, - 505, - 506, - 507, - 508, - 509, - 510, - 511, - 512, - 513, - 514, - 515, - 516, - 517, - 518, - 519, - 520 - ] - } - } - }, - "R2-R1": { - "length": 80, - "source": "d1", - "target": "d1", - "fibers": { - "d1-1": { - "length": 80, - "src_port": "101", - "dst_port": "201", - "local_peer_port": "201", - "remote_peer_port": "101", - "c_slots": [ - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15, - 16, - 17, - 18, - 19, - 20 - ], - "l_slots": [ - 101, - 102, - 103, - 104, - 105, - 106, - 107, - 108, - 109, - 110, - 111, - 112, - 113, - 114, - 115, - 116, - 117, - 118, - 119, - 120 - ], - "s_slots": [ - 501, - 502, - 503, - 504, - 505, - 506, - 507, - 508, - 509, - 510, - 511, - 512, - 513, - 514, - 515, - 516, - 517, - 518, - 519, - 520 - ] - }, - "d1-2": { - "length": 80, - "src_port": "102", - "dst_port": "202", - "local_peer_port": "202", - "remote_peer_port": "102", - "c_slots": [ - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15, - 16, - 17, - 18, - 19, - 20 - ], - "l_slots": [ - 101, - 102, - 103, - 104, - 105, - 106, - 107, - 108, - 109, - 110, - 111, - 112, - 113, - 114, - 115, - 116, - 117, - 118, - 119, - 120 - ], - "s_slots": [ - 501, - 502, - 503, - 504, - 505, - 506, - 507, - 508, - 509, - 510, - 511, - 512, - 513, - 514, - 515, - 516, - 517, - 518, - 519, - 520 - ] - } - } - }, - "R1-R3": { - "length": 80, - "source": "d2", - "target": "d1", - "fibers": { - "d2-1": { - "length": 80, - "src_port": "103", - "dst_port": "201", - "local_peer_port": "203", - "remote_peer_port": "101", - "c_slots": [ - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15, - 16, - 17, - 18, - 19, - 20 - ], - "l_slots": [ - 101, - 102, - 103, - 104, - 105, - 106, - 107, - 108, - 109, - 110, - 111, - 112, - 113, - 114, - 115, - 116, - 117, - 118, - 119, - 120 - ], - "s_slots": [ - 501, - 502, - 503, - 504, - 505, - 506, - 507, - 508, - 509, - 510, - 511, - 512, - 513, - 514, - 515, - 516, - 517, - 518, - 519, - 520 - ] - }, - "d2-2": { - "length": 80, - "src_port": "104", - "dst_port": "202", - "local_peer_port": "204", - "remote_peer_port": "102", - "c_slots": [ - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15, - 16, - 17, - 18, - 19, - 20 - ], - "l_slots": [ - 101, - 102, - 103, - 104, - 105, - 106, - 107, - 108, - 109, - 110, - 111, - 112, - 113, - 114, - 115, - 116, - 117, - 118, - 119, - 120 - ], - "s_slots": [ - 501, - 502, - 503, - 504, - 505, - 506, - 507, - 508, - 509, - 510, - 511, - 512, - 513, - 514, - 515, - 516, - 517, - 518, - 519, - 520 - ] - } - } - }, - "R3-R1": { - "length": 80, - "source": "d1", - "target": "d2", - "fibers": { - "d1-1": { - "length": 80, - "src_port": "101", - "dst_port": "203", - "local_peer_port": "201", - "remote_peer_port": "103", - "c_slots": [ - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15, - 16, - 17, - 18, - 19, - 20 - ], - "l_slots": [ - 101, - 102, - 103, - 104, - 105, - 106, - 107, - 108, - 109, - 110, - 111, - 112, - 113, - 114, - 115, - 116, - 117, - 118, - 119, - 120 - ], - "s_slots": [ - 501, - 502, - 503, - 504, - 505, - 506, - 507, - 508, - 509, - 510, - 511, - 512, - 513, - 514, - 515, - 516, - 517, - 518, - 519, - 520 - ] - }, - "d1-2": { - "length": 80, - "src_port": "102", - "dst_port": "204", - "local_peer_port": "202", - "remote_peer_port": "104", - "c_slots": [ - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15, - 16, - 17, - 18, - 19, - 20 - ], - "l_slots": [ - 101, - 102, - 103, - 104, - 105, - 106, - 107, - 108, - 109, - 110, - 111, - 112, - 113, - 114, - 115, - 116, - 117, - 118, - 119, - 120 - ], - "s_slots": [ - 501, - 502, - 503, - 504, - 505, - 506, - 507, - 508, - 509, - 510, - 511, - 512, - 513, - 514, - 515, - 516, - 517, - 518, - 519, - 520 - ] - } - } - }, - "R2-R3": { - "length": 80, - "source": "d2", - "target": "d2", - "fibers": { - "d2-1": { - "length": 80, - "src_port": "103", - "dst_port": "203", - "local_peer_port": "203", - "remote_peer_port": "103", - "c_slots": [ - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15, - 16, - 17, - 18, - 19, - 20 - ], - "l_slots": [ - 101, - 102, - 103, - 104, - 105, - 106, - 107, - 108, - 109, - 110, - 111, - 112, - 113, - 114, - 115, - 116, - 117, - 118, - 119, - 120 - ], - "s_slots": [ - 501, - 502, - 503, - 504, - 505, - 506, - 507, - 508, - 509, - 510, - 511, - 512, - 513, - 514, - 515, - 516, - 517, - 518, - 519, - 520 - ] - }, - "d2-2": { - "length": 80, - "src_port": "104", - "dst_port": "204", - "local_peer_port": "204", - "remote_peer_port": "104", - "c_slots": [ - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15, - 16, - 17, - 18, - 19, - 20 - ], - "l_slots": [ - 101, - 102, - 103, - 104, - 105, - 106, - 107, - 108, - 109, - 110, - 111, - 112, - 113, - 114, - 115, - 116, - 117, - 118, - 119, - 120 - ], - "s_slots": [ - 501, - 502, - 503, - 504, - 505, - 506, - 507, - 508, - 509, - 510, - 511, - 512, - 513, - 514, - 515, - 516, - 517, - 518, - 519, - 520 - ] - } - } - }, - "R3-R2": { - "length": 80, - "source": "d2", - "target": "d2", - "fibers": { - "d2-1": { - "length": 80, - "src_port": "103", - "dst_port": "203", - "local_peer_port": "203", - "remote_peer_port": "103", - "c_slots": [ - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15, - 16, - 17, - 18, - 19, - 20 - ], - "l_slots": [ - 101, - 102, - 103, - 104, - 105, - 106, - 107, - 108, - 109, - 110, - 111, - 112, - 113, - 114, - 115, - 116, - 117, - 118, - 119, - 120 - ], - "s_slots": [ - 501, - 502, - 503, - 504, - 505, - 506, - 507, - 508, - 509, - 510, - 511, - 512, - 513, - 514, - 515, - 516, - 517, - 518, - 519, - 520 - ] - }, - "d2-2": { - "length": 80, - "src_port": "104", - "dst_port": "204", - "local_peer_port": "204", - "remote_peer_port": "104", - "c_slots": [ - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15, - 16, - 17, - 18, - 19, - 20 - ], - "l_slots": [ - 101, - 102, - 103, - 104, - 105, - 106, - 107, - 108, - 109, - 110, - 111, - 112, - 113, - 114, - 115, - 116, - 117, - 118, - 119, - 120 - ], - "s_slots": [ - 501, - 502, - 503, - 504, - 505, - 506, - 507, - 508, - 509, - 510, - 511, - 512, - 513, - 514, - 515, - 516, - 517, - 518, - 519, - 520 - ] - } - } - }, - "T1-R1": { - "length": 0, - "source": "muxT", - "target": "srgR", - "fibers": { - "M1": { - "length": 0, - "src_port": "1", - "dst_port": "2001", - "local_peer_port": "1", - "remote_peer_port": "1001", - "used": false, - "c_slots": [ - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15, - 16, - 17, - 18, - 19, - 20 - ], - "l_slots": [ - 101, - 102, - 103, - 104, - 105, - 106, - 107, - 108, - 109, - 110, - 111, - 112, - 113, - 114, - 115, - 116, - 117, - 118, - 119, - 120 - ], - "s_slots": [ - 501, - 502, - 503, - 504, - 505, - 506, - 507, - 508, - 509, - 510, - 511, - 512, - 513, - 514, - 515, - 516, - 517, - 518, - 519, - 520 - ] - }, - "M2": { - "length": 0, - "src_port": "2", - "dst_port": "2002", - "local_peer_port": "2", - "remote_peer_port": "1002", - "used": false, - "c_slots": [ - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15, - 16, - 17, - 18, - 19, - 20 - ], - "l_slots": [ - 101, - 102, - 103, - 104, - 105, - 106, - 107, - 108, - 109, - 110, - 111, - 112, - 113, - 114, - 115, - 116, - 117, - 118, - 119, - 120 - ], - "s_slots": [ - 501, - 502, - 503, - 504, - 505, - 506, - 507, - 508, - 509, - 510, - 511, - 512, - 513, - 514, - 515, - 516, - 517, - 518, - 519, - 520 - ] - }, - "M3": { - "length": 0, - "src_port": "3", - "dst_port": "2003", - "local_peer_port": "3", - "remote_peer_port": "1003", - "used": false, - "c_slots": [ - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15, - 16, - 17, - 18, - 19, - 20 - ], - "l_slots": [ - 101, - 102, - 103, - 104, - 105, - 106, - 107, - 108, - 109, - 110, - 111, - 112, - 113, - 114, - 115, - 116, - 117, - 118, - 119, - 120 - ], - "s_slots": [ - 501, - 502, - 503, - 504, - 505, - 506, - 507, - 508, - 509, - 510, - 511, - 512, - 513, - 514, - 515, - 516, - 517, - 518, - 519, - 520 - ] - } - } - }, - "R1-T1": { - "length": 0, - "source": "srgT", - "target": "muxR", - "fibers": { - "S1": { - "length": 0, - "src_port": "1001", - "dst_port": "1", - "local_peer_port": "2001", - "remote_peer_port": "1", - "used": false, - "c_slots": [ - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15, - 16, - 17, - 18, - 19, - 20 - ], - "l_slots": [ - 101, - 102, - 103, - 104, - 105, - 106, - 107, - 108, - 109, - 110, - 111, - 112, - 113, - 114, - 115, - 116, - 117, - 118, - 119, - 120 - ], - "s_slots": [ - 501, - 502, - 503, - 504, - 505, - 506, - 507, - 508, - 509, - 510, - 511, - 512, - 513, - 514, - 515, - 516, - 517, - 518, - 519, - 520 - ] - }, - "S2": { - "length": 0, - "src_port": "1002", - "dst_port": "2", - "local_peer_port": "2002", - "remote_peer_port": "2", - "used": false, - "c_slots": [ - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15, - 16, - 17, - 18, - 19, - 20 - ], - "l_slots": [ - 101, - 102, - 103, - 104, - 105, - 106, - 107, - 108, - 109, - 110, - 111, - 112, - 113, - 114, - 115, - 116, - 117, - 118, - 119, - 120 - ], - "s_slots": [ - 501, - 502, - 503, - 504, - 505, - 506, - 507, - 508, - 509, - 510, - 511, - 512, - 513, - 514, - 515, - 516, - 517, - 518, - 519, - 520 - ] - }, - "S3": { - "length": 0, - "src_port": "1003", - "dst_port": "3", - "local_peer_port": "2003", - "remote_peer_port": "3", - "used": false, - "c_slots": [ - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15, - 16, - 17, - 18, - 19, - 20 - ], - "l_slots": [ - 101, - 102, - 103, - 104, - 105, - 106, - 107, - 108, - 109, - 110, - 111, - 112, - 113, - 114, - 115, - 116, - 117, - 118, - 119, - 120 - ], - "s_slots": [ - 501, - 502, - 503, - 504, - 505, - 506, - 507, - 508, - 509, - 510, - 511, - 512, - 513, - 514, - 515, - 516, - 517, - 518, - 519, - 520 - ] - } - } - }, - "T2-R2": { - "length": 0, - "source": "muxT", - "target": "srgR", - "fibers": { - "M1": { - "length": 0, - "src_port": "1", - "dst_port": "2001", - "local_peer_port": "1", - "remote_peer_port": "1001", - "used": false, - "c_slots": [ - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15, - 16, - 17, - 18, - 19, - 20 - ], - "l_slots": [ - 101, - 102, - 103, - 104, - 105, - 106, - 107, - 108, - 109, - 110, - 111, - 112, - 113, - 114, - 115, - 116, - 117, - 118, - 119, - 120 - ], - "s_slots": [ - 501, - 502, - 503, - 504, - 505, - 506, - 507, - 508, - 509, - 510, - 511, - 512, - 513, - 514, - 515, - 516, - 517, - 518, - 519, - 520 - ] - }, - "M2": { - "length": 0, - "src_port": "2", - "dst_port": "2002", - "local_peer_port": "2", - "remote_peer_port": "1002", - "used": false, - "c_slots": [ - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15, - 16, - 17, - 18, - 19, - 20 - ], - "l_slots": [ - 101, - 102, - 103, - 104, - 105, - 106, - 107, - 108, - 109, - 110, - 111, - 112, - 113, - 114, - 115, - 116, - 117, - 118, - 119, - 120 - ], - "s_slots": [ - 501, - 502, - 503, - 504, - 505, - 506, - 507, - 508, - 509, - 510, - 511, - 512, - 513, - 514, - 515, - 516, - 517, - 518, - 519, - 520 - ] - }, - "M3": { - "length": 0, - "src_port": "3", - "dst_port": "2003", - "local_peer_port": "3", - "remote_peer_port": "1003", - "used": false, - "c_slots": [ - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15, - 16, - 17, - 18, - 19, - 20 - ], - "l_slots": [ - 101, - 102, - 103, - 104, - 105, - 106, - 107, - 108, - 109, - 110, - 111, - 112, - 113, - 114, - 115, - 116, - 117, - 118, - 119, - 120 - ], - "s_slots": [ - 501, - 502, - 503, - 504, - 505, - 506, - 507, - 508, - 509, - 510, - 511, - 512, - 513, - 514, - 515, - 516, - 517, - 518, - 519, - 520 - ] - } - } - }, - "R2-T2": { - "length": 0, - "source": "srgT", - "target": "muxR", - "fibers": { - "S1": { - "length": 0, - "src_port": "1001", - "dst_port": "1", - "local_peer_port": "2001", - "remote_peer_port": "1", - "used": false, - "c_slots": [ - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15, - 16, - 17, - 18, - 19, - 20 - ], - "l_slots": [ - 101, - 102, - 103, - 104, - 105, - 106, - 107, - 108, - 109, - 110, - 111, - 112, - 113, - 114, - 115, - 116, - 117, - 118, - 119, - 120 - ], - "s_slots": [ - 501, - 502, - 503, - 504, - 505, - 506, - 507, - 508, - 509, - 510, - 511, - 512, - 513, - 514, - 515, - 516, - 517, - 518, - 519, - 520 - ] - }, - "S2": { - "length": 0, - "src_port": "1002", - "dst_port": "2", - "local_peer_port": "2002", - "remote_peer_port": "2", - "used": false, - "c_slots": [ - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15, - 16, - 17, - 18, - 19, - 20 - ], - "l_slots": [ - 101, - 102, - 103, - 104, - 105, - 106, - 107, - 108, - 109, - 110, - 111, - 112, - 113, - 114, - 115, - 116, - 117, - 118, - 119, - 120 - ], - "s_slots": [ - 501, - 502, - 503, - 504, - 505, - 506, - 507, - 508, - 509, - 510, - 511, - 512, - 513, - 514, - 515, - 516, - 517, - 518, - 519, - 520 - ] - }, - "S3": { - "length": 0, - "src_port": "1003", - "dst_port": "3", - "local_peer_port": "2003", - "remote_peer_port": "3", - "used": false, - "c_slots": [ - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15, - 16, - 17, - 18, - 19, - 20 - ], - "l_slots": [ - 101, - 102, - 103, - 104, - 105, - 106, - 107, - 108, - 109, - 110, - 111, - 112, - 113, - 114, - 115, - 116, - 117, - 118, - 119, - 120 - ], - "s_slots": [ - 501, - 502, - 503, - 504, - 505, - 506, - 507, - 508, - 509, - 510, - 511, - 512, - 513, - 514, - 515, - 516, - 517, - 518, - 519, - 520 - ] - } - } - } -} diff --git a/src/opticalcontroller/json_files/tfs.json b/src/opticalcontroller/json_files/tfs.json deleted file mode 100644 index 46ee3da951fb7a68ef92722c1770fc89032d419b..0000000000000000000000000000000000000000 --- a/src/opticalcontroller/json_files/tfs.json +++ /dev/null @@ -1,1458 +0,0 @@ -{ - "links": [ - { - "name": "T1.1-R1", - "link_id": { - "link_uuid": { - "uuid": "T1.1->R1" - } - }, - "link_endpoint_ids": [ - { - "device_id": { - "device_uuid": { - "uuid": "T1.1" - } - }, - "endpoint_uuid": { - "uuid": "1" - } - }, - { - "device_id": { - "device_uuid": { - "uuid": "R1" - } - }, - "endpoint_uuid": { - "uuid": "12" - } - } - ], - "optical_details": { - "length": 0, - "src_port": "1", - "dst_port": "12", - "local_peer_port": "1", - "remote_peer_port": "2", - "used": false, - "c_slots": [ - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15, - 16, - 17, - 18, - 19, - 20 - ], - "l_slots": [ - 101, - 102, - 103, - 104, - 105, - 106, - 107, - 108, - 109, - 110, - 111, - 112, - 113, - 114, - 115, - 116, - 117, - 118, - 119, - 120 - ], - "s_slots": [ - 501, - 502, - 503, - 504, - 505, - 506, - 507, - 508, - 509, - 510, - 511, - 512, - 513, - 514, - 515, - 516, - 517, - 518, - 519, - 520 - ] - } - }, - { - "name": "T1.2-R1", - "link_id": { - "link_uuid": { - "uuid": "T1.2->R1" - } - }, - "link_endpoint_ids": [ - { - "device_id": { - "device_uuid": { - "uuid": "T1.2" - } - }, - "endpoint_uuid": { - "uuid": "1" - } - }, - { - "device_id": { - "device_uuid": { - "uuid": "R1" - } - }, - "endpoint_uuid": { - "uuid": "13" - } - } - ], - "optical_details": { - "length": 0, - "src_port": "1", - "dst_port": "13", - "local_peer_port": "1", - "remote_peer_port": "3", - "used": false, - "c_slots": [ - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15, - 16, - 17, - 18, - 19, - 20 - ], - "l_slots": [ - 101, - 102, - 103, - 104, - 105, - 106, - 107, - 108, - 109, - 110, - 111, - 112, - 113, - 114, - 115, - 116, - 117, - 118, - 119, - 120 - ], - "s_slots": [ - 501, - 502, - 503, - 504, - 505, - 506, - 507, - 508, - 509, - 510, - 511, - 512, - 513, - 514, - 515, - 516, - 517, - 518, - 519, - 520 - ] - } - }, - { - "name": "T1.3-R1", - "link_id": { - "link_uuid": { - "uuid": "T1.3->R1" - } - }, - "link_endpoint_ids": [ - { - "device_id": { - "device_uuid": { - "uuid": "T1.3" - } - }, - "endpoint_uuid": { - "uuid": "1" - } - }, - { - "device_id": { - "device_uuid": { - "uuid": "R1" - } - }, - "endpoint_uuid": { - "uuid": "14" - } - } - ], - "optical_details": { - "length": 0, - "src_port": "1", - "dst_port": "14", - "local_peer_port": "1", - "remote_peer_port": "4", - "used": false, - "c_slots": [ - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15, - 16, - 17, - 18, - 19, - 20 - ], - "l_slots": [ - 101, - 102, - 103, - 104, - 105, - 106, - 107, - 108, - 109, - 110, - 111, - 112, - 113, - 114, - 115, - 116, - 117, - 118, - 119, - 120 - ], - "s_slots": [ - 501, - 502, - 503, - 504, - 505, - 506, - 507, - 508, - 509, - 510, - 511, - 512, - 513, - 514, - 515, - 516, - 517, - 518, - 519, - 520 - ] - } - }, - { - "name": "R1-T1.1", - "link_id": { - "link_uuid": { - "uuid": "R1->T1.1" - } - }, - "link_endpoint_ids": [ - { - "device_id": { - "device_uuid": { - "uuid": "R1" - } - }, - "endpoint_uuid": { - "uuid": "2" - } - }, - { - "device_id": { - "device_uuid": { - "uuid": "T1.1" - } - }, - "endpoint_uuid": { - "uuid": "1" - } - } - ], - "optical_details": { - "length": 0, - "src_port": "2", - "dst_port": "1", - "local_peer_port": "12", - "remote_peer_port": "1", - "used": false, - "c_slots": [ - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15, - 16, - 17, - 18, - 19, - 20 - ], - "l_slots": [ - 101, - 102, - 103, - 104, - 105, - 106, - 107, - 108, - 109, - 110, - 111, - 112, - 113, - 114, - 115, - 116, - 117, - 118, - 119, - 120 - ], - "s_slots": [ - 501, - 502, - 503, - 504, - 505, - 506, - 507, - 508, - 509, - 510, - 511, - 512, - 513, - 514, - 515, - 516, - 517, - 518, - 519, - 520 - ] - } - }, - { - "name": "R1-T1.2", - "link_id": { - "link_uuid": { - "uuid": "R1->T1.2" - } - }, - "link_endpoint_ids": [ - { - "device_id": { - "device_uuid": { - "uuid": "R1" - } - }, - "endpoint_uuid": { - "uuid": "3" - } - }, - { - "device_id": { - "device_uuid": { - "uuid": "T1.2" - } - }, - "endpoint_uuid": { - "uuid": "1" - } - } - ], - "optical_details": { - "length": 0, - "src_port": "3", - "dst_port": "1", - "local_peer_port": "13", - "remote_peer_port": "1", - "used": false, - "c_slots": [ - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15, - 16, - 17, - 18, - 19, - 20 - ], - "l_slots": [ - 101, - 102, - 103, - 104, - 105, - 106, - 107, - 108, - 109, - 110, - 111, - 112, - 113, - 114, - 115, - 116, - 117, - 118, - 119, - 120 - ], - "s_slots": [ - 501, - 502, - 503, - 504, - 505, - 506, - 507, - 508, - 509, - 510, - 511, - 512, - 513, - 514, - 515, - 516, - 517, - 518, - 519, - 520 - ] - } - }, - { - "name": "R1-T1.3", - "link_id": { - "link_uuid": { - "uuid": "R1->T1.3" - } - }, - "link_endpoint_ids": [ - { - "device_id": { - "device_uuid": { - "uuid": "R1" - } - }, - "endpoint_uuid": { - "uuid": "4" - } - }, - { - "device_id": { - "device_uuid": { - "uuid": "T1.3" - } - }, - "endpoint_uuid": { - "uuid": "1" - } - } - ], - "optical_details": { - "length": 0, - "src_port": "4", - "dst_port": "1", - "local_peer_port": "14", - "remote_peer_port": "1", - "used": false, - "c_slots": [ - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15, - 16, - 17, - 18, - 19, - 20 - ], - "l_slots": [ - 101, - 102, - 103, - 104, - 105, - 106, - 107, - 108, - 109, - 110, - 111, - 112, - 113, - 114, - 115, - 116, - 117, - 118, - 119, - 120 - ], - "s_slots": [ - 501, - 502, - 503, - 504, - 505, - 506, - 507, - 508, - 509, - 510, - 511, - 512, - 513, - 514, - 515, - 516, - 517, - 518, - 519, - 520 - ] - } - }, - { - "name": "R1-R2", - "link_id": { - "link_uuid": { - "uuid": "R1->R2" - } - }, - "link_endpoint_ids": [ - { - "device_id": { - "device_uuid": { - "uuid": "R1" - } - }, - "endpoint_uuid": { - "uuid": "101" - } - }, - { - "device_id": { - "device_uuid": { - "uuid": "R2" - } - }, - "endpoint_uuid": { - "uuid": "201" - } - } - ], - "optical_details": { - "length": 0, - "src_port": "101", - "dst_port": "201", - "local_peer_port": "201", - "remote_peer_port": "101", - "c_slots": [ - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15, - 16, - 17, - 18, - 19, - 20 - ], - "l_slots": [ - 101, - 102, - 103, - 104, - 105, - 106, - 107, - 108, - 109, - 110, - 111, - 112, - 113, - 114, - 115, - 116, - 117, - 118, - 119, - 120 - ], - "s_slots": [ - 501, - 502, - 503, - 504, - 505, - 506, - 507, - 508, - 509, - 510, - 511, - 512, - 513, - 514, - 515, - 516, - 517, - 518, - 519, - 520 - ] - } - }, - { - "name": "R2-R1", - "link_id": { - "link_uuid": { - "uuid": "R2->R1" - } - }, - "link_endpoint_ids": [ - { - "device_id": { - "device_uuid": { - "uuid": "R2" - } - }, - "endpoint_uuid": { - "uuid": "101" - } - }, - { - "device_id": { - "device_uuid": { - "uuid": "R1" - } - }, - "endpoint_uuid": { - "uuid": "201" - } - } - ], - "optical_details": { - "length": 0, - "src_port": "101", - "dst_port": "201", - "local_peer_port": "201", - "remote_peer_port": "101", - "c_slots": [ - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15, - 16, - 17, - 18, - 19, - 20 - ], - "l_slots": [ - 101, - 102, - 103, - 104, - 105, - 106, - 107, - 108, - 109, - 110, - 111, - 112, - 113, - 114, - 115, - 116, - 117, - 118, - 119, - 120 - ], - "s_slots": [ - 501, - 502, - 503, - 504, - 505, - 506, - 507, - 508, - 509, - 510, - 511, - 512, - 513, - 514, - 515, - 516, - 517, - 518, - 519, - 520 - ] - } - }, - { - "name": "T2.1-R2", - "link_id": { - "link_uuid": { - "uuid": "T2.1->R2" - } - }, - "link_endpoint_ids": [ - { - "device_id": { - "device_uuid": { - "uuid": "T2.1" - } - }, - "endpoint_uuid": { - "uuid": "1" - } - }, - { - "device_id": { - "device_uuid": { - "uuid": "R2" - } - }, - "endpoint_uuid": { - "uuid": "12" - } - } - ], - "optical_details": { - "length": 0, - "src_port": "1", - "dst_port": "12", - "local_peer_port": "1", - "remote_peer_port": "2", - "used": false, - "c_slots": [ - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15, - 16, - 17, - 18, - 19, - 20 - ], - "l_slots": [ - 101, - 102, - 103, - 104, - 105, - 106, - 107, - 108, - 109, - 110, - 111, - 112, - 113, - 114, - 115, - 116, - 117, - 118, - 119, - 120 - ], - "s_slots": [ - 501, - 502, - 503, - 504, - 505, - 506, - 507, - 508, - 509, - 510, - 511, - 512, - 513, - 514, - 515, - 516, - 517, - 518, - 519, - 520 - ] - } - }, - { - "name": "T2.2-R2", - "link_id": { - "link_uuid": { - "uuid": "T2.2->R2" - } - }, - "link_endpoint_ids": [ - { - "device_id": { - "device_uuid": { - "uuid": "T2.2" - } - }, - "endpoint_uuid": { - "uuid": "1" - } - }, - { - "device_id": { - "device_uuid": { - "uuid": "R2" - } - }, - "endpoint_uuid": { - "uuid": "13" - } - } - ], - "optical_details": { - "length": 0, - "src_port": "1", - "dst_port": "13", - "local_peer_port": "1", - "remote_peer_port": "3", - "used": false, - "c_slots": [ - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15, - 16, - 17, - 18, - 19, - 20 - ], - "l_slots": [ - 101, - 102, - 103, - 104, - 105, - 106, - 107, - 108, - 109, - 110, - 111, - 112, - 113, - 114, - 115, - 116, - 117, - 118, - 119, - 120 - ], - "s_slots": [ - 501, - 502, - 503, - 504, - 505, - 506, - 507, - 508, - 509, - 510, - 511, - 512, - 513, - 514, - 515, - 516, - 517, - 518, - 519, - 520 - ] - } - }, - { - "name": "T2.3-R2", - "link_id": { - "link_uuid": { - "uuid": "T2.3->R2" - } - }, - "link_endpoint_ids": [ - { - "device_id": { - "device_uuid": { - "uuid": "T2.3" - } - }, - "endpoint_uuid": { - "uuid": "1" - } - }, - { - "device_id": { - "device_uuid": { - "uuid": "R2" - } - }, - "endpoint_uuid": { - "uuid": "14" - } - } - ], - "optical_details": { - "length": 0, - "src_port": "1", - "dst_port": "14", - "local_peer_port": "1", - "remote_peer_port": "4", - "used": false, - "c_slots": [ - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15, - 16, - 17, - 18, - 19, - 20 - ], - "l_slots": [ - 101, - 102, - 103, - 104, - 105, - 106, - 107, - 108, - 109, - 110, - 111, - 112, - 113, - 114, - 115, - 116, - 117, - 118, - 119, - 120 - ], - "s_slots": [ - 501, - 502, - 503, - 504, - 505, - 506, - 507, - 508, - 509, - 510, - 511, - 512, - 513, - 514, - 515, - 516, - 517, - 518, - 519, - 520 - ] - } - }, - { - "name": "R2-T2.1", - "link_id": { - "link_uuid": { - "uuid": "R2->T2.1" - } - }, - "link_endpoint_ids": [ - { - "device_id": { - "device_uuid": { - "uuid": "R2" - } - }, - "endpoint_uuid": { - "uuid": "2" - } - }, - { - "device_id": { - "device_uuid": { - "uuid": "T2.1" - } - }, - "endpoint_uuid": { - "uuid": "1" - } - } - ], - "optical_details": { - "length": 0, - "src_port": "2", - "dst_port": "1", - "local_peer_port": "12", - "remote_peer_port": "1", - "used": false, - "c_slots": [ - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15, - 16, - 17, - 18, - 19, - 20 - ], - "l_slots": [ - 101, - 102, - 103, - 104, - 105, - 106, - 107, - 108, - 109, - 110, - 111, - 112, - 113, - 114, - 115, - 116, - 117, - 118, - 119, - 120 - ], - "s_slots": [ - 501, - 502, - 503, - 504, - 505, - 506, - 507, - 508, - 509, - 510, - 511, - 512, - 513, - 514, - 515, - 516, - 517, - 518, - 519, - 520 - ] - } - }, - { - "name": "R2-T2.2", - "link_id": { - "link_uuid": { - "uuid": "R1->T2.2" - } - }, - "link_endpoint_ids": [ - { - "device_id": { - "device_uuid": { - "uuid": "R2" - } - }, - "endpoint_uuid": { - "uuid": "3" - } - }, - { - "device_id": { - "device_uuid": { - "uuid": "T2.2" - } - }, - "endpoint_uuid": { - "uuid": "1" - } - } - ], - "optical_details": { - "length": 0, - "src_port": "3", - "dst_port": "1", - "local_peer_port": "13", - "remote_peer_port": "1", - "used": false, - "c_slots": [ - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15, - 16, - 17, - 18, - 19, - 20 - ], - "l_slots": [ - 101, - 102, - 103, - 104, - 105, - 106, - 107, - 108, - 109, - 110, - 111, - 112, - 113, - 114, - 115, - 116, - 117, - 118, - 119, - 120 - ], - "s_slots": [ - 501, - 502, - 503, - 504, - 505, - 506, - 507, - 508, - 509, - 510, - 511, - 512, - 513, - 514, - 515, - 516, - 517, - 518, - 519, - 520 - ] - } - }, - { - "name": "R2-T2.3", - "link_id": { - "link_uuid": { - "uuid": "R2->T2.3" - } - }, - "link_endpoint_ids": [ - { - "device_id": { - "device_uuid": { - "uuid": "R2" - } - }, - "endpoint_uuid": { - "uuid": "4" - } - }, - { - "device_id": { - "device_uuid": { - "uuid": "T2.3" - } - }, - "endpoint_uuid": { - "uuid": "1" - } - } - ], - "optical_details": { - "length": 0, - "src_port": "4", - "dst_port": "1", - "local_peer_port": "14", - "remote_peer_port": "1", - "used": false, - "c_slots": [ - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15, - 16, - 17, - 18, - 19, - 20 - ], - "l_slots": [ - 101, - 102, - 103, - 104, - 105, - 106, - 107, - 108, - 109, - 110, - 111, - 112, - 113, - 114, - 115, - 116, - 117, - 118, - 119, - 120 - ], - "s_slots": [ - 501, - 502, - 503, - 504, - 505, - 506, - 507, - 508, - 509, - 510, - 511, - 512, - 513, - 514, - 515, - 516, - 517, - 518, - 519, - 520 - ] - } - } - ] -} \ No newline at end of file diff --git a/src/opticalcontroller/json_files/tfs_dict.json b/src/opticalcontroller/json_files/tfs_dict.json deleted file mode 100644 index de7ec97fb911815aadb7fb6fb9a1848a0624ccb9..0000000000000000000000000000000000000000 --- a/src/opticalcontroller/json_files/tfs_dict.json +++ /dev/null @@ -1,1458 +0,0 @@ -{ - "optical_links": [ - { - "name": "T1.1-R1", - "link_id": { - "link_uuid": { - "uuid": "T1.1->R1" - } - }, - "link_endpoint_ids": [ - { - "device_id": { - "device_uuid": { - "uuid": "T1.1" - } - }, - "endpoint_uuid": { - "uuid": "1" - } - }, - { - "device_id": { - "device_uuid": { - "uuid": "R1" - } - }, - "endpoint_uuid": { - "uuid": "12" - } - } - ], - "optical_details": { - "length": 0, - "src_port": "1", - "dst_port": "12", - "local_peer_port": "1", - "remote_peer_port": "2", - "used": false, - "c_slots": { - "1": 1, - "2": 1, - "3": 1, - "4": 1, - "5": 1, - "6": 1, - "7": 1, - "8": 1, - "9": 1, - "10": 1, - "11": 1, - "12": 1, - "13": 1, - "14": 1, - "15": 1, - "16": 1, - "17": 1, - "18": 1, - "19": 1, - "20": 1 - }, - "l_slots": { - "101": 1, - "102": 1, - "103": 1, - "104": 1, - "105": 1, - "106": 1, - "107": 1, - "108": 1, - "109": 1, - "110": 1, - "111": 1, - "112": 1, - "113": 1, - "114": 1, - "115": 1, - "116": 1, - "117": 1, - "118": 1, - "119": 1, - "120": 1 - }, - "s_slots": { - "501": 1, - "502": 1, - "503": 1, - "504": 1, - "505": 1, - "506": 1, - "507": 1, - "508": 1, - "509": 1, - "510": 1, - "511": 1, - "512": 1, - "513": 1, - "514": 1, - "515": 1, - "516": 1, - "517": 1, - "518": 1, - "519": 1, - "520": 1 - } - } - }, - { - "name": "T1.2-R1", - "link_id": { - "link_uuid": { - "uuid": "T1.2->R1" - } - }, - "link_endpoint_ids": [ - { - "device_id": { - "device_uuid": { - "uuid": "T1.2" - } - }, - "endpoint_uuid": { - "uuid": "1" - } - }, - { - "device_id": { - "device_uuid": { - "uuid": "R1" - } - }, - "endpoint_uuid": { - "uuid": "13" - } - } - ], - "optical_details": { - "length": 0, - "src_port": "1", - "dst_port": "13", - "local_peer_port": "1", - "remote_peer_port": "3", - "used": false, - "c_slots": { - "1": 1, - "2": 1, - "3": 1, - "4": 1, - "5": 1, - "6": 1, - "7": 1, - "8": 1, - "9": 1, - "10": 1, - "11": 1, - "12": 1, - "13": 1, - "14": 1, - "15": 1, - "16": 1, - "17": 1, - "18": 1, - "19": 1, - "20": 1 - }, - "l_slots": { - "101": 1, - "102": 1, - "103": 1, - "104": 1, - "105": 1, - "106": 1, - "107": 1, - "108": 1, - "109": 1, - "110": 1, - "111": 1, - "112": 1, - "113": 1, - "114": 1, - "115": 1, - "116": 1, - "117": 1, - "118": 1, - "119": 1, - "120": 1 - }, - "s_slots": { - "501": 1, - "502": 1, - "503": 1, - "504": 1, - "505": 1, - "506": 1, - "507": 1, - "508": 1, - "509": 1, - "510": 1, - "511": 1, - "512": 1, - "513": 1, - "514": 1, - "515": 1, - "516": 1, - "517": 1, - "518": 1, - "519": 1, - "520": 1 - } - } - }, - { - "name": "T1.3-R1", - "link_id": { - "link_uuid": { - "uuid": "T1.3->R1" - } - }, - "link_endpoint_ids": [ - { - "device_id": { - "device_uuid": { - "uuid": "T1.3" - } - }, - "endpoint_uuid": { - "uuid": "1" - } - }, - { - "device_id": { - "device_uuid": { - "uuid": "R1" - } - }, - "endpoint_uuid": { - "uuid": "14" - } - } - ], - "optical_details": { - "length": 0, - "src_port": "1", - "dst_port": "14", - "local_peer_port": "1", - "remote_peer_port": "4", - "used": false, - "c_slots": { - "1": 1, - "2": 1, - "3": 1, - "4": 1, - "5": 1, - "6": 1, - "7": 1, - "8": 1, - "9": 1, - "10": 1, - "11": 1, - "12": 1, - "13": 1, - "14": 1, - "15": 1, - "16": 1, - "17": 1, - "18": 1, - "19": 1, - "20": 1 - }, - "l_slots": { - "101": 1, - "102": 1, - "103": 1, - "104": 1, - "105": 1, - "106": 1, - "107": 1, - "108": 1, - "109": 1, - "110": 1, - "111": 1, - "112": 1, - "113": 1, - "114": 1, - "115": 1, - "116": 1, - "117": 1, - "118": 1, - "119": 1, - "120": 1 - }, - "s_slots": { - "501": 1, - "502": 1, - "503": 1, - "504": 1, - "505": 1, - "506": 1, - "507": 1, - "508": 1, - "509": 1, - "510": 1, - "511": 1, - "512": 1, - "513": 1, - "514": 1, - "515": 1, - "516": 1, - "517": 1, - "518": 1, - "519": 1, - "520": 1 - } - } - }, - { - "name": "R1-T1.1", - "link_id": { - "link_uuid": { - "uuid": "R1->T1.1" - } - }, - "link_endpoint_ids": [ - { - "device_id": { - "device_uuid": { - "uuid": "R1" - } - }, - "endpoint_uuid": { - "uuid": "2" - } - }, - { - "device_id": { - "device_uuid": { - "uuid": "T1.1" - } - }, - "endpoint_uuid": { - "uuid": "1" - } - } - ], - "optical_details": { - "length": 0, - "src_port": "2", - "dst_port": "1", - "local_peer_port": "12", - "remote_peer_port": "1", - "used": false, - "c_slots": { - "1": 1, - "2": 1, - "3": 1, - "4": 1, - "5": 1, - "6": 1, - "7": 1, - "8": 1, - "9": 1, - "10": 1, - "11": 1, - "12": 1, - "13": 1, - "14": 1, - "15": 1, - "16": 1, - "17": 1, - "18": 1, - "19": 1, - "20": 1 - }, - "l_slots": { - "101": 1, - "102": 1, - "103": 1, - "104": 1, - "105": 1, - "106": 1, - "107": 1, - "108": 1, - "109": 1, - "110": 1, - "111": 1, - "112": 1, - "113": 1, - "114": 1, - "115": 1, - "116": 1, - "117": 1, - "118": 1, - "119": 1, - "120": 1 - }, - "s_slots": { - "501": 1, - "502": 1, - "503": 1, - "504": 1, - "505": 1, - "506": 1, - "507": 1, - "508": 1, - "509": 1, - "510": 1, - "511": 1, - "512": 1, - "513": 1, - "514": 1, - "515": 1, - "516": 1, - "517": 1, - "518": 1, - "519": 1, - "520": 1 - } - } - }, - { - "name": "R1-T1.2", - "link_id": { - "link_uuid": { - "uuid": "R1->T1.2" - } - }, - "link_endpoint_ids": [ - { - "device_id": { - "device_uuid": { - "uuid": "R1" - } - }, - "endpoint_uuid": { - "uuid": "3" - } - }, - { - "device_id": { - "device_uuid": { - "uuid": "T1.2" - } - }, - "endpoint_uuid": { - "uuid": "1" - } - } - ], - "optical_details": { - "length": 0, - "src_port": "3", - "dst_port": "1", - "local_peer_port": "13", - "remote_peer_port": "1", - "used": false, - "c_slots": { - "1": 1, - "2": 1, - "3": 1, - "4": 1, - "5": 1, - "6": 1, - "7": 1, - "8": 1, - "9": 1, - "10": 1, - "11": 1, - "12": 1, - "13": 1, - "14": 1, - "15": 1, - "16": 1, - "17": 1, - "18": 1, - "19": 1, - "20": 1 - }, - "l_slots": { - "101": 1, - "102": 1, - "103": 1, - "104": 1, - "105": 1, - "106": 1, - "107": 1, - "108": 1, - "109": 1, - "110": 1, - "111": 1, - "112": 1, - "113": 1, - "114": 1, - "115": 1, - "116": 1, - "117": 1, - "118": 1, - "119": 1, - "120": 1 - }, - "s_slots": { - "501": 1, - "502": 1, - "503": 1, - "504": 1, - "505": 1, - "506": 1, - "507": 1, - "508": 1, - "509": 1, - "510": 1, - "511": 1, - "512": 1, - "513": 1, - "514": 1, - "515": 1, - "516": 1, - "517": 1, - "518": 1, - "519": 1, - "520": 1 - } - } - }, - { - "name": "R1-T1.3", - "link_id": { - "link_uuid": { - "uuid": "R1->T1.3" - } - }, - "link_endpoint_ids": [ - { - "device_id": { - "device_uuid": { - "uuid": "R1" - } - }, - "endpoint_uuid": { - "uuid": "4" - } - }, - { - "device_id": { - "device_uuid": { - "uuid": "T1.3" - } - }, - "endpoint_uuid": { - "uuid": "1" - } - } - ], - "optical_details": { - "length": 0, - "src_port": "4", - "dst_port": "1", - "local_peer_port": "14", - "remote_peer_port": "1", - "used": false, - "c_slots": { - "1": 1, - "2": 1, - "3": 1, - "4": 1, - "5": 1, - "6": 1, - "7": 1, - "8": 1, - "9": 1, - "10": 1, - "11": 1, - "12": 1, - "13": 1, - "14": 1, - "15": 1, - "16": 1, - "17": 1, - "18": 1, - "19": 1, - "20": 1 - }, - "l_slots": { - "101": 1, - "102": 1, - "103": 1, - "104": 1, - "105": 1, - "106": 1, - "107": 1, - "108": 1, - "109": 1, - "110": 1, - "111": 1, - "112": 1, - "113": 1, - "114": 1, - "115": 1, - "116": 1, - "117": 1, - "118": 1, - "119": 1, - "120": 1 - }, - "s_slots": { - "501": 1, - "502": 1, - "503": 1, - "504": 1, - "505": 1, - "506": 1, - "507": 1, - "508": 1, - "509": 1, - "510": 1, - "511": 1, - "512": 1, - "513": 1, - "514": 1, - "515": 1, - "516": 1, - "517": 1, - "518": 1, - "519": 1, - "520": 1 - } - } - }, - { - "name": "R1-R2", - "link_id": { - "link_uuid": { - "uuid": "R1->R2" - } - }, - "link_endpoint_ids": [ - { - "device_id": { - "device_uuid": { - "uuid": "R1" - } - }, - "endpoint_uuid": { - "uuid": "101" - } - }, - { - "device_id": { - "device_uuid": { - "uuid": "R2" - } - }, - "endpoint_uuid": { - "uuid": "201" - } - } - ], - "optical_details": { - "length": 0, - "src_port": "101", - "dst_port": "201", - "local_peer_port": "201", - "remote_peer_port": "101", - "c_slots": { - "1": 1, - "2": 1, - "3": 1, - "4": 1, - "5": 1, - "6": 1, - "7": 1, - "8": 1, - "9": 1, - "10": 1, - "11": 1, - "12": 1, - "13": 1, - "14": 1, - "15": 1, - "16": 1, - "17": 1, - "18": 1, - "19": 1, - "20": 1 - }, - "l_slots": { - "101": 1, - "102": 1, - "103": 1, - "104": 1, - "105": 1, - "106": 1, - "107": 1, - "108": 1, - "109": 1, - "110": 1, - "111": 1, - "112": 1, - "113": 1, - "114": 1, - "115": 1, - "116": 1, - "117": 1, - "118": 1, - "119": 1, - "120": 1 - }, - "s_slots": { - "501": 1, - "502": 1, - "503": 1, - "504": 1, - "505": 1, - "506": 1, - "507": 1, - "508": 1, - "509": 1, - "510": 1, - "511": 1, - "512": 1, - "513": 1, - "514": 1, - "515": 1, - "516": 1, - "517": 1, - "518": 1, - "519": 1, - "520": 1 - } - } - }, - { - "name": "R2-R1", - "link_id": { - "link_uuid": { - "uuid": "R2->R1" - } - }, - "link_endpoint_ids": [ - { - "device_id": { - "device_uuid": { - "uuid": "R2" - } - }, - "endpoint_uuid": { - "uuid": "101" - } - }, - { - "device_id": { - "device_uuid": { - "uuid": "R1" - } - }, - "endpoint_uuid": { - "uuid": "201" - } - } - ], - "optical_details": { - "length": 0, - "src_port": "101", - "dst_port": "201", - "local_peer_port": "201", - "remote_peer_port": "101", - "c_slots": { - "1": 1, - "2": 1, - "3": 1, - "4": 1, - "5": 1, - "6": 1, - "7": 1, - "8": 1, - "9": 1, - "10": 1, - "11": 1, - "12": 1, - "13": 1, - "14": 1, - "15": 1, - "16": 1, - "17": 1, - "18": 1, - "19": 1, - "20": 1 - }, - "l_slots": { - "101": 1, - "102": 1, - "103": 1, - "104": 1, - "105": 1, - "106": 1, - "107": 1, - "108": 1, - "109": 1, - "110": 1, - "111": 1, - "112": 1, - "113": 1, - "114": 1, - "115": 1, - "116": 1, - "117": 1, - "118": 1, - "119": 1, - "120": 1 - }, - "s_slots": { - "501": 1, - "502": 1, - "503": 1, - "504": 1, - "505": 1, - "506": 1, - "507": 1, - "508": 1, - "509": 1, - "510": 1, - "511": 1, - "512": 1, - "513": 1, - "514": 1, - "515": 1, - "516": 1, - "517": 1, - "518": 1, - "519": 1, - "520": 1 - } - } - }, - { - "name": "T2.1-R2", - "link_id": { - "link_uuid": { - "uuid": "T2.1->R2" - } - }, - "link_endpoint_ids": [ - { - "device_id": { - "device_uuid": { - "uuid": "T2.1" - } - }, - "endpoint_uuid": { - "uuid": "1" - } - }, - { - "device_id": { - "device_uuid": { - "uuid": "R2" - } - }, - "endpoint_uuid": { - "uuid": "12" - } - } - ], - "optical_details": { - "length": 0, - "src_port": "1", - "dst_port": "12", - "local_peer_port": "1", - "remote_peer_port": "2", - "used": false, - "c_slots": { - "1": 1, - "2": 1, - "3": 1, - "4": 1, - "5": 1, - "6": 1, - "7": 1, - "8": 1, - "9": 1, - "10": 1, - "11": 1, - "12": 1, - "13": 1, - "14": 1, - "15": 1, - "16": 1, - "17": 1, - "18": 1, - "19": 1, - "20": 1 - }, - "l_slots": { - "101": 1, - "102": 1, - "103": 1, - "104": 1, - "105": 1, - "106": 1, - "107": 1, - "108": 1, - "109": 1, - "110": 1, - "111": 1, - "112": 1, - "113": 1, - "114": 1, - "115": 1, - "116": 1, - "117": 1, - "118": 1, - "119": 1, - "120": 1 - }, - "s_slots": { - "501": 1, - "502": 1, - "503": 1, - "504": 1, - "505": 1, - "506": 1, - "507": 1, - "508": 1, - "509": 1, - "510": 1, - "511": 1, - "512": 1, - "513": 1, - "514": 1, - "515": 1, - "516": 1, - "517": 1, - "518": 1, - "519": 1, - "520": 1 - } - } - }, - { - "name": "T2.2-R2", - "link_id": { - "link_uuid": { - "uuid": "T2.2->R2" - } - }, - "link_endpoint_ids": [ - { - "device_id": { - "device_uuid": { - "uuid": "T2.2" - } - }, - "endpoint_uuid": { - "uuid": "1" - } - }, - { - "device_id": { - "device_uuid": { - "uuid": "R2" - } - }, - "endpoint_uuid": { - "uuid": "13" - } - } - ], - "optical_details": { - "length": 0, - "src_port": "1", - "dst_port": "13", - "local_peer_port": "1", - "remote_peer_port": "3", - "used": false, - "c_slots": { - "1": 1, - "2": 1, - "3": 1, - "4": 1, - "5": 1, - "6": 1, - "7": 1, - "8": 1, - "9": 1, - "10": 1, - "11": 1, - "12": 1, - "13": 1, - "14": 1, - "15": 1, - "16": 1, - "17": 1, - "18": 1, - "19": 1, - "20": 1 - }, - "l_slots": { - "101": 1, - "102": 1, - "103": 1, - "104": 1, - "105": 1, - "106": 1, - "107": 1, - "108": 1, - "109": 1, - "110": 1, - "111": 1, - "112": 1, - "113": 1, - "114": 1, - "115": 1, - "116": 1, - "117": 1, - "118": 1, - "119": 1, - "120": 1 - }, - "s_slots": { - "501": 1, - "502": 1, - "503": 1, - "504": 1, - "505": 1, - "506": 1, - "507": 1, - "508": 1, - "509": 1, - "510": 1, - "511": 1, - "512": 1, - "513": 1, - "514": 1, - "515": 1, - "516": 1, - "517": 1, - "518": 1, - "519": 1, - "520": 1 - } - } - }, - { - "name": "T2.3-R2", - "link_id": { - "link_uuid": { - "uuid": "T2.3->R2" - } - }, - "link_endpoint_ids": [ - { - "device_id": { - "device_uuid": { - "uuid": "T2.3" - } - }, - "endpoint_uuid": { - "uuid": "1" - } - }, - { - "device_id": { - "device_uuid": { - "uuid": "R2" - } - }, - "endpoint_uuid": { - "uuid": "14" - } - } - ], - "optical_details": { - "length": 0, - "src_port": "1", - "dst_port": "14", - "local_peer_port": "1", - "remote_peer_port": "4", - "used": false, - "c_slots": { - "1": 1, - "2": 1, - "3": 1, - "4": 1, - "5": 1, - "6": 1, - "7": 1, - "8": 1, - "9": 1, - "10": 1, - "11": 1, - "12": 1, - "13": 1, - "14": 1, - "15": 1, - "16": 1, - "17": 1, - "18": 1, - "19": 1, - "20": 1 - }, - "l_slots": { - "101": 1, - "102": 1, - "103": 1, - "104": 1, - "105": 1, - "106": 1, - "107": 1, - "108": 1, - "109": 1, - "110": 1, - "111": 1, - "112": 1, - "113": 1, - "114": 1, - "115": 1, - "116": 1, - "117": 1, - "118": 1, - "119": 1, - "120": 1 - }, - "s_slots": { - "501": 1, - "502": 1, - "503": 1, - "504": 1, - "505": 1, - "506": 1, - "507": 1, - "508": 1, - "509": 1, - "510": 1, - "511": 1, - "512": 1, - "513": 1, - "514": 1, - "515": 1, - "516": 1, - "517": 1, - "518": 1, - "519": 1, - "520": 1 - } - } - }, - { - "name": "R2-T2.1", - "link_id": { - "link_uuid": { - "uuid": "R2->T2.1" - } - }, - "link_endpoint_ids": [ - { - "device_id": { - "device_uuid": { - "uuid": "R2" - } - }, - "endpoint_uuid": { - "uuid": "2" - } - }, - { - "device_id": { - "device_uuid": { - "uuid": "T2.1" - } - }, - "endpoint_uuid": { - "uuid": "1" - } - } - ], - "optical_details": { - "length": 0, - "src_port": "2", - "dst_port": "1", - "local_peer_port": "12", - "remote_peer_port": "1", - "used": false, - "c_slots": { - "1": 1, - "2": 1, - "3": 1, - "4": 1, - "5": 1, - "6": 1, - "7": 1, - "8": 1, - "9": 1, - "10": 1, - "11": 1, - "12": 1, - "13": 1, - "14": 1, - "15": 1, - "16": 1, - "17": 1, - "18": 1, - "19": 1, - "20": 1 - }, - "l_slots": { - "101": 1, - "102": 1, - "103": 1, - "104": 1, - "105": 1, - "106": 1, - "107": 1, - "108": 1, - "109": 1, - "110": 1, - "111": 1, - "112": 1, - "113": 1, - "114": 1, - "115": 1, - "116": 1, - "117": 1, - "118": 1, - "119": 1, - "120": 1 - }, - "s_slots": { - "501": 1, - "502": 1, - "503": 1, - "504": 1, - "505": 1, - "506": 1, - "507": 1, - "508": 1, - "509": 1, - "510": 1, - "511": 1, - "512": 1, - "513": 1, - "514": 1, - "515": 1, - "516": 1, - "517": 1, - "518": 1, - "519": 1, - "520": 1 - } - } - }, - { - "name": "R2-T2.2", - "link_id": { - "link_uuid": { - "uuid": "R1->T2.2" - } - }, - "link_endpoint_ids": [ - { - "device_id": { - "device_uuid": { - "uuid": "R2" - } - }, - "endpoint_uuid": { - "uuid": "3" - } - }, - { - "device_id": { - "device_uuid": { - "uuid": "T2.2" - } - }, - "endpoint_uuid": { - "uuid": "1" - } - } - ], - "optical_details": { - "length": 0, - "src_port": "3", - "dst_port": "1", - "local_peer_port": "13", - "remote_peer_port": "1", - "used": false, - "c_slots": { - "1": 1, - "2": 1, - "3": 1, - "4": 1, - "5": 1, - "6": 1, - "7": 1, - "8": 1, - "9": 1, - "10": 1, - "11": 1, - "12": 1, - "13": 1, - "14": 1, - "15": 1, - "16": 1, - "17": 1, - "18": 1, - "19": 1, - "20": 1 - }, - "l_slots": { - "101": 1, - "102": 1, - "103": 1, - "104": 1, - "105": 1, - "106": 1, - "107": 1, - "108": 1, - "109": 1, - "110": 1, - "111": 1, - "112": 1, - "113": 1, - "114": 1, - "115": 1, - "116": 1, - "117": 1, - "118": 1, - "119": 1, - "120": 1 - }, - "s_slots": { - "501": 1, - "502": 1, - "503": 1, - "504": 1, - "505": 1, - "506": 1, - "507": 1, - "508": 1, - "509": 1, - "510": 1, - "511": 1, - "512": 1, - "513": 1, - "514": 1, - "515": 1, - "516": 1, - "517": 1, - "518": 1, - "519": 1, - "520": 1 - } - } - }, - { - "name": "R2-T2.3", - "link_id": { - "link_uuid": { - "uuid": "R2->T2.3" - } - }, - "link_endpoint_ids": [ - { - "device_id": { - "device_uuid": { - "uuid": "R2" - } - }, - "endpoint_uuid": { - "uuid": "4" - } - }, - { - "device_id": { - "device_uuid": { - "uuid": "T2.3" - } - }, - "endpoint_uuid": { - "uuid": "1" - } - } - ], - "optical_details": { - "length": 0, - "src_port": "4", - "dst_port": "1", - "local_peer_port": "14", - "remote_peer_port": "1", - "used": false, - "c_slots": { - "1": 1, - "2": 1, - "3": 1, - "4": 1, - "5": 1, - "6": 1, - "7": 1, - "8": 1, - "9": 1, - "10": 1, - "11": 1, - "12": 1, - "13": 1, - "14": 1, - "15": 1, - "16": 1, - "17": 1, - "18": 1, - "19": 1, - "20": 1 - }, - "l_slots": { - "101": 1, - "102": 1, - "103": 1, - "104": 1, - "105": 1, - "106": 1, - "107": 1, - "108": 1, - "109": 1, - "110": 1, - "111": 1, - "112": 1, - "113": 1, - "114": 1, - "115": 1, - "116": 1, - "117": 1, - "118": 1, - "119": 1, - "120": 1 - }, - "s_slots": { - "501": 1, - "502": 1, - "503": 1, - "504": 1, - "505": 1, - "506": 1, - "507": 1, - "508": 1, - "509": 1, - "510": 1, - "511": 1, - "512": 1, - "513": 1, - "514": 1, - "515": 1, - "516": 1, - "517": 1, - "518": 1, - "519": 1, - "520": 1 - } - } - } - ] -} \ No newline at end of file diff --git a/src/opticalcontroller/json_files/tfs_dict_modified.json b/src/opticalcontroller/json_files/tfs_dict_modified.json deleted file mode 100644 index 80176b067850732aba3abe0282362cf4e5395695..0000000000000000000000000000000000000000 --- a/src/opticalcontroller/json_files/tfs_dict_modified.json +++ /dev/null @@ -1,1458 +0,0 @@ -{ - "optical_links": [ - { - "name": "T1.1-R1", - "link_id": { - "link_uuid": { - "uuid": "T1.1->R1" - } - }, - "link_endpoint_ids": [ - { - "device_id": { - "device_uuid": { - "uuid": "T1.1" - } - }, - "endpoint_uuid": { - "uuid": "1" - } - }, - { - "device_id": { - "device_uuid": { - "uuid": "R1" - } - }, - "endpoint_uuid": { - "uuid": "12" - } - } - ], - "optical_details": { - "length": 0, - "src_port": "1", - "dst_port": "12", - "local_peer_port": "1", - "remote_peer_port": "2", - "used": false, - "c_slots": { - "1": 1, - "2": 1, - "3": 1, - "4": 1, - "5": 1, - "6": 1, - "7": 1, - "8": 1, - "9": 1, - "10": 1, - "11": 1, - "12": 1, - "13": 1, - "14": 1, - "15": 1, - "16": 1, - "17": 1, - "18": 1, - "19": 1, - "20": 1 - }, - "l_slots": { - "101": 1, - "102": 1, - "103": 1, - "104": 1, - "105": 1, - "106": 1, - "107": 1, - "108": 1, - "109": 1, - "110": 1, - "111": 1, - "112": 1, - "113": 1, - "114": 1, - "115": 1, - "116": 1, - "117": 1, - "118": 1, - "119": 1, - "120": 1 - }, - "s_slots": { - "501": 1, - "502": 1, - "503": 1, - "504": 1, - "505": 1, - "506": 1, - "507": 1, - "508": 1, - "509": 1, - "510": 1, - "511": 1, - "512": 1, - "513": 1, - "514": 1, - "515": 1, - "516": 1, - "517": 1, - "518": 1, - "519": 1, - "520": 1 - } - } - }, - { - "name": "T1.2-R1", - "link_id": { - "link_uuid": { - "uuid": "T1.2->R1" - } - }, - "link_endpoint_ids": [ - { - "device_id": { - "device_uuid": { - "uuid": "T1.2" - } - }, - "endpoint_uuid": { - "uuid": "1" - } - }, - { - "device_id": { - "device_uuid": { - "uuid": "R1" - } - }, - "endpoint_uuid": { - "uuid": "13" - } - } - ], - "optical_details": { - "length": 0, - "src_port": "1", - "dst_port": "13", - "local_peer_port": "1", - "remote_peer_port": "3", - "used": false, - "c_slots": { - "1": 1, - "2": 1, - "3": 1, - "4": 1, - "5": 1, - "6": 1, - "7": 1, - "8": 1, - "9": 1, - "10": 1, - "11": 1, - "12": 1, - "13": 1, - "14": 1, - "15": 1, - "16": 1, - "17": 1, - "18": 1, - "19": 1, - "20": 1 - }, - "l_slots": { - "101": 1, - "102": 1, - "103": 1, - "104": 1, - "105": 1, - "106": 1, - "107": 1, - "108": 1, - "109": 1, - "110": 1, - "111": 1, - "112": 1, - "113": 1, - "114": 1, - "115": 1, - "116": 1, - "117": 1, - "118": 1, - "119": 1, - "120": 1 - }, - "s_slots": { - "501": 1, - "502": 1, - "503": 1, - "504": 1, - "505": 1, - "506": 1, - "507": 1, - "508": 1, - "509": 1, - "510": 1, - "511": 1, - "512": 1, - "513": 1, - "514": 1, - "515": 1, - "516": 1, - "517": 1, - "518": 1, - "519": 1, - "520": 1 - } - } - }, - { - "name": "T1.3-R1", - "link_id": { - "link_uuid": { - "uuid": "T1.3->R1" - } - }, - "link_endpoint_ids": [ - { - "device_id": { - "device_uuid": { - "uuid": "T1.3" - } - }, - "endpoint_uuid": { - "uuid": "1" - } - }, - { - "device_id": { - "device_uuid": { - "uuid": "R1" - } - }, - "endpoint_uuid": { - "uuid": "14" - } - } - ], - "optical_details": { - "length": 0, - "src_port": "1", - "dst_port": "14", - "local_peer_port": "1", - "remote_peer_port": "4", - "used": false, - "c_slots": { - "1": 1, - "2": 1, - "3": 1, - "4": 1, - "5": 1, - "6": 1, - "7": 1, - "8": 1, - "9": 1, - "10": 1, - "11": 1, - "12": 1, - "13": 1, - "14": 1, - "15": 1, - "16": 1, - "17": 1, - "18": 1, - "19": 1, - "20": 1 - }, - "l_slots": { - "101": 1, - "102": 1, - "103": 1, - "104": 1, - "105": 1, - "106": 1, - "107": 1, - "108": 1, - "109": 1, - "110": 1, - "111": 1, - "112": 1, - "113": 1, - "114": 1, - "115": 1, - "116": 1, - "117": 1, - "118": 1, - "119": 1, - "120": 1 - }, - "s_slots": { - "501": 1, - "502": 1, - "503": 1, - "504": 1, - "505": 1, - "506": 1, - "507": 1, - "508": 1, - "509": 1, - "510": 1, - "511": 1, - "512": 1, - "513": 1, - "514": 1, - "515": 1, - "516": 1, - "517": 1, - "518": 1, - "519": 1, - "520": 1 - } - } - }, - { - "name": "R1-T1.1", - "link_id": { - "link_uuid": { - "uuid": "R1->T1.1" - } - }, - "link_endpoint_ids": [ - { - "device_id": { - "device_uuid": { - "uuid": "R1" - } - }, - "endpoint_uuid": { - "uuid": "2" - } - }, - { - "device_id": { - "device_uuid": { - "uuid": "T1.1" - } - }, - "endpoint_uuid": { - "uuid": "1" - } - } - ], - "optical_details": { - "length": 0, - "src_port": "2", - "dst_port": "1", - "local_peer_port": "12", - "remote_peer_port": "1", - "used": false, - "c_slots": { - "1": 1, - "2": 1, - "3": 1, - "4": 1, - "5": 1, - "6": 1, - "7": 1, - "8": 1, - "9": 1, - "10": 1, - "11": 1, - "12": 1, - "13": 1, - "14": 1, - "15": 1, - "16": 1, - "17": 1, - "18": 1, - "19": 1, - "20": 1 - }, - "l_slots": { - "101": 1, - "102": 1, - "103": 1, - "104": 1, - "105": 1, - "106": 1, - "107": 1, - "108": 1, - "109": 1, - "110": 1, - "111": 1, - "112": 1, - "113": 1, - "114": 1, - "115": 1, - "116": 1, - "117": 1, - "118": 1, - "119": 1, - "120": 1 - }, - "s_slots": { - "501": 1, - "502": 1, - "503": 1, - "504": 1, - "505": 1, - "506": 1, - "507": 1, - "508": 1, - "509": 1, - "510": 1, - "511": 1, - "512": 1, - "513": 1, - "514": 1, - "515": 1, - "516": 1, - "517": 1, - "518": 1, - "519": 1, - "520": 1 - } - } - }, - { - "name": "R1-T1.2", - "link_id": { - "link_uuid": { - "uuid": "R1->T1.2" - } - }, - "link_endpoint_ids": [ - { - "device_id": { - "device_uuid": { - "uuid": "R1" - } - }, - "endpoint_uuid": { - "uuid": "3" - } - }, - { - "device_id": { - "device_uuid": { - "uuid": "T1.2" - } - }, - "endpoint_uuid": { - "uuid": "1" - } - } - ], - "optical_details": { - "length": 0, - "src_port": "3", - "dst_port": "1", - "local_peer_port": "13", - "remote_peer_port": "1", - "used": false, - "c_slots": { - "1": 1, - "2": 1, - "3": 1, - "4": 1, - "5": 1, - "6": 1, - "7": 1, - "8": 1, - "9": 1, - "10": 1, - "11": 1, - "12": 1, - "13": 1, - "14": 1, - "15": 1, - "16": 1, - "17": 1, - "18": 1, - "19": 1, - "20": 1 - }, - "l_slots": { - "101": 1, - "102": 1, - "103": 1, - "104": 1, - "105": 1, - "106": 1, - "107": 1, - "108": 1, - "109": 1, - "110": 1, - "111": 1, - "112": 1, - "113": 1, - "114": 1, - "115": 1, - "116": 1, - "117": 1, - "118": 1, - "119": 1, - "120": 1 - }, - "s_slots": { - "501": 1, - "502": 1, - "503": 1, - "504": 1, - "505": 1, - "506": 1, - "507": 1, - "508": 1, - "509": 1, - "510": 1, - "511": 1, - "512": 1, - "513": 1, - "514": 1, - "515": 1, - "516": 1, - "517": 1, - "518": 1, - "519": 1, - "520": 1 - } - } - }, - { - "name": "R1-T1.3", - "link_id": { - "link_uuid": { - "uuid": "R1->T1.3" - } - }, - "link_endpoint_ids": [ - { - "device_id": { - "device_uuid": { - "uuid": "R1" - } - }, - "endpoint_uuid": { - "uuid": "4" - } - }, - { - "device_id": { - "device_uuid": { - "uuid": "T1.3" - } - }, - "endpoint_uuid": { - "uuid": "1" - } - } - ], - "optical_details": { - "length": 0, - "src_port": "4", - "dst_port": "1", - "local_peer_port": "14", - "remote_peer_port": "1", - "used": false, - "c_slots": { - "1": 1, - "2": 1, - "3": 1, - "4": 1, - "5": 1, - "6": 1, - "7": 1, - "8": 1, - "9": 1, - "10": 1, - "11": 1, - "12": 1, - "13": 1, - "14": 1, - "15": 1, - "16": 1, - "17": 1, - "18": 1, - "19": 1, - "20": 1 - }, - "l_slots": { - "101": 1, - "102": 1, - "103": 1, - "104": 1, - "105": 1, - "106": 1, - "107": 1, - "108": 1, - "109": 1, - "110": 1, - "111": 1, - "112": 1, - "113": 1, - "114": 1, - "115": 1, - "116": 1, - "117": 1, - "118": 1, - "119": 1, - "120": 1 - }, - "s_slots": { - "501": 1, - "502": 1, - "503": 1, - "504": 1, - "505": 1, - "506": 1, - "507": 1, - "508": 1, - "509": 1, - "510": 1, - "511": 1, - "512": 1, - "513": 1, - "514": 1, - "515": 1, - "516": 1, - "517": 1, - "518": 1, - "519": 1, - "520": 1 - } - } - }, - { - "name": "R1-R2", - "link_id": { - "link_uuid": { - "uuid": "R1->R2" - } - }, - "link_endpoint_ids": [ - { - "device_id": { - "device_uuid": { - "uuid": "R1" - } - }, - "endpoint_uuid": { - "uuid": "101" - } - }, - { - "device_id": { - "device_uuid": { - "uuid": "R2" - } - }, - "endpoint_uuid": { - "uuid": "111" - } - } - ], - "optical_details": { - "length": 0, - "src_port": "101", - "dst_port": "111", - "local_peer_port": "111", - "remote_peer_port": "101", - "c_slots": { - "1": 1, - "2": 1, - "3": 1, - "4": 1, - "5": 1, - "6": 1, - "7": 1, - "8": 1, - "9": 1, - "10": 1, - "11": 1, - "12": 1, - "13": 1, - "14": 1, - "15": 1, - "16": 1, - "17": 1, - "18": 1, - "19": 1, - "20": 1 - }, - "l_slots": { - "101": 1, - "102": 1, - "103": 1, - "104": 1, - "105": 1, - "106": 1, - "107": 1, - "108": 1, - "109": 1, - "110": 1, - "111": 1, - "112": 1, - "113": 1, - "114": 1, - "115": 1, - "116": 1, - "117": 1, - "118": 1, - "119": 1, - "120": 1 - }, - "s_slots": { - "501": 1, - "502": 1, - "503": 1, - "504": 1, - "505": 1, - "506": 1, - "507": 1, - "508": 1, - "509": 1, - "510": 1, - "511": 1, - "512": 1, - "513": 1, - "514": 1, - "515": 1, - "516": 1, - "517": 1, - "518": 1, - "519": 1, - "520": 1 - } - } - }, - { - "name": "R2-R1", - "link_id": { - "link_uuid": { - "uuid": "R2->R1" - } - }, - "link_endpoint_ids": [ - { - "device_id": { - "device_uuid": { - "uuid": "R2" - } - }, - "endpoint_uuid": { - "uuid": "101" - } - }, - { - "device_id": { - "device_uuid": { - "uuid": "R1" - } - }, - "endpoint_uuid": { - "uuid": "111" - } - } - ], - "optical_details": { - "length": 0, - "src_port": "101", - "dst_port": "111", - "local_peer_port": "111", - "remote_peer_port": "101", - "c_slots": { - "1": 1, - "2": 1, - "3": 1, - "4": 1, - "5": 1, - "6": 1, - "7": 1, - "8": 1, - "9": 1, - "10": 1, - "11": 1, - "12": 1, - "13": 1, - "14": 1, - "15": 1, - "16": 1, - "17": 1, - "18": 1, - "19": 1, - "20": 1 - }, - "l_slots": { - "101": 1, - "102": 1, - "103": 1, - "104": 1, - "105": 1, - "106": 1, - "107": 1, - "108": 1, - "109": 1, - "110": 1, - "111": 1, - "112": 1, - "113": 1, - "114": 1, - "115": 1, - "116": 1, - "117": 1, - "118": 1, - "119": 1, - "120": 1 - }, - "s_slots": { - "501": 1, - "502": 1, - "503": 1, - "504": 1, - "505": 1, - "506": 1, - "507": 1, - "508": 1, - "509": 1, - "510": 1, - "511": 1, - "512": 1, - "513": 1, - "514": 1, - "515": 1, - "516": 1, - "517": 1, - "518": 1, - "519": 1, - "520": 1 - } - } - }, - { - "name": "T2.1-R2", - "link_id": { - "link_uuid": { - "uuid": "T2.1->R2" - } - }, - "link_endpoint_ids": [ - { - "device_id": { - "device_uuid": { - "uuid": "T2.1" - } - }, - "endpoint_uuid": { - "uuid": "6" - } - }, - { - "device_id": { - "device_uuid": { - "uuid": "R2" - } - }, - "endpoint_uuid": { - "uuid": "12" - } - } - ], - "optical_details": { - "length": 0, - "src_port": "6", - "dst_port": "12", - "local_peer_port": "6", - "remote_peer_port": "2", - "used": false, - "c_slots": { - "1": 1, - "2": 1, - "3": 1, - "4": 1, - "5": 1, - "6": 1, - "7": 1, - "8": 1, - "9": 1, - "10": 1, - "11": 1, - "12": 1, - "13": 1, - "14": 1, - "15": 1, - "16": 1, - "17": 1, - "18": 1, - "19": 1, - "20": 1 - }, - "l_slots": { - "101": 1, - "102": 1, - "103": 1, - "104": 1, - "105": 1, - "106": 1, - "107": 1, - "108": 1, - "109": 1, - "110": 1, - "111": 1, - "112": 1, - "113": 1, - "114": 1, - "115": 1, - "116": 1, - "117": 1, - "118": 1, - "119": 1, - "120": 1 - }, - "s_slots": { - "501": 1, - "502": 1, - "503": 1, - "504": 1, - "505": 1, - "506": 1, - "507": 1, - "508": 1, - "509": 1, - "510": 1, - "511": 1, - "512": 1, - "513": 1, - "514": 1, - "515": 1, - "516": 1, - "517": 1, - "518": 1, - "519": 1, - "520": 1 - } - } - }, - { - "name": "T2.2-R2", - "link_id": { - "link_uuid": { - "uuid": "T2.2->R2" - } - }, - "link_endpoint_ids": [ - { - "device_id": { - "device_uuid": { - "uuid": "T2.2" - } - }, - "endpoint_uuid": { - "uuid": "6" - } - }, - { - "device_id": { - "device_uuid": { - "uuid": "R2" - } - }, - "endpoint_uuid": { - "uuid": "13" - } - } - ], - "optical_details": { - "length": 0, - "src_port": "6", - "dst_port": "13", - "local_peer_port": "6", - "remote_peer_port": "3", - "used": false, - "c_slots": { - "1": 1, - "2": 1, - "3": 1, - "4": 1, - "5": 1, - "6": 1, - "7": 1, - "8": 1, - "9": 1, - "10": 1, - "11": 1, - "12": 1, - "13": 1, - "14": 1, - "15": 1, - "16": 1, - "17": 1, - "18": 1, - "19": 1, - "20": 1 - }, - "l_slots": { - "101": 1, - "102": 1, - "103": 1, - "104": 1, - "105": 1, - "106": 1, - "107": 1, - "108": 1, - "109": 1, - "110": 1, - "111": 1, - "112": 1, - "113": 1, - "114": 1, - "115": 1, - "116": 1, - "117": 1, - "118": 1, - "119": 1, - "120": 1 - }, - "s_slots": { - "501": 1, - "502": 1, - "503": 1, - "504": 1, - "505": 1, - "506": 1, - "507": 1, - "508": 1, - "509": 1, - "510": 1, - "511": 1, - "512": 1, - "513": 1, - "514": 1, - "515": 1, - "516": 1, - "517": 1, - "518": 1, - "519": 1, - "520": 1 - } - } - }, - { - "name": "T2.3-R2", - "link_id": { - "link_uuid": { - "uuid": "T2.3->R2" - } - }, - "link_endpoint_ids": [ - { - "device_id": { - "device_uuid": { - "uuid": "T2.3" - } - }, - "endpoint_uuid": { - "uuid": "6" - } - }, - { - "device_id": { - "device_uuid": { - "uuid": "R2" - } - }, - "endpoint_uuid": { - "uuid": "14" - } - } - ], - "optical_details": { - "length": 0, - "src_port": "6", - "dst_port": "14", - "local_peer_port": "6", - "remote_peer_port": "4", - "used": false, - "c_slots": { - "1": 1, - "2": 1, - "3": 1, - "4": 1, - "5": 1, - "6": 1, - "7": 1, - "8": 1, - "9": 1, - "10": 1, - "11": 1, - "12": 1, - "13": 1, - "14": 1, - "15": 1, - "16": 1, - "17": 1, - "18": 1, - "19": 1, - "20": 1 - }, - "l_slots": { - "101": 1, - "102": 1, - "103": 1, - "104": 1, - "105": 1, - "106": 1, - "107": 1, - "108": 1, - "109": 1, - "110": 1, - "111": 1, - "112": 1, - "113": 1, - "114": 1, - "115": 1, - "116": 1, - "117": 1, - "118": 1, - "119": 1, - "120": 1 - }, - "s_slots": { - "501": 1, - "502": 1, - "503": 1, - "504": 1, - "505": 1, - "506": 1, - "507": 1, - "508": 1, - "509": 1, - "510": 1, - "511": 1, - "512": 1, - "513": 1, - "514": 1, - "515": 1, - "516": 1, - "517": 1, - "518": 1, - "519": 1, - "520": 1 - } - } - }, - { - "name": "R2-T2.1", - "link_id": { - "link_uuid": { - "uuid": "R2->T2.1" - } - }, - "link_endpoint_ids": [ - { - "device_id": { - "device_uuid": { - "uuid": "R2" - } - }, - "endpoint_uuid": { - "uuid": "2" - } - }, - { - "device_id": { - "device_uuid": { - "uuid": "T2.1" - } - }, - "endpoint_uuid": { - "uuid": "6" - } - } - ], - "optical_details": { - "length": 0, - "src_port": "2", - "dst_port": "6", - "local_peer_port": "12", - "remote_peer_port": "6", - "used": false, - "c_slots": { - "1": 1, - "2": 1, - "3": 1, - "4": 1, - "5": 1, - "6": 1, - "7": 1, - "8": 1, - "9": 1, - "10": 1, - "11": 1, - "12": 1, - "13": 1, - "14": 1, - "15": 1, - "16": 1, - "17": 1, - "18": 1, - "19": 1, - "20": 1 - }, - "l_slots": { - "101": 1, - "102": 1, - "103": 1, - "104": 1, - "105": 1, - "106": 1, - "107": 1, - "108": 1, - "109": 1, - "110": 1, - "111": 1, - "112": 1, - "113": 1, - "114": 1, - "115": 1, - "116": 1, - "117": 1, - "118": 1, - "119": 1, - "120": 1 - }, - "s_slots": { - "501": 1, - "502": 1, - "503": 1, - "504": 1, - "505": 1, - "506": 1, - "507": 1, - "508": 1, - "509": 1, - "510": 1, - "511": 1, - "512": 1, - "513": 1, - "514": 1, - "515": 1, - "516": 1, - "517": 1, - "518": 1, - "519": 1, - "520": 1 - } - } - }, - { - "name": "R2-T2.2", - "link_id": { - "link_uuid": { - "uuid": "R1->T2.2" - } - }, - "link_endpoint_ids": [ - { - "device_id": { - "device_uuid": { - "uuid": "R2" - } - }, - "endpoint_uuid": { - "uuid": "3" - } - }, - { - "device_id": { - "device_uuid": { - "uuid": "T2.2" - } - }, - "endpoint_uuid": { - "uuid": "6" - } - } - ], - "optical_details": { - "length": 0, - "src_port": "3", - "dst_port": "6", - "local_peer_port": "13", - "remote_peer_port": "6", - "used": false, - "c_slots": { - "1": 1, - "2": 1, - "3": 1, - "4": 1, - "5": 1, - "6": 1, - "7": 1, - "8": 1, - "9": 1, - "10": 1, - "11": 1, - "12": 1, - "13": 1, - "14": 1, - "15": 1, - "16": 1, - "17": 1, - "18": 1, - "19": 1, - "20": 1 - }, - "l_slots": { - "101": 1, - "102": 1, - "103": 1, - "104": 1, - "105": 1, - "106": 1, - "107": 1, - "108": 1, - "109": 1, - "110": 1, - "111": 1, - "112": 1, - "113": 1, - "114": 1, - "115": 1, - "116": 1, - "117": 1, - "118": 1, - "119": 1, - "120": 1 - }, - "s_slots": { - "501": 1, - "502": 1, - "503": 1, - "504": 1, - "505": 1, - "506": 1, - "507": 1, - "508": 1, - "509": 1, - "510": 1, - "511": 1, - "512": 1, - "513": 1, - "514": 1, - "515": 1, - "516": 1, - "517": 1, - "518": 1, - "519": 1, - "520": 1 - } - } - }, - { - "name": "R2-T2.3", - "link_id": { - "link_uuid": { - "uuid": "R2->T2.3" - } - }, - "link_endpoint_ids": [ - { - "device_id": { - "device_uuid": { - "uuid": "R2" - } - }, - "endpoint_uuid": { - "uuid": "4" - } - }, - { - "device_id": { - "device_uuid": { - "uuid": "T2.3" - } - }, - "endpoint_uuid": { - "uuid": "6" - } - } - ], - "optical_details": { - "length": 0, - "src_port": "4", - "dst_port": "6", - "local_peer_port": "14", - "remote_peer_port": "6", - "used": false, - "c_slots": { - "1": 1, - "2": 1, - "3": 1, - "4": 1, - "5": 1, - "6": 1, - "7": 1, - "8": 1, - "9": 1, - "10": 1, - "11": 1, - "12": 1, - "13": 1, - "14": 1, - "15": 1, - "16": 1, - "17": 1, - "18": 1, - "19": 1, - "20": 1 - }, - "l_slots": { - "101": 1, - "102": 1, - "103": 1, - "104": 1, - "105": 1, - "106": 1, - "107": 1, - "108": 1, - "109": 1, - "110": 1, - "111": 1, - "112": 1, - "113": 1, - "114": 1, - "115": 1, - "116": 1, - "117": 1, - "118": 1, - "119": 1, - "120": 1 - }, - "s_slots": { - "501": 1, - "502": 1, - "503": 1, - "504": 1, - "505": 1, - "506": 1, - "507": 1, - "508": 1, - "509": 1, - "510": 1, - "511": 1, - "512": 1, - "513": 1, - "514": 1, - "515": 1, - "516": 1, - "517": 1, - "518": 1, - "519": 1, - "520": 1 - } - } - } - ] -} \ No newline at end of file diff --git a/src/opticalcontroller/json_files/topo_2_links.json b/src/opticalcontroller/json_files/topo_2_links.json deleted file mode 100644 index 02165938ce675071a4ff4c3424e3b53244d40810..0000000000000000000000000000000000000000 --- a/src/opticalcontroller/json_files/topo_2_links.json +++ /dev/null @@ -1,1530 +0,0 @@ -{ - "R1-R3": { - "length": 80, - "source": "d2", - "target": "d1", - "fibers": { - "d2-1": { - "length": 80, - "src_port": "103", - "dst_port": "201", - "local_peer_port": "203", - "remote_peer_port": "101", - "c_slots": [ - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15, - 16, - 17, - 18, - 19, - 20 - ], - "l_slots": [ - 101, - 102, - 103, - 104, - 105, - 106, - 107, - 108, - 109, - 110, - 111, - 112, - 113, - 114, - 115, - 116, - 117, - 118, - 119, - 120 - ], - "s_slots": [ - 501, - 502, - 503, - 504, - 505, - 506, - 507, - 508, - 509, - 510, - 511, - 512, - 513, - 514, - 515, - 516, - 517, - 518, - 519, - 520 - ] - }, - "d2-2": { - "length": 80, - "src_port": "104", - "dst_port": "202", - "local_peer_port": "204", - "remote_peer_port": "102", - "c_slots": [ - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15, - 16, - 17, - 18, - 19, - 20 - ], - "l_slots": [ - 101, - 102, - 103, - 104, - 105, - 106, - 107, - 108, - 109, - 110, - 111, - 112, - 113, - 114, - 115, - 116, - 117, - 118, - 119, - 120 - ], - "s_slots": [ - 501, - 502, - 503, - 504, - 505, - 506, - 507, - 508, - 509, - 510, - 511, - 512, - 513, - 514, - 515, - 516, - 517, - 518, - 519, - 520 - ] - } - } - }, - "R3-R1": { - "length": 80, - "source": "d1", - "target": "d2", - "fibers": { - "d1-1": { - "length": 80, - "src_port": "101", - "dst_port": "203", - "local_peer_port": "201", - "remote_peer_port": "103", - "c_slots": [ - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15, - 16, - 17, - 18, - 19, - 20 - ], - "l_slots": [ - 101, - 102, - 103, - 104, - 105, - 106, - 107, - 108, - 109, - 110, - 111, - 112, - 113, - 114, - 115, - 116, - 117, - 118, - 119, - 120 - ], - "s_slots": [ - 501, - 502, - 503, - 504, - 505, - 506, - 507, - 508, - 509, - 510, - 511, - 512, - 513, - 514, - 515, - 516, - 517, - 518, - 519, - 520 - ] - }, - "d1-2": { - "length": 80, - "src_port": "102", - "dst_port": "204", - "local_peer_port": "202", - "remote_peer_port": "104", - "c_slots": [ - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15, - 16, - 17, - 18, - 19, - 20 - ], - "l_slots": [ - 101, - 102, - 103, - 104, - 105, - 106, - 107, - 108, - 109, - 110, - 111, - 112, - 113, - 114, - 115, - 116, - 117, - 118, - 119, - 120 - ], - "s_slots": [ - 501, - 502, - 503, - 504, - 505, - 506, - 507, - 508, - 509, - 510, - 511, - 512, - 513, - 514, - 515, - 516, - 517, - 518, - 519, - 520 - ] - } - } - }, - "R2-R3": { - "length": 80, - "source": "d2", - "target": "d2", - "fibers": { - "d2-1": { - "length": 80, - "src_port": "103", - "dst_port": "203", - "local_peer_port": "203", - "remote_peer_port": "103", - "c_slots": [ - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15, - 16, - 17, - 18, - 19, - 20 - ], - "l_slots": [ - 101, - 102, - 103, - 104, - 105, - 106, - 107, - 108, - 109, - 110, - 111, - 112, - 113, - 114, - 115, - 116, - 117, - 118, - 119, - 120 - ], - "s_slots": [ - 501, - 502, - 503, - 504, - 505, - 506, - 507, - 508, - 509, - 510, - 511, - 512, - 513, - 514, - 515, - 516, - 517, - 518, - 519, - 520 - ] - }, - "d2-2": { - "length": 80, - "src_port": "104", - "dst_port": "204", - "local_peer_port": "204", - "remote_peer_port": "104", - "c_slots": [ - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15, - 16, - 17, - 18, - 19, - 20 - ], - "l_slots": [ - 101, - 102, - 103, - 104, - 105, - 106, - 107, - 108, - 109, - 110, - 111, - 112, - 113, - 114, - 115, - 116, - 117, - 118, - 119, - 120 - ], - "s_slots": [ - 501, - 502, - 503, - 504, - 505, - 506, - 507, - 508, - 509, - 510, - 511, - 512, - 513, - 514, - 515, - 516, - 517, - 518, - 519, - 520 - ] - } - } - }, - "R3-R2": { - "length": 80, - "source": "d2", - "target": "d2", - "fibers": { - "d2-1": { - "length": 80, - "src_port": "103", - "dst_port": "203", - "local_peer_port": "203", - "remote_peer_port": "103", - "c_slots": [ - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15, - 16, - 17, - 18, - 19, - 20 - ], - "l_slots": [ - 101, - 102, - 103, - 104, - 105, - 106, - 107, - 108, - 109, - 110, - 111, - 112, - 113, - 114, - 115, - 116, - 117, - 118, - 119, - 120 - ], - "s_slots": [ - 501, - 502, - 503, - 504, - 505, - 506, - 507, - 508, - 509, - 510, - 511, - 512, - 513, - 514, - 515, - 516, - 517, - 518, - 519, - 520 - ] - }, - "d2-2": { - "length": 80, - "src_port": "104", - "dst_port": "204", - "local_peer_port": "204", - "remote_peer_port": "104", - "c_slots": [ - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15, - 16, - 17, - 18, - 19, - 20 - ], - "l_slots": [ - 101, - 102, - 103, - 104, - 105, - 106, - 107, - 108, - 109, - 110, - 111, - 112, - 113, - 114, - 115, - 116, - 117, - 118, - 119, - 120 - ], - "s_slots": [ - 501, - 502, - 503, - 504, - 505, - 506, - 507, - 508, - 509, - 510, - 511, - 512, - 513, - 514, - 515, - 516, - 517, - 518, - 519, - 520 - ] - } - } - }, - "T1-R1": { - "length": 0, - "source": "muxT", - "target": "srgR", - "fibers": { - "M1": { - "length": 0, - "src_port": "1", - "dst_port": "2001", - "local_peer_port": "1", - "remote_peer_port": "1001", - "used": false, - "c_slots": [ - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15, - 16, - 17, - 18, - 19, - 20 - ], - "l_slots": [ - 101, - 102, - 103, - 104, - 105, - 106, - 107, - 108, - 109, - 110, - 111, - 112, - 113, - 114, - 115, - 116, - 117, - 118, - 119, - 120 - ], - "s_slots": [ - 501, - 502, - 503, - 504, - 505, - 506, - 507, - 508, - 509, - 510, - 511, - 512, - 513, - 514, - 515, - 516, - 517, - 518, - 519, - 520 - ] - }, - "M2": { - "length": 0, - "src_port": "2", - "dst_port": "2002", - "local_peer_port": "2", - "remote_peer_port": "1002", - "used": false, - "c_slots": [ - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15, - 16, - 17, - 18, - 19, - 20 - ], - "l_slots": [ - 101, - 102, - 103, - 104, - 105, - 106, - 107, - 108, - 109, - 110, - 111, - 112, - 113, - 114, - 115, - 116, - 117, - 118, - 119, - 120 - ], - "s_slots": [ - 501, - 502, - 503, - 504, - 505, - 506, - 507, - 508, - 509, - 510, - 511, - 512, - 513, - 514, - 515, - 516, - 517, - 518, - 519, - 520 - ] - }, - "M3": { - "length": 0, - "src_port": "3", - "dst_port": "2003", - "local_peer_port": "3", - "remote_peer_port": "1003", - "used": false, - "c_slots": [ - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15, - 16, - 17, - 18, - 19, - 20 - ], - "l_slots": [ - 101, - 102, - 103, - 104, - 105, - 106, - 107, - 108, - 109, - 110, - 111, - 112, - 113, - 114, - 115, - 116, - 117, - 118, - 119, - 120 - ], - "s_slots": [ - 501, - 502, - 503, - 504, - 505, - 506, - 507, - 508, - 509, - 510, - 511, - 512, - 513, - 514, - 515, - 516, - 517, - 518, - 519, - 520 - ] - } - } - }, - "R1-T1": { - "length": 0, - "source": "srgT", - "target": "muxR", - "fibers": { - "S1": { - "length": 0, - "src_port": "1001", - "dst_port": "1", - "local_peer_port": "2001", - "remote_peer_port": "1", - "used": false, - "c_slots": [ - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15, - 16, - 17, - 18, - 19, - 20 - ], - "l_slots": [ - 101, - 102, - 103, - 104, - 105, - 106, - 107, - 108, - 109, - 110, - 111, - 112, - 113, - 114, - 115, - 116, - 117, - 118, - 119, - 120 - ], - "s_slots": [ - 501, - 502, - 503, - 504, - 505, - 506, - 507, - 508, - 509, - 510, - 511, - 512, - 513, - 514, - 515, - 516, - 517, - 518, - 519, - 520 - ] - }, - "S2": { - "length": 0, - "src_port": "1002", - "dst_port": "2", - "local_peer_port": "2002", - "remote_peer_port": "2", - "used": false, - "c_slots": [ - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15, - 16, - 17, - 18, - 19, - 20 - ], - "l_slots": [ - 101, - 102, - 103, - 104, - 105, - 106, - 107, - 108, - 109, - 110, - 111, - 112, - 113, - 114, - 115, - 116, - 117, - 118, - 119, - 120 - ], - "s_slots": [ - 501, - 502, - 503, - 504, - 505, - 506, - 507, - 508, - 509, - 510, - 511, - 512, - 513, - 514, - 515, - 516, - 517, - 518, - 519, - 520 - ] - }, - "S3": { - "length": 0, - "src_port": "1003", - "dst_port": "3", - "local_peer_port": "2003", - "remote_peer_port": "3", - "used": false, - "c_slots": [ - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15, - 16, - 17, - 18, - 19, - 20 - ], - "l_slots": [ - 101, - 102, - 103, - 104, - 105, - 106, - 107, - 108, - 109, - 110, - 111, - 112, - 113, - 114, - 115, - 116, - 117, - 118, - 119, - 120 - ], - "s_slots": [ - 501, - 502, - 503, - 504, - 505, - 506, - 507, - 508, - 509, - 510, - 511, - 512, - 513, - 514, - 515, - 516, - 517, - 518, - 519, - 520 - ] - } - } - }, - "T2-R2": { - "length": 0, - "source": "muxT", - "target": "srgR", - "fibers": { - "M1": { - "length": 0, - "src_port": "1", - "dst_port": "2001", - "local_peer_port": "1", - "remote_peer_port": "1001", - "used": false, - "c_slots": [ - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15, - 16, - 17, - 18, - 19, - 20 - ], - "l_slots": [ - 101, - 102, - 103, - 104, - 105, - 106, - 107, - 108, - 109, - 110, - 111, - 112, - 113, - 114, - 115, - 116, - 117, - 118, - 119, - 120 - ], - "s_slots": [ - 501, - 502, - 503, - 504, - 505, - 506, - 507, - 508, - 509, - 510, - 511, - 512, - 513, - 514, - 515, - 516, - 517, - 518, - 519, - 520 - ] - }, - "M2": { - "length": 0, - "src_port": "2", - "dst_port": "2002", - "local_peer_port": "2", - "remote_peer_port": "1002", - "used": false, - "c_slots": [ - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15, - 16, - 17, - 18, - 19, - 20 - ], - "l_slots": [ - 101, - 102, - 103, - 104, - 105, - 106, - 107, - 108, - 109, - 110, - 111, - 112, - 113, - 114, - 115, - 116, - 117, - 118, - 119, - 120 - ], - "s_slots": [ - 501, - 502, - 503, - 504, - 505, - 506, - 507, - 508, - 509, - 510, - 511, - 512, - 513, - 514, - 515, - 516, - 517, - 518, - 519, - 520 - ] - }, - "M3": { - "length": 0, - "src_port": "3", - "dst_port": "2003", - "local_peer_port": "3", - "remote_peer_port": "1003", - "used": false, - "c_slots": [ - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15, - 16, - 17, - 18, - 19, - 20 - ], - "l_slots": [ - 101, - 102, - 103, - 104, - 105, - 106, - 107, - 108, - 109, - 110, - 111, - 112, - 113, - 114, - 115, - 116, - 117, - 118, - 119, - 120 - ], - "s_slots": [ - 501, - 502, - 503, - 504, - 505, - 506, - 507, - 508, - 509, - 510, - 511, - 512, - 513, - 514, - 515, - 516, - 517, - 518, - 519, - 520 - ] - } - } - }, - "R2-T2": { - "length": 0, - "source": "srgT", - "target": "muxR", - "fibers": { - "S1": { - "length": 0, - "src_port": "1001", - "dst_port": "1", - "local_peer_port": "2001", - "remote_peer_port": "1", - "used": false, - "c_slots": [ - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15, - 16, - 17, - 18, - 19, - 20 - ], - "l_slots": [ - 101, - 102, - 103, - 104, - 105, - 106, - 107, - 108, - 109, - 110, - 111, - 112, - 113, - 114, - 115, - 116, - 117, - 118, - 119, - 120 - ], - "s_slots": [ - 501, - 502, - 503, - 504, - 505, - 506, - 507, - 508, - 509, - 510, - 511, - 512, - 513, - 514, - 515, - 516, - 517, - 518, - 519, - 520 - ] - }, - "S2": { - "length": 0, - "src_port": "1002", - "dst_port": "2", - "local_peer_port": "2002", - "remote_peer_port": "2", - "used": false, - "c_slots": [ - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15, - 16, - 17, - 18, - 19, - 20 - ], - "l_slots": [ - 101, - 102, - 103, - 104, - 105, - 106, - 107, - 108, - 109, - 110, - 111, - 112, - 113, - 114, - 115, - 116, - 117, - 118, - 119, - 120 - ], - "s_slots": [ - 501, - 502, - 503, - 504, - 505, - 506, - 507, - 508, - 509, - 510, - 511, - 512, - 513, - 514, - 515, - 516, - 517, - 518, - 519, - 520 - ] - }, - "S3": { - "length": 0, - "src_port": "1003", - "dst_port": "3", - "local_peer_port": "2003", - "remote_peer_port": "3", - "used": false, - "c_slots": [ - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15, - 16, - 17, - 18, - 19, - 20 - ], - "l_slots": [ - 101, - 102, - 103, - 104, - 105, - 106, - 107, - 108, - 109, - 110, - 111, - 112, - 113, - 114, - 115, - 116, - 117, - 118, - 119, - 120 - ], - "s_slots": [ - 501, - 502, - 503, - 504, - 505, - 506, - 507, - 508, - 509, - 510, - 511, - 512, - 513, - 514, - 515, - 516, - 517, - 518, - 519, - 520 - ] - } - } - } -} diff --git a/src/opticalcontroller/json_files/topology-optical.json b/src/opticalcontroller/json_files/topology-optical.json deleted file mode 100644 index e2453b654d53fc3200570ce9c2b17effc964bd25..0000000000000000000000000000000000000000 --- a/src/opticalcontroller/json_files/topology-optical.json +++ /dev/null @@ -1,252 +0,0 @@ -{ - "r1-r2": { - "length": 80, - "source" : "d1", - "target" : "d1", - "fibers" : { - "d1-1": { - "src_port": "1T", - "dst_port": "1R", - "c_slots": {"1": 1, "2": 1, "3": 1, "4": 1}, - "l_slots": {"101": 1, "102": 1, "103": 1, "104": 1}, - "s_slots": {"1001": 1, "1002": 1, "1003": 1, "1004": 1} - }, - "d1-2":{ - "src_port": "2T", - "dst_port": "2R", - "c_slots": {"1": 1, "2": 1, "3": 1, "4": 1}, - "l_slots": {"101": 1, "102": 1, "103": 1, "104": 1}, - "s_slots": {"1001": 1, "1002": 1, "1003": 1, "1004": 1} - } - } - }, - "r2-r1": { - "length": 80, - "source" : "d1", - "target" : "d1", - "fibers" : { - "d1-1" : { - "src_port": "1T", - "dst_port": "1R", - "c_slots": {"1": 1, "2": 1, "3": 1, "4": 1}, - "l_slots": {"101": 1, "102": 1, "103": 1, "104": 1}, - "s_slots": {"1001": 1, "1002": 1, "1003": 1, "1004": 1} - }, - "d1-2" : { - "src_port": "2T", - "dst_port": "2R", - "c_slots": {"1": 1, "2": 1, "3": 1, "4": 1}, - "l_slots": {"101": 1, "102": 1, "103": 1, "104": 1}, - "s_slots": {"1001": 1, "1002": 1, "1003": 1, "1004": 1} - } - } - }, - "r1-r3": { - "length": 80, - "source" : "d2", - "target" : "d1", - "fibers" : { - "d2-1":{ - "src_port": "3T", - "dst_port": "1R", - "c_slots": {"1": 1, "2": 1, "3": 1, "4": 1}, - "l_slots": {"101": 1, "102": 1, "103": 1, "104": 1}, - "s_slots": {"1001": 1, "1002": 1, "1003": 1, "1004": 1} - }, - "d2-2":{ - "src_port": "4T", - "dst_port": "2R", - "c_slots": {"1": 1, "2": 1, "3": 1, "4": 1}, - "l_slots": {"101": 1, "102": 1, "103": 1, "104": 1}, - "s_slots": {"1001": 1, "1002": 1, "1003": 1, "1004": 1} - } - } - }, - "r3-r1": { - "length": 80, - "source" : "d1", - "target" : "d2", - "fibers" : { - "d1-1": { - "src_port": "1T", - "dst_port": "3R", - "c_slots": {"1": 1, "2": 1, "3": 1, "4": 1}, - "l_slots": {"101": 1, "102": 1, "103": 1, "104": 1}, - "s_slots": {"1001": 1, "1002": 1, "1003": 1, "1004": 1} - }, - "d1-2": { - "src_port": "2T", - "dst_port": "4R", - "c_slots": {"1": 1, "2": 1, "3": 1, "4": 1}, - "l_slots": {"101": 1, "102": 1, "103": 1, "104": 1}, - "s_slots": {"1001": 1, "1002": 1, "1003": 1, "1004": 1} - } - } - }, - "r2-r3": { - "length": 80, - "source" : "d2", - "target" : "d2", - "fibers" : { - "d2-1": { - "src_port": "3T", - "dst_port": "3R", - "c_slots": {"1": 1, "2": 1, "3": 1, "4": 1}, - "l_slots": {"101": 1, "102": 1, "103": 1, "104": 1}, - "s_slots": {"1001": 1, "1002": 1, "1003": 1, "1004": 1} - }, - "d2-2": { - "src_port": "4T", - "dst_port": "4R", - "c_slots": {"1": 1, "2": 1, "3": 1, "4": 1}, - "l_slots": {"101": 1, "102": 1, "103": 1, "104": 1}, - "s_slots": {"1001": 1, "1002": 1, "1003": 1, "1004": 1} - } - } - }, - "r3-r2": { - "length": 80, - "source" : "d2", - "target" : "d2", - "fibers" : { - "d2-1": { - "src_port": "3T", - "dst_port": "3R", - "c_slots": {"1": 1, "2": 1, "3": 1, "4": 1}, - "l_slots": {"101": 1, "102": 1, "103": 1, "104": 1}, - "s_slots": {"1001": 1, "1002": 1, "1003": 1, "1004": 1} - }, - "d2-2":{ - "src_port": "4T", - "dst_port": "4R", - "c_slots": {"1": 1, "2": 1, "3": 1, "4": 1}, - "l_slots": {"101": 1, "102": 1, "103": 1, "104": 1}, - "s_slots": {"1001": 1, "1002": 1, "1003": 1, "1004": 1} - } - } - }, - "t1-r1": { - "length": 0, - "source" : "muxT", - "target" : "srgR", - "fibers" : { - "M1": { - "src_port": "1", - "dst_port": "101R", - "used": false, - "c_slots": {"1": 1, "2": 1, "3": 1, "4": 1}, - "l_slots": {"101": 1, "102": 1, "103": 1, "104": 1}, - "s_slots": {"1001": 1, "1002": 1, "1003": 1, "1004": 1} - }, - "M2": { - "src_port": "2", - "dst_port": "102R", - "used": false, - "c_slots": {"1": 1, "2": 1, "3": 1, "4": 1}, - "l_slots": {"101": 1, "102": 1, "103": 1, "104": 1}, - "s_slots": {"1001": 1, "1002": 1, "1003": 1, "1004": 1} - }, - "M3": { - "src_port": "3", - "dst_port": "103R", - "used": false, - "c_slots": {"1": 1, "2": 1, "3": 1, "4": 1}, - "l_slots": {"101": 1, "102": 1, "103": 1, "104": 1}, - "s_slots": {"1001": 1, "1002": 1, "1003": 1, "1004": 1} - } - } - }, - "r1-t1": { - "length": 0, - "source" : "srgT", - "target" : "muxR", - "fibers" : { - "S1": { - "src_port": "101T", - "dst_port": "1", - "used": false, - "c_slots": {"1": 1, "2": 1, "3": 1, "4": 1}, - "l_slots": {"101": 1, "102": 1, "103": 1, "104": 1}, - "s_slots": {"1001": 1, "1002": 1, "1003": 1, "1004": 1} - }, - "S2": { - "src_port": "102T", - "dst_port": "2", - "used": false, - "c_slots": {"1": 1, "2": 1, "3": 1, "4": 1}, - "l_slots": {"101": 1, "102": 1, "103": 1, "104": 1}, - "s_slots": {"1001": 1, "1002": 1, "1003": 1, "1004": 1} - }, - "S3": { - "src_port": "103T", - "dst_port": "3", - "used": false, - "c_slots": {"1": 1, "2": 1, "3": 1, "4": 1}, - "l_slots": {"101": 1, "102": 1, "103": 1, "104": 1}, - "s_slots": {"1001": 1, "1002": 1, "1003": 1, "1004": 1} - } - } - }, - "t2-r2": { - "length": 0, - "source" : "muxT", - "target" : "srgR", - "fibers" : { - "M1": { - "src_port": "1", - "dst_port": "101R", - "used": false, - "c_slots": {"1": 1, "2": 1, "3": 1, "4": 1}, - "l_slots": {"101": 1, "102": 1, "103": 1, "104": 1}, - "s_slots": {"1001": 1, "1002": 1, "1003": 1, "1004": 1} - }, - "M2": { - "src_port": "2", - "dst_port": "102R", - "used": false, - "c_slots": {"1": 1, "2": 1, "3": 1, "4": 1}, - "l_slots": {"101": 1, "102": 1, "103": 1, "104": 1}, - "s_slots": {"1001": 1, "1002": 1, "1003": 1, "1004": 1} - }, - "M3": { - "src_port": "3", - "dst_port": "103R", - "used": false, - "c_slots": {"1": 1, "2": 1, "3": 1, "4": 1}, - "l_slots": {"101": 1, "102": 1, "103": 1, "104": 1}, - "s_slots": {"1001": 1, "1002": 1, "1003": 1, "1004": 1} - } - } - }, - "r2-t2": { - "length": 0, - "source" : "srgT", - "target" : "muxR", - "fibers" : { - "S1": { - "src_port": "101T", - "dst_port": "1", - "used": false, - "c_slots": {"1": 1, "2": 1, "3": 1, "4": 1}, - "l_slots": {"101": 1, "102": 1, "103": 1, "104": 1}, - "s_slots": {"1001": 1, "1002": 1, "1003": 1, "1004": 1} - }, - "S2": { - "src_port": "102T", - "dst_port": "2", - "used": false, - "c_slots": {"1": 1, "2": 1, "3": 1, "4": 1}, - "l_slots": {"101": 1, "102": 1, "103": 1, "104": 1}, - "s_slots": {"1001": 1, "1002": 1, "1003": 1, "1004": 1} - }, - "S3": { - "src_port": "103T", - "dst_port": "3", - "used": false, - "c_slots": {"1": 1, "2": 1, "3": 1, "4": 1}, - "l_slots": {"101": 1, "102": 1, "103": 1, "104": 1}, - "s_slots": {"1001": 1, "1002": 1, "1003": 1, "1004": 1} - } - } - } -} diff --git a/src/opticalcontroller/json_files/topology-optical2.json b/src/opticalcontroller/json_files/topology-optical2.json deleted file mode 100644 index fe8e9866bcc64d52b2f49089ce03af47d72df9d0..0000000000000000000000000000000000000000 --- a/src/opticalcontroller/json_files/topology-optical2.json +++ /dev/null @@ -1,324 +0,0 @@ -{ - "r1-r2": { - "length": 80, - "source" : "d1", - "target" : "d1", - "fibers" : { - "d1-1": { - "length": 80, - "src_port": "1T", - "dst_port": "1R", - "local_peer_port": "1R", - "remote_peer_port": "1T", - "c_slots": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20], - "l_slots": [101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119 ,120], - "s_slots": [501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519 ,520] - }, - "d1-2":{ - "length": 80, - "src_port": "2T", - "dst_port": "2R", - "local_peer_port": "2R", - "remote_peer_port": "2T", - "c_slots": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20], - "l_slots": [101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119 ,120], - "s_slots": [501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519 ,520] - } - } - }, - "r2-r1": { - "length": 80, - "source" : "d1", - "target" : "d1", - "fibers" : { - "d1-1" : { - "length": 80, - "src_port": "1T", - "dst_port": "1R", - "local_peer_port": "1R", - "remote_peer_port": "1T", - "c_slots": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20], - "l_slots": [101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119 ,120], - "s_slots": [501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519 ,520] - }, - "d1-2" : { - "length": 80, - "src_port": "2T", - "dst_port": "2R", - "local_peer_port": "2R", - "remote_peer_port": "2T", - "c_slots": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20], - "l_slots": [101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119 ,120], - "s_slots": [501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519 ,520] - } - } - }, - "r1-r3": { - "length": 80, - "source" : "d2", - "target" : "d1", - "fibers" : { - "d2-1":{ - "length": 80, - "src_port": "3T", - "dst_port": "1R", - "local_peer_port": "3R", - "remote_peer_port": "1T", - "c_slots": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20], - "l_slots": [101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119 ,120], - "s_slots": [501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519 ,520] - }, - "d2-2":{ - "length": 80, - "src_port": "4T", - "dst_port": "2R", - "local_peer_port": "4R", - "remote_peer_port": "2T", - "c_slots": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20], - "l_slots": [101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119 ,120], - "s_slots": [501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519 ,520] - } - } - }, - "r3-r1": { - "length": 80, - "source" : "d1", - "target" : "d2", - "fibers" : { - "d1-1": { - "length": 80, - "src_port": "1T", - "dst_port": "3R", - "local_peer_port": "1R", - "remote_peer_port": "3T", - "c_slots": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20], - "l_slots": [101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119 ,120], - "s_slots": [501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519 ,520] - }, - "d1-2": { - "length": 80, - "src_port": "2T", - "dst_port": "4R", - "local_peer_port": "2R", - "remote_peer_port": "4T", - "c_slots": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20], - "l_slots": [101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119 ,120], - "s_slots": [501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519 ,520] - } - } - }, - "r2-r3": { - "length": 80, - "source" : "d2", - "target" : "d2", - "fibers" : { - "d2-1": { - "length": 80, - "src_port": "3T", - "dst_port": "3R", - "local_peer_port": "3R", - "remote_peer_port": "3T", - "c_slots": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20], - "l_slots": [101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119 ,120], - "s_slots": [501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519 ,520] - }, - "d2-2": { - "length": 80, - "src_port": "4T", - "dst_port": "4R", - "local_peer_port": "4R", - "remote_peer_port": "4T", - "c_slots": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20], - "l_slots": [101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119 ,120], - "s_slots": [501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519 ,520] - } - } - }, - "r3-r2": { - "length": 80, - "source" : "d2", - "target" : "d2", - "fibers" : { - "d2-1": { - "length": 80, - "src_port": "3T", - "dst_port": "3R", - "local_peer_port": "3R", - "remote_peer_port": "3T", - "c_slots": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20], - "l_slots": [101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119 ,120], - "s_slots": [501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519 ,520] - }, - "d2-2":{ - "length": 80, - "src_port": "4T", - "dst_port": "4R", - "local_peer_port": "4R", - "remote_peer_port": "4T", - "c_slots": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20], - "l_slots": [101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119 ,120], - "s_slots": [501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519 ,520] - } - } - }, - "t1-r1": { - "length": 0, - "source" : "muxT", - "target" : "srgR", - "fibers" : { - "M1": { - "length": 0, - "src_port": "1", - "dst_port": "101R", - "local_peer_port": "1", - "remote_peer_port": "101T", - "used": false, - "c_slots": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20], - "l_slots": [101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119 ,120], - "s_slots": [501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519 ,520] - }, - "M2": { - "length": 0, - "src_port": "2", - "dst_port": "102R", - "local_peer_port": "2", - "remote_peer_port": "102T", - "used": false, - "c_slots": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20], - "l_slots": [101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119 ,120], - "s_slots": [501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519 ,520] - }, - "M3": { - "length": 0, - "src_port": "3", - "dst_port": "103R", - "local_peer_port": "3", - "remote_peer_port": "103T", - "used": false, - "c_slots": [], - "l_slots": [101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119 ,120], - "s_slots": [501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519 ,520] - } - } - }, - "r1-t1": { - "length": 0, - "source" : "srgT", - "target" : "muxR", - "fibers" : { - "S1": { - "length": 0, - "src_port": "101T", - "dst_port": "1", - "local_peer_port": "101R", - "remote_peer_port": "1", - "used": false, - "c_slots": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20], - "l_slots": [101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119 ,120], - "s_slots": [501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519 ,520] - }, - "S2": { - "length": 0, - "src_port": "102T", - "dst_port": "2", - "local_peer_port": "102T", - "remote_peer_port": "2", - "used": false, - "c_slots": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20], - "l_slots": [101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119 ,120], - "s_slots": [501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519 ,520] - }, - "S3": { - "length": 0, - "src_port": "103T", - "dst_port": "3", - "local_peer_port": "103R", - "remote_peer_port": "3", - "used": false, - "c_slots": [], - "l_slots": [101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119 ,120], - "s_slots": [501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519 ,520] - } - } - }, - "t2-r2": { - "length": 0, - "source" : "muxT", - "target" : "srgR", - "fibers" : { - "M1": { - "length": 0, - "src_port": "1", - "dst_port": "101R", - "local_peer_port": "1", - "remote_peer_port": "101T", - "used": false, - "c_slots": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20], - "l_slots": [101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119 ,120], - "s_slots": [501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519 ,520] - }, - "M2": { - "length": 0, - "src_port": "2", - "dst_port": "102R", - "local_peer_port": "2", - "remote_peer_port": "102T", - "used": false, - "c_slots": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20], - "l_slots": [101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119 ,120], - "s_slots": [501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519 ,520] - }, - "M3": { - "length": 0, - "src_port": "3", - "dst_port": "103R", - "local_peer_port": "3", - "remote_peer_port": "103T", - "used": false, - "c_slots": [], - "l_slots": [101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119 ,120], - "s_slots": [501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519 ,520] - } - } - }, - "r2-t2": { - "length": 0, - "source" : "srgT", - "target" : "muxR", - "fibers" : { - "S1": { - "length": 0, - "src_port": "101T", - "dst_port": "1", - "local_peer_port": "101R", - "remote_peer_port": "1", - "used": false, - "c_slots": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20], - "l_slots": [101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119 ,120], - "s_slots": [501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519 ,520] - }, - "S2": { - "length": 0, - "src_port": "102T", - "dst_port": "2", - "local_peer_port": "102R", - "remote_peer_port": "2", - "used": false, - "c_slots": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20], - "l_slots": [101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119 ,120], - "s_slots": [501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519 ,520] - }, - "S3": { - "length": 0, - "src_port": "103T", - "dst_port": "3", - "local_peer_port": "103R", - "remote_peer_port": "3", - "used": false, - "c_slots": [], - "l_slots": [101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119 ,120], - "s_slots": [501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519 ,520] - } - } - } -} diff --git a/src/opticalcontroller/requirements.in b/src/opticalcontroller/requirements.in index bae2cf3336cc1bf4da132736a438507238d7bcc9..15b3ca3a465efe5c9b7f5a217b1f5658a738405c 100644 --- a/src/opticalcontroller/requirements.in +++ b/src/opticalcontroller/requirements.in @@ -1,4 +1,3 @@ - # Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) # # Licensed under the Apache License, Version 2.0 (the "License"); @@ -13,8 +12,6 @@ # See the License for the specific language governing permissions and # limitations under the License. - - aniso8601==9.0.1 attrs==23.1.0 blinker==1.6.2 diff --git a/src/opticalcontroller/requirements_opt.txt b/src/opticalcontroller/requirements_opt.txt deleted file mode 100644 index e4b8abe1b410498f4030e0106842052b5a9734b1..0000000000000000000000000000000000000000 --- a/src/opticalcontroller/requirements_opt.txt +++ /dev/null @@ -1,7 +0,0 @@ -Flask==1.1.2 -flask-restplus==0.13.0 -itsdangerous==1.1.0 -Jinja2==2.11.3 -MarkupSafe==1.1.1 -numpy==1.23.0 -Werkzeug==0.16.1 diff --git a/src/opticalcontroller/requirements_optical_ctrl_test.txt b/src/opticalcontroller/requirements_optical_ctrl_test.txt new file mode 100644 index 0000000000000000000000000000000000000000..0b1947bee2c7f1e89491dff4f7589d3465d28c38 --- /dev/null +++ b/src/opticalcontroller/requirements_optical_ctrl_test.txt @@ -0,0 +1,21 @@ +# Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +Flask==1.1.2 +flask-restplus==0.13.0 +itsdangerous==1.1.0 +Jinja2==2.11.3 +MarkupSafe==1.1.1 +numpy==1.23.0 +Werkzeug==0.16.1 diff --git a/src/opticalcontroller/test.py b/src/opticalcontroller/test.py deleted file mode 100644 index 255ee2de4faa8d15d41421c76b837705ea49f46d..0000000000000000000000000000000000000000 --- a/src/opticalcontroller/test.py +++ /dev/null @@ -1,12 +0,0 @@ -import json - - -def readTopologyData(): - topo_file = open("json_files/tfs_dict.json", 'r') - topo = json.load(topo_file) - # print(topo) - topo_file.close() - return topo - - -print(readTopologyData()) \ No newline at end of file diff --git a/src/opticalcontroller/tools.py b/src/opticalcontroller/tools.py index 40d180691a1f8a65536bfec649e99edc6b625aa5..08441f5c0010de1be503ee307410431ddfee54ab 100644 --- a/src/opticalcontroller/tools.py +++ b/src/opticalcontroller/tools.py @@ -12,12 +12,12 @@ # See the License for the specific language governing permissions and # limitations under the License. +import json import numpy as np from variables import * -import json , logging -from context.client.ContextClient import ContextClient from common.proto.context_pb2 import TopologyId , LinkId , OpticalLink , OpticalLinkDetails from common.tools.object_factory.OpticalLink import correct_slot +from context.client.ContextClient import ContextClient def common_slots(a, b): @@ -190,16 +190,14 @@ def frequency_converter(b, slots): def readTopologyData(nodes, topology): - - - nodes_file = open(nodes, 'r') - topo_file = open(topology, 'r') - nodes = json.load(nodes_file) - topo = json.load(topo_file) - #print(topo) - nodes_file.close() - topo_file.close() - return nodes, topo + nodes_file = open(nodes, 'r') + topo_file = open(topology, 'r') + nodes = json.load(nodes_file) + topo = json.load(topo_file) + #print(topo) + nodes_file.close() + topo_file.close() + return nodes, topo def readTopologyDataFromContext(topology_id:TopologyId): @@ -325,6 +323,3 @@ def set_link_update (fib:dict,link:dict,test="updating"): ctx_client.SetOpticalLink(optical_link) except Exception as err: print (f"setOpticalLink {err}") - - - diff --git a/src/opticalcontroller/variables.py b/src/opticalcontroller/variables.py index 90b746d1f0a61c860d91e64c23a3be65b0c2ca41..83d073e92009c8796a396d19af0bc737865c77e9 100644 --- a/src/opticalcontroller/variables.py +++ b/src/opticalcontroller/variables.py @@ -23,12 +23,4 @@ Nc = 320 #Nc = 10 Ns = 720 -nodes_json = 'json_files/nodes.json' -topology_json = 'json_files/tfs_dict_modified.json' #LAST -#topology_json = 'json_files/optical_TFSworking.json' #LAST -#topology_json = 'json_files/optical_topoTFS.json' -#topology_json = 'json_files/topo_2_links.json' - -testing = 1 full_links = 0 - diff --git a/src/pathcomp/frontend/Config.py b/src/pathcomp/frontend/Config.py index 08de81b47dd05ce19ac8335b5b31df8ef4ee461e..ab431acb92ac3732ff98bf7228d825c92d279986 100644 --- a/src/pathcomp/frontend/Config.py +++ b/src/pathcomp/frontend/Config.py @@ -13,7 +13,7 @@ # limitations under the License. import os -from common.Settings import get_setting +from common.Settings import get_setting, is_deployed_forecaster DEFAULT_PATHCOMP_BACKEND_SCHEME = 'http' DEFAULT_PATHCOMP_BACKEND_HOST = '127.0.0.1' @@ -44,6 +44,7 @@ SETTING_NAME_ENABLE_FORECASTER = 'ENABLE_FORECASTER' TRUE_VALUES = {'Y', 'YES', 'TRUE', 'T', 'E', 'ENABLE', 'ENABLED'} def is_forecaster_enabled() -> bool: + if not is_deployed_forecaster(): return False is_enabled = get_setting(SETTING_NAME_ENABLE_FORECASTER, default=None) if is_enabled is None: return False str_is_enabled = str(is_enabled).upper() diff --git a/src/pathcomp/frontend/service/algorithms/_Algorithm.py b/src/pathcomp/frontend/service/algorithms/_Algorithm.py index 3ed2b13fb33ae06faeacc4286959a8016ca995d1..3394d8df99933d8acc83a8cc8cebb1488ff6752c 100644 --- a/src/pathcomp/frontend/service/algorithms/_Algorithm.py +++ b/src/pathcomp/frontend/service/algorithms/_Algorithm.py @@ -14,6 +14,7 @@ import json, logging, requests, uuid from typing import Dict, List, Optional, Tuple, Union +from common.DeviceTypes import DeviceTypeEnum from common.proto.context_pb2 import ( ConfigRule, Connection, Device, DeviceList, EndPointId, Link, LinkList, Service, ServiceStatusEnum, ServiceTypeEnum ) @@ -251,21 +252,37 @@ class _Algorithm: ] self.logger.debug('path_hops = {:s}'.format(str(path_hops))) - try: - _device_dict = {k:v[0] for k,v in self.device_dict.items()} - self.logger.debug('self.device_dict = {:s}'.format(str(_device_dict))) - connections = convert_explicit_path_hops_to_connections( - path_hops, self.device_dict, main_service_uuid, main_service_type) - self.logger.debug('EXTRAPOLATED connections = {:s}'.format(str(connections))) - except: # pylint: disable=bare-except - MSG = ' '.join([ - 'Unable to Extrapolate sub-services and sub-connections.', - 'Assuming single-service and single-connection.', - ]) - self.logger.exception(MSG) + device_types = {v[0]['device_type'] for k,v in self.device_dict.items()} + DEVICES_BASIC_CONNECTION = { + DeviceTypeEnum.DATACENTER.value, DeviceTypeEnum.EMULATED_DATACENTER.value, + DeviceTypeEnum.CLIENT.value, DeviceTypeEnum.EMULATED_CLIENT.value, + DeviceTypeEnum.PACKET_ROUTER.value, DeviceTypeEnum.EMULATED_PACKET_ROUTER.value, + } + self.logger.debug('device_types = {:s}'.format(str(device_types))) + self.logger.debug('DEVICES_BASIC_CONNECTION = {:s}'.format(str(DEVICES_BASIC_CONNECTION))) + is_basic_connection = device_types.issubset(DEVICES_BASIC_CONNECTION) + self.logger.debug('is_basic_connection = {:s}'.format(str(is_basic_connection))) + if is_basic_connection: + self.logger.info('Assuming basic connections...') connections = convert_explicit_path_hops_to_plain_connection( path_hops, main_service_uuid, main_service_type) self.logger.debug('BASIC connections = {:s}'.format(str(connections))) + else: + try: + _device_dict = {k:v[0] for k,v in self.device_dict.items()} + self.logger.debug('self.device_dict = {:s}'.format(str(_device_dict))) + connections = convert_explicit_path_hops_to_connections( + path_hops, self.device_dict, main_service_uuid, main_service_type) + self.logger.debug('EXTRAPOLATED connections = {:s}'.format(str(connections))) + except: # pylint: disable=bare-except + MSG = ' '.join([ + 'Unable to Extrapolate sub-services and sub-connections.', + 'Assuming single-service and single-connection.', + ]) + self.logger.exception(MSG) + connections = convert_explicit_path_hops_to_plain_connection( + path_hops, main_service_uuid, main_service_type) + self.logger.debug('BASIC connections = {:s}'.format(str(connections))) for connection in connections: service_uuid,service_type,path_hops,_ = connection diff --git a/src/policy/pom.xml b/src/policy/pom.xml index 79294fba4020c091ee5234649c788d2ea7e88b56..b322110bf3944fe7df3d7f1c932177a1d28cc631 100644 --- a/src/policy/pom.xml +++ b/src/policy/pom.xml @@ -54,7 +54,7 @@ <maven-resources-plugin.version>3.2.0</maven-resources-plugin.version> <maven-surefire-plugin.version>3.0.0-M5</maven-surefire-plugin.version> <sonarsource-scanner-plugin.version>3.8.0.2131</sonarsource-scanner-plugin.version> - <spotless-plugin.version>2.10.3</spotless-plugin.version> + <spotless-plugin.version>2.43.0</spotless-plugin.version> <versions-maven-plugin.version>2.8.1</versions-maven-plugin.version> <quarkus-maven-plugin.version>3.1.3.Final</quarkus-maven-plugin.version> <quarkus-bootstrap-maven-version>2.16.12.Final</quarkus-bootstrap-maven-version> @@ -136,6 +136,11 @@ <artifactId>quarkus-resteasy-reactive</artifactId> </dependency> + <dependency> + <groupId>io.quarkus</groupId> + <artifactId>quarkus-smallrye-reactive-messaging-kafka</artifactId> + </dependency> + <dependency> <groupId>io.quarkus</groupId> <artifactId>quarkus-arc</artifactId> @@ -425,7 +430,7 @@ </toggleOffOn> <googleJavaFormat> - <version>1.10.0</version> + <version>1.15.0</version> <style>GOOGLE</style> </googleJavaFormat> diff --git a/src/policy/src/main/docker/Dockerfile.multistage.jvm b/src/policy/src/main/docker/Dockerfile.multistage.jvm index 9f07d861c2d5b2563c078b9895b470b32984351f..4b240d657559bde36ee98f51ef92ce8984333701 100644 --- a/src/policy/src/main/docker/Dockerfile.multistage.jvm +++ b/src/policy/src/main/docker/Dockerfile.multistage.jvm @@ -37,6 +37,7 @@ FROM registry.access.redhat.com/ubi8/ubi-minimal:8.4 AS release ARG JAVA_PACKAGE=java-11-openjdk-headless ARG RUN_JAVA_VERSION=1.3.8 ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' + # Install java and the run-java script # Also set up permissions for user `1001` RUN microdnf install curl ca-certificates ${JAVA_PACKAGE} \ diff --git a/src/policy/src/main/java/org/etsi/tfs/policy/Serializer.java b/src/policy/src/main/java/org/etsi/tfs/policy/Serializer.java index 654e7b6ce1d68f6facaec8c772e16dde68e710f0..dfc93e9830993154bd90812632128b8dae788e39 100644 --- a/src/policy/src/main/java/org/etsi/tfs/policy/Serializer.java +++ b/src/policy/src/main/java/org/etsi/tfs/policy/Serializer.java @@ -1,18 +1,18 @@ /* -* Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.etsi.tfs.policy; diff --git a/src/policy/src/main/java/org/etsi/tfs/policy/SimpleLivenessCheck.java b/src/policy/src/main/java/org/etsi/tfs/policy/SimpleLivenessCheck.java index 31f5584ef475f4ec06d295c423480ecb3df3ef3d..b34f328f4830bc8e7fc9647ee3a0799612c949c4 100644 --- a/src/policy/src/main/java/org/etsi/tfs/policy/SimpleLivenessCheck.java +++ b/src/policy/src/main/java/org/etsi/tfs/policy/SimpleLivenessCheck.java @@ -1,18 +1,18 @@ /* -* Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.etsi.tfs.policy; diff --git a/src/policy/src/main/java/org/etsi/tfs/policy/SimpleReadinessCheck.java b/src/policy/src/main/java/org/etsi/tfs/policy/SimpleReadinessCheck.java index 83968b386836bbbe7e67b756077edd69ecada16b..000cf9d478d47f00711c7ffd3eff1fa8b84d3bc0 100644 --- a/src/policy/src/main/java/org/etsi/tfs/policy/SimpleReadinessCheck.java +++ b/src/policy/src/main/java/org/etsi/tfs/policy/SimpleReadinessCheck.java @@ -1,18 +1,18 @@ /* -* Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.etsi.tfs.policy; diff --git a/src/policy/src/main/java/org/etsi/tfs/policy/acl/AclAction.java b/src/policy/src/main/java/org/etsi/tfs/policy/acl/AclAction.java index 7d46f1d41dfa2a265501767a233fa8d7bdbb57f4..57baa1941d904f57b476a69643fe2f10ae15403e 100644 --- a/src/policy/src/main/java/org/etsi/tfs/policy/acl/AclAction.java +++ b/src/policy/src/main/java/org/etsi/tfs/policy/acl/AclAction.java @@ -1,18 +1,18 @@ /* -* Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.etsi.tfs.policy.acl; diff --git a/src/policy/src/main/java/org/etsi/tfs/policy/acl/AclEntry.java b/src/policy/src/main/java/org/etsi/tfs/policy/acl/AclEntry.java index a9d6e1fc8f7caac1e7e1f95d6a8228530cbf62d5..8e257153e92e473176dc352c7ac4412503a98d5d 100644 --- a/src/policy/src/main/java/org/etsi/tfs/policy/acl/AclEntry.java +++ b/src/policy/src/main/java/org/etsi/tfs/policy/acl/AclEntry.java @@ -1,18 +1,18 @@ /* -* Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.etsi.tfs.policy.acl; diff --git a/src/policy/src/main/java/org/etsi/tfs/policy/acl/AclForwardActionEnum.java b/src/policy/src/main/java/org/etsi/tfs/policy/acl/AclForwardActionEnum.java index d6c5654a54c258d69690b779657fd130dce31857..5cc2012612f342cb317b5e938b3e28b3fbf8ac0a 100644 --- a/src/policy/src/main/java/org/etsi/tfs/policy/acl/AclForwardActionEnum.java +++ b/src/policy/src/main/java/org/etsi/tfs/policy/acl/AclForwardActionEnum.java @@ -1,18 +1,18 @@ /* -* Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.etsi.tfs.policy.acl; diff --git a/src/policy/src/main/java/org/etsi/tfs/policy/acl/AclLogActionEnum.java b/src/policy/src/main/java/org/etsi/tfs/policy/acl/AclLogActionEnum.java index 135ff4336b499970f0b5a322787df775c170ab4e..3ee5b1e562157bddb8465caab03289c6b52fcf20 100644 --- a/src/policy/src/main/java/org/etsi/tfs/policy/acl/AclLogActionEnum.java +++ b/src/policy/src/main/java/org/etsi/tfs/policy/acl/AclLogActionEnum.java @@ -1,18 +1,18 @@ /* -* Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.etsi.tfs.policy.acl; diff --git a/src/policy/src/main/java/org/etsi/tfs/policy/acl/AclMatch.java b/src/policy/src/main/java/org/etsi/tfs/policy/acl/AclMatch.java index 6115f2d2f01d295f5cf3dc113e21661ec37aa57f..953241e5c1896a557a9c690ba05aa7f413f25aa1 100644 --- a/src/policy/src/main/java/org/etsi/tfs/policy/acl/AclMatch.java +++ b/src/policy/src/main/java/org/etsi/tfs/policy/acl/AclMatch.java @@ -1,18 +1,18 @@ /* -* Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.etsi.tfs.policy.acl; diff --git a/src/policy/src/main/java/org/etsi/tfs/policy/acl/AclRuleSet.java b/src/policy/src/main/java/org/etsi/tfs/policy/acl/AclRuleSet.java index e01c325fd8974854e0ea3d07c179618778e1f7fb..ee781cdd3c1ac02a5ca04a18858105dca1cfd03b 100644 --- a/src/policy/src/main/java/org/etsi/tfs/policy/acl/AclRuleSet.java +++ b/src/policy/src/main/java/org/etsi/tfs/policy/acl/AclRuleSet.java @@ -1,18 +1,18 @@ /* -* Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.etsi.tfs.policy.acl; diff --git a/src/policy/src/main/java/org/etsi/tfs/policy/acl/AclRuleTypeEnum.java b/src/policy/src/main/java/org/etsi/tfs/policy/acl/AclRuleTypeEnum.java index 2b6779f3ebc3e0563c99e3cea47d4c8de2b05f17..5e7c89e1ac65bf90217b4ce608d97970c33aac4f 100644 --- a/src/policy/src/main/java/org/etsi/tfs/policy/acl/AclRuleTypeEnum.java +++ b/src/policy/src/main/java/org/etsi/tfs/policy/acl/AclRuleTypeEnum.java @@ -1,18 +1,18 @@ /* -* Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.etsi.tfs.policy.acl; diff --git a/src/policy/src/main/java/org/etsi/tfs/policy/common/ApplicationProperties.java b/src/policy/src/main/java/org/etsi/tfs/policy/common/ApplicationProperties.java index 4b890485e854feaf093cb51141c2ed352c33cbd4..65a0a341906bb8dc1c15d1615947e0f9846d4ac9 100644 --- a/src/policy/src/main/java/org/etsi/tfs/policy/common/ApplicationProperties.java +++ b/src/policy/src/main/java/org/etsi/tfs/policy/common/ApplicationProperties.java @@ -1,18 +1,18 @@ /* -* Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.etsi.tfs.policy.common; diff --git a/src/policy/src/main/java/org/etsi/tfs/policy/common/Util.java b/src/policy/src/main/java/org/etsi/tfs/policy/common/Util.java index a3e5a318cc54323cabdd02626d157b95bb8ef480..27cb44916121358a017a61618429dc41b7d23d90 100644 --- a/src/policy/src/main/java/org/etsi/tfs/policy/common/Util.java +++ b/src/policy/src/main/java/org/etsi/tfs/policy/common/Util.java @@ -1,18 +1,18 @@ /* -* Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.etsi.tfs.policy.common; diff --git a/src/policy/src/main/java/org/etsi/tfs/policy/context/ContextGateway.java b/src/policy/src/main/java/org/etsi/tfs/policy/context/ContextGateway.java index 126bad6115e79ae0befbfb3e4793931b8f26eecf..bbf5e79a60e92b6b6b11f689bab4549d60f53c81 100644 --- a/src/policy/src/main/java/org/etsi/tfs/policy/context/ContextGateway.java +++ b/src/policy/src/main/java/org/etsi/tfs/policy/context/ContextGateway.java @@ -1,18 +1,18 @@ /* -* Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.etsi.tfs.policy.context; diff --git a/src/policy/src/main/java/org/etsi/tfs/policy/context/ContextGatewayImpl.java b/src/policy/src/main/java/org/etsi/tfs/policy/context/ContextGatewayImpl.java index 2484a586ec62e96c0621ab320cc8cbca59200d59..760d5e423b4f7cbf0ea7801e6ca04b5b24da2e31 100644 --- a/src/policy/src/main/java/org/etsi/tfs/policy/context/ContextGatewayImpl.java +++ b/src/policy/src/main/java/org/etsi/tfs/policy/context/ContextGatewayImpl.java @@ -1,18 +1,18 @@ /* -* Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.etsi.tfs.policy.context; diff --git a/src/policy/src/main/java/org/etsi/tfs/policy/context/ContextService.java b/src/policy/src/main/java/org/etsi/tfs/policy/context/ContextService.java index 2d68d0c5e365d20672716e85f88f15f10419115c..643c2066edc5a005193a8ad46de840e823b2945f 100644 --- a/src/policy/src/main/java/org/etsi/tfs/policy/context/ContextService.java +++ b/src/policy/src/main/java/org/etsi/tfs/policy/context/ContextService.java @@ -1,18 +1,18 @@ /* -* Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.etsi.tfs.policy.context; diff --git a/src/policy/src/main/java/org/etsi/tfs/policy/context/ContextServiceImpl.java b/src/policy/src/main/java/org/etsi/tfs/policy/context/ContextServiceImpl.java index c48feed649071c0627a06adc3d5e56d7e3f7273a..dacd5c6ae000a6e23746a573ba6ce2c64f7912b0 100644 --- a/src/policy/src/main/java/org/etsi/tfs/policy/context/ContextServiceImpl.java +++ b/src/policy/src/main/java/org/etsi/tfs/policy/context/ContextServiceImpl.java @@ -1,18 +1,18 @@ /* -* Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.etsi.tfs.policy.context; diff --git a/src/policy/src/main/java/org/etsi/tfs/policy/context/model/ConfigActionEnum.java b/src/policy/src/main/java/org/etsi/tfs/policy/context/model/ConfigActionEnum.java index 83c90851641e3333d57a475f4370d993e07a065d..6c9ed3b5ca3afcc73b61ba61b58bc56c38c0df51 100644 --- a/src/policy/src/main/java/org/etsi/tfs/policy/context/model/ConfigActionEnum.java +++ b/src/policy/src/main/java/org/etsi/tfs/policy/context/model/ConfigActionEnum.java @@ -1,18 +1,18 @@ /* -* Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.etsi.tfs.policy.context.model; diff --git a/src/policy/src/main/java/org/etsi/tfs/policy/context/model/ConfigRule.java b/src/policy/src/main/java/org/etsi/tfs/policy/context/model/ConfigRule.java index 4d9c366b5c6ed602d06d15525563d496280ebe9b..d121c13a5f646ff4c63070742ab9c620ddbd0925 100644 --- a/src/policy/src/main/java/org/etsi/tfs/policy/context/model/ConfigRule.java +++ b/src/policy/src/main/java/org/etsi/tfs/policy/context/model/ConfigRule.java @@ -1,18 +1,18 @@ /* -* Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.etsi.tfs.policy.context.model; diff --git a/src/policy/src/main/java/org/etsi/tfs/policy/context/model/ConfigRuleAcl.java b/src/policy/src/main/java/org/etsi/tfs/policy/context/model/ConfigRuleAcl.java index bb0d4ebc9b809579a765aab61a7f3dfba30f3093..ef89bf9f2dcc2aa31908d8831845f749ea1d4c45 100644 --- a/src/policy/src/main/java/org/etsi/tfs/policy/context/model/ConfigRuleAcl.java +++ b/src/policy/src/main/java/org/etsi/tfs/policy/context/model/ConfigRuleAcl.java @@ -1,18 +1,18 @@ /* -* Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.etsi.tfs.policy.context.model; diff --git a/src/policy/src/main/java/org/etsi/tfs/policy/context/model/ConfigRuleCustom.java b/src/policy/src/main/java/org/etsi/tfs/policy/context/model/ConfigRuleCustom.java index 2b7dc0eb58de0a534f355c3eafa87f4443933486..60e6f9a65e24d5777cb4847e79d0c584eece5911 100644 --- a/src/policy/src/main/java/org/etsi/tfs/policy/context/model/ConfigRuleCustom.java +++ b/src/policy/src/main/java/org/etsi/tfs/policy/context/model/ConfigRuleCustom.java @@ -1,18 +1,18 @@ /* -* Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.etsi.tfs.policy.context.model; diff --git a/src/policy/src/main/java/org/etsi/tfs/policy/context/model/ConfigRuleType.java b/src/policy/src/main/java/org/etsi/tfs/policy/context/model/ConfigRuleType.java index 75542af1226ba40d5520ea88399b65faf60ba9ec..39319d8cafb3427019eeb413dd27eb6f157ac8bf 100644 --- a/src/policy/src/main/java/org/etsi/tfs/policy/context/model/ConfigRuleType.java +++ b/src/policy/src/main/java/org/etsi/tfs/policy/context/model/ConfigRuleType.java @@ -1,18 +1,18 @@ /* -* Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.etsi.tfs.policy.context.model; diff --git a/src/policy/src/main/java/org/etsi/tfs/policy/context/model/ConfigRuleTypeAcl.java b/src/policy/src/main/java/org/etsi/tfs/policy/context/model/ConfigRuleTypeAcl.java index 8ac855e36c20b5b74e18162da7c28e7422f79566..6291b613121a040af56ba1085063cf859a875249 100644 --- a/src/policy/src/main/java/org/etsi/tfs/policy/context/model/ConfigRuleTypeAcl.java +++ b/src/policy/src/main/java/org/etsi/tfs/policy/context/model/ConfigRuleTypeAcl.java @@ -1,18 +1,18 @@ /* -* Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.etsi.tfs.policy.context.model; diff --git a/src/policy/src/main/java/org/etsi/tfs/policy/context/model/ConfigRuleTypeCustom.java b/src/policy/src/main/java/org/etsi/tfs/policy/context/model/ConfigRuleTypeCustom.java index 40e0992f24f0f760459d1ba5b6fa7f1b2b6a1106..9f2b7c6069bb242bbe04b72527f8168a4c11fcca 100644 --- a/src/policy/src/main/java/org/etsi/tfs/policy/context/model/ConfigRuleTypeCustom.java +++ b/src/policy/src/main/java/org/etsi/tfs/policy/context/model/ConfigRuleTypeCustom.java @@ -1,18 +1,18 @@ /* -* Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.etsi.tfs.policy.context.model; diff --git a/src/policy/src/main/java/org/etsi/tfs/policy/context/model/Constraint.java b/src/policy/src/main/java/org/etsi/tfs/policy/context/model/Constraint.java index 954360ad5b4e056e566693c8925049b58b5975e0..c692742185fe4db0050ba780e74b781d34e29774 100644 --- a/src/policy/src/main/java/org/etsi/tfs/policy/context/model/Constraint.java +++ b/src/policy/src/main/java/org/etsi/tfs/policy/context/model/Constraint.java @@ -1,18 +1,18 @@ /* -* Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.etsi.tfs.policy.context.model; diff --git a/src/policy/src/main/java/org/etsi/tfs/policy/context/model/ConstraintCustom.java b/src/policy/src/main/java/org/etsi/tfs/policy/context/model/ConstraintCustom.java index 9708090e19e5db8c06af8db8c63a475b6d92ff88..9c1197fab39287bc43ced87046fb1a2aff73ab0b 100644 --- a/src/policy/src/main/java/org/etsi/tfs/policy/context/model/ConstraintCustom.java +++ b/src/policy/src/main/java/org/etsi/tfs/policy/context/model/ConstraintCustom.java @@ -1,18 +1,18 @@ /* -* Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.etsi.tfs.policy.context.model; diff --git a/src/policy/src/main/java/org/etsi/tfs/policy/context/model/ConstraintEndPointLocation.java b/src/policy/src/main/java/org/etsi/tfs/policy/context/model/ConstraintEndPointLocation.java index 3554cbafc2567e8835253d8a6798e46c80b6f446..5fa1e652ada813ba04785d9536f647f2b1a82b33 100644 --- a/src/policy/src/main/java/org/etsi/tfs/policy/context/model/ConstraintEndPointLocation.java +++ b/src/policy/src/main/java/org/etsi/tfs/policy/context/model/ConstraintEndPointLocation.java @@ -1,18 +1,18 @@ /* -* Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.etsi.tfs.policy.context.model; diff --git a/src/policy/src/main/java/org/etsi/tfs/policy/context/model/ConstraintSchedule.java b/src/policy/src/main/java/org/etsi/tfs/policy/context/model/ConstraintSchedule.java index c17aade1596c7dc4b65ca55f23845fe194a77fc2..9bcae65e91395f5e91a0a802d8c9b1d0eba6590a 100644 --- a/src/policy/src/main/java/org/etsi/tfs/policy/context/model/ConstraintSchedule.java +++ b/src/policy/src/main/java/org/etsi/tfs/policy/context/model/ConstraintSchedule.java @@ -1,18 +1,18 @@ /* -* Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.etsi.tfs.policy.context.model; diff --git a/src/policy/src/main/java/org/etsi/tfs/policy/context/model/ConstraintSlaAvailability.java b/src/policy/src/main/java/org/etsi/tfs/policy/context/model/ConstraintSlaAvailability.java index b0d988aae9b1e41dc1f5cb42297ab32df3c86ea0..da4a2ebbd98685a9c701d7c962f9cae68da298d9 100644 --- a/src/policy/src/main/java/org/etsi/tfs/policy/context/model/ConstraintSlaAvailability.java +++ b/src/policy/src/main/java/org/etsi/tfs/policy/context/model/ConstraintSlaAvailability.java @@ -1,18 +1,18 @@ /* -* Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.etsi.tfs.policy.context.model; diff --git a/src/policy/src/main/java/org/etsi/tfs/policy/context/model/ConstraintSlaCapacity.java b/src/policy/src/main/java/org/etsi/tfs/policy/context/model/ConstraintSlaCapacity.java index 4a1638d5177344f8426126fd4489ae2f7f5c10a7..f3d1dca1814ddd534d0715e4e687bd8606203fd9 100644 --- a/src/policy/src/main/java/org/etsi/tfs/policy/context/model/ConstraintSlaCapacity.java +++ b/src/policy/src/main/java/org/etsi/tfs/policy/context/model/ConstraintSlaCapacity.java @@ -1,18 +1,18 @@ /* -* Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.etsi.tfs.policy.context.model; diff --git a/src/policy/src/main/java/org/etsi/tfs/policy/context/model/ConstraintSlaIsolationLevel.java b/src/policy/src/main/java/org/etsi/tfs/policy/context/model/ConstraintSlaIsolationLevel.java index f10b95e5ef0e4c3bac1d396954689d84eac339f5..523d339d79e9fc896aef22bfcc0eb81b5ceef5d4 100644 --- a/src/policy/src/main/java/org/etsi/tfs/policy/context/model/ConstraintSlaIsolationLevel.java +++ b/src/policy/src/main/java/org/etsi/tfs/policy/context/model/ConstraintSlaIsolationLevel.java @@ -1,18 +1,18 @@ /* -* Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.etsi.tfs.policy.context.model; diff --git a/src/policy/src/main/java/org/etsi/tfs/policy/context/model/ConstraintSlaLatency.java b/src/policy/src/main/java/org/etsi/tfs/policy/context/model/ConstraintSlaLatency.java index 04ff65f4fc8c33ab4fb1520ff07cd7d65cbe18c9..b2c92b0dba2c9856ac1efd4d43a252a786cdf4b9 100644 --- a/src/policy/src/main/java/org/etsi/tfs/policy/context/model/ConstraintSlaLatency.java +++ b/src/policy/src/main/java/org/etsi/tfs/policy/context/model/ConstraintSlaLatency.java @@ -1,18 +1,18 @@ /* -* Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.etsi.tfs.policy.context.model; diff --git a/src/policy/src/main/java/org/etsi/tfs/policy/context/model/ConstraintType.java b/src/policy/src/main/java/org/etsi/tfs/policy/context/model/ConstraintType.java index f302bac299e6c32e1a92eb73a49895585ffca132..7573fac94348e407d9e8341d655370f5f6ba0a3b 100644 --- a/src/policy/src/main/java/org/etsi/tfs/policy/context/model/ConstraintType.java +++ b/src/policy/src/main/java/org/etsi/tfs/policy/context/model/ConstraintType.java @@ -1,18 +1,18 @@ /* -* Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.etsi.tfs.policy.context.model; diff --git a/src/policy/src/main/java/org/etsi/tfs/policy/context/model/ConstraintTypeCustom.java b/src/policy/src/main/java/org/etsi/tfs/policy/context/model/ConstraintTypeCustom.java index 675b3de188c76ce30523c27f99ca373dee3c6966..9199329f1e4b4d6b108880622ce243a665989477 100644 --- a/src/policy/src/main/java/org/etsi/tfs/policy/context/model/ConstraintTypeCustom.java +++ b/src/policy/src/main/java/org/etsi/tfs/policy/context/model/ConstraintTypeCustom.java @@ -1,18 +1,18 @@ /* -* Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.etsi.tfs.policy.context.model; diff --git a/src/policy/src/main/java/org/etsi/tfs/policy/context/model/ConstraintTypeEndPointLocation.java b/src/policy/src/main/java/org/etsi/tfs/policy/context/model/ConstraintTypeEndPointLocation.java index 0832153e3c1d5aef9d253bab344e12cb16b5aaef..2bf23dfc42499d6dc97a01294761cafd25015b46 100644 --- a/src/policy/src/main/java/org/etsi/tfs/policy/context/model/ConstraintTypeEndPointLocation.java +++ b/src/policy/src/main/java/org/etsi/tfs/policy/context/model/ConstraintTypeEndPointLocation.java @@ -1,18 +1,18 @@ /* -* Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.etsi.tfs.policy.context.model; diff --git a/src/policy/src/main/java/org/etsi/tfs/policy/context/model/ConstraintTypeSchedule.java b/src/policy/src/main/java/org/etsi/tfs/policy/context/model/ConstraintTypeSchedule.java index bead74a143ffaffed6467b2f7d57106134ec3249..6aff606463b23ae2c15f861914daa0cb6d9c6ce8 100644 --- a/src/policy/src/main/java/org/etsi/tfs/policy/context/model/ConstraintTypeSchedule.java +++ b/src/policy/src/main/java/org/etsi/tfs/policy/context/model/ConstraintTypeSchedule.java @@ -1,18 +1,18 @@ /* -* Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.etsi.tfs.policy.context.model; diff --git a/src/policy/src/main/java/org/etsi/tfs/policy/context/model/ConstraintTypeSlaAvailability.java b/src/policy/src/main/java/org/etsi/tfs/policy/context/model/ConstraintTypeSlaAvailability.java index 89add927b596134c9c96b9f752e66590ddb4ff44..8e4a8aafb95ae84fc804ce1445e711dc1c19bc44 100644 --- a/src/policy/src/main/java/org/etsi/tfs/policy/context/model/ConstraintTypeSlaAvailability.java +++ b/src/policy/src/main/java/org/etsi/tfs/policy/context/model/ConstraintTypeSlaAvailability.java @@ -1,18 +1,18 @@ /* -* Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.etsi.tfs.policy.context.model; diff --git a/src/policy/src/main/java/org/etsi/tfs/policy/context/model/ConstraintTypeSlaCapacity.java b/src/policy/src/main/java/org/etsi/tfs/policy/context/model/ConstraintTypeSlaCapacity.java index 08fe4684db7e9581dd250174a5c018095f404ce6..0c18eba23602b64e2e54db42e1e78b6e2d89d411 100644 --- a/src/policy/src/main/java/org/etsi/tfs/policy/context/model/ConstraintTypeSlaCapacity.java +++ b/src/policy/src/main/java/org/etsi/tfs/policy/context/model/ConstraintTypeSlaCapacity.java @@ -1,18 +1,18 @@ /* -* Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.etsi.tfs.policy.context.model; diff --git a/src/policy/src/main/java/org/etsi/tfs/policy/context/model/ConstraintTypeSlaIsolationLevel.java b/src/policy/src/main/java/org/etsi/tfs/policy/context/model/ConstraintTypeSlaIsolationLevel.java index d60bf5e432fc5d7c116baf16a88d8ea3c0d5c37d..fe1d48a210121177975c1b2984394a9646c79a6d 100644 --- a/src/policy/src/main/java/org/etsi/tfs/policy/context/model/ConstraintTypeSlaIsolationLevel.java +++ b/src/policy/src/main/java/org/etsi/tfs/policy/context/model/ConstraintTypeSlaIsolationLevel.java @@ -1,18 +1,18 @@ /* -* Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.etsi.tfs.policy.context.model; diff --git a/src/policy/src/main/java/org/etsi/tfs/policy/context/model/ConstraintTypeSlaLatency.java b/src/policy/src/main/java/org/etsi/tfs/policy/context/model/ConstraintTypeSlaLatency.java index 0ff1fb71f2d788dc5965f35d61b8f72fc47c9181..a7f6987470f2ca69fec9a41ed92f2682570136da 100644 --- a/src/policy/src/main/java/org/etsi/tfs/policy/context/model/ConstraintTypeSlaLatency.java +++ b/src/policy/src/main/java/org/etsi/tfs/policy/context/model/ConstraintTypeSlaLatency.java @@ -1,18 +1,18 @@ /* -* Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.etsi.tfs.policy.context.model; diff --git a/src/policy/src/main/java/org/etsi/tfs/policy/context/model/Device.java b/src/policy/src/main/java/org/etsi/tfs/policy/context/model/Device.java index 20bdf807acffc80254afb7c952ea7f3c59f8d6f1..25021f9fdb90085ba570f614a6f0cd94282731d9 100644 --- a/src/policy/src/main/java/org/etsi/tfs/policy/context/model/Device.java +++ b/src/policy/src/main/java/org/etsi/tfs/policy/context/model/Device.java @@ -1,18 +1,18 @@ /* -* Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.etsi.tfs.policy.context.model; diff --git a/src/policy/src/main/java/org/etsi/tfs/policy/context/model/DeviceConfig.java b/src/policy/src/main/java/org/etsi/tfs/policy/context/model/DeviceConfig.java index 08af313a362cf683a41cb8468e55fd684288c164..f7699d282b4ea25e9d53ac5fa9ea1b377be98780 100644 --- a/src/policy/src/main/java/org/etsi/tfs/policy/context/model/DeviceConfig.java +++ b/src/policy/src/main/java/org/etsi/tfs/policy/context/model/DeviceConfig.java @@ -1,18 +1,18 @@ /* -* Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.etsi.tfs.policy.context.model; diff --git a/src/policy/src/main/java/org/etsi/tfs/policy/context/model/DeviceDriverEnum.java b/src/policy/src/main/java/org/etsi/tfs/policy/context/model/DeviceDriverEnum.java index 3273725afd41e3552bf71e3e0b1ee6c347512c6e..18e329daa27e41941506788e1e9d25aee62cd193 100644 --- a/src/policy/src/main/java/org/etsi/tfs/policy/context/model/DeviceDriverEnum.java +++ b/src/policy/src/main/java/org/etsi/tfs/policy/context/model/DeviceDriverEnum.java @@ -1,18 +1,18 @@ /* -* Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.etsi.tfs.policy.context.model; diff --git a/src/policy/src/main/java/org/etsi/tfs/policy/context/model/DeviceOperationalStatus.java b/src/policy/src/main/java/org/etsi/tfs/policy/context/model/DeviceOperationalStatus.java index 60373f0bd3c7e8bdb525f0892e84a0f57d21c226..7e90851468ddb81e81a9f030d94483179cd8bf16 100644 --- a/src/policy/src/main/java/org/etsi/tfs/policy/context/model/DeviceOperationalStatus.java +++ b/src/policy/src/main/java/org/etsi/tfs/policy/context/model/DeviceOperationalStatus.java @@ -1,18 +1,18 @@ /* -* Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.etsi.tfs.policy.context.model; diff --git a/src/policy/src/main/java/org/etsi/tfs/policy/context/model/Empty.java b/src/policy/src/main/java/org/etsi/tfs/policy/context/model/Empty.java index d1fd4b17a85f3081c11ad091d9d269171322c1e6..bd4471ff1df742f73e20f22aa1f4b4b556546f95 100644 --- a/src/policy/src/main/java/org/etsi/tfs/policy/context/model/Empty.java +++ b/src/policy/src/main/java/org/etsi/tfs/policy/context/model/Empty.java @@ -1,18 +1,18 @@ /* -* Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.etsi.tfs.policy.context.model; diff --git a/src/policy/src/main/java/org/etsi/tfs/policy/context/model/EndPoint.java b/src/policy/src/main/java/org/etsi/tfs/policy/context/model/EndPoint.java index cf3ada8aadd9b3295ffb472165bc61478a44005d..83c6ab452ab29d03c8212f30ca5e98bdff3b2dd2 100644 --- a/src/policy/src/main/java/org/etsi/tfs/policy/context/model/EndPoint.java +++ b/src/policy/src/main/java/org/etsi/tfs/policy/context/model/EndPoint.java @@ -1,18 +1,18 @@ /* -* Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.etsi.tfs.policy.context.model; diff --git a/src/policy/src/main/java/org/etsi/tfs/policy/context/model/EndPointId.java b/src/policy/src/main/java/org/etsi/tfs/policy/context/model/EndPointId.java index 674e1446bb22e15670722de18efeb784bc3a961b..a57c629263f6d63661a0cfff7b523d969a01c1ff 100644 --- a/src/policy/src/main/java/org/etsi/tfs/policy/context/model/EndPointId.java +++ b/src/policy/src/main/java/org/etsi/tfs/policy/context/model/EndPointId.java @@ -1,18 +1,18 @@ /* -* Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.etsi.tfs.policy.context.model; diff --git a/src/policy/src/main/java/org/etsi/tfs/policy/context/model/Event.java b/src/policy/src/main/java/org/etsi/tfs/policy/context/model/Event.java index e1f649e00f37d110159256953fe3fb837d47b7b2..193634b2aea0f695890bc260ce32edbdac46658f 100644 --- a/src/policy/src/main/java/org/etsi/tfs/policy/context/model/Event.java +++ b/src/policy/src/main/java/org/etsi/tfs/policy/context/model/Event.java @@ -1,18 +1,18 @@ /* -* Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.etsi.tfs.policy.context.model; diff --git a/src/policy/src/main/java/org/etsi/tfs/policy/context/model/EventTypeEnum.java b/src/policy/src/main/java/org/etsi/tfs/policy/context/model/EventTypeEnum.java index c613eefc59aaee553db9baa6b4eea5081ec64668..d2392f781e28a47bc32e5566274d8266d9c063d8 100644 --- a/src/policy/src/main/java/org/etsi/tfs/policy/context/model/EventTypeEnum.java +++ b/src/policy/src/main/java/org/etsi/tfs/policy/context/model/EventTypeEnum.java @@ -1,18 +1,18 @@ /* -* Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.etsi.tfs.policy.context.model; diff --git a/src/policy/src/main/java/org/etsi/tfs/policy/context/model/GpsPosition.java b/src/policy/src/main/java/org/etsi/tfs/policy/context/model/GpsPosition.java index 58bc1647e700dbf27c505240dab28fffea368d1c..18c296bf4f00e17ddd18f9bd2490b8e5b9bf44f7 100644 --- a/src/policy/src/main/java/org/etsi/tfs/policy/context/model/GpsPosition.java +++ b/src/policy/src/main/java/org/etsi/tfs/policy/context/model/GpsPosition.java @@ -1,18 +1,18 @@ /* -* Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.etsi.tfs.policy.context.model; diff --git a/src/policy/src/main/java/org/etsi/tfs/policy/context/model/IsolationLevelEnum.java b/src/policy/src/main/java/org/etsi/tfs/policy/context/model/IsolationLevelEnum.java index bf44270eb5d790fdc2398f66e6d58dbf91684985..e447b1adb8027743f0462288d54f73c8b758a741 100644 --- a/src/policy/src/main/java/org/etsi/tfs/policy/context/model/IsolationLevelEnum.java +++ b/src/policy/src/main/java/org/etsi/tfs/policy/context/model/IsolationLevelEnum.java @@ -1,18 +1,18 @@ /* -* Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.etsi.tfs.policy.context.model; diff --git a/src/policy/src/main/java/org/etsi/tfs/policy/context/model/Location.java b/src/policy/src/main/java/org/etsi/tfs/policy/context/model/Location.java index c5a0dd22d244ddca76b591dd9b9828f12a68fb12..cef38e26b466a1f7d368e605ed22d83669a4ea84 100644 --- a/src/policy/src/main/java/org/etsi/tfs/policy/context/model/Location.java +++ b/src/policy/src/main/java/org/etsi/tfs/policy/context/model/Location.java @@ -1,18 +1,18 @@ /* -* Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.etsi.tfs.policy.context.model; diff --git a/src/policy/src/main/java/org/etsi/tfs/policy/context/model/LocationType.java b/src/policy/src/main/java/org/etsi/tfs/policy/context/model/LocationType.java index 1c12ece116d921fcc09004864fe92d44a27f2eac..d42666fe528efe2e45dc3d5d946d975d637bb4f7 100644 --- a/src/policy/src/main/java/org/etsi/tfs/policy/context/model/LocationType.java +++ b/src/policy/src/main/java/org/etsi/tfs/policy/context/model/LocationType.java @@ -1,18 +1,18 @@ /* -* Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.etsi.tfs.policy.context.model; diff --git a/src/policy/src/main/java/org/etsi/tfs/policy/context/model/LocationTypeGpsPosition.java b/src/policy/src/main/java/org/etsi/tfs/policy/context/model/LocationTypeGpsPosition.java index 0dbcc315a1af976a7e41163f6ef07f7c03c0358f..1486b54e61603b5da4345a5a2b44c96ddfcbd0f7 100644 --- a/src/policy/src/main/java/org/etsi/tfs/policy/context/model/LocationTypeGpsPosition.java +++ b/src/policy/src/main/java/org/etsi/tfs/policy/context/model/LocationTypeGpsPosition.java @@ -1,18 +1,18 @@ /* -* Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.etsi.tfs.policy.context.model; diff --git a/src/policy/src/main/java/org/etsi/tfs/policy/context/model/LocationTypeRegion.java b/src/policy/src/main/java/org/etsi/tfs/policy/context/model/LocationTypeRegion.java index b7796fb53d6c75ad8caeda114ca8458a000f3b63..982ff994d5487b0a870c3732d618ade1547e2e57 100644 --- a/src/policy/src/main/java/org/etsi/tfs/policy/context/model/LocationTypeRegion.java +++ b/src/policy/src/main/java/org/etsi/tfs/policy/context/model/LocationTypeRegion.java @@ -1,18 +1,18 @@ /* -* Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.etsi.tfs.policy.context.model; diff --git a/src/policy/src/main/java/org/etsi/tfs/policy/context/model/Service.java b/src/policy/src/main/java/org/etsi/tfs/policy/context/model/Service.java index 0c964b7da7160bbe4beb9d0ba326fc7e4036f931..6bf8f075950880bf52b95f75faae74abc05df9a1 100644 --- a/src/policy/src/main/java/org/etsi/tfs/policy/context/model/Service.java +++ b/src/policy/src/main/java/org/etsi/tfs/policy/context/model/Service.java @@ -1,18 +1,18 @@ /* -* Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.etsi.tfs.policy.context.model; diff --git a/src/policy/src/main/java/org/etsi/tfs/policy/context/model/ServiceConfig.java b/src/policy/src/main/java/org/etsi/tfs/policy/context/model/ServiceConfig.java index 3b9dac9a967b6fbf3ff0bee42c91ba21fd01b904..ef07c126e2a4d642a61374d4aae2a856f352e452 100644 --- a/src/policy/src/main/java/org/etsi/tfs/policy/context/model/ServiceConfig.java +++ b/src/policy/src/main/java/org/etsi/tfs/policy/context/model/ServiceConfig.java @@ -1,18 +1,18 @@ /* -* Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.etsi.tfs.policy.context.model; diff --git a/src/policy/src/main/java/org/etsi/tfs/policy/context/model/ServiceId.java b/src/policy/src/main/java/org/etsi/tfs/policy/context/model/ServiceId.java index f9d99c58530758ae087685f4bda6e3298075cc99..83583e1406847302aa718b2229901bc3b3cb9469 100644 --- a/src/policy/src/main/java/org/etsi/tfs/policy/context/model/ServiceId.java +++ b/src/policy/src/main/java/org/etsi/tfs/policy/context/model/ServiceId.java @@ -1,18 +1,18 @@ /* -* Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.etsi.tfs.policy.context.model; diff --git a/src/policy/src/main/java/org/etsi/tfs/policy/context/model/ServiceStatus.java b/src/policy/src/main/java/org/etsi/tfs/policy/context/model/ServiceStatus.java index 72766be4232ca1b1a03b74eaaa6ce885187cec87..d18e0b6f9426ebc04f3487c312b3abe1aac1b442 100644 --- a/src/policy/src/main/java/org/etsi/tfs/policy/context/model/ServiceStatus.java +++ b/src/policy/src/main/java/org/etsi/tfs/policy/context/model/ServiceStatus.java @@ -1,18 +1,18 @@ /* -* Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.etsi.tfs.policy.context.model; diff --git a/src/policy/src/main/java/org/etsi/tfs/policy/context/model/ServiceStatusEnum.java b/src/policy/src/main/java/org/etsi/tfs/policy/context/model/ServiceStatusEnum.java index 69688ab44a85932e8f1058b1bb0ff4fcd29a6ed0..737466203b12a8a7feef28e71cb2457bf641a9a1 100644 --- a/src/policy/src/main/java/org/etsi/tfs/policy/context/model/ServiceStatusEnum.java +++ b/src/policy/src/main/java/org/etsi/tfs/policy/context/model/ServiceStatusEnum.java @@ -1,18 +1,18 @@ /* -* Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.etsi.tfs.policy.context.model; diff --git a/src/policy/src/main/java/org/etsi/tfs/policy/context/model/ServiceTypeEnum.java b/src/policy/src/main/java/org/etsi/tfs/policy/context/model/ServiceTypeEnum.java index 6df2f302c968dc8ebcb9525364b377f79f6db240..ef20e894c8b8dae35fa617e77d8f25860dda51a9 100644 --- a/src/policy/src/main/java/org/etsi/tfs/policy/context/model/ServiceTypeEnum.java +++ b/src/policy/src/main/java/org/etsi/tfs/policy/context/model/ServiceTypeEnum.java @@ -1,18 +1,18 @@ /* -* Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.etsi.tfs.policy.context.model; diff --git a/src/policy/src/main/java/org/etsi/tfs/policy/context/model/SliceId.java b/src/policy/src/main/java/org/etsi/tfs/policy/context/model/SliceId.java index db2d04be58b61b69806ce32a9fd1f0c6e36e4d2a..f10caeac3c3244b9cc6725c70efa8acae05091e8 100644 --- a/src/policy/src/main/java/org/etsi/tfs/policy/context/model/SliceId.java +++ b/src/policy/src/main/java/org/etsi/tfs/policy/context/model/SliceId.java @@ -1,18 +1,18 @@ /* -* Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.etsi.tfs.policy.context.model; diff --git a/src/policy/src/main/java/org/etsi/tfs/policy/context/model/TopologyId.java b/src/policy/src/main/java/org/etsi/tfs/policy/context/model/TopologyId.java index 34d0ba06a9ad4f210c7039d2d23dcd6e1b39956b..95075acddc48d637bfda4a139be7e2056f6f44db 100644 --- a/src/policy/src/main/java/org/etsi/tfs/policy/context/model/TopologyId.java +++ b/src/policy/src/main/java/org/etsi/tfs/policy/context/model/TopologyId.java @@ -1,18 +1,18 @@ /* -* Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.etsi.tfs.policy.context.model; diff --git a/src/policy/src/main/java/org/etsi/tfs/policy/device/DeviceGateway.java b/src/policy/src/main/java/org/etsi/tfs/policy/device/DeviceGateway.java index a3dc71113a60db4b8b0af14ccc09ee50a6a45d47..9b2774297dd0eca35e0b0c6bbc30405cc9188ad8 100644 --- a/src/policy/src/main/java/org/etsi/tfs/policy/device/DeviceGateway.java +++ b/src/policy/src/main/java/org/etsi/tfs/policy/device/DeviceGateway.java @@ -1,18 +1,18 @@ /* -* Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.etsi.tfs.policy.device; diff --git a/src/policy/src/main/java/org/etsi/tfs/policy/device/DeviceGatewayImpl.java b/src/policy/src/main/java/org/etsi/tfs/policy/device/DeviceGatewayImpl.java index 9bd63ee07e5d985d3e50b734521defa883194403..a5bbcdd97b96311db53df62373c8f783a9325af8 100644 --- a/src/policy/src/main/java/org/etsi/tfs/policy/device/DeviceGatewayImpl.java +++ b/src/policy/src/main/java/org/etsi/tfs/policy/device/DeviceGatewayImpl.java @@ -1,18 +1,18 @@ /* -* Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.etsi.tfs.policy.device; diff --git a/src/policy/src/main/java/org/etsi/tfs/policy/device/DeviceService.java b/src/policy/src/main/java/org/etsi/tfs/policy/device/DeviceService.java index dfba5ee76ac334051bb38963d51d87c345e05a30..561650f7320c3de239c7730c85e3012e1a60ca02 100644 --- a/src/policy/src/main/java/org/etsi/tfs/policy/device/DeviceService.java +++ b/src/policy/src/main/java/org/etsi/tfs/policy/device/DeviceService.java @@ -1,18 +1,18 @@ /* -* Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.etsi.tfs.policy.device; diff --git a/src/policy/src/main/java/org/etsi/tfs/policy/device/DeviceServiceImpl.java b/src/policy/src/main/java/org/etsi/tfs/policy/device/DeviceServiceImpl.java index 041631ce03ba99b0ba828d0547328708e6750949..c9fac12d749eadba46921f7560bade9424bbf222 100644 --- a/src/policy/src/main/java/org/etsi/tfs/policy/device/DeviceServiceImpl.java +++ b/src/policy/src/main/java/org/etsi/tfs/policy/device/DeviceServiceImpl.java @@ -1,18 +1,18 @@ /* -* Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.etsi.tfs.policy.device; diff --git a/src/policy/src/main/java/org/etsi/tfs/policy/exception/ExternalServiceFailureException.java b/src/policy/src/main/java/org/etsi/tfs/policy/exception/ExternalServiceFailureException.java index 8a070ce8947e5d0fb21ad54f72a6261c696d1fc9..20eaef68079374218779a7178fa7eae53b5afab1 100644 --- a/src/policy/src/main/java/org/etsi/tfs/policy/exception/ExternalServiceFailureException.java +++ b/src/policy/src/main/java/org/etsi/tfs/policy/exception/ExternalServiceFailureException.java @@ -1,18 +1,18 @@ /* -* Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.etsi.tfs.policy.exception; diff --git a/src/policy/src/main/java/org/etsi/tfs/policy/exception/GeneralExceptionHandler.java b/src/policy/src/main/java/org/etsi/tfs/policy/exception/GeneralExceptionHandler.java index 4e591aed9a99ff208b6704946c580e5478fb82d8..7ccb35f311737c3a9e5fb4574c5868bc64330337 100644 --- a/src/policy/src/main/java/org/etsi/tfs/policy/exception/GeneralExceptionHandler.java +++ b/src/policy/src/main/java/org/etsi/tfs/policy/exception/GeneralExceptionHandler.java @@ -1,18 +1,18 @@ /* -* Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.etsi.tfs.policy.exception; diff --git a/src/policy/src/main/java/org/etsi/tfs/policy/kpi_sample_types/model/KpiSampleType.java b/src/policy/src/main/java/org/etsi/tfs/policy/kpi_sample_types/model/KpiSampleType.java index 2c0e559a89402804bcc03975aed25258872dfd7a..4d457a0c3893f14b0a8a2cf7ecd193006053e0c9 100644 --- a/src/policy/src/main/java/org/etsi/tfs/policy/kpi_sample_types/model/KpiSampleType.java +++ b/src/policy/src/main/java/org/etsi/tfs/policy/kpi_sample_types/model/KpiSampleType.java @@ -1,18 +1,18 @@ /* -* Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.etsi.tfs.policy.kpi_sample_types.model; diff --git a/src/policy/src/main/java/org/etsi/tfs/policy/monitoring/MonitoringGateway.java b/src/policy/src/main/java/org/etsi/tfs/policy/monitoring/MonitoringGateway.java index 29f535eee5f83b0e79496e134e75af9a48278763..2c169009e7954338706524c82f8798f60e453513 100644 --- a/src/policy/src/main/java/org/etsi/tfs/policy/monitoring/MonitoringGateway.java +++ b/src/policy/src/main/java/org/etsi/tfs/policy/monitoring/MonitoringGateway.java @@ -1,18 +1,18 @@ /* -* Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.etsi.tfs.policy.monitoring; diff --git a/src/policy/src/main/java/org/etsi/tfs/policy/monitoring/MonitoringGatewayImpl.java b/src/policy/src/main/java/org/etsi/tfs/policy/monitoring/MonitoringGatewayImpl.java index 08026dae7cefc0a4fe21d37c1fc36f80420a908a..13ebaef2be98212cfb3eb1ed5780b7591f85eb68 100644 --- a/src/policy/src/main/java/org/etsi/tfs/policy/monitoring/MonitoringGatewayImpl.java +++ b/src/policy/src/main/java/org/etsi/tfs/policy/monitoring/MonitoringGatewayImpl.java @@ -1,18 +1,18 @@ /* -* Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.etsi.tfs.policy.monitoring; diff --git a/src/policy/src/main/java/org/etsi/tfs/policy/monitoring/MonitoringService.java b/src/policy/src/main/java/org/etsi/tfs/policy/monitoring/MonitoringService.java index 091f6b795e5a96812f7e5e1d7d10a54e6f2a9fcf..bf8d00cdb4018de51abe19a11567a42c606b84b7 100644 --- a/src/policy/src/main/java/org/etsi/tfs/policy/monitoring/MonitoringService.java +++ b/src/policy/src/main/java/org/etsi/tfs/policy/monitoring/MonitoringService.java @@ -1,18 +1,18 @@ /* -* Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.etsi.tfs.policy.monitoring; diff --git a/src/policy/src/main/java/org/etsi/tfs/policy/monitoring/MonitoringServiceImpl.java b/src/policy/src/main/java/org/etsi/tfs/policy/monitoring/MonitoringServiceImpl.java index 825758534d4fc37d711dbacfc3df2c6b636ef6f5..ba8736eb12b2fed89648a8b6cc32ff50f988b355 100644 --- a/src/policy/src/main/java/org/etsi/tfs/policy/monitoring/MonitoringServiceImpl.java +++ b/src/policy/src/main/java/org/etsi/tfs/policy/monitoring/MonitoringServiceImpl.java @@ -1,18 +1,18 @@ /* -* Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.etsi.tfs.policy.monitoring; diff --git a/src/policy/src/main/java/org/etsi/tfs/policy/monitoring/model/AlarmDescriptor.java b/src/policy/src/main/java/org/etsi/tfs/policy/monitoring/model/AlarmDescriptor.java index 707537f3254ec8dd3e9e9f42b64baf52e584e416..297afe21ede48ad7ff0f11f8b29384c8f6a0c14f 100644 --- a/src/policy/src/main/java/org/etsi/tfs/policy/monitoring/model/AlarmDescriptor.java +++ b/src/policy/src/main/java/org/etsi/tfs/policy/monitoring/model/AlarmDescriptor.java @@ -1,18 +1,18 @@ /* -* Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.etsi.tfs.policy.monitoring.model; diff --git a/src/policy/src/main/java/org/etsi/tfs/policy/monitoring/model/AlarmResponse.java b/src/policy/src/main/java/org/etsi/tfs/policy/monitoring/model/AlarmResponse.java index 408d1c833a903d9730b0ce17371b74a9582e86f2..429fd98f94aea45f27ea0b7680064b2e3a8ff1d4 100644 --- a/src/policy/src/main/java/org/etsi/tfs/policy/monitoring/model/AlarmResponse.java +++ b/src/policy/src/main/java/org/etsi/tfs/policy/monitoring/model/AlarmResponse.java @@ -1,18 +1,18 @@ /* -* Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.etsi.tfs.policy.monitoring.model; diff --git a/src/policy/src/main/java/org/etsi/tfs/policy/monitoring/model/AlarmSubscription.java b/src/policy/src/main/java/org/etsi/tfs/policy/monitoring/model/AlarmSubscription.java index b50093870d7aefca58750e4edfe32c625de22495..a3c07ca8e752e295015ef2fe15ccc4b805e2438d 100644 --- a/src/policy/src/main/java/org/etsi/tfs/policy/monitoring/model/AlarmSubscription.java +++ b/src/policy/src/main/java/org/etsi/tfs/policy/monitoring/model/AlarmSubscription.java @@ -1,18 +1,18 @@ /* -* Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.etsi.tfs.policy.monitoring.model; diff --git a/src/policy/src/main/java/org/etsi/tfs/policy/monitoring/model/BooleanKpiValue.java b/src/policy/src/main/java/org/etsi/tfs/policy/monitoring/model/BooleanKpiValue.java index 75adc4c769e8395c7e69404abb8456fbddf51447..e2f8463faa3afef31860a734e8275ae03f7358b3 100644 --- a/src/policy/src/main/java/org/etsi/tfs/policy/monitoring/model/BooleanKpiValue.java +++ b/src/policy/src/main/java/org/etsi/tfs/policy/monitoring/model/BooleanKpiValue.java @@ -1,18 +1,18 @@ /* -* Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.etsi.tfs.policy.monitoring.model; diff --git a/src/policy/src/main/java/org/etsi/tfs/policy/monitoring/model/FloatKpiValue.java b/src/policy/src/main/java/org/etsi/tfs/policy/monitoring/model/FloatKpiValue.java index 57fdcef3c1379d2aeb1782744eb3d2d39c0f240d..9fc2e27a52750cd125a8b044f01e0498479e1cb1 100644 --- a/src/policy/src/main/java/org/etsi/tfs/policy/monitoring/model/FloatKpiValue.java +++ b/src/policy/src/main/java/org/etsi/tfs/policy/monitoring/model/FloatKpiValue.java @@ -1,18 +1,18 @@ /* -* Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.etsi.tfs.policy.monitoring.model; diff --git a/src/policy/src/main/java/org/etsi/tfs/policy/monitoring/model/IntegerKpiValue.java b/src/policy/src/main/java/org/etsi/tfs/policy/monitoring/model/IntegerKpiValue.java index 19172a3819295b318ac0900cb47bec0761df4d1b..4b87d8a2c7a9e2af4cc26a1d1f0b5748809bfce4 100644 --- a/src/policy/src/main/java/org/etsi/tfs/policy/monitoring/model/IntegerKpiValue.java +++ b/src/policy/src/main/java/org/etsi/tfs/policy/monitoring/model/IntegerKpiValue.java @@ -1,18 +1,18 @@ /* -* Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.etsi.tfs.policy.monitoring.model; diff --git a/src/policy/src/main/java/org/etsi/tfs/policy/monitoring/model/Kpi.java b/src/policy/src/main/java/org/etsi/tfs/policy/monitoring/model/Kpi.java index 10cfa3e1bbf846daf4c91d96c74fd5a2a49d5fbc..1485b9256726fa51d4d1622170c24d925219ea62 100644 --- a/src/policy/src/main/java/org/etsi/tfs/policy/monitoring/model/Kpi.java +++ b/src/policy/src/main/java/org/etsi/tfs/policy/monitoring/model/Kpi.java @@ -1,18 +1,18 @@ /* -* Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.etsi.tfs.policy.monitoring.model; diff --git a/src/policy/src/main/java/org/etsi/tfs/policy/monitoring/model/KpiDescriptor.java b/src/policy/src/main/java/org/etsi/tfs/policy/monitoring/model/KpiDescriptor.java index c62c3926ccfd7d9fcb3bcc9a31a108c8830a0782..675c7d6a64dbe16c189134668474dcd9922ffda6 100644 --- a/src/policy/src/main/java/org/etsi/tfs/policy/monitoring/model/KpiDescriptor.java +++ b/src/policy/src/main/java/org/etsi/tfs/policy/monitoring/model/KpiDescriptor.java @@ -1,18 +1,18 @@ /* -* Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.etsi.tfs.policy.monitoring.model; diff --git a/src/policy/src/main/java/org/etsi/tfs/policy/monitoring/model/KpiValue.java b/src/policy/src/main/java/org/etsi/tfs/policy/monitoring/model/KpiValue.java index 3a9d7d21409a032beedc11fd41c5d4a41de9a74c..4bd59af0592dd92b5b29d50114f53600c4bd79f5 100644 --- a/src/policy/src/main/java/org/etsi/tfs/policy/monitoring/model/KpiValue.java +++ b/src/policy/src/main/java/org/etsi/tfs/policy/monitoring/model/KpiValue.java @@ -1,18 +1,18 @@ /* -* Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.etsi.tfs.policy.monitoring.model; diff --git a/src/policy/src/main/java/org/etsi/tfs/policy/monitoring/model/KpiValueRange.java b/src/policy/src/main/java/org/etsi/tfs/policy/monitoring/model/KpiValueRange.java index a7de600ce84dab44795337709b93997f4c0365e4..706244aae0ba25784a25e9aa4622a6c239d02121 100644 --- a/src/policy/src/main/java/org/etsi/tfs/policy/monitoring/model/KpiValueRange.java +++ b/src/policy/src/main/java/org/etsi/tfs/policy/monitoring/model/KpiValueRange.java @@ -1,18 +1,18 @@ /* -* Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.etsi.tfs.policy.monitoring.model; diff --git a/src/policy/src/main/java/org/etsi/tfs/policy/monitoring/model/LongKpiValue.java b/src/policy/src/main/java/org/etsi/tfs/policy/monitoring/model/LongKpiValue.java index 4777a62d6fb9a52bfbe3c4df4f2bbb951970834a..c90adce90b729a54746965244d7c14dff3981660 100644 --- a/src/policy/src/main/java/org/etsi/tfs/policy/monitoring/model/LongKpiValue.java +++ b/src/policy/src/main/java/org/etsi/tfs/policy/monitoring/model/LongKpiValue.java @@ -1,18 +1,18 @@ /* -* Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.etsi.tfs.policy.monitoring.model; diff --git a/src/policy/src/main/java/org/etsi/tfs/policy/monitoring/model/MonitorKpiRequest.java b/src/policy/src/main/java/org/etsi/tfs/policy/monitoring/model/MonitorKpiRequest.java index 6311118ca2cf6044a02eb108ee26b7d61e6feb6d..1aa2d3e2197d53bcdf0062addcb8e251bb6f9619 100644 --- a/src/policy/src/main/java/org/etsi/tfs/policy/monitoring/model/MonitorKpiRequest.java +++ b/src/policy/src/main/java/org/etsi/tfs/policy/monitoring/model/MonitorKpiRequest.java @@ -1,18 +1,18 @@ /* -* Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.etsi.tfs.policy.monitoring.model; diff --git a/src/policy/src/main/java/org/etsi/tfs/policy/monitoring/model/StringKpiValue.java b/src/policy/src/main/java/org/etsi/tfs/policy/monitoring/model/StringKpiValue.java index 7d26911d481e72a16b6f15be6e4428ddda66ebb6..91b52576cf11cefc7abd059545d363bbff9358c5 100644 --- a/src/policy/src/main/java/org/etsi/tfs/policy/monitoring/model/StringKpiValue.java +++ b/src/policy/src/main/java/org/etsi/tfs/policy/monitoring/model/StringKpiValue.java @@ -1,18 +1,18 @@ /* -* Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.etsi.tfs.policy.monitoring.model; diff --git a/src/policy/src/main/java/org/etsi/tfs/policy/monitoring/model/SubsDescriptor.java b/src/policy/src/main/java/org/etsi/tfs/policy/monitoring/model/SubsDescriptor.java index 247043f02fc035f4a34951877de44b7abcb035a6..9e8400d4684f475cd7a7fc4fcf546e0b0a457f6d 100644 --- a/src/policy/src/main/java/org/etsi/tfs/policy/monitoring/model/SubsDescriptor.java +++ b/src/policy/src/main/java/org/etsi/tfs/policy/monitoring/model/SubsDescriptor.java @@ -1,18 +1,18 @@ /* -* Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.etsi.tfs.policy.monitoring.model; diff --git a/src/policy/src/main/java/org/etsi/tfs/policy/monitoring/model/SubsResponse.java b/src/policy/src/main/java/org/etsi/tfs/policy/monitoring/model/SubsResponse.java index 832d9278bbac0e6e0eefba131f637b1f42ccefac..be072120711536c437c764a0f74e4010151909e8 100644 --- a/src/policy/src/main/java/org/etsi/tfs/policy/monitoring/model/SubsResponse.java +++ b/src/policy/src/main/java/org/etsi/tfs/policy/monitoring/model/SubsResponse.java @@ -1,18 +1,18 @@ /* -* Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.etsi.tfs.policy.monitoring.model; diff --git a/src/policy/src/main/java/org/etsi/tfs/policy/policy/AddPolicyDeviceImpl.java b/src/policy/src/main/java/org/etsi/tfs/policy/policy/AddPolicyDeviceImpl.java index 05109df421a085eeeb65b4e2de1bf4534f5e6332..08529a63aa09c582ca5b9b47d901ea8644814bdd 100644 --- a/src/policy/src/main/java/org/etsi/tfs/policy/policy/AddPolicyDeviceImpl.java +++ b/src/policy/src/main/java/org/etsi/tfs/policy/policy/AddPolicyDeviceImpl.java @@ -1,18 +1,18 @@ /* -* Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.etsi.tfs.policy.policy; diff --git a/src/policy/src/main/java/org/etsi/tfs/policy/policy/AddPolicyServiceImpl.java b/src/policy/src/main/java/org/etsi/tfs/policy/policy/AddPolicyServiceImpl.java index 77aa96d2652768382c1312393cb5be7cc22ac5ae..db9bb35d257c53b6254c2cd951f132970e2ab80d 100644 --- a/src/policy/src/main/java/org/etsi/tfs/policy/policy/AddPolicyServiceImpl.java +++ b/src/policy/src/main/java/org/etsi/tfs/policy/policy/AddPolicyServiceImpl.java @@ -1,18 +1,18 @@ /* -* Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.etsi.tfs.policy.policy; @@ -22,13 +22,10 @@ import static org.etsi.tfs.policy.common.ApplicationProperties.VALIDATED_POLICYR import io.smallrye.mutiny.Uni; import jakarta.enterprise.context.ApplicationScoped; import jakarta.inject.Inject; -import java.util.List; import org.etsi.tfs.policy.context.ContextService; import org.etsi.tfs.policy.context.model.ServiceId; import org.etsi.tfs.policy.exception.ExternalServiceFailureException; -import org.etsi.tfs.policy.monitoring.model.AlarmDescriptor; import org.etsi.tfs.policy.policy.model.PolicyRule; -import org.etsi.tfs.policy.policy.model.PolicyRuleBasic; import org.etsi.tfs.policy.policy.model.PolicyRuleService; import org.etsi.tfs.policy.policy.model.PolicyRuleState; import org.etsi.tfs.policy.policy.model.PolicyRuleStateEnum; @@ -38,14 +35,10 @@ import org.etsi.tfs.policy.policy.model.PolicyRuleTypeService; public class AddPolicyServiceImpl { @Inject private CommonPolicyServiceImpl commonPolicyService; - @Inject private CommonAlarmService commonAlarmService; @Inject private ContextService contextService; public Uni<PolicyRuleState> constructPolicyStateBasedOnCriteria( - Boolean isService, - ServiceId serviceId, - PolicyRuleService policyRuleService, - PolicyRuleBasic policyRuleBasic) { + Boolean isService, ServiceId serviceId, PolicyRuleService policyRuleService) { if (!isService) { var policyRuleState = @@ -57,36 +50,20 @@ public class AddPolicyServiceImpl { final var policyRuleTypeService = new PolicyRuleTypeService(policyRuleService); final var policyRule = new PolicyRule(policyRuleTypeService); - final var alarmDescriptorList = commonPolicyService.createAlarmDescriptorList(policyRule); - if (alarmDescriptorList.isEmpty()) { - var policyRuleState = - new PolicyRuleState( - PolicyRuleStateEnum.POLICY_FAILED, - String.format( - "Invalid PolicyRuleConditions in PolicyRule with ID: %s", - policyRuleBasic.getPolicyRuleId())); - return Uni.createFrom().item(policyRuleState); - } + final String kpiId = + policyRuleService.getPolicyRuleBasic().getPolicyRuleConditions().get(0).getKpiId(); + commonPolicyService.getKpiPolicyRuleServiceMap().put(kpiId, policyRuleService); - return setPolicyRuleOnContextAndReturnState(policyRule, policyRuleService, alarmDescriptorList); + return setPolicyRuleOnContextAndReturnState(policyRule); } - private Uni<PolicyRuleState> setPolicyRuleOnContextAndReturnState( - PolicyRule policyRule, - PolicyRuleService policyRuleService, - List<AlarmDescriptor> alarmDescriptorList) { + private Uni<PolicyRuleState> setPolicyRuleOnContextAndReturnState(PolicyRule policyRule) { return contextService .setPolicyRule(policyRule) .onFailure() .transform(failure -> new ExternalServiceFailureException(failure.getMessage())) .onItem() - .transform( - policyId -> { - commonAlarmService.startMonitoringBasedOnAlarmDescriptors( - policyId, policyRuleService, alarmDescriptorList); - - return VALIDATED_POLICYRULE_STATE; - }); + .transform(policyId -> VALIDATED_POLICYRULE_STATE); } } diff --git a/src/policy/src/main/java/org/etsi/tfs/policy/policy/CommonAlarmService.java b/src/policy/src/main/java/org/etsi/tfs/policy/policy/CommonAlarmService.java index 9db561204b4e41e7429d12e663ae6dc321140ab1..9f6a7101fd6066978ed5f1ca05af98a9ecdcc712 100644 --- a/src/policy/src/main/java/org/etsi/tfs/policy/policy/CommonAlarmService.java +++ b/src/policy/src/main/java/org/etsi/tfs/policy/policy/CommonAlarmService.java @@ -1,18 +1,18 @@ /* -* Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.etsi.tfs.policy.policy; @@ -99,12 +99,12 @@ public class CommonAlarmService { } /** - * Transform the alarmIds into promised alarms returned from the getAlarmResponseStream - * - * @param alarmIds the list of alarm ids - * @param policyRuleService the policy rule service - * @return - */ + * Transform the alarmIds into promised alarms returned from the getAlarmResponseStream + * + * @param alarmIds the list of alarm ids + * @param policyRuleService the policy rule service + * @return + */ private List<Multi<AlarmResponse>> transformAlarmIds( List<Uni<String>> alarmIds, PolicyRuleService policyRuleService) { List<Multi<AlarmResponse>> alarmResponseStreamList = new ArrayList<>(); @@ -146,11 +146,11 @@ public class CommonAlarmService { } /** - * Create an alarmIds list that contains the promised ids returned from setKpiAlarm - * - * @param alarmDescriptorList the list of alarm descriptors - * @return the list of alarm descriptors - */ + * Create an alarmIds list that contains the promised ids returned from setKpiAlarm + * + * @param alarmDescriptorList the list of alarm descriptors + * @return the list of alarm descriptors + */ public List<Uni<String>> createAlarmList(List<AlarmDescriptor> alarmDescriptorList) { List<Uni<String>> alarmIds = new ArrayList<Uni<String>>(); for (AlarmDescriptor alarmDescriptor : alarmDescriptorList) { diff --git a/src/policy/src/main/java/org/etsi/tfs/policy/policy/CommonPolicyServiceImpl.java b/src/policy/src/main/java/org/etsi/tfs/policy/policy/CommonPolicyServiceImpl.java index f4d1f84a253a0f63f45ee3c2974668878037c293..b3c8d3568ecc0727fa4710aff6ad80f583e70600 100644 --- a/src/policy/src/main/java/org/etsi/tfs/policy/policy/CommonPolicyServiceImpl.java +++ b/src/policy/src/main/java/org/etsi/tfs/policy/policy/CommonPolicyServiceImpl.java @@ -1,18 +1,18 @@ /* -* Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.etsi.tfs.policy.policy; @@ -77,7 +77,8 @@ public class CommonPolicyServiceImpl { // TODO: Find a better way to disregard alarms while reconfiguring path // Temporary solution for not calling the same rpc more than it's needed public static int noAlarms = 0; - + private ConcurrentHashMap<String, PolicyRuleService> kpiPolicyRuleServiceMap = + new ConcurrentHashMap<>(); private ConcurrentHashMap<String, PolicyRuleService> alarmPolicyRuleServiceMap = new ConcurrentHashMap<>(); private ConcurrentHashMap<String, PolicyRuleDevice> alarmPolicyRuleDeviceMap = @@ -89,6 +90,10 @@ public class CommonPolicyServiceImpl { return subscriptionList; } + public ConcurrentHashMap<String, PolicyRuleService> getKpiPolicyRuleServiceMap() { + return kpiPolicyRuleServiceMap; + } + public ConcurrentHashMap<String, PolicyRuleService> getAlarmPolicyRuleServiceMap() { return alarmPolicyRuleServiceMap; } @@ -111,6 +116,31 @@ public class CommonPolicyServiceImpl { return Long.valueOf(now).doubleValue(); } + public void applyActionServiceBasedOnKpiId(String kpiId) { + if (!kpiPolicyRuleServiceMap.containsKey(kpiId)) { + LOGGER.info("No Policy for KpiId"); + return; + } + + PolicyRuleService policyRuleService = kpiPolicyRuleServiceMap.get(kpiId); + PolicyRuleAction policyRuleAction = + policyRuleService.getPolicyRuleBasic().getPolicyRuleActions().get(0); + + setPolicyRuleServiceToContext(policyRuleService, ACTIVE_POLICYRULE_STATE); + + switch (policyRuleAction.getPolicyRuleActionEnum()) { + case POLICY_RULE_ACTION_ADD_SERVICE_CONSTRAINT: + addServiceConstraint(policyRuleService, policyRuleAction); + case POLICY_RULE_ACTION_ADD_SERVICE_CONFIGRULE: + addServiceConfigRule(policyRuleService, policyRuleAction); + case POLICY_RULE_ACTION_RECALCULATE_PATH: + callRecalculatePathRPC(policyRuleService, policyRuleAction); + default: + LOGGER.errorf(INVALID_MESSAGE, policyRuleAction.getPolicyRuleActionEnum()); + return; + } + } + public void applyActionService(String alarmId) { PolicyRuleService policyRuleService = alarmPolicyRuleServiceMap.get(alarmId); PolicyRuleAction policyRuleAction = diff --git a/src/policy/src/main/java/org/etsi/tfs/policy/policy/PolicyGateway.java b/src/policy/src/main/java/org/etsi/tfs/policy/policy/PolicyGateway.java index db01eb9df714023fd11e71beb32904a9fa0272ec..58e8f0c92c1d91f7cbf369d7d1275fd18168411c 100644 --- a/src/policy/src/main/java/org/etsi/tfs/policy/policy/PolicyGateway.java +++ b/src/policy/src/main/java/org/etsi/tfs/policy/policy/PolicyGateway.java @@ -1,18 +1,18 @@ /* -* Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.etsi.tfs.policy.policy; diff --git a/src/policy/src/main/java/org/etsi/tfs/policy/policy/PolicyGatewayImpl.java b/src/policy/src/main/java/org/etsi/tfs/policy/policy/PolicyGatewayImpl.java index d8ba0ca8d158858dd512b40bd0e97937edca9cd2..dd454b48bdb1365407df099d2201d2b727dd3ce7 100644 --- a/src/policy/src/main/java/org/etsi/tfs/policy/policy/PolicyGatewayImpl.java +++ b/src/policy/src/main/java/org/etsi/tfs/policy/policy/PolicyGatewayImpl.java @@ -1,18 +1,18 @@ /* -* Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.etsi.tfs.policy.policy; diff --git a/src/policy/src/main/java/org/etsi/tfs/policy/policy/PolicyService.java b/src/policy/src/main/java/org/etsi/tfs/policy/policy/PolicyService.java index 22cb203abea8899297b3aadf53c162fda252ed37..f9063cccaa975f8ca451738940738945ca2898bc 100644 --- a/src/policy/src/main/java/org/etsi/tfs/policy/policy/PolicyService.java +++ b/src/policy/src/main/java/org/etsi/tfs/policy/policy/PolicyService.java @@ -1,18 +1,18 @@ /* -* Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.etsi.tfs.policy.policy; diff --git a/src/policy/src/main/java/org/etsi/tfs/policy/policy/PolicyServiceImpl.java b/src/policy/src/main/java/org/etsi/tfs/policy/policy/PolicyServiceImpl.java index f2cc6f99a68351fba1a93af0880bc61eace74cbb..c2476e11b5b370c499c4bd8af725e4d71361fd9a 100644 --- a/src/policy/src/main/java/org/etsi/tfs/policy/policy/PolicyServiceImpl.java +++ b/src/policy/src/main/java/org/etsi/tfs/policy/policy/PolicyServiceImpl.java @@ -1,18 +1,18 @@ /* -* Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.etsi.tfs.policy.policy; @@ -90,7 +90,7 @@ public class PolicyServiceImpl implements PolicyService { .transform( isService -> addPolicyServiceImpl.constructPolicyStateBasedOnCriteria( - isService, serviceId, policyRuleService, policyRuleBasic)) + isService, serviceId, policyRuleService)) .flatMap(Function.identity()); } diff --git a/src/policy/src/main/java/org/etsi/tfs/policy/policy/kafka/AlarmListener.java b/src/policy/src/main/java/org/etsi/tfs/policy/policy/kafka/AlarmListener.java new file mode 100644 index 0000000000000000000000000000000000000000..81cd6df4d9699f1ce5c7fda8956d336bec7a7c13 --- /dev/null +++ b/src/policy/src/main/java/org/etsi/tfs/policy/policy/kafka/AlarmListener.java @@ -0,0 +1,50 @@ +/* + * Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +package org.etsi.tfs.policy.policy.kafka; + +import io.smallrye.reactive.messaging.annotations.Blocking; +import jakarta.enterprise.context.ApplicationScoped; +import jakarta.inject.Inject; +import org.eclipse.microprofile.reactive.messaging.Incoming; +import org.etsi.tfs.policy.policy.CommonPolicyServiceImpl; +import org.etsi.tfs.policy.policy.model.AlarmTopicDTO; +import org.jboss.logging.Logger; + +@ApplicationScoped +public class AlarmListener { + private final CommonPolicyServiceImpl commonPolicyServiceImpl; + + private final Logger logger = Logger.getLogger(AlarmListener.class); + public static final String ALARM_TOPIC = "topic_alarms"; + + @Inject + public AlarmListener(CommonPolicyServiceImpl commonPolicyServiceImpl) { + this.commonPolicyServiceImpl = commonPolicyServiceImpl; + } + + @Incoming(ALARM_TOPIC) + @Blocking + public void receiveAlarm(AlarmTopicDTO alarmTopicDto) { + logger.infof("Received message for analytic service backend :\n %s", alarmTopicDto.toString()); + if (alarmTopicDto.isThresholdRaise() || alarmTopicDto.isThresholdFall()) { + logger.infof("**************************Received Alarm!**************************"); + logger.infof( + "Received Alarm for analytic service backend with kpiId: %s", alarmTopicDto.getKpiId()); + commonPolicyServiceImpl.applyActionServiceBasedOnKpiId(alarmTopicDto.getKpiId()); + } + } +} diff --git a/src/policy/src/main/java/org/etsi/tfs/policy/policy/kafka/TopicAlarmDeserializer.java b/src/policy/src/main/java/org/etsi/tfs/policy/policy/kafka/TopicAlarmDeserializer.java new file mode 100644 index 0000000000000000000000000000000000000000..5cf476c54aef2c65f98a7d54116d01c36a0aea54 --- /dev/null +++ b/src/policy/src/main/java/org/etsi/tfs/policy/policy/kafka/TopicAlarmDeserializer.java @@ -0,0 +1,26 @@ +/* + * Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +package org.etsi.tfs.policy.policy.kafka; + +import io.quarkus.kafka.client.serialization.ObjectMapperDeserializer; +import org.etsi.tfs.policy.policy.model.AlarmTopicDTO; + +public class TopicAlarmDeserializer extends ObjectMapperDeserializer<AlarmTopicDTO> { + public TopicAlarmDeserializer() { + super(AlarmTopicDTO.class); + } +} diff --git a/src/policy/src/main/java/org/etsi/tfs/policy/policy/model/AlarmTopicDTO.java b/src/policy/src/main/java/org/etsi/tfs/policy/policy/model/AlarmTopicDTO.java new file mode 100644 index 0000000000000000000000000000000000000000..b26d53484d02495391367a5dbc45619ddac9c2e1 --- /dev/null +++ b/src/policy/src/main/java/org/etsi/tfs/policy/policy/model/AlarmTopicDTO.java @@ -0,0 +1,38 @@ +/* + * Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +package org.etsi.tfs.policy.policy.model; + +import com.fasterxml.jackson.annotation.JsonProperty; +import lombok.Data; + +@Data +public class AlarmTopicDTO { + + @JsonProperty("window_start") + private String windowStart; + + @JsonProperty("THRESHOLD_FALL") + private boolean thresholdFall; + + @JsonProperty("THRESHOLD_RAISE") + private boolean thresholdRaise; + + private String value; + + @JsonProperty("kpi_id") + private String kpiId; +} diff --git a/src/policy/src/main/java/org/etsi/tfs/policy/policy/model/BooleanOperator.java b/src/policy/src/main/java/org/etsi/tfs/policy/policy/model/BooleanOperator.java index a4f5ef12cd1197e4ba7e18937b12bb6c952e7f91..5c11f863445ecb98e8384ef1cc2d0f7685d87651 100644 --- a/src/policy/src/main/java/org/etsi/tfs/policy/policy/model/BooleanOperator.java +++ b/src/policy/src/main/java/org/etsi/tfs/policy/policy/model/BooleanOperator.java @@ -1,18 +1,18 @@ /* -* Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.etsi.tfs.policy.policy.model; diff --git a/src/policy/src/main/java/org/etsi/tfs/policy/policy/model/NumericalOperator.java b/src/policy/src/main/java/org/etsi/tfs/policy/policy/model/NumericalOperator.java index bcb27cdaf162b0959ffbb68ce2c1737ece04412a..10d2476d33e62b36b7e57fb5487e4f3d22827e8b 100644 --- a/src/policy/src/main/java/org/etsi/tfs/policy/policy/model/NumericalOperator.java +++ b/src/policy/src/main/java/org/etsi/tfs/policy/policy/model/NumericalOperator.java @@ -1,18 +1,18 @@ /* -* Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.etsi.tfs.policy.policy.model; diff --git a/src/policy/src/main/java/org/etsi/tfs/policy/policy/model/PolicyRule.java b/src/policy/src/main/java/org/etsi/tfs/policy/policy/model/PolicyRule.java index 423b3a05d1879b91728b469bccc21d4d3cf64fcb..a4d01ce960ea33efc3ab3c9e8f0cac1a0e302a70 100644 --- a/src/policy/src/main/java/org/etsi/tfs/policy/policy/model/PolicyRule.java +++ b/src/policy/src/main/java/org/etsi/tfs/policy/policy/model/PolicyRule.java @@ -1,18 +1,18 @@ /* -* Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.etsi.tfs.policy.policy.model; diff --git a/src/policy/src/main/java/org/etsi/tfs/policy/policy/model/PolicyRuleAction.java b/src/policy/src/main/java/org/etsi/tfs/policy/policy/model/PolicyRuleAction.java index a84ceaf58141815f6bbc24d822985fd2df2001e8..7cb951b907d91ec00aab7b6a3a894ad91d9c0787 100644 --- a/src/policy/src/main/java/org/etsi/tfs/policy/policy/model/PolicyRuleAction.java +++ b/src/policy/src/main/java/org/etsi/tfs/policy/policy/model/PolicyRuleAction.java @@ -1,18 +1,18 @@ /* -* Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.etsi.tfs.policy.policy.model; diff --git a/src/policy/src/main/java/org/etsi/tfs/policy/policy/model/PolicyRuleActionConfig.java b/src/policy/src/main/java/org/etsi/tfs/policy/policy/model/PolicyRuleActionConfig.java index 7399a3bfb2bde611a4d0ea99b4d1f9fd742aca84..004ff7bd19ac615d78762c9168c844249fdf4426 100644 --- a/src/policy/src/main/java/org/etsi/tfs/policy/policy/model/PolicyRuleActionConfig.java +++ b/src/policy/src/main/java/org/etsi/tfs/policy/policy/model/PolicyRuleActionConfig.java @@ -1,18 +1,18 @@ /* -* Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.etsi.tfs.policy.policy.model; diff --git a/src/policy/src/main/java/org/etsi/tfs/policy/policy/model/PolicyRuleActionEnum.java b/src/policy/src/main/java/org/etsi/tfs/policy/policy/model/PolicyRuleActionEnum.java index 10bd7ec61bf8c839a248a420362bf248bd420e80..3d5e5e9b6a6be96e3bf76f15cc1e7a0ecd1c63d0 100644 --- a/src/policy/src/main/java/org/etsi/tfs/policy/policy/model/PolicyRuleActionEnum.java +++ b/src/policy/src/main/java/org/etsi/tfs/policy/policy/model/PolicyRuleActionEnum.java @@ -1,18 +1,18 @@ /* -* Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.etsi.tfs.policy.policy.model; diff --git a/src/policy/src/main/java/org/etsi/tfs/policy/policy/model/PolicyRuleBase.java b/src/policy/src/main/java/org/etsi/tfs/policy/policy/model/PolicyRuleBase.java index d4cf83fc65a6569f12808850788f4caa0238fa47..e1f1fbecac90fd9567969a1379692e8f97de8778 100644 --- a/src/policy/src/main/java/org/etsi/tfs/policy/policy/model/PolicyRuleBase.java +++ b/src/policy/src/main/java/org/etsi/tfs/policy/policy/model/PolicyRuleBase.java @@ -1,18 +1,18 @@ /* -* Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.etsi.tfs.policy.policy.model; diff --git a/src/policy/src/main/java/org/etsi/tfs/policy/policy/model/PolicyRuleBasic.java b/src/policy/src/main/java/org/etsi/tfs/policy/policy/model/PolicyRuleBasic.java index 085767bd19539f015de07c7850a29759b12f49d8..6a3b8602caaa8980130971029d19c13a8fe6309d 100644 --- a/src/policy/src/main/java/org/etsi/tfs/policy/policy/model/PolicyRuleBasic.java +++ b/src/policy/src/main/java/org/etsi/tfs/policy/policy/model/PolicyRuleBasic.java @@ -1,18 +1,18 @@ /* -* Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.etsi.tfs.policy.policy.model; diff --git a/src/policy/src/main/java/org/etsi/tfs/policy/policy/model/PolicyRuleCondition.java b/src/policy/src/main/java/org/etsi/tfs/policy/policy/model/PolicyRuleCondition.java index f872e9980986dcb5ba8279f1c04a3d41f1a27791..697924f45cb5d8f4b5e67217ebc7d0230018a33f 100644 --- a/src/policy/src/main/java/org/etsi/tfs/policy/policy/model/PolicyRuleCondition.java +++ b/src/policy/src/main/java/org/etsi/tfs/policy/policy/model/PolicyRuleCondition.java @@ -1,18 +1,18 @@ /* -* Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.etsi.tfs.policy.policy.model; diff --git a/src/policy/src/main/java/org/etsi/tfs/policy/policy/model/PolicyRuleDevice.java b/src/policy/src/main/java/org/etsi/tfs/policy/policy/model/PolicyRuleDevice.java index 2e7d93951b2b891eeec63c65cf7b6fdf08c2c813..205b3e1330d6e3b8926ceb0b4a73c5801e3af58e 100644 --- a/src/policy/src/main/java/org/etsi/tfs/policy/policy/model/PolicyRuleDevice.java +++ b/src/policy/src/main/java/org/etsi/tfs/policy/policy/model/PolicyRuleDevice.java @@ -1,18 +1,18 @@ /* -* Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.etsi.tfs.policy.policy.model; diff --git a/src/policy/src/main/java/org/etsi/tfs/policy/policy/model/PolicyRuleService.java b/src/policy/src/main/java/org/etsi/tfs/policy/policy/model/PolicyRuleService.java index f10d4b58e9d74638c96d497d034b42927d84130e..07f3076e7801b703fe4024a2012c9543071af180 100644 --- a/src/policy/src/main/java/org/etsi/tfs/policy/policy/model/PolicyRuleService.java +++ b/src/policy/src/main/java/org/etsi/tfs/policy/policy/model/PolicyRuleService.java @@ -1,18 +1,18 @@ /* -* Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.etsi.tfs.policy.policy.model; diff --git a/src/policy/src/main/java/org/etsi/tfs/policy/policy/model/PolicyRuleState.java b/src/policy/src/main/java/org/etsi/tfs/policy/policy/model/PolicyRuleState.java index 2e96d8d9c760c88d036208d43ba982842b52bb3b..d6ef07990e18606d7c5e4dd71a0492b55f6d64ce 100644 --- a/src/policy/src/main/java/org/etsi/tfs/policy/policy/model/PolicyRuleState.java +++ b/src/policy/src/main/java/org/etsi/tfs/policy/policy/model/PolicyRuleState.java @@ -1,18 +1,18 @@ /* -* Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.etsi.tfs.policy.policy.model; diff --git a/src/policy/src/main/java/org/etsi/tfs/policy/policy/model/PolicyRuleStateEnum.java b/src/policy/src/main/java/org/etsi/tfs/policy/policy/model/PolicyRuleStateEnum.java index 95711def2f1f47d40079d21d241c433c9546a19b..b093d15d555df3a46788ba128be4ff9bb1a30977 100644 --- a/src/policy/src/main/java/org/etsi/tfs/policy/policy/model/PolicyRuleStateEnum.java +++ b/src/policy/src/main/java/org/etsi/tfs/policy/policy/model/PolicyRuleStateEnum.java @@ -1,18 +1,18 @@ /* -* Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.etsi.tfs.policy.policy.model; diff --git a/src/policy/src/main/java/org/etsi/tfs/policy/policy/model/PolicyRuleType.java b/src/policy/src/main/java/org/etsi/tfs/policy/policy/model/PolicyRuleType.java index 5cb04c05c685b70e70b88f7595246aa49b00237a..24cf2d8961a51deae664087e2d55a482bc5cf7bf 100644 --- a/src/policy/src/main/java/org/etsi/tfs/policy/policy/model/PolicyRuleType.java +++ b/src/policy/src/main/java/org/etsi/tfs/policy/policy/model/PolicyRuleType.java @@ -1,18 +1,18 @@ /* -* Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.etsi.tfs.policy.policy.model; diff --git a/src/policy/src/main/java/org/etsi/tfs/policy/policy/model/PolicyRuleTypeDevice.java b/src/policy/src/main/java/org/etsi/tfs/policy/policy/model/PolicyRuleTypeDevice.java index 476bba516df51c12ded9e628f83cf3710bb34c1e..326df220a0b1396bad4eca7d9a7c68751aecc621 100644 --- a/src/policy/src/main/java/org/etsi/tfs/policy/policy/model/PolicyRuleTypeDevice.java +++ b/src/policy/src/main/java/org/etsi/tfs/policy/policy/model/PolicyRuleTypeDevice.java @@ -1,18 +1,18 @@ /* -* Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.etsi.tfs.policy.policy.model; diff --git a/src/policy/src/main/java/org/etsi/tfs/policy/policy/model/PolicyRuleTypeService.java b/src/policy/src/main/java/org/etsi/tfs/policy/policy/model/PolicyRuleTypeService.java index 1de46182267e1d8ed0c61be36f2ed638a52042bb..a684218df8e9ff9b1a599ecd351cc766372d67bd 100644 --- a/src/policy/src/main/java/org/etsi/tfs/policy/policy/model/PolicyRuleTypeService.java +++ b/src/policy/src/main/java/org/etsi/tfs/policy/policy/model/PolicyRuleTypeService.java @@ -1,18 +1,18 @@ /* -* Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.etsi.tfs.policy.policy.model; diff --git a/src/policy/src/main/java/org/etsi/tfs/policy/policy/service/PolicyRuleConditionFieldsGetter.java b/src/policy/src/main/java/org/etsi/tfs/policy/policy/service/PolicyRuleConditionFieldsGetter.java index cf58b9d6c46af9a7710f4daf436ccc62754e8139..c42fc081a71373ef0167421749aa47facd99f2f5 100644 --- a/src/policy/src/main/java/org/etsi/tfs/policy/policy/service/PolicyRuleConditionFieldsGetter.java +++ b/src/policy/src/main/java/org/etsi/tfs/policy/policy/service/PolicyRuleConditionFieldsGetter.java @@ -1,18 +1,18 @@ /* -* Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.etsi.tfs.policy.policy.service; diff --git a/src/policy/src/main/java/org/etsi/tfs/policy/policy/service/PolicyRuleConditionValidator.java b/src/policy/src/main/java/org/etsi/tfs/policy/policy/service/PolicyRuleConditionValidator.java index 090579fee16901ad1d427755be9fc330efad8ea7..c1947ae32edfbfd4ca7aa3b560150c63656b32aa 100644 --- a/src/policy/src/main/java/org/etsi/tfs/policy/policy/service/PolicyRuleConditionValidator.java +++ b/src/policy/src/main/java/org/etsi/tfs/policy/policy/service/PolicyRuleConditionValidator.java @@ -1,18 +1,18 @@ /* -* Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.etsi.tfs.policy.policy.service; diff --git a/src/policy/src/main/java/org/etsi/tfs/policy/service/ServiceGateway.java b/src/policy/src/main/java/org/etsi/tfs/policy/service/ServiceGateway.java index 4e065132fe4805462386d55ffa2a6ee284778644..a4b39ef434b9b9a6f5c1466a386c921d55128e69 100644 --- a/src/policy/src/main/java/org/etsi/tfs/policy/service/ServiceGateway.java +++ b/src/policy/src/main/java/org/etsi/tfs/policy/service/ServiceGateway.java @@ -1,18 +1,18 @@ /* -* Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.etsi.tfs.policy.service; diff --git a/src/policy/src/main/java/org/etsi/tfs/policy/service/ServiceGatewayImpl.java b/src/policy/src/main/java/org/etsi/tfs/policy/service/ServiceGatewayImpl.java index fbf96534b892a84208ace947b9664a6e0a2833e2..0deb437ff3a9d852ee98a6c021c83e9fa9d7c3c5 100644 --- a/src/policy/src/main/java/org/etsi/tfs/policy/service/ServiceGatewayImpl.java +++ b/src/policy/src/main/java/org/etsi/tfs/policy/service/ServiceGatewayImpl.java @@ -1,18 +1,18 @@ /* -* Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.etsi.tfs.policy.service; diff --git a/src/policy/src/main/java/org/etsi/tfs/policy/service/ServiceService.java b/src/policy/src/main/java/org/etsi/tfs/policy/service/ServiceService.java index b6b05370f633568f0b294ef6672040431ec871d3..a6a7bf955387f47c7239e87cf45b54946a4bb780 100644 --- a/src/policy/src/main/java/org/etsi/tfs/policy/service/ServiceService.java +++ b/src/policy/src/main/java/org/etsi/tfs/policy/service/ServiceService.java @@ -1,18 +1,18 @@ /* -* Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.etsi.tfs.policy.service; diff --git a/src/policy/src/main/java/org/etsi/tfs/policy/service/ServiceServiceImpl.java b/src/policy/src/main/java/org/etsi/tfs/policy/service/ServiceServiceImpl.java index 125dd144999661ef1b1fe86787f1e91772a09b8e..93fe9162fb288bd3f075b522db07e4a7f780da3c 100644 --- a/src/policy/src/main/java/org/etsi/tfs/policy/service/ServiceServiceImpl.java +++ b/src/policy/src/main/java/org/etsi/tfs/policy/service/ServiceServiceImpl.java @@ -1,18 +1,18 @@ /* -* Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.etsi.tfs.policy.service; diff --git a/src/policy/src/main/resources/application.yml b/src/policy/src/main/resources/application.yml index c006f5472d5d4fbd062f143988132fa62fa2c8ed..d0fca91427e5d0242db5abcd349ea1cdf9bb5364 100644 --- a/src/policy/src/main/resources/application.yml +++ b/src/policy/src/main/resources/application.yml @@ -63,6 +63,7 @@ quarkus: context-service-host: "contextservice" monitoring-service-host: "monitoringservice" service-service-host: "serviceservice" + kafka-broker-host: "kafka-service.kafka.svc.cluster.local" resources: requests: cpu: 50m @@ -71,3 +72,23 @@ quarkus: cpu: 500m memory: 2048Mi +#Disable Kafka on Test +"%test": + mp: + messaging: + connector: + smallrye-kafka: + enabled: false + +mp: + messaging: + incoming: + topic-alarms: + failure-strategy: ignore + connector: smallrye-kafka + topic: topic-alarms + value: + deserializer: org.etsi.tfs.policy.policy.kafka.TopicAlarmDeserializer +kafka: + bootstrap: + servers: ${quarkus.kubernetes.env.vars.kafka-broker-host}:9092 diff --git a/src/policy/src/test/java/org/etsi/tfs/policy/ConfigRuleTypeTest.java b/src/policy/src/test/java/org/etsi/tfs/policy/ConfigRuleTypeTest.java index 69e63ff4c399a6f8f4a11f38f23800d350b926c3..668a4a5fee2d377e79bb0a97c6f93e922b82ab93 100644 --- a/src/policy/src/test/java/org/etsi/tfs/policy/ConfigRuleTypeTest.java +++ b/src/policy/src/test/java/org/etsi/tfs/policy/ConfigRuleTypeTest.java @@ -1,18 +1,18 @@ /* -* Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.etsi.tfs.policy; diff --git a/src/policy/src/test/java/org/etsi/tfs/policy/ConstraintTypeTest.java b/src/policy/src/test/java/org/etsi/tfs/policy/ConstraintTypeTest.java index b6271469ace381eb647f083fe8dea3439040f202..0fd999ed491b9c42f3ec88f65029cce3fe4188d1 100644 --- a/src/policy/src/test/java/org/etsi/tfs/policy/ConstraintTypeTest.java +++ b/src/policy/src/test/java/org/etsi/tfs/policy/ConstraintTypeTest.java @@ -1,18 +1,18 @@ /* -* Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.etsi.tfs.policy; diff --git a/src/policy/src/test/java/org/etsi/tfs/policy/EndPointCreationTest.java b/src/policy/src/test/java/org/etsi/tfs/policy/EndPointCreationTest.java index 6542a593167a0ff1c5ff245d20fcabec564b57e2..6f02ee4bb3485280ae468115f1a8d90120299d4d 100644 --- a/src/policy/src/test/java/org/etsi/tfs/policy/EndPointCreationTest.java +++ b/src/policy/src/test/java/org/etsi/tfs/policy/EndPointCreationTest.java @@ -1,18 +1,18 @@ /* -* Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.etsi.tfs.policy; diff --git a/src/policy/src/test/java/org/etsi/tfs/policy/LocationTypeTest.java b/src/policy/src/test/java/org/etsi/tfs/policy/LocationTypeTest.java index ed4f5d712197106c5afeca04aa64543823778707..9072d7df0b7e058eac0852c8aafdb3603c9901e8 100644 --- a/src/policy/src/test/java/org/etsi/tfs/policy/LocationTypeTest.java +++ b/src/policy/src/test/java/org/etsi/tfs/policy/LocationTypeTest.java @@ -1,18 +1,18 @@ /* -* Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.etsi.tfs.policy; diff --git a/src/policy/src/test/java/org/etsi/tfs/policy/PolicyAddDeviceTest.java b/src/policy/src/test/java/org/etsi/tfs/policy/PolicyAddDeviceTest.java index 91ed70a1687eacac35e08c28e0da0596e62df1de..03b6dee313c126f13c54a0a761417ab02161c0eb 100644 --- a/src/policy/src/test/java/org/etsi/tfs/policy/PolicyAddDeviceTest.java +++ b/src/policy/src/test/java/org/etsi/tfs/policy/PolicyAddDeviceTest.java @@ -1,18 +1,18 @@ /* -* Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.etsi.tfs.policy; diff --git a/src/policy/src/test/java/org/etsi/tfs/policy/PolicyAddServiceTest.java b/src/policy/src/test/java/org/etsi/tfs/policy/PolicyAddServiceTest.java index 398a8b5feea479ce7f70c8fe9dfed189802b1c82..1297ecd2a4b5a482496dc6afd6d988d1951031e6 100644 --- a/src/policy/src/test/java/org/etsi/tfs/policy/PolicyAddServiceTest.java +++ b/src/policy/src/test/java/org/etsi/tfs/policy/PolicyAddServiceTest.java @@ -1,18 +1,18 @@ /* -* Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.etsi.tfs.policy; diff --git a/src/policy/src/test/java/org/etsi/tfs/policy/PolicyDeleteServiceTest.java b/src/policy/src/test/java/org/etsi/tfs/policy/PolicyDeleteServiceTest.java index 464ff7fc800ee196459698de39e85a2666b29159..c2acd12f1fb9c24cb24d65b12688210c35022c9b 100644 --- a/src/policy/src/test/java/org/etsi/tfs/policy/PolicyDeleteServiceTest.java +++ b/src/policy/src/test/java/org/etsi/tfs/policy/PolicyDeleteServiceTest.java @@ -1,18 +1,18 @@ /* -* Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.etsi.tfs.policy; diff --git a/src/policy/src/test/java/org/etsi/tfs/policy/PolicyGrpcServiceTest.java b/src/policy/src/test/java/org/etsi/tfs/policy/PolicyGrpcServiceTest.java index a179ea710fa72fd63dec6336bd3ee1d4dc0cdb84..1d4bf0ad4ccfac43aeee295f368f6370ea27396d 100644 --- a/src/policy/src/test/java/org/etsi/tfs/policy/PolicyGrpcServiceTest.java +++ b/src/policy/src/test/java/org/etsi/tfs/policy/PolicyGrpcServiceTest.java @@ -1,18 +1,18 @@ /* -* Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.etsi.tfs.policy; diff --git a/src/policy/src/test/java/org/etsi/tfs/policy/PolicyRuleBasicValidationTest.java b/src/policy/src/test/java/org/etsi/tfs/policy/PolicyRuleBasicValidationTest.java index 06364ab2fc1bb2b842db8268354f98ddd6b366af..a2f7c5be8a855c56f7dd2b7afb0b3fd5d6e83c3b 100644 --- a/src/policy/src/test/java/org/etsi/tfs/policy/PolicyRuleBasicValidationTest.java +++ b/src/policy/src/test/java/org/etsi/tfs/policy/PolicyRuleBasicValidationTest.java @@ -1,18 +1,18 @@ /* -* Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.etsi.tfs.policy; diff --git a/src/policy/src/test/java/org/etsi/tfs/policy/PolicyRuleConditionValidationTest.java b/src/policy/src/test/java/org/etsi/tfs/policy/PolicyRuleConditionValidationTest.java index f442543676934a5866e9b0972adc53e384336b4a..9ff1935e003264667236bbe84735f3df7e7b5d77 100644 --- a/src/policy/src/test/java/org/etsi/tfs/policy/PolicyRuleConditionValidationTest.java +++ b/src/policy/src/test/java/org/etsi/tfs/policy/PolicyRuleConditionValidationTest.java @@ -1,18 +1,18 @@ /* -* Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.etsi.tfs.policy; diff --git a/src/policy/src/test/java/org/etsi/tfs/policy/PolicyRuleDeviceValidationTest.java b/src/policy/src/test/java/org/etsi/tfs/policy/PolicyRuleDeviceValidationTest.java index 57e350067fa44da1d59f4a972143b9ed07740ef9..8e40adc607564e600680ef9531e9569bd1cc7822 100644 --- a/src/policy/src/test/java/org/etsi/tfs/policy/PolicyRuleDeviceValidationTest.java +++ b/src/policy/src/test/java/org/etsi/tfs/policy/PolicyRuleDeviceValidationTest.java @@ -1,18 +1,18 @@ /* -* Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.etsi.tfs.policy; diff --git a/src/policy/src/test/java/org/etsi/tfs/policy/PolicyRuleServiceValidationTest.java b/src/policy/src/test/java/org/etsi/tfs/policy/PolicyRuleServiceValidationTest.java index e02af1e2aba9c276df6d2ec76d1cb4b8e44a5bd8..895f0ec3be9df5487bb89b1bbeb0ad7e637e0e9a 100644 --- a/src/policy/src/test/java/org/etsi/tfs/policy/PolicyRuleServiceValidationTest.java +++ b/src/policy/src/test/java/org/etsi/tfs/policy/PolicyRuleServiceValidationTest.java @@ -1,18 +1,18 @@ /* -* Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.etsi.tfs.policy; diff --git a/src/policy/src/test/java/org/etsi/tfs/policy/PolicyUpdateDeviceTest.java b/src/policy/src/test/java/org/etsi/tfs/policy/PolicyUpdateDeviceTest.java index f549eb0c63bd115e5b94ad2949ced89177ecc58a..f073e1a4e6368aa4f99e1bdb0a47532dfcddfada 100644 --- a/src/policy/src/test/java/org/etsi/tfs/policy/PolicyUpdateDeviceTest.java +++ b/src/policy/src/test/java/org/etsi/tfs/policy/PolicyUpdateDeviceTest.java @@ -1,18 +1,18 @@ /* -* Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.etsi.tfs.policy; diff --git a/src/policy/src/test/java/org/etsi/tfs/policy/PolicyUpdateServiceTest.java b/src/policy/src/test/java/org/etsi/tfs/policy/PolicyUpdateServiceTest.java index 4cf62695ac16c63eb5185356d93ed076391b5a4c..d403a7df256858096719c3abd7a7d2a10be1d9af 100644 --- a/src/policy/src/test/java/org/etsi/tfs/policy/PolicyUpdateServiceTest.java +++ b/src/policy/src/test/java/org/etsi/tfs/policy/PolicyUpdateServiceTest.java @@ -1,18 +1,18 @@ /* -* Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.etsi.tfs.policy; diff --git a/src/policy/src/test/java/org/etsi/tfs/policy/SerializerTest.java b/src/policy/src/test/java/org/etsi/tfs/policy/SerializerTest.java index 9ebbfe762b0857ee314cb690775d01c052328024..911fcbdb9f3b2ab32c3586a8aa71662ec8923ef1 100644 --- a/src/policy/src/test/java/org/etsi/tfs/policy/SerializerTest.java +++ b/src/policy/src/test/java/org/etsi/tfs/policy/SerializerTest.java @@ -1,18 +1,18 @@ /* -* Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.etsi.tfs.policy; diff --git a/src/policy/target/generated-sources/grpc/acl/Acl.java b/src/policy/target/generated-sources/grpc/acl/Acl.java index f1895fa7206642f8f8d6b63f5d2635fb68816f89..037bd385819e8b9db0d80186bf4e210d39ea8bed 100644 --- a/src/policy/target/generated-sources/grpc/acl/Acl.java +++ b/src/policy/target/generated-sources/grpc/acl/Acl.java @@ -459,6 +459,18 @@ public final class Acl { * @return The endMplsLabel. */ int getEndMplsLabel(); + + /** + * <code>string tcp_flags = 9;</code> + * @return The tcpFlags. + */ + java.lang.String getTcpFlags(); + + /** + * <code>string tcp_flags = 9;</code> + * @return The bytes for tcpFlags. + */ + com.google.protobuf.ByteString getTcpFlagsBytes(); } /** @@ -477,6 +489,7 @@ public final class Acl { private AclMatch() { srcAddress_ = ""; dstAddress_ = ""; + tcpFlags_ = ""; } @java.lang.Override @@ -485,86 +498,6 @@ public final class Acl { return new AclMatch(); } - @java.lang.Override - public final com.google.protobuf.UnknownFieldSet getUnknownFields() { - return this.unknownFields; - } - - private AclMatch(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { - this(); - if (extensionRegistry == null) { - throw new java.lang.NullPointerException(); - } - com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder(); - try { - boolean done = false; - while (!done) { - int tag = input.readTag(); - switch(tag) { - case 0: - done = true; - break; - case 8: - { - dscp_ = input.readUInt32(); - break; - } - case 16: - { - protocol_ = input.readUInt32(); - break; - } - case 26: - { - java.lang.String s = input.readStringRequireUtf8(); - srcAddress_ = s; - break; - } - case 34: - { - java.lang.String s = input.readStringRequireUtf8(); - dstAddress_ = s; - break; - } - case 40: - { - srcPort_ = input.readUInt32(); - break; - } - case 48: - { - dstPort_ = input.readUInt32(); - break; - } - case 56: - { - startMplsLabel_ = input.readUInt32(); - break; - } - case 64: - { - endMplsLabel_ = input.readUInt32(); - break; - } - default: - { - if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { - done = true; - } - break; - } - } - } - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(this); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this); - } finally { - this.unknownFields = unknownFields.build(); - makeExtensionsImmutable(); - } - } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return acl.Acl.internal_static_acl_AclMatch_descriptor; } @@ -576,7 +509,7 @@ public final class Acl { public static final int DSCP_FIELD_NUMBER = 1; - private int dscp_; + private int dscp_ = 0; /** * <code>uint32 dscp = 1;</code> @@ -589,7 +522,7 @@ public final class Acl { public static final int PROTOCOL_FIELD_NUMBER = 2; - private int protocol_; + private int protocol_ = 0; /** * <code>uint32 protocol = 2;</code> @@ -602,7 +535,8 @@ public final class Acl { public static final int SRC_ADDRESS_FIELD_NUMBER = 3; - private volatile java.lang.Object srcAddress_; + @SuppressWarnings("serial") + private volatile java.lang.Object srcAddress_ = ""; /** * <code>string src_address = 3;</code> @@ -639,7 +573,8 @@ public final class Acl { public static final int DST_ADDRESS_FIELD_NUMBER = 4; - private volatile java.lang.Object dstAddress_; + @SuppressWarnings("serial") + private volatile java.lang.Object dstAddress_ = ""; /** * <code>string dst_address = 4;</code> @@ -676,7 +611,7 @@ public final class Acl { public static final int SRC_PORT_FIELD_NUMBER = 5; - private int srcPort_; + private int srcPort_ = 0; /** * <code>uint32 src_port = 5;</code> @@ -689,7 +624,7 @@ public final class Acl { public static final int DST_PORT_FIELD_NUMBER = 6; - private int dstPort_; + private int dstPort_ = 0; /** * <code>uint32 dst_port = 6;</code> @@ -702,7 +637,7 @@ public final class Acl { public static final int START_MPLS_LABEL_FIELD_NUMBER = 7; - private int startMplsLabel_; + private int startMplsLabel_ = 0; /** * <code>uint32 start_mpls_label = 7;</code> @@ -715,7 +650,7 @@ public final class Acl { public static final int END_MPLS_LABEL_FIELD_NUMBER = 8; - private int endMplsLabel_; + private int endMplsLabel_ = 0; /** * <code>uint32 end_mpls_label = 8;</code> @@ -726,6 +661,44 @@ public final class Acl { return endMplsLabel_; } + public static final int TCP_FLAGS_FIELD_NUMBER = 9; + + @SuppressWarnings("serial") + private volatile java.lang.Object tcpFlags_ = ""; + + /** + * <code>string tcp_flags = 9;</code> + * @return The tcpFlags. + */ + @java.lang.Override + public java.lang.String getTcpFlags() { + java.lang.Object ref = tcpFlags_; + if (ref instanceof java.lang.String) { + return (java.lang.String) ref; + } else { + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + tcpFlags_ = s; + return s; + } + } + + /** + * <code>string tcp_flags = 9;</code> + * @return The bytes for tcpFlags. + */ + @java.lang.Override + public com.google.protobuf.ByteString getTcpFlagsBytes() { + java.lang.Object ref = tcpFlags_; + if (ref instanceof java.lang.String) { + com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + tcpFlags_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + private byte memoizedIsInitialized = -1; @java.lang.Override @@ -747,10 +720,10 @@ public final class Acl { if (protocol_ != 0) { output.writeUInt32(2, protocol_); } - if (!getSrcAddressBytes().isEmpty()) { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(srcAddress_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 3, srcAddress_); } - if (!getDstAddressBytes().isEmpty()) { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(dstAddress_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 4, dstAddress_); } if (srcPort_ != 0) { @@ -765,7 +738,10 @@ public final class Acl { if (endMplsLabel_ != 0) { output.writeUInt32(8, endMplsLabel_); } - unknownFields.writeTo(output); + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(tcpFlags_)) { + com.google.protobuf.GeneratedMessageV3.writeString(output, 9, tcpFlags_); + } + getUnknownFields().writeTo(output); } @java.lang.Override @@ -780,10 +756,10 @@ public final class Acl { if (protocol_ != 0) { size += com.google.protobuf.CodedOutputStream.computeUInt32Size(2, protocol_); } - if (!getSrcAddressBytes().isEmpty()) { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(srcAddress_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, srcAddress_); } - if (!getDstAddressBytes().isEmpty()) { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(dstAddress_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(4, dstAddress_); } if (srcPort_ != 0) { @@ -798,7 +774,10 @@ public final class Acl { if (endMplsLabel_ != 0) { size += com.google.protobuf.CodedOutputStream.computeUInt32Size(8, endMplsLabel_); } - size += unknownFields.getSerializedSize(); + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(tcpFlags_)) { + size += com.google.protobuf.GeneratedMessageV3.computeStringSize(9, tcpFlags_); + } + size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @@ -828,7 +807,9 @@ public final class Acl { return false; if (getEndMplsLabel() != other.getEndMplsLabel()) return false; - if (!unknownFields.equals(other.unknownFields)) + if (!getTcpFlags().equals(other.getTcpFlags())) + return false; + if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -856,7 +837,9 @@ public final class Acl { hash = (53 * hash) + getStartMplsLabel(); hash = (37 * hash) + END_MPLS_LABEL_FIELD_NUMBER; hash = (53 * hash) + getEndMplsLabel(); - hash = (29 * hash) + unknownFields.hashCode(); + hash = (37 * hash) + TCP_FLAGS_FIELD_NUMBER; + hash = (53 * hash) + getTcpFlags().hashCode(); + hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } @@ -950,22 +933,16 @@ public final class Acl { // Construct using acl.Acl.AclMatch.newBuilder() private Builder() { - maybeForceBuilderInitialization(); } private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); - maybeForceBuilderInitialization(); - } - - private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) { - } } @java.lang.Override public Builder clear() { super.clear(); + bitField0_ = 0; dscp_ = 0; protocol_ = 0; srcAddress_ = ""; @@ -974,6 +951,7 @@ public final class Acl { dstPort_ = 0; startMplsLabel_ = 0; endMplsLabel_ = 0; + tcpFlags_ = ""; return this; } @@ -999,46 +977,42 @@ public final class Acl { @java.lang.Override public acl.Acl.AclMatch buildPartial() { acl.Acl.AclMatch result = new acl.Acl.AclMatch(this); - result.dscp_ = dscp_; - result.protocol_ = protocol_; - result.srcAddress_ = srcAddress_; - result.dstAddress_ = dstAddress_; - result.srcPort_ = srcPort_; - result.dstPort_ = dstPort_; - result.startMplsLabel_ = startMplsLabel_; - result.endMplsLabel_ = endMplsLabel_; + if (bitField0_ != 0) { + buildPartial0(result); + } onBuilt(); return result; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - - @java.lang.Override - public Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { - return super.setField(field, value); - } - - @java.lang.Override - public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - - @java.lang.Override - public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - - @java.lang.Override - public Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - - @java.lang.Override - public Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { - return super.addRepeatedField(field, value); + private void buildPartial0(acl.Acl.AclMatch result) { + int from_bitField0_ = bitField0_; + if (((from_bitField0_ & 0x00000001) != 0)) { + result.dscp_ = dscp_; + } + if (((from_bitField0_ & 0x00000002) != 0)) { + result.protocol_ = protocol_; + } + if (((from_bitField0_ & 0x00000004) != 0)) { + result.srcAddress_ = srcAddress_; + } + if (((from_bitField0_ & 0x00000008) != 0)) { + result.dstAddress_ = dstAddress_; + } + if (((from_bitField0_ & 0x00000010) != 0)) { + result.srcPort_ = srcPort_; + } + if (((from_bitField0_ & 0x00000020) != 0)) { + result.dstPort_ = dstPort_; + } + if (((from_bitField0_ & 0x00000040) != 0)) { + result.startMplsLabel_ = startMplsLabel_; + } + if (((from_bitField0_ & 0x00000080) != 0)) { + result.endMplsLabel_ = endMplsLabel_; + } + if (((from_bitField0_ & 0x00000100) != 0)) { + result.tcpFlags_ = tcpFlags_; + } } @java.lang.Override @@ -1062,10 +1036,12 @@ public final class Acl { } if (!other.getSrcAddress().isEmpty()) { srcAddress_ = other.srcAddress_; + bitField0_ |= 0x00000004; onChanged(); } if (!other.getDstAddress().isEmpty()) { dstAddress_ = other.dstAddress_; + bitField0_ |= 0x00000008; onChanged(); } if (other.getSrcPort() != 0) { @@ -1080,7 +1056,12 @@ public final class Acl { if (other.getEndMplsLabel() != 0) { setEndMplsLabel(other.getEndMplsLabel()); } - this.mergeUnknownFields(other.unknownFields); + if (!other.getTcpFlags().isEmpty()) { + tcpFlags_ = other.tcpFlags_; + bitField0_ |= 0x00000100; + onChanged(); + } + this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @@ -1092,20 +1073,103 @@ public final class Acl { @java.lang.Override public Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - acl.Acl.AclMatch parsedMessage = null; + if (extensionRegistry == null) { + throw new java.lang.NullPointerException(); + } try { - parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); + boolean done = false; + while (!done) { + int tag = input.readTag(); + switch(tag) { + case 0: + done = true; + break; + case 8: + { + dscp_ = input.readUInt32(); + bitField0_ |= 0x00000001; + break; + } + // case 8 + case 16: + { + protocol_ = input.readUInt32(); + bitField0_ |= 0x00000002; + break; + } + // case 16 + case 26: + { + srcAddress_ = input.readStringRequireUtf8(); + bitField0_ |= 0x00000004; + break; + } + // case 26 + case 34: + { + dstAddress_ = input.readStringRequireUtf8(); + bitField0_ |= 0x00000008; + break; + } + // case 34 + case 40: + { + srcPort_ = input.readUInt32(); + bitField0_ |= 0x00000010; + break; + } + // case 40 + case 48: + { + dstPort_ = input.readUInt32(); + bitField0_ |= 0x00000020; + break; + } + // case 48 + case 56: + { + startMplsLabel_ = input.readUInt32(); + bitField0_ |= 0x00000040; + break; + } + // case 56 + case 64: + { + endMplsLabel_ = input.readUInt32(); + bitField0_ |= 0x00000080; + break; + } + // case 64 + case 74: + { + tcpFlags_ = input.readStringRequireUtf8(); + bitField0_ |= 0x00000100; + break; + } + // case 74 + default: + { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + // was an endgroup tag + done = true; + } + break; + } + } + // switch (tag) + } + // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { - parsedMessage = (acl.Acl.AclMatch) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { - if (parsedMessage != null) { - mergeFrom(parsedMessage); - } + onChanged(); } + // finally return this; } + private int bitField0_; + private int dscp_; /** @@ -1124,6 +1188,7 @@ public final class Acl { */ public Builder setDscp(int value) { dscp_ = value; + bitField0_ |= 0x00000001; onChanged(); return this; } @@ -1133,6 +1198,7 @@ public final class Acl { * @return This builder for chaining. */ public Builder clearDscp() { + bitField0_ = (bitField0_ & ~0x00000001); dscp_ = 0; onChanged(); return this; @@ -1156,6 +1222,7 @@ public final class Acl { */ public Builder setProtocol(int value) { protocol_ = value; + bitField0_ |= 0x00000002; onChanged(); return this; } @@ -1165,6 +1232,7 @@ public final class Acl { * @return This builder for chaining. */ public Builder clearProtocol() { + bitField0_ = (bitField0_ & ~0x00000002); protocol_ = 0; onChanged(); return this; @@ -1213,6 +1281,7 @@ public final class Acl { throw new NullPointerException(); } srcAddress_ = value; + bitField0_ |= 0x00000004; onChanged(); return this; } @@ -1223,6 +1292,7 @@ public final class Acl { */ public Builder clearSrcAddress() { srcAddress_ = getDefaultInstance().getSrcAddress(); + bitField0_ = (bitField0_ & ~0x00000004); onChanged(); return this; } @@ -1238,6 +1308,7 @@ public final class Acl { } checkByteStringIsUtf8(value); srcAddress_ = value; + bitField0_ |= 0x00000004; onChanged(); return this; } @@ -1285,6 +1356,7 @@ public final class Acl { throw new NullPointerException(); } dstAddress_ = value; + bitField0_ |= 0x00000008; onChanged(); return this; } @@ -1295,6 +1367,7 @@ public final class Acl { */ public Builder clearDstAddress() { dstAddress_ = getDefaultInstance().getDstAddress(); + bitField0_ = (bitField0_ & ~0x00000008); onChanged(); return this; } @@ -1310,6 +1383,7 @@ public final class Acl { } checkByteStringIsUtf8(value); dstAddress_ = value; + bitField0_ |= 0x00000008; onChanged(); return this; } @@ -1332,6 +1406,7 @@ public final class Acl { */ public Builder setSrcPort(int value) { srcPort_ = value; + bitField0_ |= 0x00000010; onChanged(); return this; } @@ -1341,6 +1416,7 @@ public final class Acl { * @return This builder for chaining. */ public Builder clearSrcPort() { + bitField0_ = (bitField0_ & ~0x00000010); srcPort_ = 0; onChanged(); return this; @@ -1364,6 +1440,7 @@ public final class Acl { */ public Builder setDstPort(int value) { dstPort_ = value; + bitField0_ |= 0x00000020; onChanged(); return this; } @@ -1373,6 +1450,7 @@ public final class Acl { * @return This builder for chaining. */ public Builder clearDstPort() { + bitField0_ = (bitField0_ & ~0x00000020); dstPort_ = 0; onChanged(); return this; @@ -1396,6 +1474,7 @@ public final class Acl { */ public Builder setStartMplsLabel(int value) { startMplsLabel_ = value; + bitField0_ |= 0x00000040; onChanged(); return this; } @@ -1405,6 +1484,7 @@ public final class Acl { * @return This builder for chaining. */ public Builder clearStartMplsLabel() { + bitField0_ = (bitField0_ & ~0x00000040); startMplsLabel_ = 0; onChanged(); return this; @@ -1428,6 +1508,7 @@ public final class Acl { */ public Builder setEndMplsLabel(int value) { endMplsLabel_ = value; + bitField0_ |= 0x00000080; onChanged(); return this; } @@ -1437,11 +1518,87 @@ public final class Acl { * @return This builder for chaining. */ public Builder clearEndMplsLabel() { + bitField0_ = (bitField0_ & ~0x00000080); endMplsLabel_ = 0; onChanged(); return this; } + private java.lang.Object tcpFlags_ = ""; + + /** + * <code>string tcp_flags = 9;</code> + * @return The tcpFlags. + */ + public java.lang.String getTcpFlags() { + java.lang.Object ref = tcpFlags_; + if (!(ref instanceof java.lang.String)) { + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + tcpFlags_ = s; + return s; + } else { + return (java.lang.String) ref; + } + } + + /** + * <code>string tcp_flags = 9;</code> + * @return The bytes for tcpFlags. + */ + public com.google.protobuf.ByteString getTcpFlagsBytes() { + java.lang.Object ref = tcpFlags_; + if (ref instanceof String) { + com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + tcpFlags_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + + /** + * <code>string tcp_flags = 9;</code> + * @param value The tcpFlags to set. + * @return This builder for chaining. + */ + public Builder setTcpFlags(java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } + tcpFlags_ = value; + bitField0_ |= 0x00000100; + onChanged(); + return this; + } + + /** + * <code>string tcp_flags = 9;</code> + * @return This builder for chaining. + */ + public Builder clearTcpFlags() { + tcpFlags_ = getDefaultInstance().getTcpFlags(); + bitField0_ = (bitField0_ & ~0x00000100); + onChanged(); + return this; + } + + /** + * <code>string tcp_flags = 9;</code> + * @param value The bytes for tcpFlags to set. + * @return This builder for chaining. + */ + public Builder setTcpFlagsBytes(com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + tcpFlags_ = value; + bitField0_ |= 0x00000100; + onChanged(); + return this; + } + @java.lang.Override public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); @@ -1469,7 +1626,17 @@ public final class Acl { @java.lang.Override public AclMatch parsePartialFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { - return new AclMatch(input, extensionRegistry); + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); } }; @@ -1540,56 +1707,6 @@ public final class Acl { return new AclAction(); } - @java.lang.Override - public final com.google.protobuf.UnknownFieldSet getUnknownFields() { - return this.unknownFields; - } - - private AclAction(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { - this(); - if (extensionRegistry == null) { - throw new java.lang.NullPointerException(); - } - com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder(); - try { - boolean done = false; - while (!done) { - int tag = input.readTag(); - switch(tag) { - case 0: - done = true; - break; - case 8: - { - int rawValue = input.readEnum(); - forwardAction_ = rawValue; - break; - } - case 16: - { - int rawValue = input.readEnum(); - logAction_ = rawValue; - break; - } - default: - { - if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { - done = true; - } - break; - } - } - } - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(this); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this); - } finally { - this.unknownFields = unknownFields.build(); - makeExtensionsImmutable(); - } - } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return acl.Acl.internal_static_acl_AclAction_descriptor; } @@ -1601,7 +1718,7 @@ public final class Acl { public static final int FORWARD_ACTION_FIELD_NUMBER = 1; - private int forwardAction_; + private int forwardAction_ = 0; /** * <code>.acl.AclForwardActionEnum forward_action = 1;</code> @@ -1618,14 +1735,13 @@ public final class Acl { */ @java.lang.Override public acl.Acl.AclForwardActionEnum getForwardAction() { - @SuppressWarnings("deprecation") - acl.Acl.AclForwardActionEnum result = acl.Acl.AclForwardActionEnum.valueOf(forwardAction_); + acl.Acl.AclForwardActionEnum result = acl.Acl.AclForwardActionEnum.forNumber(forwardAction_); return result == null ? acl.Acl.AclForwardActionEnum.UNRECOGNIZED : result; } public static final int LOG_ACTION_FIELD_NUMBER = 2; - private int logAction_; + private int logAction_ = 0; /** * <code>.acl.AclLogActionEnum log_action = 2;</code> @@ -1642,8 +1758,7 @@ public final class Acl { */ @java.lang.Override public acl.Acl.AclLogActionEnum getLogAction() { - @SuppressWarnings("deprecation") - acl.Acl.AclLogActionEnum result = acl.Acl.AclLogActionEnum.valueOf(logAction_); + acl.Acl.AclLogActionEnum result = acl.Acl.AclLogActionEnum.forNumber(logAction_); return result == null ? acl.Acl.AclLogActionEnum.UNRECOGNIZED : result; } @@ -1668,7 +1783,7 @@ public final class Acl { if (logAction_ != acl.Acl.AclLogActionEnum.ACLLOGACTION_UNDEFINED.getNumber()) { output.writeEnum(2, logAction_); } - unknownFields.writeTo(output); + getUnknownFields().writeTo(output); } @java.lang.Override @@ -1683,7 +1798,7 @@ public final class Acl { if (logAction_ != acl.Acl.AclLogActionEnum.ACLLOGACTION_UNDEFINED.getNumber()) { size += com.google.protobuf.CodedOutputStream.computeEnumSize(2, logAction_); } - size += unknownFields.getSerializedSize(); + size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @@ -1701,7 +1816,7 @@ public final class Acl { return false; if (logAction_ != other.logAction_) return false; - if (!unknownFields.equals(other.unknownFields)) + if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -1717,7 +1832,7 @@ public final class Acl { hash = (53 * hash) + forwardAction_; hash = (37 * hash) + LOG_ACTION_FIELD_NUMBER; hash = (53 * hash) + logAction_; - hash = (29 * hash) + unknownFields.hashCode(); + hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } @@ -1811,22 +1926,16 @@ public final class Acl { // Construct using acl.Acl.AclAction.newBuilder() private Builder() { - maybeForceBuilderInitialization(); } private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); - maybeForceBuilderInitialization(); - } - - private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) { - } } @java.lang.Override public Builder clear() { super.clear(); + bitField0_ = 0; forwardAction_ = 0; logAction_ = 0; return this; @@ -1854,40 +1963,21 @@ public final class Acl { @java.lang.Override public acl.Acl.AclAction buildPartial() { acl.Acl.AclAction result = new acl.Acl.AclAction(this); - result.forwardAction_ = forwardAction_; - result.logAction_ = logAction_; + if (bitField0_ != 0) { + buildPartial0(result); + } onBuilt(); return result; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - - @java.lang.Override - public Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { - return super.setField(field, value); - } - - @java.lang.Override - public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - - @java.lang.Override - public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - - @java.lang.Override - public Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - - @java.lang.Override - public Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { - return super.addRepeatedField(field, value); + private void buildPartial0(acl.Acl.AclAction result) { + int from_bitField0_ = bitField0_; + if (((from_bitField0_ & 0x00000001) != 0)) { + result.forwardAction_ = forwardAction_; + } + if (((from_bitField0_ & 0x00000002) != 0)) { + result.logAction_ = logAction_; + } } @java.lang.Override @@ -1909,7 +1999,7 @@ public final class Acl { if (other.logAction_ != 0) { setLogActionValue(other.getLogActionValue()); } - this.mergeUnknownFields(other.unknownFields); + this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @@ -1921,20 +2011,54 @@ public final class Acl { @java.lang.Override public Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - acl.Acl.AclAction parsedMessage = null; + if (extensionRegistry == null) { + throw new java.lang.NullPointerException(); + } try { - parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); + boolean done = false; + while (!done) { + int tag = input.readTag(); + switch(tag) { + case 0: + done = true; + break; + case 8: + { + forwardAction_ = input.readEnum(); + bitField0_ |= 0x00000001; + break; + } + // case 8 + case 16: + { + logAction_ = input.readEnum(); + bitField0_ |= 0x00000002; + break; + } + // case 16 + default: + { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + // was an endgroup tag + done = true; + } + break; + } + } + // switch (tag) + } + // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { - parsedMessage = (acl.Acl.AclAction) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { - if (parsedMessage != null) { - mergeFrom(parsedMessage); - } + onChanged(); } + // finally return this; } + private int bitField0_; + private int forwardAction_ = 0; /** @@ -1953,6 +2077,7 @@ public final class Acl { */ public Builder setForwardActionValue(int value) { forwardAction_ = value; + bitField0_ |= 0x00000001; onChanged(); return this; } @@ -1963,8 +2088,7 @@ public final class Acl { */ @java.lang.Override public acl.Acl.AclForwardActionEnum getForwardAction() { - @SuppressWarnings("deprecation") - acl.Acl.AclForwardActionEnum result = acl.Acl.AclForwardActionEnum.valueOf(forwardAction_); + acl.Acl.AclForwardActionEnum result = acl.Acl.AclForwardActionEnum.forNumber(forwardAction_); return result == null ? acl.Acl.AclForwardActionEnum.UNRECOGNIZED : result; } @@ -1977,6 +2101,7 @@ public final class Acl { if (value == null) { throw new NullPointerException(); } + bitField0_ |= 0x00000001; forwardAction_ = value.getNumber(); onChanged(); return this; @@ -1987,6 +2112,7 @@ public final class Acl { * @return This builder for chaining. */ public Builder clearForwardAction() { + bitField0_ = (bitField0_ & ~0x00000001); forwardAction_ = 0; onChanged(); return this; @@ -2010,6 +2136,7 @@ public final class Acl { */ public Builder setLogActionValue(int value) { logAction_ = value; + bitField0_ |= 0x00000002; onChanged(); return this; } @@ -2020,8 +2147,7 @@ public final class Acl { */ @java.lang.Override public acl.Acl.AclLogActionEnum getLogAction() { - @SuppressWarnings("deprecation") - acl.Acl.AclLogActionEnum result = acl.Acl.AclLogActionEnum.valueOf(logAction_); + acl.Acl.AclLogActionEnum result = acl.Acl.AclLogActionEnum.forNumber(logAction_); return result == null ? acl.Acl.AclLogActionEnum.UNRECOGNIZED : result; } @@ -2034,6 +2160,7 @@ public final class Acl { if (value == null) { throw new NullPointerException(); } + bitField0_ |= 0x00000002; logAction_ = value.getNumber(); onChanged(); return this; @@ -2044,6 +2171,7 @@ public final class Acl { * @return This builder for chaining. */ public Builder clearLogAction() { + bitField0_ = (bitField0_ & ~0x00000002); logAction_ = 0; onChanged(); return this; @@ -2076,7 +2204,17 @@ public final class Acl { @java.lang.Override public AclAction parsePartialFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { - return new AclAction(input, extensionRegistry); + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); } }; @@ -2174,81 +2312,6 @@ public final class Acl { return new AclEntry(); } - @java.lang.Override - public final com.google.protobuf.UnknownFieldSet getUnknownFields() { - return this.unknownFields; - } - - private AclEntry(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { - this(); - if (extensionRegistry == null) { - throw new java.lang.NullPointerException(); - } - com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder(); - try { - boolean done = false; - while (!done) { - int tag = input.readTag(); - switch(tag) { - case 0: - done = true; - break; - case 8: - { - sequenceId_ = input.readUInt32(); - break; - } - case 18: - { - java.lang.String s = input.readStringRequireUtf8(); - description_ = s; - break; - } - case 26: - { - acl.Acl.AclMatch.Builder subBuilder = null; - if (match_ != null) { - subBuilder = match_.toBuilder(); - } - match_ = input.readMessage(acl.Acl.AclMatch.parser(), extensionRegistry); - if (subBuilder != null) { - subBuilder.mergeFrom(match_); - match_ = subBuilder.buildPartial(); - } - break; - } - case 34: - { - acl.Acl.AclAction.Builder subBuilder = null; - if (action_ != null) { - subBuilder = action_.toBuilder(); - } - action_ = input.readMessage(acl.Acl.AclAction.parser(), extensionRegistry); - if (subBuilder != null) { - subBuilder.mergeFrom(action_); - action_ = subBuilder.buildPartial(); - } - break; - } - default: - { - if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { - done = true; - } - break; - } - } - } - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(this); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this); - } finally { - this.unknownFields = unknownFields.build(); - makeExtensionsImmutable(); - } - } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return acl.Acl.internal_static_acl_AclEntry_descriptor; } @@ -2260,7 +2323,7 @@ public final class Acl { public static final int SEQUENCE_ID_FIELD_NUMBER = 1; - private int sequenceId_; + private int sequenceId_ = 0; /** * <code>uint32 sequence_id = 1;</code> @@ -2273,7 +2336,8 @@ public final class Acl { public static final int DESCRIPTION_FIELD_NUMBER = 2; - private volatile java.lang.Object description_; + @SuppressWarnings("serial") + private volatile java.lang.Object description_ = ""; /** * <code>string description = 2;</code> @@ -2335,7 +2399,7 @@ public final class Acl { */ @java.lang.Override public acl.Acl.AclMatchOrBuilder getMatchOrBuilder() { - return getMatch(); + return match_ == null ? acl.Acl.AclMatch.getDefaultInstance() : match_; } public static final int ACTION_FIELD_NUMBER = 4; @@ -2365,7 +2429,7 @@ public final class Acl { */ @java.lang.Override public acl.Acl.AclActionOrBuilder getActionOrBuilder() { - return getAction(); + return action_ == null ? acl.Acl.AclAction.getDefaultInstance() : action_; } private byte memoizedIsInitialized = -1; @@ -2386,7 +2450,7 @@ public final class Acl { if (sequenceId_ != 0) { output.writeUInt32(1, sequenceId_); } - if (!getDescriptionBytes().isEmpty()) { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(description_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 2, description_); } if (match_ != null) { @@ -2395,7 +2459,7 @@ public final class Acl { if (action_ != null) { output.writeMessage(4, getAction()); } - unknownFields.writeTo(output); + getUnknownFields().writeTo(output); } @java.lang.Override @@ -2407,7 +2471,7 @@ public final class Acl { if (sequenceId_ != 0) { size += com.google.protobuf.CodedOutputStream.computeUInt32Size(1, sequenceId_); } - if (!getDescriptionBytes().isEmpty()) { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(description_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, description_); } if (match_ != null) { @@ -2416,7 +2480,7 @@ public final class Acl { if (action_ != null) { size += com.google.protobuf.CodedOutputStream.computeMessageSize(4, getAction()); } - size += unknownFields.getSerializedSize(); + size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @@ -2446,7 +2510,7 @@ public final class Acl { if (!getAction().equals(other.getAction())) return false; } - if (!unknownFields.equals(other.unknownFields)) + if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -2470,7 +2534,7 @@ public final class Acl { hash = (37 * hash) + ACTION_FIELD_NUMBER; hash = (53 * hash) + getAction().hashCode(); } - hash = (29 * hash) + unknownFields.hashCode(); + hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } @@ -2564,34 +2628,26 @@ public final class Acl { // Construct using acl.Acl.AclEntry.newBuilder() private Builder() { - maybeForceBuilderInitialization(); } private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); - maybeForceBuilderInitialization(); - } - - private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) { - } } @java.lang.Override public Builder clear() { super.clear(); + bitField0_ = 0; sequenceId_ = 0; description_ = ""; - if (matchBuilder_ == null) { - match_ = null; - } else { - match_ = null; + match_ = null; + if (matchBuilder_ != null) { + matchBuilder_.dispose(); matchBuilder_ = null; } - if (actionBuilder_ == null) { - action_ = null; - } else { - action_ = null; + action_ = null; + if (actionBuilder_ != null) { + actionBuilder_.dispose(); actionBuilder_ = null; } return this; @@ -2619,50 +2675,27 @@ public final class Acl { @java.lang.Override public acl.Acl.AclEntry buildPartial() { acl.Acl.AclEntry result = new acl.Acl.AclEntry(this); - result.sequenceId_ = sequenceId_; - result.description_ = description_; - if (matchBuilder_ == null) { - result.match_ = match_; - } else { - result.match_ = matchBuilder_.build(); - } - if (actionBuilder_ == null) { - result.action_ = action_; - } else { - result.action_ = actionBuilder_.build(); + if (bitField0_ != 0) { + buildPartial0(result); } onBuilt(); return result; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - - @java.lang.Override - public Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { - return super.setField(field, value); - } - - @java.lang.Override - public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - - @java.lang.Override - public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - - @java.lang.Override - public Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - - @java.lang.Override - public Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { - return super.addRepeatedField(field, value); + private void buildPartial0(acl.Acl.AclEntry result) { + int from_bitField0_ = bitField0_; + if (((from_bitField0_ & 0x00000001) != 0)) { + result.sequenceId_ = sequenceId_; + } + if (((from_bitField0_ & 0x00000002) != 0)) { + result.description_ = description_; + } + if (((from_bitField0_ & 0x00000004) != 0)) { + result.match_ = matchBuilder_ == null ? match_ : matchBuilder_.build(); + } + if (((from_bitField0_ & 0x00000008) != 0)) { + result.action_ = actionBuilder_ == null ? action_ : actionBuilder_.build(); + } } @java.lang.Override @@ -2683,6 +2716,7 @@ public final class Acl { } if (!other.getDescription().isEmpty()) { description_ = other.description_; + bitField0_ |= 0x00000002; onChanged(); } if (other.hasMatch()) { @@ -2691,7 +2725,7 @@ public final class Acl { if (other.hasAction()) { mergeAction(other.getAction()); } - this.mergeUnknownFields(other.unknownFields); + this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @@ -2703,20 +2737,68 @@ public final class Acl { @java.lang.Override public Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - acl.Acl.AclEntry parsedMessage = null; + if (extensionRegistry == null) { + throw new java.lang.NullPointerException(); + } try { - parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); + boolean done = false; + while (!done) { + int tag = input.readTag(); + switch(tag) { + case 0: + done = true; + break; + case 8: + { + sequenceId_ = input.readUInt32(); + bitField0_ |= 0x00000001; + break; + } + // case 8 + case 18: + { + description_ = input.readStringRequireUtf8(); + bitField0_ |= 0x00000002; + break; + } + // case 18 + case 26: + { + input.readMessage(getMatchFieldBuilder().getBuilder(), extensionRegistry); + bitField0_ |= 0x00000004; + break; + } + // case 26 + case 34: + { + input.readMessage(getActionFieldBuilder().getBuilder(), extensionRegistry); + bitField0_ |= 0x00000008; + break; + } + // case 34 + default: + { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + // was an endgroup tag + done = true; + } + break; + } + } + // switch (tag) + } + // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { - parsedMessage = (acl.Acl.AclEntry) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { - if (parsedMessage != null) { - mergeFrom(parsedMessage); - } + onChanged(); } + // finally return this; } + private int bitField0_; + private int sequenceId_; /** @@ -2735,6 +2817,7 @@ public final class Acl { */ public Builder setSequenceId(int value) { sequenceId_ = value; + bitField0_ |= 0x00000001; onChanged(); return this; } @@ -2744,6 +2827,7 @@ public final class Acl { * @return This builder for chaining. */ public Builder clearSequenceId() { + bitField0_ = (bitField0_ & ~0x00000001); sequenceId_ = 0; onChanged(); return this; @@ -2792,6 +2876,7 @@ public final class Acl { throw new NullPointerException(); } description_ = value; + bitField0_ |= 0x00000002; onChanged(); return this; } @@ -2802,6 +2887,7 @@ public final class Acl { */ public Builder clearDescription() { description_ = getDefaultInstance().getDescription(); + bitField0_ = (bitField0_ & ~0x00000002); onChanged(); return this; } @@ -2817,6 +2903,7 @@ public final class Acl { } checkByteStringIsUtf8(value); description_ = value; + bitField0_ |= 0x00000002; onChanged(); return this; } @@ -2830,7 +2917,7 @@ public final class Acl { * @return Whether the match field is set. */ public boolean hasMatch() { - return matchBuilder_ != null || match_ != null; + return ((bitField0_ & 0x00000004) != 0); } /** @@ -2854,10 +2941,11 @@ public final class Acl { throw new NullPointerException(); } match_ = value; - onChanged(); } else { matchBuilder_.setMessage(value); } + bitField0_ |= 0x00000004; + onChanged(); return this; } @@ -2867,10 +2955,11 @@ public final class Acl { public Builder setMatch(acl.Acl.AclMatch.Builder builderForValue) { if (matchBuilder_ == null) { match_ = builderForValue.build(); - onChanged(); } else { matchBuilder_.setMessage(builderForValue.build()); } + bitField0_ |= 0x00000004; + onChanged(); return this; } @@ -2879,15 +2968,16 @@ public final class Acl { */ public Builder mergeMatch(acl.Acl.AclMatch value) { if (matchBuilder_ == null) { - if (match_ != null) { - match_ = acl.Acl.AclMatch.newBuilder(match_).mergeFrom(value).buildPartial(); + if (((bitField0_ & 0x00000004) != 0) && match_ != null && match_ != acl.Acl.AclMatch.getDefaultInstance()) { + getMatchBuilder().mergeFrom(value); } else { match_ = value; } - onChanged(); } else { matchBuilder_.mergeFrom(value); } + bitField0_ |= 0x00000004; + onChanged(); return this; } @@ -2895,13 +2985,13 @@ public final class Acl { * <code>.acl.AclMatch match = 3;</code> */ public Builder clearMatch() { - if (matchBuilder_ == null) { - match_ = null; - onChanged(); - } else { - match_ = null; + bitField0_ = (bitField0_ & ~0x00000004); + match_ = null; + if (matchBuilder_ != null) { + matchBuilder_.dispose(); matchBuilder_ = null; } + onChanged(); return this; } @@ -2909,6 +2999,7 @@ public final class Acl { * <code>.acl.AclMatch match = 3;</code> */ public acl.Acl.AclMatch.Builder getMatchBuilder() { + bitField0_ |= 0x00000004; onChanged(); return getMatchFieldBuilder().getBuilder(); } @@ -2944,7 +3035,7 @@ public final class Acl { * @return Whether the action field is set. */ public boolean hasAction() { - return actionBuilder_ != null || action_ != null; + return ((bitField0_ & 0x00000008) != 0); } /** @@ -2968,10 +3059,11 @@ public final class Acl { throw new NullPointerException(); } action_ = value; - onChanged(); } else { actionBuilder_.setMessage(value); } + bitField0_ |= 0x00000008; + onChanged(); return this; } @@ -2981,10 +3073,11 @@ public final class Acl { public Builder setAction(acl.Acl.AclAction.Builder builderForValue) { if (actionBuilder_ == null) { action_ = builderForValue.build(); - onChanged(); } else { actionBuilder_.setMessage(builderForValue.build()); } + bitField0_ |= 0x00000008; + onChanged(); return this; } @@ -2993,15 +3086,16 @@ public final class Acl { */ public Builder mergeAction(acl.Acl.AclAction value) { if (actionBuilder_ == null) { - if (action_ != null) { - action_ = acl.Acl.AclAction.newBuilder(action_).mergeFrom(value).buildPartial(); + if (((bitField0_ & 0x00000008) != 0) && action_ != null && action_ != acl.Acl.AclAction.getDefaultInstance()) { + getActionBuilder().mergeFrom(value); } else { action_ = value; } - onChanged(); } else { actionBuilder_.mergeFrom(value); } + bitField0_ |= 0x00000008; + onChanged(); return this; } @@ -3009,13 +3103,13 @@ public final class Acl { * <code>.acl.AclAction action = 4;</code> */ public Builder clearAction() { - if (actionBuilder_ == null) { - action_ = null; - onChanged(); - } else { - action_ = null; + bitField0_ = (bitField0_ & ~0x00000008); + action_ = null; + if (actionBuilder_ != null) { + actionBuilder_.dispose(); actionBuilder_ = null; } + onChanged(); return this; } @@ -3023,6 +3117,7 @@ public final class Acl { * <code>.acl.AclAction action = 4;</code> */ public acl.Acl.AclAction.Builder getActionBuilder() { + bitField0_ |= 0x00000008; onChanged(); return getActionFieldBuilder().getBuilder(); } @@ -3076,7 +3171,17 @@ public final class Acl { @java.lang.Override public AclEntry parsePartialFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { - return new AclEntry(input, extensionRegistry); + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); } }; @@ -3199,81 +3304,6 @@ public final class Acl { return new AclRuleSet(); } - @java.lang.Override - public final com.google.protobuf.UnknownFieldSet getUnknownFields() { - return this.unknownFields; - } - - private AclRuleSet(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { - this(); - if (extensionRegistry == null) { - throw new java.lang.NullPointerException(); - } - int mutable_bitField0_ = 0; - com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder(); - try { - boolean done = false; - while (!done) { - int tag = input.readTag(); - switch(tag) { - case 0: - done = true; - break; - case 10: - { - java.lang.String s = input.readStringRequireUtf8(); - name_ = s; - break; - } - case 16: - { - int rawValue = input.readEnum(); - type_ = rawValue; - break; - } - case 26: - { - java.lang.String s = input.readStringRequireUtf8(); - description_ = s; - break; - } - case 34: - { - java.lang.String s = input.readStringRequireUtf8(); - userId_ = s; - break; - } - case 42: - { - if (!((mutable_bitField0_ & 0x00000001) != 0)) { - entries_ = new java.util.ArrayList<acl.Acl.AclEntry>(); - mutable_bitField0_ |= 0x00000001; - } - entries_.add(input.readMessage(acl.Acl.AclEntry.parser(), extensionRegistry)); - break; - } - default: - { - if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { - done = true; - } - break; - } - } - } - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(this); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this); - } finally { - if (((mutable_bitField0_ & 0x00000001) != 0)) { - entries_ = java.util.Collections.unmodifiableList(entries_); - } - this.unknownFields = unknownFields.build(); - makeExtensionsImmutable(); - } - } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return acl.Acl.internal_static_acl_AclRuleSet_descriptor; } @@ -3285,7 +3315,8 @@ public final class Acl { public static final int NAME_FIELD_NUMBER = 1; - private volatile java.lang.Object name_; + @SuppressWarnings("serial") + private volatile java.lang.Object name_ = ""; /** * <code>string name = 1;</code> @@ -3322,7 +3353,7 @@ public final class Acl { public static final int TYPE_FIELD_NUMBER = 2; - private int type_; + private int type_ = 0; /** * <code>.acl.AclRuleTypeEnum type = 2;</code> @@ -3339,14 +3370,14 @@ public final class Acl { */ @java.lang.Override public acl.Acl.AclRuleTypeEnum getType() { - @SuppressWarnings("deprecation") - acl.Acl.AclRuleTypeEnum result = acl.Acl.AclRuleTypeEnum.valueOf(type_); + acl.Acl.AclRuleTypeEnum result = acl.Acl.AclRuleTypeEnum.forNumber(type_); return result == null ? acl.Acl.AclRuleTypeEnum.UNRECOGNIZED : result; } public static final int DESCRIPTION_FIELD_NUMBER = 3; - private volatile java.lang.Object description_; + @SuppressWarnings("serial") + private volatile java.lang.Object description_ = ""; /** * <code>string description = 3;</code> @@ -3383,7 +3414,8 @@ public final class Acl { public static final int USER_ID_FIELD_NUMBER = 4; - private volatile java.lang.Object userId_; + @SuppressWarnings("serial") + private volatile java.lang.Object userId_ = ""; /** * <code>string user_id = 4;</code> @@ -3420,6 +3452,7 @@ public final class Acl { public static final int ENTRIES_FIELD_NUMBER = 5; + @SuppressWarnings("serial") private java.util.List<acl.Acl.AclEntry> entries_; /** @@ -3477,22 +3510,22 @@ public final class Acl { @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { - if (!getNameBytes().isEmpty()) { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_); } if (type_ != acl.Acl.AclRuleTypeEnum.ACLRULETYPE_UNDEFINED.getNumber()) { output.writeEnum(2, type_); } - if (!getDescriptionBytes().isEmpty()) { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(description_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 3, description_); } - if (!getUserIdBytes().isEmpty()) { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(userId_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 4, userId_); } for (int i = 0; i < entries_.size(); i++) { output.writeMessage(5, entries_.get(i)); } - unknownFields.writeTo(output); + getUnknownFields().writeTo(output); } @java.lang.Override @@ -3501,22 +3534,22 @@ public final class Acl { if (size != -1) return size; size = 0; - if (!getNameBytes().isEmpty()) { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, name_); } if (type_ != acl.Acl.AclRuleTypeEnum.ACLRULETYPE_UNDEFINED.getNumber()) { size += com.google.protobuf.CodedOutputStream.computeEnumSize(2, type_); } - if (!getDescriptionBytes().isEmpty()) { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(description_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, description_); } - if (!getUserIdBytes().isEmpty()) { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(userId_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(4, userId_); } for (int i = 0; i < entries_.size(); i++) { size += com.google.protobuf.CodedOutputStream.computeMessageSize(5, entries_.get(i)); } - size += unknownFields.getSerializedSize(); + size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @@ -3540,7 +3573,7 @@ public final class Acl { return false; if (!getEntriesList().equals(other.getEntriesList())) return false; - if (!unknownFields.equals(other.unknownFields)) + if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -3564,7 +3597,7 @@ public final class Acl { hash = (37 * hash) + ENTRIES_FIELD_NUMBER; hash = (53 * hash) + getEntriesList().hashCode(); } - hash = (29 * hash) + unknownFields.hashCode(); + hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } @@ -3658,33 +3691,27 @@ public final class Acl { // Construct using acl.Acl.AclRuleSet.newBuilder() private Builder() { - maybeForceBuilderInitialization(); } private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); - maybeForceBuilderInitialization(); - } - - private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) { - getEntriesFieldBuilder(); - } } @java.lang.Override public Builder clear() { super.clear(); + bitField0_ = 0; name_ = ""; type_ = 0; description_ = ""; userId_ = ""; if (entriesBuilder_ == null) { entries_ = java.util.Collections.emptyList(); - bitField0_ = (bitField0_ & ~0x00000001); } else { + entries_ = null; entriesBuilder_.clear(); } + bitField0_ = (bitField0_ & ~0x00000010); return this; } @@ -3710,52 +3737,40 @@ public final class Acl { @java.lang.Override public acl.Acl.AclRuleSet buildPartial() { acl.Acl.AclRuleSet result = new acl.Acl.AclRuleSet(this); - int from_bitField0_ = bitField0_; - result.name_ = name_; - result.type_ = type_; - result.description_ = description_; - result.userId_ = userId_; + buildPartialRepeatedFields(result); + if (bitField0_ != 0) { + buildPartial0(result); + } + onBuilt(); + return result; + } + + private void buildPartialRepeatedFields(acl.Acl.AclRuleSet result) { if (entriesBuilder_ == null) { - if (((bitField0_ & 0x00000001) != 0)) { + if (((bitField0_ & 0x00000010) != 0)) { entries_ = java.util.Collections.unmodifiableList(entries_); - bitField0_ = (bitField0_ & ~0x00000001); + bitField0_ = (bitField0_ & ~0x00000010); } result.entries_ = entries_; } else { result.entries_ = entriesBuilder_.build(); } - onBuilt(); - return result; - } - - @java.lang.Override - public Builder clone() { - return super.clone(); } - @java.lang.Override - public Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { - return super.setField(field, value); - } - - @java.lang.Override - public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - - @java.lang.Override - public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - - @java.lang.Override - public Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - - @java.lang.Override - public Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { - return super.addRepeatedField(field, value); + private void buildPartial0(acl.Acl.AclRuleSet result) { + int from_bitField0_ = bitField0_; + if (((from_bitField0_ & 0x00000001) != 0)) { + result.name_ = name_; + } + if (((from_bitField0_ & 0x00000002) != 0)) { + result.type_ = type_; + } + if (((from_bitField0_ & 0x00000004) != 0)) { + result.description_ = description_; + } + if (((from_bitField0_ &